1
|
/* load the default Redmine stylesheet */
|
2
|
@import url(../../../stylesheets/application.css);
|
3
|
|
4
|
/* Main title settings */
|
5
|
h1, h2, h3, h4 { font-family: Verdana, Verdana, sans-serif;}
|
6
|
h1 {padding: 11px 0px 0px 0px; font-size: 15px;}
|
7
|
|
8
|
/* Very top band colour */
|
9
|
#top-menu {background: #d63804; height:1.5em; padding: 4px 0px 0px 5px;font-family: Verdana; font-size: 11px}
|
10
|
|
11
|
#header h1
|
12
|
{
|
13
|
background: url(../images/Espreon_Logo_small.jpg)
|
14
|
no-repeat 7px 1px;
|
15
|
padding: 12px 8px 0px 70px;
|
16
|
height: 45px;
|
17
|
}
|
18
|
|
19
|
/* Change the Main header text colour */
|
20
|
#header {height:67px;
|
21
|
background: #FFFFFF url(../images/sitetitlebkgd_cardinal.gif);
|
22
|
background-position:right top;
|
23
|
background-repeat:repeat-y;
|
24
|
color:#000000;
|
25
|
padding: 0px 0px 0px 0px;}
|
26
|
#header a {color:#d63804}
|
27
|
|
28
|
#quick-search {padding: 4px;}
|
29
|
|
30
|
#main-menu li {
|
31
|
margin: 0px 0px 0px 0px;
|
32
|
padding: 0px 0px 0px 0px;
|
33
|
}
|
34
|
|
35
|
#main-menu li a {
|
36
|
padding: 1px 8px 4px 8px;
|
37
|
font-size:8pt;
|
38
|
font-family: Tahoma;
|
39
|
color:#282828; /*text colour*/
|
40
|
background-image:url(../images/topnavunselected_cardinal.gif);
|
41
|
background-color:#fbfeff;
|
42
|
border-style:none;
|
43
|
border:solid 1px #8b92a5;
|
44
|
}
|
45
|
|
46
|
#main-menu li a:hover {
|
47
|
background:url(../images/topnavhover_cardinal.gif);
|
48
|
background-position:bottom;
|
49
|
}
|
50
|
|
51
|
/* Little Gray fading band under the headers */
|
52
|
#content { width: 80%; background: url(../images/pageTitleBKGD_cardinal.gif) repeat-x; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; position: relative; z-index: 10; height:600px; min-height: 600px;}
|
53
|
* html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
|
54
|
|
55
|
#main {background: url(../images/pageTitleBKGD_cardinal.gif) repeat-x; background-color:#EEEEEE;}
|