Last active
December 27, 2015 18:39
-
-
Save Danita/7371454 to your computer and use it in GitHub Desktop.
Trello: Wider cards, better code format, display card id, display no. of cards (use Stylish add on for Firefox or Chrome)
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("trello.com") { | |
body.fixed-content #content{ | |
width:890px !important; | |
} | |
div.window { | |
width:890px !important; | |
} | |
div.window-main-col { | |
width:672px !important; | |
} | |
pre, code, tt { | |
font-family:Consolas, "Courier New", Courier, monospace; | |
line-height:inherit; | |
} | |
.markeddown td > code, | |
.markeddown p > code, | |
.markeddown li > code { | |
font-size:13px!important; | |
background-color: #EFF8FF!important; | |
border: 1px solid #CFEBFF; | |
padding: 0 4px; | |
} | |
.window-wrapper { | |
background-color: #F4F4F4!important; | |
} | |
.num-cards { | |
display: inline !important; | |
font-size:0.9em; | |
} | |
.card-short-id { | |
display: inline !important; | |
border: 1px solid #d9d9d9; | |
border-bottom-color: #d3d3d3; | |
border-radius: 2px; | |
color: #737373; | |
cursor: default; | |
float: left; | |
font-size: 0.8em; | |
line-height: 1.4em; | |
height: 1.4em; | |
margin-right: 4px; | |
padding: 0 4px; | |
position: relative; | |
text-decoration: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some code imported from other styles at Stylish.