탭관련 질문요 !! 제발ㅠ
탭관련 질문요 !! 제발ㅠ
http://cfs1.blog.daum.net/upload_contro ... name=9.jpg
일단 말로만 여쭙기가 좀뭐해서.. 사진 링크합니다.
바쁘시더라도 해결책을 아신다면 간략하게 설명좀 부탁드릴께요.
1. 탭 믹스를 이용해서 탭마다 닫기 버튼이 나오게끔하긴 했는데
이 닫기버튼을 탭왼쪽으로 두고 싶은데 해결책이 있을까요?
그리고 닫기버튼이 밑으로 축쳐져있네요;; 제대로 보이게끔 할수 없나요?
2. 오른쪽 맨끝 닫기버튼은 필요없고 지저분한데 없애는 방법은 있나요?
3. 탭믹스 깔고 나니깐 생긴 부분;; 없애고 싶은데 해결책좀..
정말 어렵군요.. 조금이라도 아시는부분이 있다면. 설명 부탁드릴게요.
일단 말로만 여쭙기가 좀뭐해서.. 사진 링크합니다.
바쁘시더라도 해결책을 아신다면 간략하게 설명좀 부탁드릴께요.
1. 탭 믹스를 이용해서 탭마다 닫기 버튼이 나오게끔하긴 했는데
이 닫기버튼을 탭왼쪽으로 두고 싶은데 해결책이 있을까요?
그리고 닫기버튼이 밑으로 축쳐져있네요;; 제대로 보이게끔 할수 없나요?
2. 오른쪽 맨끝 닫기버튼은 필요없고 지저분한데 없애는 방법은 있나요?
3. 탭믹스 깔고 나니깐 생긴 부분;; 없애고 싶은데 해결책좀..
정말 어렵군요.. 조금이라도 아시는부분이 있다면. 설명 부탁드릴게요.
- 후니미닉
- 해커
- Posts: 1393
- Joined: 2004 12 11 20:01 26
- Contact:
예전에 어떤분이 불여우를 사파리처럼 만들기를 성공하신 적이 있습니다.
1의 경운 아마 CSS파일을 수정해야 할겁니다.
그분의 글을 참고해 보세요.
관련 게시글입니다.
viewtopic.php?t=2205&highlight=Aqua
viewtopic.php?t=3301&highlight=%BB%E7%C6%C4%B8%AE
1의 경운 아마 CSS파일을 수정해야 할겁니다.
그분의 글을 참고해 보세요.
관련 게시글입니다.
viewtopic.php?t=2205&highlight=Aqua
viewtopic.php?t=3301&highlight=%BB%E7%C6%C4%B8%AE
곰님, 프랙탈님 감사합니다
2,3번은 해결됐구요..
프랙탈님께서 1번 해결책으로 링크해주신 게시물은 이미 여러번 봤던 게시물입니다.. 첫번째 링크는 탭 색깔 수정인데 이건 방금 바로 성공했구요..
두번째 링크는 탭익스텐션 깔아서 하는거던데..
css 파일을 수정하야한다는건 뭔말인가요? JAR 파일을 수정해야한다는 건가요?
프랙탈님께서 1번 해결책으로 링크해주신 게시물은 이미 여러번 봤던 게시물입니다.. 첫번째 링크는 탭 색깔 수정인데 이건 방금 바로 성공했구요..
두번째 링크는 탭익스텐션 깔아서 하는거던데..
css 파일을 수정하야한다는건 뭔말인가요? JAR 파일을 수정해야한다는 건가요?
- 후니미닉
- 해커
- Posts: 1393
- Joined: 2004 12 11 20:01 26
- Contact:
Re: 곰님, 프랙탈님 감사합니다
첫번째 링크의 viewtopic.php?p=8017#8017부분에서kimu wrote:2,3번은 해결됐구요..
프랙탈님께서 1번 해결책으로 링크해주신 게시물은 이미 여러번 봤던 게시물입니다.. 첫번째 링크는 탭 색깔 수정인데 이건 방금 바로 성공했구요..
두번째 링크는 탭익스텐션 깔아서 하는거던데..
css 파일을 수정하야한다는건 뭔말인가요? JAR 파일을 수정해야한다는 건가요?
부분이 아이콘 관련 부분인것 같습니다만.../* ::::: tab icon ::::: */
.tabbrowser-tabs .tab-icon {
margin: -1px -1px -1px -1px !important;
width: 16px;
height: 16px;
background: url('chrome://global/skin/icons/none.gif');
}
.tabbrowser-tabs *|tab[selected="true"] .tab-icon {
margin: -1px -1px -1px -1px !important;
}
.tabbrowser-tabs *|tab[busy] .tab-icon {
background: url('chrome://global/skin/icons/loading-back.gif') no-repeat;
}
.tabbrowser-tabs *|tab:hover[busy] .tab-icon {
background: url('chrome://global/skin/icons/loading-back-hov.gif') no-repeat;
}
.tabbrowser-tabs *|tab[busy][selected="true"] .tab-icon,
.tabbrowser-tabs *|tab:hover[busy][selected="true"] .tab-icon {
background: url('chrome://global/skin/icons/loading-front.gif') no-repeat;
}
.tabbrowser-tabs *|tab[image] .tab-icon {
background: none;
}
.tabs-newbutton {
display: none;
}
.tabs-closebutton {
margin: -1px;
padding: -1px -1px -1px -1px;
background-color: transparent;
}
자세한 내용은 해보지 않아서 잘은...
감사합니다.
http://cfs2.blog.daum.net/upload_contro ... ame=12.jpg
먼저 댓글 달아주셔서 감사합니다.
인용해주신 아이콘설정 부분 제 스킨 browser.css 에 똑같이 배꼈는데도 그대로입니다.. 다시 링크 달았습니다...
동그라미 친 부분 탭닫기 버튼이 밑으로 묻힌거 위로 조금올리고..
그리고 탭오른쪽에 있는 닫기 버튼을 왼쪽으로 보내고 싶습니다..
제가 지금 원하고 있는 스타일의 모습도 링크겁니다.
http://www.deviantart.com/view/20171423/
먼저 댓글 달아주셔서 감사합니다.
인용해주신 아이콘설정 부분 제 스킨 browser.css 에 똑같이 배꼈는데도 그대로입니다.. 다시 링크 달았습니다...
동그라미 친 부분 탭닫기 버튼이 밑으로 묻힌거 위로 조금올리고..
그리고 탭오른쪽에 있는 닫기 버튼을 왼쪽으로 보내고 싶습니다..
제가 지금 원하고 있는 스타일의 모습도 링크겁니다.
http://www.deviantart.com/view/20171423/
- 후니미닉
- 해커
- Posts: 1393
- Joined: 2004 12 11 20:01 26
- Contact:
Re: 감사합니다.
예전에 어떤분이 완벽하게 불여우를 사파리랑 똑같이 변경시키신 분이 있었는데 별 관심이 없어서 어떤분이었는지 잊어 버렸습니다...kimu wrote:먼저 댓글 달아주셔서 감사합니다.
인용해주신 아이콘설정 부분 제 스킨 browser.css 에 똑같이 배꼈는데도 그대로입니다.. 다시 링크 달았습니다...
동그라미 친 부분 탭닫기 버튼이 밑으로 묻힌거 위로 조금올리고..
그리고 탭오른쪽에 있는 닫기 버튼을 왼쪽으로 보내고 싶습니다..
제가 지금 원하고 있는 스타일의 모습도 링크겁니다.
http://www.deviantart.com/view/20171423/
그리고 이미지 링크의 경우 네이버 쓰시지 마시고ImageShack 쓰세요.
이미지 무료 호스팅은 물론이고 phpBB등의 외국 유명 게시판(이 포럼도 phpBB를 씁니다)용 섬네일 BB코드도 제공합니다.
- 후니미닉
- 해커
- Posts: 1393
- Joined: 2004 12 11 20:01 26
- Contact:
테마 계발자 홈페이지에 가보니
대충 해석해 보니 userChrome.css파일에 해당 내용을 추가하라는 군요.
userChrome.css파일은 프로필 폴더(모르시면 검색을...)의 chrome폴더 안에 있는 userChrome-example.css 파일에서 파일명의 -example부분을 지우고 파일 내용에
할때는 불여우를 끄고 하세요.
라고 써 있더군요.Additional Tips:
- To make this theme flatter, move all buttons in the menubar and unview the navigation-toolbar (view > toolbars > .... )
- Choose between Brushed and Aqua Buttons! Choose View - Toolbars - Customize... and the select 'use small icons' for aqua icons. Sunken aqua buttons are included in a subskin, see above...
- To resize the searchbox you have 4 opportunities:
But in all cases, if you want to have a Search Box bigger than 200px, you have to override the width limit entered due to problems with some visual styles, which caused a too big searchbox. For unlimited width enter this in your userChrome.css:
#search-container, #searchbar {
-max-width: none !important;
}
1. Install Resize Searchbox
2. Code in userChrome.css for flexible size:
#search-container, #searchbar {
-moz-box-flex: 200 !important;
-max-width: none !important;
}
(because of the standard width limitation [included for the problems in some visual styles]you have to override this limitation now.)
3.Code in userChrome.css for fixed size:
#search-container, #searchbar {
min-width: 400px !important;
max-width: 400px !important;
}
4. A combination of 2 and 3:
#search-container, #searchbar {
-moz-box-flex: 200 !important;
min-width: 100px !important;
max-width: 400px !important;
}
Some Visual Styles have a bug which causes low values of -moz-box-flex to make big SearchBars. In this case use high values of -moz-box-flex to make the SearchBar small or use any opportunity but 2.
-- If you like another Color for the unread Tabs (a TabMix Feature), put this in your userChrome.css:
tabs[unread=true] tab:not([selected]) .tab-text,
tabs[unread=true] tab:not([selected]) {
color: blue !important;
/* or with CSS color code like: color: #ff4444 !important; (which is red, the default color) */
}
대충 해석해 보니 userChrome.css파일에 해당 내용을 추가하라는 군요.
userChrome.css파일은 프로필 폴더(모르시면 검색을...)의 chrome폴더 안에 있는 userChrome-example.css 파일에서 파일명의 -example부분을 지우고 파일 내용에
를 추가하고 저장하시면 됩니다.#search-container, #searchbar {
-max-width: none !important;
}
1. Install Resize Searchbox
2. Code in userChrome.css for flexible size:
#search-container, #searchbar {
-moz-box-flex: 200 !important;
-max-width: none !important;
}
(because of the standard width limitation [included for the problems in some visual styles]you have to override this limitation now.)
3.Code in userChrome.css for fixed size:
#search-container, #searchbar {
min-width: 400px !important;
max-width: 400px !important;
}
4. A combination of 2 and 3:
#search-container, #searchbar {
-moz-box-flex: 200 !important;
min-width: 100px !important;
max-width: 400px !important;
}
Some Visual Styles have a bug which causes low values of -moz-box-flex to make big SearchBars. In this case use high values of -moz-box-flex to make the SearchBar small or use any opportunity but 2.
-- If you like another Color for the unread Tabs (a TabMix Feature), put this in your userChrome.css:
tabs[unread=true] tab:not([selected]) .tab-text,
tabs[unread=true] tab:not([selected]) {
color: blue !important;
/* or with CSS color code like: color: #ff4444 !important; (which is red, the default color) */
}
할때는 불여우를 끄고 하세요.
- 후니미닉
- 해커
- Posts: 1393
- Joined: 2004 12 11 20:01 26
- Contact:
Re: ㅠㅠ
최후의 방법으로 프로필 폴더 날리고 처음부터 다시 시도해 보세요.kimu wrote:프랙탈님 댓글 감사드립니다.
userChrome.css 건드리는 법은 저도 압니다.
인용문 그대로 복사해서 다시 파폭켜니깐..
닫기버튼은 그대로입니다. 사용하지 않고 있는 탭에 마우스 갖다대면 색이 약간 바뀌는 효과를 주는것 같더군요.
닫기 버튼은 그대로 오른쪽이고 아랫쪽에 파묻혀있습니다
ㅠㅠ
귀찮게 해드리는것 같아서.. 이번엔 성공하고 싶었는데ㅠ
확장기능 문제일 수도 있습니다.
프로필 폴더를 날린 후 하면 될 수도 있습니다.
물론 북마크는 백업해 놓으시구요.
http://tmp.garyr.net/forum/viewtopic.php?t=231
tab mix plus 0.3 베타 버젼입니다.
왼쪽에 클로즈 버튼 만들기 옵션이 있군요. ^^;
tab mix plus 0.3 베타 버젼입니다.
왼쪽에 클로즈 버튼 만들기 옵션이 있군요. ^^;
Who is online
Users browsing this forum: Semrush [Bot] and 0 guests