[ Index ] |
|
Code source de Horde 3.1.3 |
1 /** 2 * Ideas theme by Roel Gloudemans <r.gloudemans@i-to-i.nl> 3 * Based on the Ideas to Interconnect BV website (http://www.i-to-i.nl) 4 * 5 * $Horde: horde/themes/ideas/screen.css,v 1.3.2.3 2006/03/24 19:33:47 chuck Exp $ 6 */ 7 8 body { 9 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 10 background-color: #c1dced; 11 background-image: url(graphics/background.png); 12 background-position: bottom right; 13 background-repeat: no-repeat; 14 background-attachment: fixed; 15 } 16 17 .text { 18 background-color: #cae8e8; 19 } 20 21 a { 22 color: #2f5c97; 23 } 24 25 .selected { 26 background-color: #bad0e7; 27 } 28 .header { 29 color: #bad0e7; 30 background-color: #3a95cc; 31 border-bottom: 1px solid #005396; 32 white-space: nowrap; 33 } 34 .header a { 35 color: #bad0e7; 36 } 37 .header a:hover, a.header:hover { 38 color: #2f5c97; 39 text-decoration: none; 40 background-color: #3a95cc; 41 } 42 a.header { 43 border-bottom: 0; 44 background-color: transparent; 45 } 46 47 .headerbox { 48 border-left: 1px solid #00b1b0; 49 border-right: 1px solid #00b1b0; 50 border-bottom: 1px solid #00b1b0; 51 background-color: #cae8e8; 52 } 53 54 .light { 55 color: #333; 56 } 57 .smallheader { 58 background-color: #3a95cc; 59 color: #bad0e7; 60 font-family: Verdana,Helvetica,sans-serif; 61 font-size: 11px; 62 } 63 a.smallheader:hover { 64 color: #2f5c97; 65 background-color: #3a95cc; 66 text-decoration: none; 67 } 68 .small { 69 color: #000; 70 } 71 .control { 72 background-color: #bad0e7; 73 border: none; 74 } 75 76 .control a { 77 color: #000; 78 } 79 .control a:hover { 80 text-decoration: underline; 81 background-color: transparent; 82 } 83 84 /* Form styles. */ 85 input, select, textarea { 86 color: #000; 87 background-color: #f3f3f9; 88 border: 1px solid #005396; 89 } 90 input:focus, textarea:focus { 91 background-color: #fff; 92 border: 1px solid #00b1b0; 93 } 94 .button, .button:focus { 95 background-color: #3a95cc; 96 color: #fff; 97 border-bottom: 1px solid #005396; 98 border-right: 1px solid #000; 99 border-left: 1px solid #00b1b0; 100 border-top: 1px solid #00b1b0; 101 -moz-border-radius: 5px; 102 } 103 .button:hover { 104 background-color: #2f5c97; 105 } 106 107 a.fixed { 108 color: #339; 109 } 110 111 .signature, .signature a { 112 color: #999; 113 } 114 115 /* Menu styles. */ 116 #menu { 117 background-color: #2f5c97; 118 border-bottom: none; 119 background-repeat: repeat-x; 120 background-image: url(graphics/menu_top.png); 121 background-position: bottom; 122 padding: 0px; 123 color: #bad0e7; 124 } 125 #menu a { 126 color: #bad0e7; 127 } 128 #menu a:hover { 129 background-color: #3a95cc; 130 } 131 #menu a.current { 132 background-color: #3a95cc; 133 border-bottom: 1px solid #aac; 134 border-right: 1px solid #aac; 135 border-left: 1px solid #000; 136 border-top: 1px solid #000; 137 } 138 139 /* Sidebar styles. */ 140 .sidebar { 141 background-color: #c1dced; 142 background-image: none; 143 padding: 0px; 144 margin: 0px; 145 } 146 .sidebar #menu { 147 height: 71px; 148 background-image: url(graphics/left_menu_top.png); 149 background-position: bottom right; 150 background-repeat: no-repeat; 151 margin-bottom: 0px; 152 } 153 #sidebarPanel { 154 background-color: #cae8e8; 155 border: none; 156 background-image: url(graphics/left_menu_bottom.png); 157 background-position: bottom right; 158 background-repeat: no-repeat; 159 padding-bottom: 20px; 160 padding-top: 0px; 161 } 162 #sidebarPanel a { 163 color: #2f5c97; 164 border: none; 165 padding: 0px 1px 2px 1px; 166 } 167 #sidebarPanel a:hover { 168 background-color: #3a95cc; 169 color: #bad0e7; 170 text-decoration: none; 171 border: none; 172 } 173 #expandButton { 174 margin-right: 6px; 175 } 176 177 /* Tab styles. */ 178 .tabset { 179 border-bottom: 1px solid #005396; 180 } 181 .tabset li a { 182 border: 1px solid #005396; 183 border-bottom: 1px solid #00b1b0; 184 background-color: #c1dced; 185 } 186 .tabset li a:hover { 187 color: #bad0e7; 188 background-color: #3a95cc; 189 } 190 .tabset li.activeTab a { 191 color: #fff; 192 background-color: #2f5c97; 193 } 194 .tabset li a.activeTab:hover { 195 color: #fff; 196 background-color: #3a95cc; 197 } 198 199 /* Alternating styles. */ 200 .rowEven, .item0 { 201 background-color: #cae8e8; 202 } 203 .rowOdd, .item1 { 204 background-color: transparent; 205 } 206 207 .item { 208 background-color: transparent; 209 } 210 211 /* Preferences overview. */ 212 .prefsOverview h2 { 213 font-size: 14px; 214 font-weight: bold; 215 } 216 .prefsOverview dt a { 217 border: 1px solid #00b1b0; 218 border-bottom: 1px solid #005396; 219 background-color: #3a95cc; 220 color: #bad0e7; 221 } 222 223 .prefsOverview dd { 224 background-color: #cae8e8; 225 border-left: 1px solid #00b1b0; 226 border-right: 1px solid #00b1b0; 227 border-bottom: 1px solid #00b1b0; 228 } 229 230 .prefsOverview dt a:hover { 231 color: #2f5c97; 232 } 233 234 .box { 235 -moz-border-radius: 10px; 236 border: 1px dashed #00b1b0; 237 background-color: #cae8e8; 238 } 239 240 td.linedRow, tr.linedRow td, table.linedRow td, table.linedRow .item, table.linedRow th { 241 color: #000; 242 background-color: #cae8e8; 243 border-bottom: 1px solid #c1dced; 244 } 245 .linedRowSelectedCol, td.linedRowSelectedCol, table.linedRow td.linedRowSelectedCol { 246 color: #000; 247 background-color: #c1dced; 248 border-bottom: 1px solid #cae8e8; 249 } 250 251 th { 252 background-color: transparent; 253 } 254 span strong { 255 color: #2f5c97; 256 } 257
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |