Skip to content

Instantly share code, notes, and snippets.

@Danita
Last active December 27, 2015 18:39
Show Gist options
  • Save Danita/7371454 to your computer and use it in GitHub Desktop.
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)
@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;
}
}
@Danita
Copy link
Author

Danita commented Nov 8, 2013

Some code imported from other styles at Stylish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment