Skip to content

Instantly share code, notes, and snippets.

@greypants
Created October 26, 2011 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greypants/1317119 to your computer and use it in GitHub Desktop.
Save greypants/1317119 to your computer and use it in GitHub Desktop.
CSS: Unfuddle Viget Theme
#main {
width: 70%;
padding: 2%;
}
th.field_heading_version a {
color: #DD4B39;
}
li.tab_time_tracking a {
color: #555;
}
#main_menu a {
color: #555;
}
#main_menu .selected a {
font-weight: bold;
color: #D14836
;
}
#account_header a {
color: #555;
font-size: 12px;
text-decoration: none;
padding: 2px;
}
#aux_menu {
top: 10px;
z-index: 100;
right: 250px;
}
div.progress_bar_fill {
background: #1796b6;
}
table.pretty th a {
color: #f76b3d;
font-weight: normal;
text-transform: uppercase;
letter-spacing: .2em;
font-size: 9px;
}
a, a:link, a:visited {
color: #1796b6;
}
#account_header a, #account_header a:link, #account_header a:visited {
color: #f76b3d;
}
#aux_menu a, #aux_menu a:link, #aux_menu a:visited {
color: #f76b3d;
}
#tickets_report_table .report_table th {
background: #0d171e;
border-color: #555;
}
#sidebar_content h2 {
color: #fff;
}
#sidebar_content {
color: rgba(255, 255, 255, 0.5);
}
p.note {
color: rgba(255,255,255,0.5);
}
.progress_bar {
background: #10314A;
border: 1px solid black;
}
#account_header {
background: rgba(0, 0, 0, .6);
border-bottom: none;
z-index: 50;
position: absolute;
}
#sidebar:hover {
opacity: 1;
}
#footer {
}
#sidebar li.selected {
border: none 0px;
background: #0C2B3D;
color: #fff;
}
#sidebar li.selected a {
color: #fff;
}
hr {
display: none;
}
#header_title {
padding: 25px;
background: url(http://dantello.com/images/viget-inverse.png) no-repeat 15px 15px;
text-indent: -9999px;
}
a {
text-decoration: none;
}
#header_title a {
color: #fff;
width: 122px;
height: 40px;
display: block;
}
#tickets_report_table td {
padding: 11px;
overflow: hidden;
wrap: initial;
}
input.ticket_select {
margin-left: -4px;
}
div.account_wrapper {
height: 100%;
}
html {
height: 100%;
}
body {
height: 100%;
}
#wrapper {
padding: 26px 30px 0 30px;
background: #031715 url(http://dantello.com/images/viget-unfuddle-bg.jpg) top left no-repeat fixed;
height: 100%;
}
li.tab_dashboard {
margin-left: 0;
}
#main_menu {
margin-left: 15px;
}
li.tab_dashboard a {
}
#sidebar {
opacity: .5;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
transition: all .25s;
-webkit-font-smoothing: antialiased;
}
#header {
background: transparent none;
padding-top: 30px;
margin-top: -30px;
}
#tickets_report_table tbody tr td:nth-child(3) {
width: 50px;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment