Last active
April 17, 2017 20:04
-
-
Save katylava/ac50627399f4f4de9b24 to your computer and use it in GitHub Desktop.
HabitRPG Stylish styles
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
body { | |
/* | |
background: url(http://subtlepatterns.com/patterns/skulls.png); | |
background: url(http://subtlepatterns.com/patterns/halftone.png); | |
background: url(http://i.imgur.com/6Vkqf2z.png); /* wood panel *//* | |
*/ | |
background: url(http://i.imgur.com/1bBINau.png); /* green cup */ | |
} | |
nav.toolbar { | |
position: static; | |
} | |
button.toolbar-toggle { | |
display: none; | |
} | |
li.toolbar-button-dropdown, | |
li.toolbar-settings, | |
li.toolbar-notifs, | |
li.toolbar-audio { | |
z-index: 101; | |
} | |
div.header-wrap { | |
background: transparent url(http://i.imgur.com/O1APgco.jpg); | |
border-bottom: 1px solid #666; | |
border-top: 1px solid #666; | |
padding: 0 0 1em 0; | |
} | |
header.site-header { | |
margin: 2em auto 0; | |
} | |
header div.hero-stats { | |
background-color: transparent; | |
border-right: none; | |
} | |
header figure.herobox.noBackgroundImage.isUser, | |
header figure.herobox.noBackgroundImage, | |
header figure.herobox.noBackgroundImage.isUser:hover, | |
header figure.herobox.noBackgroundImage:hover { | |
background: transparent; | |
} | |
div.filters { | |
padding: 0 15px; | |
} | |
div.filters ul { | |
float: right; | |
} | |
div.filters > div > ul.ui-sortable { | |
margin-right: 0; | |
} | |
div.filters ul.filters-controls li { | |
border-right-width: 0; | |
} | |
div.filters ul.filters-controls li:not(:nth-child(2)) { | |
display: none; | |
} | |
div.filters ul.filters-controls li a { | |
border-color: transparent !important; | |
background-color: transparent !important; | |
text-decoration: underline; | |
} | |
div.tabs-below:last-child { | |
display: none; | |
} | |
div.tasks-lists div.row { | |
margin-left: -10px; | |
margin-right: -10px; | |
} | |
div.tasks-lists div.row .col-md-3 { | |
padding: 0; | |
} | |
div.task-column { | |
background-color: transparent; | |
border: none; | |
padding: 0.5em; | |
} | |
div.task-column > span.option-box { | |
display: none; | |
} | |
div.task-column hr { | |
display: none; | |
} | |
h2.task-column_title { | |
display: none; /* ugh! hiding this makes the "New To-do" input height wonky because of the progess clicky */ | |
/* uncomment this and comment out the line above if you want the progress clicky *//* | |
font-size: 12px; | |
visibility: hidden; | |
*/ | |
} | |
form.task-add > small.help-block { | |
display: none; | |
} | |
input.addtask-btn { | |
visibility: hidden; | |
} | |
ul.task-filter { | |
margin: 0.5em 0 0; | |
} | |
li.task { | |
border: 1px solid #ccc; | |
margin-bottom: 0; | |
box-shadow: 6px 6px 8px #888888; | |
} | |
li.task div.task-meta-controls { | |
visibility: hidden; | |
} | |
li.task:hover div.task-meta-controls { | |
visibility: visible; | |
} | |
li.task div.task-meta-controls a[tooltip="Push task to top"] { | |
display: none; | |
} | |
div.task-controls.task-primary { | |
bottom: 1px; | |
left: 1px; | |
top: 1px; | |
} | |
a.task-action-btn { | |
border-right-color: #eee; | |
height: 100%; | |
line-height: 2em; | |
width: 1.5em; | |
} | |
span.task-checker label { | |
width: 1.7em; | |
} | |
ul.rewards div.task-text { | |
padding-left: 4em; | |
} | |
span.task-notes { | |
display: none; | |
} | |
span.action-yesno label:hover:after, | |
span.action-yesno label:focus:after, | |
span.action-yesno input[type=checkbox]:checked+label:after { | |
content: '\2713'; | |
font-size: 1.3em; | |
line-height: 1; | |
margin-top: 0.5em; | |
transform: none; | |
width: 1.3em; | |
} | |
div.task-controls span.shop_gold { | |
display: none; | |
} | |
.rewards a.btn-buy { | |
min-height: 0; | |
text-align: center; | |
width: 3.4em; | |
} | |
.rewards a.btn-buy span:only-child { | |
padding-left: 0; | |
} | |
div.task-column.todos a.option-action { | |
display: none; /* hides progress toggle for todos */ | |
} |
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
/* images in task titles */ | |
a[title~="break-after"]:after { | |
content: '\A'; | |
white-space: pre; | |
} | |
a[title~="break-before"]:before { | |
content: '\A'; | |
white-space: pre; | |
} | |
img[alt~="align-top"] { | |
vertical-align: top; | |
} | |
img[alt~="align-bottom"] { | |
vertical-align: bottom; | |
} | |
img[alt~="size-1em"] { | |
height: 1em; | |
} | |
img[alt~="size-2em"] { | |
height: 2em; | |
} | |
img[alt~="size-medium"] { | |
height: 48px; | |
} | |
img[alt~="size-large"] { | |
height: 68px; | |
} | |
img[alt~="size-full"] { | |
width: 90%; | |
} |
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
button.pet-button { | |
background-color: transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment