Skip to content

Instantly share code, notes, and snippets.

@thilak-rao
Created October 20, 2014 07:06
Show Gist options
  • Select an option

  • Save thilak-rao/332c5c5ee5722c765f2a to your computer and use it in GitHub Desktop.

Select an option

Save thilak-rao/332c5c5ee5722c765f2a to your computer and use it in GitHub Desktop.
Pretty Redmine
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700);
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 14px;
}
div.description div.wiki {
-webkit-column-count: 2;
-webkit-column-gap: 22px;
-webkit-column-rule: dotted 2px silver;
}
div.wiki img {
max-width: 100%;
}
div#sidebar {
position: fixed;
right: 0px;
}
/**
* Rückfrage
*/
td.status.pfEnquiry {
font-weight: bold;
letter-spacing: 0.25em;
color: maroon;
}
td.status.pfEnquiry:before {
/*content: url("http://octopussy/~anr/ribeye/pictures/anim/animated-flame.gif");*/
;
}
/**
* Prio Sofort
*/
td.priority.pfImmediately {
font-weight: bold;
color: maroon;
}
/**
* Status Neu
*/
td.pfNew {
font-weight: bold;
color: green;
}
div.tbmenu ul {
/*list-style-type: none;*/
padding-left: 0px;
}
div.tbmenu li {
margin-left: 20px;
}
div.tbmenu li.nolink {
list-style-type: none;
margin-left: 0px;
}
#header h1 {
display: none;
}
#header {
min-height: 2.3em !important;
background-color: #CC3910 !important;
}
#top-menu {
background: #332F29;
}
#main-menu li a {
font-weight: 500;
}
#content h1, h2, h3, h4 {
color: #332F29;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment