Skip to content

Instantly share code, notes, and snippets.

@mcsepes
Last active April 29, 2017 13:42
Show Gist options
  • Save mcsepes/f392c6ef8f99885a7d4bbe54da9fd3ed to your computer and use it in GitHub Desktop.
Save mcsepes/f392c6ef8f99885a7d4bbe54da9fd3ed to your computer and use it in GitHub Desktop.
My Trello userstyle
@-moz-document domain("trello.com") {
.body-board-view .list-card-labels .card-label {
font-weight: bold;
color: #fff !important;
line-height: 14px !important;
height: auto !important;
padding: 2px 6px !important;
margin-right: 5px !important;
width: auto !important;
text-shadow: none !important;
font-size: 10px !important;
margin-left: 0 !important;
min-width: 6px !important;
}
.body-board-view .list-card-labels {
display: flex !important;
}
.card-short-id {
display: inline-block !important;
position: absolute;
bottom: 5px;
right: 10px;
color: #aaa;
}
.card-label {
text-shadow: none !important;
}
.button-link:hover {
background: #9dbde0;
border-color: #89b0da;
}
.label-list-item.is-active.selected .label-list-item-link,
.label-list-item.selected .label-list-item-link,
.pop-over-card-list li.selected a,
.pop-over-emoji-list li.selected a,
.pop-over-member-list li.selected a,
.pop-over-list.navigable li.selected > a,
.pop-over-list li > a:hover {
background-color: #9dbde0;
}
.member {
border-radius: 3px !important;
}
.board-menu {
background-color: #fdfdfe;
}
.board-menu-navigation-item-link:hover {
background-color: #edeff0;
}
#board,
.list {
background: #e2e4e6;
}
.list-wrapper {
width: 24.375%;
/* 25% */
margin: 0 0.3125%;
/* 0.625 */
}
.list-card-title {
font-weight: bold;
font-size: 13px;
}
.list-card-labels .card-label {
opacity: .8;
height: 2px;
}
#trellists .show-all,
#trellists .hide-all {
color: #ccc;
}
.badge.is-due-now,
.badge.is-due-now .badge-icon {
background-color: transparent;
color: #CF513D;
}
.badge.is-due-past,
.badge.is-due-past .badge-icon {
background-color: transparent;
color: #EC9488;
}
.badge {
padding: 0 2px;
}
.badges {
margin-left: -4px;
margin-top: -2px;
padding-bottom: 0;
}
.badge-text {
font-size: 11px;
}
.badge .icon-sm {
font-size: 10px;
width: 14px;
}
.member {
border-radius: 50%;
}
.list-card-members .member {
margin-bottom: 2px;
margin-top: -4px;
display: inline-block;
float: none;
}
#board .member,
#board .member-avatar {
width: 20px;
height: 20px;
}
.member-initials {
height: 20px;
line-height: 20px;
}
/* no scrolling lists */
body {
font-family: -apple-system, 'BlinkMacSystemFont', Roboto, Helvetica, Arial, sans-serif;
font-weight: 300;
-webkit-font-smoothing: subpixel-antialiased;
}
.list {
max-height: inherit;
}
#board {
overflow-y: auto;
margin-bottom: 0 !important;
padding-top: 10px !important;
}
/* bright style */
body {
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.11);
}
#board,
.list {
background: #e6e7eb;
}
.icon-lg.light {
color: rgba(0, 0, 0, .4);
}
.list-card {
border: none;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10);
margin-bottom: 10px;
}
.list-card-title {
font-weight: 500;
letter-spacing: 0.2px;
font-size: 12px;
margin-top: 2px;
margin-bottom: 6px;
}
.list-card-details {
padding: 8px 8px 2px 10px;
}
.open-card-composer {
font-size: 11px;
}
.open-card-composer {
border-radius: 3px !important;
}
.open-card-composer:hover {
background-color: rgba(0,0,0,.1) !important;
}
.list-wrapper.mod-add.is-idle {
background: rgba(0,0,0,.05);
}
.list-wrapper.mod-add.is-idle:hover {
background: rgba(0,0,0,.1);
}
.list-wrapper.mod-add .placeholder {
color: #4d4d4d;
}
#trellists {
border: 1px solid #eaeaea;
background: none;
}
#trellists .show-list {
color: #333;
}
#board::-webkit-scrollbar {
height: 3px;
}
.window,
.pop-over.mod-search-over {
background-color: #fff !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment