Created
April 22, 2012 14:25
-
-
Save lajlev/2464339 to your computer and use it in GitHub Desktop.
Stylebot: Convert Fogbugz UI into zen-mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*///////// | |
A overriding stylesheet for Fogbugz.com UI (Chrome only) | |
Indention and order is this gist is totally fucked, but the result is soooo calm. | |
Require: Chrome stylbot extension http://bit.ly/JZaFzB | |
*///////// | |
#containerLogo { | |
display: none; | |
} | |
#mainArea { | |
padding: 0 ; | |
} | |
#mainnav { | |
padding-left: 16px; | |
} | |
#mainnav a.navlink { | |
font-weight: normal ; | |
} | |
#listName a, #listName a:link, #listName a:visited, #listTitle a, #listTitle a:link, a:visited { | |
font-weight: normal ; | |
} | |
#listName { | |
font-weight: normal ; | |
} | |
a.vb:link, a.vb:visited, body .favoritesPopup a.vb:link, body .favoritesPopup a.vb:visited { | |
color: #222 ; | |
} | |
a.uvb:link, a.uvb:visited, body .favoritesPopup a.uvb:link, body .favoritesPopup a.uvb:visited { | |
color: #222 ; | |
} | |
#bugviewContainer .top .row1 { | |
padding-top: 10px; | |
} | |
#bugviewContainer { | |
border: none ; | |
} | |
#BugFields { | |
z-index: 5 ; | |
} | |
#mainArea form { | |
padding-top: 5px ; | |
} | |
a:visited { | |
color: #222 ; | |
} | |
#fbsidebar { | |
display: none; | |
} | |
#idActionP { | |
display: none ; | |
} | |
th.newIcon { | |
display: none ; | |
} | |
table.noBorder, span.noBorder, form.noBorder, div.noBorder, button.noBorder, img.noBorder, table.noBorder tr, table.noBorder td, table.noBorder th { | |
background-color: white ; | |
} | |
.bugList .bugs th, .biglist th, .smalllist th, .mini-table th { | |
background: white ; | |
} | |
#mainArea .bugList .bugs td.rCB, #mainArea .bugList .bugs th.rCB, .biglist th.L, .biglist td.L { | |
border: none ; | |
} | |
.bugList .bugs th { | |
border: none ; | |
} | |
#banner { | |
background-color: white ; | |
border-bottom: 2px solid white ; | |
} | |
td#listNav img { | |
display: none ; | |
} | |
.fixfor { | |
display: none ; | |
} | |
div.buttons a { | |
color: #222 ; | |
} | |
img.catIcon { | |
display: none ; | |
} | |
#sidebar_priority_-1 { | |
display: none ; | |
} | |
a:link, a.novisited:visited, #mainArea a.novisited:visited { | |
color: #000 ; | |
} | |
* { | |
font-weight: normal ; | |
} | |
* * { | |
font-weight: normal ; | |
} | |
* * * { | |
font-weight: normal ; | |
} | |
* * * * { | |
font-weight: normal ; | |
} | |
#searchFor, #idDropList_searchFor_oText { | |
border-width: 1px ; | |
border-color: #ccc ; | |
border-style: solid ; | |
} | |
.dlgText, textarea { | |
border: none ; | |
} | |
#btnNavbarSearch { | |
display: none ; | |
border: none ; | |
} | |
#statusbarspacer { | |
display: none ; | |
} | |
#idFilterTitle { | |
display: none; | |
} | |
tr.g-r-a td { | |
background-color: #f4f4f4; | |
} | |
#listTitle { | |
background-color: #f2f2f2; | |
border: none; | |
border-radius: none; | |
} | |
img.sortArrow { | |
display: none; | |
} | |
span.sigma { | |
background: none; | |
padding: 0; | |
} | |
#idFilterLinkPopRefine nobr img { | |
display: none; | |
} | |
#idFilterLinkPopsort1 img { | |
display: none; | |
} | |
a.navlink { | |
color: #aaa; | |
} | |
img.down-arrow-blue { | |
display: none; | |
} | |
span.version a { | |
color: #999; | |
} | |
#mainnav a.navlink:hover, #mainnav a.navlink:focus { | |
background-color: none; | |
box-shadow: none; | |
background: none; | |
border-bottom: 1px dotted | |
#999; | |
display: inline-block; | |
padding: 4px 4px 0 4px; | |
-webkit-border-radius: 0; | |
border-radius: 0; | |
color: #666; | |
} | |
a.groupHeader { | |
font-weight: bold; | |
color: #ccc; | |
font-size: 16px; | |
display: inline-block; | |
margin-top: 10px; | |
} | |
a.dotted { | |
color: #666; | |
border-color: #666; | |
} | |
a.actionButton2.icon-left.assign, a.actionButton2.icon-left.email, a.actionButton2.icon-left.resolve { | |
display: none; | |
} | |
a.nextPrev.icon-left.prev { | |
display: none; | |
} | |
a.nextPrev.icon-left.next { | |
display: none; | |
} | |
div.rss { | |
display: none; | |
} | |
#subscribe { | |
display: none; | |
} | |
.nextprev a.starEmpty { | |
display: none; | |
} | |
#belowBanner { | |
display: none; | |
} | |
ul.toolbar.buttons { | |
height: 0; | |
background-color: #fff; | |
} | |
div.sizerSide.ui-draggable { | |
display: none; | |
} | |
div.top.droplistsFillParent { | |
top: -15px; | |
position: relative; | |
} | |
span.status.active { | |
border-color: #ccc; | |
background-color: #f4f4f4; | |
color: #aaa; | |
} | |
#bugviewContainer .buttonbar.buttonbarTop .buttons { | |
border-bottom: none; | |
} | |
.buttonbar.buttonbarBottom { | |
display: none; | |
} | |
div.bugevent.brief { | |
background: #e8e8e8; | |
border: none; | |
-webkit-border-radius: 0; | |
border-radius: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
padding: 10px 10px 1px 10px; | |
} | |
#appTabs { | |
display: none; | |
} | |
#navTopContainer { | |
background-image: none; | |
background-color: white; | |
border: none; | |
} | |
span.dotted { | |
color: #999; | |
border-color: #999; | |
} | |
img.small-down-arrow-black { | |
display: none; | |
} | |
#listHeader { | |
background: #F2F2F2 ; | |
border: none; | |
border-radius: none; | |
padding: 20px 2px; | |
margin: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
#listNav { | |
background: #F2F2F2; | |
color: #999; | |
} | |
#username { | |
color: #666; | |
} | |
#Menu_LogInOut span.underline { | |
color: #666; | |
} | |
#viewSelector div.dropdownHolder { | |
height: 6px; | |
border: none; | |
-webkit-border-radius: 0; | |
border-radius: 0; | |
-webkit-box-shadow: none | |
box-shadow: none | |
; | |
} | |
#viewSelector div.dropdownHolder img.viewIcon { | |
display: none; | |
} | |
#viewSelector { | |
min-width: 6px; | |
padding-left: 6px; | |
white-space: nowrap; | |
background: #F2F2F2; | |
} | |
div.content.title { | |
color: #000; | |
font-size: 36px; | |
padding-top: 11px; | |
line-height: 36px; | |
} | |
a.actionButton2.icon-left.edit { | |
position: relative; | |
top: 10px; | |
right: 5px; | |
font-size: 17px; | |
padding: 10px; | |
z-index: 400; | |
color: blue; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment