Recent Changes - Search:

Users

Developers

Wiki help.

Andrew's modified RedBlue theme

Introduction

This is a variant of the RedBlue theme for 0.8. I found it gave much cleaner, more legible menus and tables on my PC with Firefox and a 19" LCD.


style.css

@import url(../redblue/style.css);
body,table td, table th, table tbody td, select {
    font-family: 'tahoma','optima',sans-serif;
    font-size:10px;
}
h1,h2,h3,h4 {
    font-family: 'HelveticaNeue','tahoma','optima',sans-serif;
}
body,table td, table th, table tbody td, select {
    font-size: 13px;
}
td a, td a:link, td a.nextactionlink, td a:visited {
    font-weight:normal;
}
.datatable td {
    margin: 0;
    padding: 1px 2px;
    border-bottom: #ccc solid 1px;
}
tbody {
    border: #960200 solid 1px;
}
tbody td {
    margin: 0;
    padding: 1px 2px;
}

.datatable tbody tr td.overdue {
	font-weight: bold;
	color: #F00;
}

.datatable tbody tr td.due {
	color:green;
	font-weight:bold;
}
h3 {
	color: #8888DA;
}
h2 a, h3 a {
    border-bottom:1px dotted #000B86;
}
a.nextactionlink, tbody tr td a.nextactionlink {
    color: #b00;
}

style_screen.css

@import url(../redblue/style_screen.css);
.weeklytable>tbody>tr:hover, .datatable tr:hover td, .datatable tr:hover td.noparent, .datatable tbody tr:hover,tbody tr:hover td.col-description, .datatable tbody tr:hover td.maincolumn, td:hover
{
	background: #ddd;
	color:black;
}
#menudiv li li, #menudiv li li a {
    color:white;
}
tbody td,#menudiv {
    font-family:'tahoma','optima',sans-serif;
    font-size:10pt;
}
#searcher {
	background-Color:white;
	border: 6px ridge #000B86;
}
#donebox {
    background-color:#960200;
}
#donebox a,#donebox a:link, #donebox a:visited {
    color:#ddd;
}
#donebox a:hover {
    color:white;
    border:1px solid #960200;
}
#freezer {
	background-color:#000B86;
}
#menudiv li a, #menudiv li ul, #menudiv li:hover ul, #menudiv li.over ul {
    z-index: 99999;
}

Other files

Copy over (or link / symlink) the files edit.gif, report.gif and theme.js from the redblue directory.

Add-Ons User Contributed

Edit - History - Print - Recent Changes - Search
Page last modified on June 08, 2008, at 11:53 PM