source: trunk/template/yoga/picture.css @ 3452

Last change on this file since 3452 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 1.7 KB
RevLine 
[859]1#imageHeaderBar {
[2630]2        padding-top: 2px;
3        padding-bottom: 2px;
4        margin-top: 4px;
5        overflow: hidden;
6        width: 100%;
[859]7}
8
[1325]9#imageHeaderBar .browsePath {
[2630]10        float: left;
11        margin-left: 10px;
[859]12}
13
[1325]14#imageHeaderBar .imageNumber {
[2630]15        float: right;
16        margin-right: 10px;
[859]17}
18
[1325]19#imageHeaderBar H2 {
[2630]20        text-align: center;
21        padding: 0;
22        clear: both;
[859]23}
24
[1325]25#imageToolBar {
[2630]26        text-align: center;
27        position: relative;
28        clear: both;
29        margin-bottom: 4px;
30        padding: 0;
[2648]31        height: 28px;
[859]32}
33
34#imageToolBar A, #imageToolBar IMG {
[2630]35        display: block;
36        border: none;
37        margin: 0; padding: 0;
[859]38}
39#imageToolBar A { width: 48px; }
40#imageToolBar IMG { margin: 2px auto; }
41#imageToolBar .randomButtons A { float: left; }
42#imageToolBar .navButtons    A { float: right; }
43
44#theImage {
[2630]45        clear: left;
46        text-align: center;
[859]47}
48
49#theImage>IMG {
[2480]50        display: block;
51        margin: 0 auto;
52        border: none;
[859]53}
54
[2479]55#linkPrev {
56        float: left;
[2824]57        margin-right: 10px;
58        margin-left: 5px;
[950]59}
[859]60
[2479]61#linkNext {
62        float: right;
63        margin-right: 5px;
64        margin-left: 10px;
[886]65}
66
[859]67TABLE.infoTable .label {
[2480]68        font-weight: bold;
69        text-align: right;
70        padding-right: 0.5em;
[859]71}
72
73TABLE.infoTable TD.value UL {
[2480]74        margin: 0;
75        padding: 0 0 0 1.5em;
76        list-style-type: square;
[859]77}
78
[2824]79.thumbnailCategories LI { list-style: none; }
[2761]80
[1657]81.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
[2479]82        padding:0;
83        border:0;
[1286]84}
85
[1657]86.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
[2479]87        cursor: pointer;
[1286]88}
89
90.rateButtonSelected {
[2479]91        font-weight:bold;
92        font-size:120%;
[1286]93}
94
[1657]95.rateButtonStarFull {
[2295]96        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
[1657]97}
98
99.rateButtonStarEmpty {
[2295]100        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
[1657]101}
102
Note: See TracBrowser for help on using the repository browser.