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

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