Changeset 8161 for trunk/themes
- Timestamp:
- Dec 16, 2010, 6:44:29 AM (14 years ago)
- Location:
- trunk/themes
- Files:
-
- 9 added
- 3 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/Sylvia/theme.css
r7877 r8161 322 322 A:hover, A:active { 323 323 color:#f33; 324 border-bottom: 1px solid # FF3363;324 border-bottom: 1px solid #ff3363; 325 325 cursor: pointer; 326 326 } 327 327 a.external { 328 color:# FF3363;328 color:#ff3363; 329 329 border:0; 330 330 text-decoration: none; 331 331 } 332 332 a.external:hover { 333 color:# FF7700;333 color:#ff7700; 334 334 border:0; 335 335 } … … 339 339 color : #F33; text-decoration: none; border: 0; } 340 340 a.Piwigo:hover span.Piwigo { 341 border-bottom: 1px solid # FF3363;341 border-bottom: 1px solid #ff3363; 342 342 } 343 343 #theImage A, .illustration A, A.navThumb, A.navThumb { … … 426 426 } 427 427 tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend { 428 border-color: #666 666;428 border-color: #666; 429 429 } 430 430 … … 432 432 height:158px; 433 433 } 434 435 .pwg-icon { 436 background-image: url(../default/s26/outline_ff3363.png); 437 } 438 439 A:hover .pwg-icon { 440 background-image: url(../default/s26/outline_ff7700.png); 441 } 442 -
trunk/themes/clear/theme.css
r8091 r8161 57 57 58 58 A:hover, INPUT.rateButton:hover { 59 color: #8 58460;59 color: #808060; 60 60 } 61 61 62 #imageToolBar A, #imageToolBar A:hover{63 border-bottom: none;62 A.pwg-state-default { 63 border: 0; 64 64 } 65 65 … … 74 74 } 75 75 76 #qsearchInput { color: #d3d3d3; } 77 #qsearchInput:focus { color: #005e89; } 76 #qsearchInput { color: #005e89; } 77 78 .pwg-icon { 79 background-image: url(../default/s26/outline_005e89.png); 80 } 81 82 A:hover .pwg-icon { 83 background-image: url(../default/s26/outline_808060.png); 84 } 85 -
trunk/themes/dark/theme.css
r8119 r8161 75 75 76 76 .pwg-icon { 77 background-image: url( images/s26_outline_ffffff.png);77 background-image: url(../default/s26/outline_ffffff.png); 78 78 } 79 79 80 80 A:hover .pwg-icon { 81 background-image: url( images/s26_outline_ffff80.png);81 background-image: url(../default/s26/outline_ffff80.png); 82 82 } 83 83 -
trunk/themes/default/iconset.css
r8119 r8161 3 3 display: inline-block; /*IE6 does not get it*/ 4 4 text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; 5 width: 26px; height: 26px; background-image: url(s prite.png);5 width: 26px; height: 26px; background-image: url(s26/outline_808080.png); 6 6 } 7 7 .pwg-button-text { display:none; } … … 67 67 68 68 .pwg-icon-map {background-position: 0 -156px} 69 .pwg-icon-globe {background-position: -26px -156px} 69 70 70 71 A.pwg-state-default:hover {72 border: 0 !important; /*don't add bottom border on hover*/73 } -
trunk/themes/default/theme.css
r8131 r8161 404 404 405 405 .rateButtonStarFull { 406 background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;406 background: url('icon/rating-stars.gif') no-repeat -16px center; width:16px; 407 407 } 408 408 409 409 .rateButtonStarEmpty { 410 background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;410 background: url('icon/rating-stars.gif') no-repeat 0 center; width:16px; 411 411 } 412 412 … … 755 755 .errors { /* Errors display */ 756 756 color: red; 757 background-color: #ffe1e1;758 757 font-weight: bold; 759 758 margin: 5px; 760 759 border: 1px solid red; 761 background-image: url(icon/errors.png); 762 background-repeat: no-repeat; 763 background-position: top right; 760 background: #ffe1e1 url(icon/errors.png) no-repeat top right; 764 761 padding: 10px 50px 10px 10px; 765 762 } … … 768 765 .infos { 769 766 color: #002000; 770 background-color: #98fb98; /* palegreen */ 771 background-image: url(icon/infos.png); 772 background-repeat: no-repeat; 773 background-position: top right; 767 background: #98fb98 url(icon/infos.png) no-repeat top right; 774 768 margin: 5px; 775 769 padding: 10px 50px 10px 10px;
Note: See TracChangeset
for help on using the changeset viewer.