[9280] | 1 | /* --------------------------------------------------------------------------- |
---|
[9716] | 2 | Theme hr_os |
---|
[9280] | 3 | |
---|
[9716] | 4 | child-theme of hr_os |
---|
| 5 | |
---|
| 6 | by flop25 http://www.planete-flop.fr/ |
---|
[9280] | 7 | ------------------------------------------------------------------------------ */ |
---|
| 8 | |
---|
[9716] | 9 | @import "menu.css"; |
---|
| 10 | @import "iconset.css"; |
---|
[9280] | 11 | |
---|
| 12 | * { margin: 0; padding: 0; border: 0; } |
---|
| 13 | |
---|
| 14 | body { |
---|
| 15 | background-image: url(img/background.bg3.1.jpg); |
---|
| 16 | background-repeat: repeat-y; |
---|
| 17 | background-position: center center; |
---|
| 18 | background-color:#7f7f7f; |
---|
| 19 | font-size:0.7em; |
---|
| 20 | font-family: Verdana,Arial,Helvetica,sans-serif; |
---|
| 21 | } |
---|
| 22 | /*body { |
---|
| 23 | background-image: url(img/background.bg3.jpg); |
---|
| 24 | background-repeat: repeat-y; |
---|
| 25 | background-position: center center; |
---|
| 26 | background-color:#a19fa0; |
---|
| 27 | font-size:0.7em; |
---|
| 28 | font-family: Verdana,Arial,Helvetica,sans-serif; |
---|
| 29 | } |
---|
| 30 | */ |
---|
| 31 | #comments H2, .titrePage h2 { |
---|
| 32 | background-image: url(img/fondMenu2_2.jpg); |
---|
| 33 | background-repeat:repeat-x; |
---|
| 34 | background-color:#000000; |
---|
| 35 | color: #FFF; |
---|
| 36 | border: 0; |
---|
| 37 | } |
---|
| 38 | .titrePage a, .categoryActions, .calendarViews { |
---|
| 39 | color: #FFF; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | /* Common styles |
---|
| 43 | -------------------------------------------------------- */ |
---|
| 44 | h2, h3 { color:#696969; } |
---|
| 45 | ul { list-style: none; } |
---|
| 46 | ul li { list-style: none; } |
---|
| 47 | |
---|
| 48 | a, a:link { color:#0066CC; text-decoration: none; border:0; } |
---|
| 49 | a:hover { text-decoration: none; border-bottom:1px solid #0066CC;} |
---|
| 50 | /*a:visited { color:#333333;}*/ |
---|
| 51 | |
---|
| 52 | pre { overflow: auto; width: 100%; height: auto; } |
---|
| 53 | .left { float: left; } |
---|
| 54 | .right { float: right; } |
---|
| 55 | |
---|
| 56 | img{ border: 0; } |
---|
| 57 | |
---|
| 58 | /* Page |
---|
| 59 | -------------------------------------------------------- */ |
---|
| 60 | BODY#thePicturePage,BODY#theCategoryPage, BODY#theTagsPage {} |
---|
| 61 | |
---|
| 62 | #the_page { |
---|
| 63 | width: 800px; |
---|
| 64 | margin: 0 auto; |
---|
| 65 | position: relative; |
---|
| 66 | background: transparent url(img/back.jpg) repeat-y top center; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | #content div.titrePage { padding: 10px 3px; } |
---|
| 70 | |
---|
| 71 | /* Header |
---|
| 72 | -------------------------------------------------------- */ |
---|
| 73 | #theHeader { |
---|
| 74 | background: transparent url(img/header.jpg) no-repeat center bottom; |
---|
| 75 | height: 180px; |
---|
| 76 | margin: 0 auto; |
---|
| 77 | } |
---|
| 78 | #theHeader h1 { |
---|
| 79 | font-size: 2em; |
---|
| 80 | margin: 0; |
---|
| 81 | /* padding: 170px 34px 0 34px; */ |
---|
| 82 | color: #FFFFFF; |
---|
| 83 | text-align: left; |
---|
| 84 | position: absolute; |
---|
| 85 | left: 30px; |
---|
| 86 | top: 150px; |
---|
| 87 | } |
---|
| 88 | #theHeader p {display:none;} |
---|
| 89 | /* #theHeader a:link, #theHeader a:visited, #theHeader a:hover { color: #FFF; text-decoration: none; }*/ |
---|
| 90 | |
---|
[9716] | 91 | body#theCommentsPage .content, body#theUploadPage .content, body#theRegisterPage .content, body#theIdentificationPage .content, body#theProfilePage .content, body#theSearchPage .content, body#theAboutPage .content, body#thePopuphelpPage .content, body#thePasswordPage .content, body#theNotificationPage .content, body#theTagsPage .content, body#theNBMPage .content, #content, BODY#theAdminPage #content, BODY#theTagsPage #content, #theCategoryPage .content { |
---|
| 92 | width: 750px; |
---|
[9280] | 93 | margin: 0 auto; |
---|
| 94 | } |
---|
| 95 | |
---|
| 96 | /*=========================================================================================*/ |
---|
| 97 | |
---|
| 98 | .row1 { background-color: #999;} |
---|
| 99 | .throw { background-color: #999;} |
---|
| 100 | |
---|
| 101 | /* Page Catégories |
---|
| 102 | -----------------------------------------------------------------------------------------------*/ |
---|
| 103 | #content div.thumbnailCategory { |
---|
| 104 | padding: 2px; |
---|
| 105 | text-align: center; |
---|
| 106 | } |
---|
| 107 | #content div.thumbnailCategory:hover { |
---|
| 108 | border:1px solid #0066cc; |
---|
| 109 | background-color: #eee; |
---|
| 110 | } |
---|
| 111 | #content ul.thumbnailCategories li { width:49.9%; } |
---|
| 112 | |
---|
| 113 | /* Page Image |
---|
| 114 | -----------------------------------------------------------------------------------------------*/ |
---|
| 115 | #linkNext { |
---|
| 116 | float: right; |
---|
| 117 | margin-left: 10px; |
---|
| 118 | margin-right: 15px; |
---|
| 119 | } |
---|
| 120 | #linkPrev { |
---|
| 121 | float: left; |
---|
| 122 | margin-left: 15px; |
---|
| 123 | margin-right: 10px; |
---|
| 124 | } |
---|
| 125 | #imageToolBar, #imageHeaderBar { |
---|
| 126 | width: 740px; |
---|
| 127 | margin: 10px auto; |
---|
| 128 | } |
---|
| 129 | #imageHeaderBar{ |
---|
| 130 | background: #F5F5F5; |
---|
| 131 | border: 1px solid #CDCDCD; |
---|
| 132 | border-width: 1px 0; |
---|
| 133 | padding: 5px 8px; |
---|
| 134 | } |
---|
| 135 | |
---|
| 136 | #theImage IMG { |
---|
| 137 | padding: 5px; |
---|
| 138 | border: 1px solid #aaa; |
---|
| 139 | } |
---|
| 140 | |
---|
| 141 | #imageHeaderBar H2 { |
---|
| 142 | border: none; |
---|
| 143 | clear: both; |
---|
| 144 | padding: 0; |
---|
| 145 | text-align: center; |
---|
| 146 | padding: 0.5em 0 0 0; |
---|
| 147 | } |
---|
| 148 | #imageHeaderBar .browsePath a { color:#0066CC; text-decoration: none; } |
---|
| 149 | #imageHeaderBar .browsePath a:hover { color:#333333; } |
---|
| 150 | |
---|
| 151 | /*#imageToolBar A:hover { background-color: #a0a0a0; }*/ |
---|
| 152 | |
---|
| 153 | .infoTable{ margin: 20px auto; } |
---|
| 154 | #thumbPrev{ margin: 20px 0 0 20px; } |
---|
| 155 | #thumbNext{ margin: 20px 20px 0 0;} |
---|
| 156 | a#thumbPrev, a#thumbNext { text-decoration: none; border:0; } |
---|
| 157 | |
---|
| 158 | /* commentaires |
---|
| 159 | -----------------------------------------------------------------------------------------------*/ |
---|
| 160 | |
---|
| 161 | #comments{ width: 760px; margin: 20px auto; } |
---|
| 162 | #comments DIV.comment BLOCKQUOTE { border: 1px solid #5f5f5f; border-left: 2px solid #696969; } |
---|
| 163 | |
---|
| 164 | FIELDSET, INPUT, SELECT, TEXTAREA, TABLE.table2, #infos, |
---|
| 165 | #content DIV.comment A.illustration IMG, #content DIV.thumbnailCategory { border: 1px solid gray; } |
---|
| 166 | |
---|
| 167 | textarea { width:80%; } |
---|
| 168 | |
---|
| 169 | /* miniatures |
---|
| 170 | -----------------------------------------------------------------------------------------------*/ |
---|
| 171 | #content DIV.thumbnailCategory DIV.description p { text-align: left; } |
---|
| 172 | |
---|
| 173 | /*#content ul.thumbnails span.wrap1 { margin: 0 10px; }*/ |
---|
| 174 | #content UL.thumbnails SPAN.wrap2 img { padding: 5px; border: 1px solid #ccc; } |
---|
| 175 | #content UL.thumbnails SPAN.wrap2 img:hover { border-color: #06c; } |
---|
| 176 | |
---|
| 177 | #content UL.thumbnails LI.thumbCat SPAN.wrap2 { border-style: hidden; background-color: #ccccaa; } |
---|
| 178 | #content UL.thumbnails LI.thumbCat SPAN.wrap2:hover { border-style: solid; } |
---|
| 179 | |
---|
| 180 | #content ul.thumbnails span.thumbLegend { |
---|
| 181 | /* height: auto;*/ |
---|
| 182 | padding: 0.5em 0; |
---|
| 183 | } |
---|
| 184 | .zero { display: none } |
---|
| 185 | .nb-hits { color: #69c; } |
---|
| 186 | .nb-comments { color: #f92; } |
---|
| 187 | |
---|
| 188 | |
---|
| 189 | /* links */ |
---|
| 190 | /*.rateButton, A { color: #FFFFFF; } |
---|
| 191 | .rateButton:hover, A:hover { color: #FFF48E; }*/ |
---|
| 192 | |
---|
| 193 | /* Menu |
---|
| 194 | -----------------------------------------------------------------------------------------------*/ |
---|
| 195 | |
---|
| 196 | #menubar .button { |
---|
| 197 | left:95%; |
---|
| 198 | position:absolute; |
---|
| 199 | } |
---|
| 200 | |
---|
| 201 | #menubar { position: relative; z-index: 2; } |
---|
| 202 | #content { position: relative; z-index: 1; } |
---|
| 203 | |
---|
| 204 | #content div.thumbnailCategory div.description { |
---|
| 205 | overflow: hidden; /* bug in FF 1.0 (not 1.5) */ |
---|
| 206 | } |
---|
| 207 | /*#content div.thumbnailCategory>div.description:hover { |
---|
| 208 | overflow: visible; |
---|
| 209 | }*/ |
---|
| 210 | |
---|
| 211 | /* horizontal menubar */ |
---|
| 212 | #menubar, BODY#theAdminPage #menubar { |
---|
| 213 | float: none; |
---|
| 214 | width: 750px; |
---|
| 215 | margin: 5px auto; |
---|
| 216 | border: none; |
---|
| 217 | /*overflow: hidden;*/ /* bothers FF so we rather set height below */ |
---|
| 218 | display: block; |
---|
| 219 | } |
---|
| 220 | |
---|
| 221 | /* set menubar height (not for IE) */ |
---|
| 222 | #the_page > #menubar, BODY#theAdminPage #the_page > #menubar { |
---|
| 223 | height: 2.1em; |
---|
| 224 | padding: 0; |
---|
| 225 | } |
---|
| 226 | #menubar DL>DT { |
---|
| 227 | padding: 0.2em 0.4em; |
---|
| 228 | } |
---|
| 229 | |
---|
| 230 | /* general UL formating */ |
---|
| 231 | #menubar UL, #menubar DL, #menubar UL#menuTagCloud { |
---|
| 232 | list-style: none; |
---|
| 233 | margin: 0; |
---|
| 234 | padding: 0; |
---|
| 235 | float: left; |
---|
| 236 | } |
---|
| 237 | #menubar DL { display: inline; padding: 0 2.1em; } |
---|
| 238 | BODY#theAdminPage #the_page > #menubar DL { padding: 0 0.5em;} |
---|
| 239 | |
---|
| 240 | #menubar UL { width: 20em; } |
---|
| 241 | #menubar ul li a { padding-right: 3em; } |
---|
| 242 | |
---|
| 243 | #menubar P, #menubar P.totalImages, FORM#quickconnect { |
---|
| 244 | clear: both; |
---|
| 245 | margin: 0; |
---|
| 246 | text-align: center; |
---|
| 247 | padding: 0.2em; |
---|
| 248 | } |
---|
| 249 | |
---|
| 250 | /* titles and links */ |
---|
| 251 | #menubar A, #menubar DT { display: block; } |
---|
| 252 | |
---|
| 253 | /* positioning */ |
---|
| 254 | #menubar LI { position: relative;} |
---|
| 255 | #menubar DD { position: absolute; z-index: 500;} |
---|
| 256 | #menubar DD UL UL { |
---|
| 257 | position: absolute; |
---|
| 258 | top: 0px; |
---|
| 259 | left: 100%; |
---|
| 260 | z-index: 500; |
---|
| 261 | } |
---|
| 262 | #menubar LI SPAN,#menubar LI IMG { position: absolute; top: 0;} |
---|
| 263 | #menubar LI SPAN { right: 7px;} |
---|
| 264 | #menubar LI IMG { right: 3em;} |
---|
| 265 | |
---|
| 266 | /* hiding and revealing up to 6 menu levels */ |
---|
| 267 | DIV#menubar DD, |
---|
| 268 | DIV#menubar UL UL, |
---|
| 269 | DIV#menubar UL LI:hover UL UL, |
---|
| 270 | DIV#menubar UL UL LI:hover UL UL, |
---|
| 271 | DIV#menubar UL UL UL LI:hover UL UL, |
---|
| 272 | DIV#menubar UL UL UL UL LI:hover UL UL { display: none; } |
---|
| 273 | |
---|
| 274 | DIV#menubar DL:hover DD, |
---|
| 275 | DIV#menubar UL LI:hover UL, |
---|
| 276 | DIV#menubar UL UL LI:hover UL, |
---|
| 277 | DIV#menubar UL UL UL LI:hover UL, |
---|
| 278 | DIV#menubar UL UL UL UL LI:hover UL, |
---|
| 279 | DIV#menubar UL UL UL UL UL LI:hover UL { display: block; } |
---|
| 280 | |
---|
| 281 | /* styles */ |
---|
| 282 | #menubar, #menubar DT { |
---|
| 283 | background-image: url(img/fondMenu2.gif); |
---|
| 284 | background-repeat:repeat-x; |
---|
| 285 | background-color:#000000; |
---|
| 286 | color: #FFF; |
---|
| 287 | border: 0; |
---|
| 288 | } |
---|
| 289 | #menubar a, #menubar DT a { |
---|
| 290 | color: #fff; |
---|
| 291 | display: block; |
---|
| 292 | text-decoration: none; |
---|
| 293 | border: 0; |
---|
| 294 | |
---|
| 295 | } |
---|
| 296 | #menubar DD, #menubar UL { |
---|
| 297 | color: #000000; |
---|
| 298 | border: 0; |
---|
| 299 | background-image: url(img/back_menu.png); |
---|
| 300 | } |
---|
| 301 | #menubar DD { |
---|
| 302 | border-right: 2px solid #777; |
---|
| 303 | border-bottom: 2px solid #777; |
---|
| 304 | -moz-border-radius: 4px; |
---|
| 305 | border-radius: 4px 4px; |
---|
| 306 | } |
---|
| 307 | #menubar DD A { padding: 0.5em; } |
---|
| 308 | #menubar DD a { |
---|
| 309 | color: #000000; |
---|
| 310 | display: block; |
---|
| 311 | text-decoration: none; |
---|
| 312 | border: 0; |
---|
| 313 | } |
---|
| 314 | |
---|
| 315 | |
---|
| 316 | /********************/ |
---|
| 317 | #menubar A:hover, #menubar dt:hover { |
---|
| 318 | color: #fff; |
---|
| 319 | background-image: url(img/fondMenuSurvol.gif); |
---|
| 320 | background-repeat:repeat-x; |
---|
| 321 | background-position:center; |
---|
| 322 | background-color:#CCCCCC, |
---|
| 323 | } |
---|
| 324 | /********************/ |
---|
| 325 | #menubar A:hover { color: #fff; } |
---|
| 326 | #menubar DD A { padding: 0.5em; } |
---|
| 327 | #menubar DD A:hover { background-color: #999; } |
---|
| 328 | |
---|
| 329 | /* quickconnect (still to be fixed for IE) |
---|
| 330 | -----------------------------------------------------------------------------------------------*/ |
---|
| 331 | FORM#quickconnect FIELDSET { width: 220px; } |
---|
| 332 | FORM#quickconnect LABEL { clear: left; /*margin: 0;*/ text-align: left; } |
---|
| 333 | FORM#quickconnect LABEL INPUT { font-size: 1em; /*width: 15em;*/ } |
---|
| 334 | FORM#quickconnect P, FORM#quickconnect A { border: none; padding: 0; } |
---|
| 335 | /*FORM#quickconnect A { display: inline; }*/ |
---|
| 336 | FORM#quickconnect ul.actions { width: auto; } |
---|
| 337 | /*FORM#quickconnect ul.actions img { position: static; }*/ |
---|
| 338 | FORM#quickconnect ul.actions li { display: inline; float: right; } |
---|
| 339 | |
---|
| 340 | |
---|
| 341 | |
---|
| 342 | /* menuTagCloud |
---|
| 343 | -----------------------------------------------------------------------------------------------*/ |
---|
| 344 | |
---|
| 345 | #menubar UL#menuTagCloud A { padding-left: 2px; } |
---|
| 346 | #menubar UL#menuTagCloud LI { display: block; } |
---|
| 347 | |
---|
| 348 | UL#menuTagCloud A IMG { position: static; } |
---|
| 349 | UL#menuTagCloud A { |
---|
| 350 | position: absolute; |
---|
| 351 | left: 7px; |
---|
| 352 | top: 0.2em; |
---|
| 353 | padding-right: 0; |
---|
| 354 | display: inline; |
---|
| 355 | border-width: 0; |
---|
| 356 | } |
---|
| 357 | |
---|
| 358 | #menubar UL#menuTagCloud A.tagLevel1, |
---|
| 359 | #menubar UL#menuTagCloud A.tagLevel2, |
---|
| 360 | #menubar UL#menuTagCloud A.tagLevel3, |
---|
| 361 | #menubar UL#menuTagCloud A.tagLevel4, |
---|
| 362 | #menubar UL#menuTagCloud A.tagLevel5, |
---|
| 363 | #menubar UL#menuTagCloud A.tagLevel6, |
---|
| 364 | #menubar UL#menuTagCloud A.tagLevel7, |
---|
| 365 | #menubar UL#menuTagCloud A.tagLevel8, |
---|
| 366 | #menubar UL#menuTagCloud A.tagLevel9, |
---|
| 367 | #menubar UL#menuTagCloud A.tagLevel10 { |
---|
| 368 | /*font-size: 100%;*/ |
---|
| 369 | /*padding-left: 1.5em;*/ |
---|
| 370 | padding-left: 18px; |
---|
| 371 | position: static; |
---|
| 372 | display: block; |
---|
| 373 | } |
---|
| 374 | |
---|
| 375 | /* Tags - Page des tags |
---|
| 376 | -------------------------------------------------------- */ |
---|
| 377 | |
---|
| 378 | ul#fullTagCloud { |
---|
| 379 | position: relative; |
---|
| 380 | border: 1px solid #E8E8E8; |
---|
| 381 | border-width: 1px 0; |
---|
| 382 | background: #FBFBFB; |
---|
| 383 | padding: 5px; |
---|
| 384 | margin: 8px 0 20px 0; |
---|
| 385 | overflow: hidden; |
---|
| 386 | height: 100%; |
---|
| 387 | font-size: 120%; |
---|
| 388 | } |
---|
| 389 | ul#fullTagCloud li { |
---|
| 390 | /* display: inline; */ |
---|
| 391 | display: block; |
---|
| 392 | float: left; |
---|
| 393 | margin: 4px; |
---|
| 394 | padding: 1px 5px; |
---|
| 395 | height: 18px; |
---|
| 396 | line-height: 18px; |
---|
| 397 | background: none; |
---|
| 398 | } |
---|
| 399 | ul#fullTagCloud li a:link, ul#fullTagCloud li a:visited { |
---|
| 400 | color: #005D99; |
---|
| 401 | text-decoration: none; |
---|
| 402 | white-space: nowrap; |
---|
| 403 | } |
---|
| 404 | ul#fullTagCloud li a:hover { text-decoration: underline; border: 0; } |
---|
| 405 | ul#fullTagCloud li a:focus, ul#fullTagCloud li a:active { background: #005D99; color: #FFF; } |
---|
| 406 | |
---|
| 407 | .tagLevel5 { font-size:160%; } |
---|
| 408 | .tagLevel4 { font-size:140%; } |
---|
| 409 | .tagLevel3 { font-size:120%; } |
---|
| 410 | .tagLevel2 { font-size:100%; } |
---|
| 411 | .tagLevel1 { font-size:80%; } |
---|
| 412 | |
---|
| 413 | /*.tagLevel1 { font-size: 80%; } |
---|
| 414 | .tagLevel2 { font-size: 90%; } |
---|
| 415 | .tagLevel3 { font-size: 100%; } |
---|
| 416 | .tagLevel4 { font-size: 110%; } |
---|
| 417 | .tagLevel5 { font-size: 120%; } |
---|
| 418 | .tagLevel6 { font-size: 130%; } |
---|
| 419 | .tagLevel7 { font-size: 140%; } |
---|
| 420 | .tagLevel8 { font-size: 150%; } |
---|
| 421 | .tagLevel9 { font-size: 160%; } |
---|
| 422 | .tagLevel10 { font-size: 170%; }*/ |
---|
| 423 | |
---|
| 424 | /*====== */ |
---|
| 425 | |
---|
| 426 | /* others */ |
---|
| 427 | .pleaseNote { |
---|
| 428 | margin: 20px auto; |
---|
| 429 | width: 700px; |
---|
| 430 | background: #eee; |
---|
| 431 | color: #ff9b00; |
---|
| 432 | border: 1px solid #ff9b00; |
---|
| 433 | padding: 1ex; |
---|
| 434 | font-weight: bold; |
---|
| 435 | } |
---|
| 436 | |
---|
| 437 | .header_notes { background-position:left center; padding: 5px 0px; } |
---|
| 438 | |
---|
| 439 | li.categoryLi { |
---|
| 440 | float:left; |
---|
| 441 | margin:2px; |
---|
| 442 | width:46%; |
---|
| 443 | } |
---|
| 444 | |
---|
| 445 | input.rateButton { color: #369; } |
---|
| 446 | input.rateButtonSelected { color:#696969; } |
---|
| 447 | INPUT.rateButton:hover { color: #858460;} |
---|
| 448 | |
---|
| 449 | /* calendar |
---|
| 450 | -----------------------------------------------------------------------------------------------*/ |
---|
| 451 | |
---|
| 452 | DIV.calendarViews { |
---|
| 453 | padding-top: 5px; |
---|
| 454 | padding-right: 6px; |
---|
| 455 | } |
---|
| 456 | |
---|
| 457 | /*calendar elements*/ |
---|
| 458 | SPAN.calItemEmpty { color: silver; } |
---|
| 459 | |
---|
| 460 | SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; } |
---|
| 461 | |
---|
| 462 | /* nice looking month calendar*/ |
---|
| 463 | TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} |
---|
| 464 | |
---|
| 465 | TD.calDayCellEmpty { color: silver; } |
---|
| 466 | |
---|
| 467 | .calBackDate { color: #000; } |
---|
| 468 | .calForeDate { color: #fff; } |
---|
| 469 | |
---|
| 470 | /* Footer |
---|
| 471 | -------------------------------------------------------- */ |
---|
| 472 | #copyright { |
---|
| 473 | background: /*transparent*/ url(img/footer.jpg) no-repeat center bottom; |
---|
| 474 | clear: both; |
---|
| 475 | margin: 0 auto; |
---|
| 476 | padding: 10px 0; |
---|
| 477 | text-align: center; |
---|
| 478 | font-weight: bold; |
---|
| 479 | height:40px; |
---|
| 480 | } |
---|
| 481 | #copyright a:link, #copyright a:visited { text-decoration: underline; color: #000; } |
---|
| 482 | #copyright a:hover { text-decoration: none; color: #000; border: 0; } |
---|