source: trunk/themes/clear/theme.css @ 24984

Last change on this file since 24984 was 14084, checked in by rvelices, 12 years ago
  • remove/comment unused css
  • Property svn:eol-style set to LF
File size: 1.7 KB
RevLine 
[960]1
2/* text color */
[14084]3BODY, H1, H2, DT,
[7877]4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
[2481]5        color:#696969;  /* dimgray */
[960]6}
7
8/* backgrounds */
[14084]9BODY {
[2481]10        background-color: #ffffff;      /* white */
[960]11}
12
[2481]13H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
14        background-color: #d3d3d3;
[960]15}
16
[13729]17#menubar DL, .content, #imageToolBar, .switchBox, .header_notes {
[960]18  background-color: #eeeeee;
19}
20
21/* borders */
[13729]22#menubar DL, .content, #imageToolBar, .switchBox {
[960]23  border: 1px solid #d3d3d3;
24}
25
[12881]26#theImage IMG {
[2480]27  border: 3px solid #d3d3d3;
[960]28}
29
[8306]30/*I think this rule is never used*/
[2352]31.content UL.thumbnail IMG {
[960]32    border: 1px solid #a0a0a0;
33}
34
35FIELDSET, INPUT, SELECT, TEXTAREA,
[13697]36.content .thumbnailCategory,
37.content .commentElement {
[960]38  border: 1px solid gray;
39}
40
[8306]41.thumbnails .wrap2 {
[960]42  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
43}
[1812]44
[8306]45.thumbnails .wrap2:hover,
46.content .thumbnailCategories .thumbnailCategory:hover,
[13697]47.content .thumbnailCategories .thumbnailCategory:hover A,
48.content .commentsList .commentElement:hover,
49.content .commentsList .commentElement:hover A {
[1830]50  background-color: #faebd7;
[1812]51  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
52  color: black;
53}
54
[960]55/* links */
[7877]56A, INPUT.rateButton {
[8091]57        color: #005e89;
58        background: transparent;
59        border-bottom: 1px dotted #005e89;
[960]60}
61
[7877]62A:hover, INPUT.rateButton:hover {
[8161]63    color: #808060;
[960]64}
65
[8161]66A.pwg-state-default {
67        border: 0;
[960]68}
69
70A.navThumb, A.navThumb:hover {
71    border-bottom: none;
72}
73
[1061]74/*calendar elements*/
[7843]75.calItem, .calItemEmpty
[1062]76{
77  border: 1px solid silver;
78}
[1061]79
[8161]80#qsearchInput { color: #005e89; }
81
82.pwg-icon {
83        background-image: url(../default/s26/outline_005e89.png);
84}
85
86A:hover .pwg-icon {
87        background-image: url(../default/s26/outline_808060.png);
88}
89
Note: See TracBrowser for help on using the repository browser.