| 1 |
|
/* GENERAL Styles |
| 2 |
|
----------------------------*/ |
| 3 |
|
|
| 4 |
|
body { |
| 5 |
|
font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */ |
| 6 |
|
} |
| 7 |
|
|
| 8 |
|
#page { |
| 9 |
|
/* Use a 14px base font size with a 18px line height */ |
| 10 |
|
font-size: 0.875em; /* 16px x .875 = 14px */ |
| 11 |
|
line-height: 1.286em; /* 14px x 1.286 = 18px */ |
| 12 |
|
} |
| 13 |
|
|
| 14 |
|
body, caption, th, td, input, textarea, select, option, legend, fieldset { |
| 15 |
|
font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; |
| 16 |
|
} |
| 17 |
|
|
| 18 |
|
|
| 19 |
|
/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */ |
| 20 |
|
|
| 21 |
|
a:link, a:visited { |
| 22 |
|
color: #2c363e; |
| 23 |
|
text-decoration:none; |
| 24 |
|
} |
| 25 |
|
|
| 26 |
|
a:hover, a:active { |
| 27 |
|
color: #700000; |
| 28 |
|
text-decoration:underline; |
| 29 |
|
} |
| 30 |
|
|
| 31 |
|
/* Titles */ |
| 32 |
|
h1 { |
| 33 |
|
font-size:1.6em; |
| 34 |
|
line-height:1.3em; |
| 35 |
|
margin:0; |
| 36 |
|
font-style:italic; |
| 37 |
|
color: #2c363e; |
| 38 |
|
} |
| 39 |
|
h2 { |
| 40 |
|
font-size:1.4em; |
| 41 |
|
line-height:1.2em; |
| 42 |
|
margin:0; |
| 43 |
|
font-style:italic; |
| 44 |
|
color: #2c363e; |
| 45 |
|
} |
| 46 |
|
h3 { |
| 47 |
|
font-size:1.2em; |
| 48 |
|
line-height:1em; |
| 49 |
|
margin:0; |
| 50 |
|
font-style:italic; |
| 51 |
|
color: #2c363e; |
| 52 |
|
} |
| 53 |
|
/* Breadcrumb Styles */ |
| 54 |
|
.breadcrumb { |
| 55 |
|
margin: 0; |
| 56 |
|
padding: 0; |
| 57 |
|
} |
| 58 |
|
/* Paragraph Styles */ |
| 59 |
|
|
| 60 |
|
.node p { |
| 61 |
|
margin: 1em 0; |
| 62 |
|
} |
| 63 |
|
|
| 64 |
|
/* List Styles */ |
| 65 |
|
|
| 66 |
|
ul, ol { |
| 67 |
|
margin: 0 0 0 10px; |
| 68 |
|
padding: 0; |
| 69 |
|
} |
| 70 |
|
.block ul, .block ol{ |
| 71 |
|
margin: 0; |
| 72 |
|
padding: 0; |
| 73 |
|
} |
| 74 |
|
.item-list ul li { |
| 75 |
|
margin: 0; |
| 76 |
|
padding-top: 0pt; |
| 77 |
|
list-style-image: none; |
| 78 |
|
list-style-type:square; |
| 79 |
|
list-style-position:inside; |
| 80 |
|
color:#2c363e; |
| 81 |
|
} |
| 82 |
|
/* Table Styles */ |
| 83 |
|
|
| 84 |
|
table { |
| 85 |
|
width: 99%; |
| 86 |
|
} |
| 87 |
|
tr.even td, tr.odd td { |
| 88 |
|
padding: 10px 5px; |
| 89 |
|
border-color: #2c363e; |
| 90 |
|
} |
| 91 |
|
tr.even { |
| 92 |
|
background-color: #0b0b0b; |
| 93 |
|
} |
| 94 |
|
tr.odd { |
| 95 |
|
background-color: #101316; |
| 96 |
|
} |
| 97 |
|
|
| 98 |
|
/* Code */ |
| 99 |
|
|
| 100 |
|
pre, code { |
| 101 |
|
background-color:#efefef; |
| 102 |
|
display:block; |
| 103 |
|
padding:5px; |
| 104 |
|
margin:5px 0; |
| 105 |
|
border:1px solid #2c363e; |
| 106 |
|
font-family: "Bitstream Vera Sans Mono", "Courier New", monospace; |
| 107 |
|
} |
| 108 |
|
|
| 109 |
|
/* List Styles */ |
| 110 |
|
|
| 111 |
|
ul { list-style-type: disc; } |
| 112 |
|
ul ul { list-style-type: circle; } |
| 113 |
|
ul ul ul { list-style-type: square; } |
| 114 |
|
ul ul ul ul { list-style-type: circle; } |
| 115 |
|
ol { list-style-type: decimal; } |
| 116 |
|
ol ol { list-style-type: lower-alpha; } |
| 117 |
|
ol ol ol { list-style-type: decimal; } |
| 118 |
|
|
| 119 |
|
/* Abbreviation */ |
| 120 |
|
|
| 121 |
|
abbr { |
| 122 |
|
border-bottom: 1px dotted #2c363e; |
| 123 |
|
cursor: help; |
| 124 |
|
white-space: nowrap; |
| 125 |
|
} |
| 126 |
|
|
| 127 |
|
/* Date-based "abbreviations" show computer-friendly timestamps which are not |
| 128 |
|
human-friendly. */ |
| 129 |
|
|
| 130 |
|
abbr.created { |
| 131 |
|
border: none; |
| 132 |
|
cursor: auto; |
| 133 |
|
white-space: normal; |
| 134 |
|
} |
| 135 |
|
|
| 136 |
|
/* User Interface Styles |
| 137 |
|
---------------------------- */ |
| 138 |
|
|
| 139 |
|
.resizable-textarea textarea { |
| 140 |
|
font-size:14px!important; |
| 141 |
|
} |
| 142 |
|
.messages { |
| 143 |
|
padding: 10px; |
| 144 |
|
margin: 10px 0; |
| 145 |
|
border: 1px solid #2c363e; |
| 146 |
|
color: #04a107; |
| 147 |
|
background-color: #edffed; |
| 148 |
|
} |
| 149 |
|
form{ |
| 150 |
|
margin:10px 0; |
| 151 |
|
} |
| 152 |
|
input.form-text, textarea { |
| 153 |
|
background: #2c363e; |
| 154 |
|
padding: 2px; |
| 155 |
|
margin: 0; |
| 156 |
|
border: 0; |
| 157 |
|
color: #000; |
| 158 |
|
} |
| 159 |
|
|
| 160 |
|
input.form-submit { |
| 161 |
|
padding: 0 12px; |
| 162 |
|
overflow: visible; |
| 163 |
|
font-weight: bold; |
| 164 |
|
cursor:pointer; |
| 165 |
|
background-color: #07090a; |
| 166 |
|
border-top: 1px solid #2c363e; |
| 167 |
|
border-right: 1px solid #2c363e; |
| 168 |
|
border-bottom: 1px solid #2c363e; |
| 169 |
|
border-left: 1px solid #2c363e; |
| 170 |
|
color: #2c363e; |
| 171 |
|
} |
| 172 |
|
option, select, input.form-radio { |
| 173 |
|
padding: 0; |
| 174 |
|
cursor:pointer; |
| 175 |
|
background-color: #07090a; |
| 176 |
|
border-top: 1px solid #2c363e; |
| 177 |
|
border-right: 1px solid #2c363e; |
| 178 |
|
border-bottom: 1px solid #2c363e; |
| 179 |
|
border-left: 1px solid #2c363e; |
| 180 |
|
color: #2c363e; |
| 181 |
|
} |
| 182 |
|
|
| 183 |
|
/** Custom Search Box **/ |
| 184 |
|
#search form{ |
| 185 |
|
margin: 10px 0 0; |
| 186 |
|
} |
| 187 |
|
#search { |
| 188 |
|
float: right; |
| 189 |
|
height: 25px; |
| 190 |
|
display:block; |
| 191 |
|
padding-top: 3px; |
| 192 |
|
} |
| 193 |
|
#search input.form-text { |
| 194 |
|
background: #2c363e; |
| 195 |
|
padding: 2px; |
| 196 |
|
margin: 0; |
| 197 |
|
float: left; |
| 198 |
|
border: 0; |
| 199 |
|
color: #101316; |
| 200 |
|
} |
| 201 |
|
#search input.form-submit { |
| 202 |
|
padding: 0 12px; |
| 203 |
|
overflow: visible; |
| 204 |
|
font-weight: bold; |
| 205 |
|
background-color: #07090a; |
| 206 |
|
border-top: 1px solid #2c363e; |
| 207 |
|
border-right: 1px solid #2c363e; |
| 208 |
|
border-bottom: 1px solid #2c363e; |
| 209 |
|
border-left: 1px solid #2c363e; |
| 210 |
|
color: #2c363e; |
| 211 |
|
cursor:pointer; |
| 212 |
|
} |
| 213 |
|
.block-region { |
| 214 |
|
background-color: #000; |
| 215 |
|
} |
| 216 |
|
|
| 217 |
|
/* Rollover edit links for blocks |
| 218 |
|
----------------------------*/ |
| 219 |
|
|
| 220 |
|
div.block { |
| 221 |
|
position: relative; |
| 222 |
|
} |
| 223 |
|
div.block div.edit { |
| 224 |
|
display: none; |
| 225 |
|
position: absolute; |
| 226 |
|
right: 0; |
| 227 |
|
top: 0; |
| 228 |
|
z-index: 40; |
| 229 |
|
border: 1px solid #2c363e; |
| 230 |
|
padding: 0 2px; |
| 231 |
|
font-size: 11px; |
| 232 |
|
background-color: #fff; |
| 233 |
|
} |
| 234 |
|
div.block:hover div.edit { |
| 235 |
|
display: block; |
| 236 |
|
} |
| 237 |
|
.system-status-report .error td { |
| 238 |
|
color: red; |
| 239 |
|
} |
| 240 |
|
.system-status-report .ok td { |
| 241 |
|
color: blue; |
| 242 |
|
} |
| 243 |
|
body { |
| 244 |
|
background: #000 url(../images/body.jpg) top center no-repeat; |
| 245 |
|
} |