Skip to content

Instantly share code, notes, and snippets.

@urre
Last active October 8, 2015 20:58
Show Gist options
  • Save urre/3388086 to your computer and use it in GitHub Desktop.
Save urre/3388086 to your computer and use it in GitHub Desktop.
body {
background: white;
}
#info-bar {
display: none;
}
#header {
opacity: .2;
-webkit-transition: all 0.2s ease-out;
}
#header:hover {
opacity: 1;
}
#body {
border: none;
box-shadow: none;
margin-top: 0;
background: none;
}
#header {
height: 70px;
}
/* Nav menu */
#nav {
float: none;
margin-left: 20%;
}
/* Hide Invoices-button (if not using) */
#nav #invoices {
display: none;
}
#nav li {
display: inline-block;
margin-right: 20px;
}
#nav a,
.task-button {
background-image: none !important;
background-color: #6567a5 !important;
padding: .3em 1em .3em 1em !important;
font-family: helvetica;
border-radius: 3px;
color: white !important;
text-indent: 0 !important;
text-align: center;
font-size: 14px;
height: auto !important;
-webkit-transition: all 0.2s ease-out;
}
#nav a:hover {
background-color: #333 !important;
}
.task-button {
font-size: 14px;
background-color: #7fbb00 !important;
}
.task-button:hover {
background-color: #f77f00 !important;
}
.task-button.stop {
background-color: #e54a4f !important;
}
.buttonBig {
background-image: none !important;
background-color: #f77f00 !important;
padding: .6em 2em .6em 2em !important;
font-family: helvetica;
border-radius: 3px;
color: white !important;
text-indent: 0 !important;
text-align: center;
font-size: 19px !important;
height: auto !important;
-webkit-transition: all 0.2s ease-out;
}
.list-title {
margin-bottom: 60px !important;
}
.buttonBig:hover {
background-color: #0071c5 !important;
color: white !important;
}
.list-title {
border: none;
background: none;
}
.list-title h1 {
display: none;
}
.list-title {
float: none;
margin: 0 0 30px 0;
margin-left: 40%;
background: none;
}
#task-list .list-item:hover {
background-color: #fbfdd3 !important;
}
/* Create Task button */
a.buttonBig {
float: none !important;
margin: 0 auto;
display: inline-block;
}
/* Task list */
.list,
#task-list {
border: none;
}
/* Task */
#task-list li {
background: none;
height: 40px;
border: none;
}
/* Footer */
#foot {
display: none;
}
.inner {
background: none;
}
.inner h1 {
display: none;
}
#sub-nav,
#sub-nav .on,
.on {
display: none:
border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
/* Task List container */
#content {
padding: 0;
background: none;
}
/* Hide right side link ("sidebadge") */
a[href="http://makesometime.qhub.com/"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment