1 /* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */ |
1 div.star-holder{position:relative;height:19px;width:100px;font-size:19px;}div.star{height:100%;position:absolute;top:0;left:0;background-color:transparent;letter-spacing:1ex;border:none;}.star1{width:20%;}.star2{width:40%;}.star3{width:60%;}.star4{width:80%;}.star5{width:100%;}.star img,div.star a,div.star a:hover,div.star a:visited{display:block;position:absolute;right:0;border:none;text-decoration:none;}div.star img{width:19px;height:19px;border-left:1px solid #fff;border-right:1px solid #fff;}.theme-listing .theme-item{display:inline-block;width:200px;border:thin solid #ccc;vertical-align:top;}.theme-listing .theme-item h3{text-align:center;font-size:14px;font-style:italic;margin:0;padding:0;}.theme-listing .theme-item img{max-width:150px;max-height:150px;}.theme-listing .theme-item-info span{display:none;}.theme-listing .theme-item:hover .theme-item-info span{display:inline;}.theme-listing .theme-item:hover .theme-item-info span.dots{display:none;}.theme-listing .theme-item-info span.action-links{font-weight:bold;text-align:center;}.theme-listing br.line{border-bottom-width:1px;border-bottom-style:solid;margin-bottom:3px;}.available-theme{padding:20px 15px;}#theme-information .theme-preview-img{float:left;margin:5px 25px 10px 15px;width:300px;}#theme-information .action-button{border-top-width:1px;border-top-style:solid;margin:10px 5px 20px;}#theme-information .action-button #cancel{float:left;margin:10px 15px;}#theme-information .action-button #install{float:right;margin:10px 15px;}#theme-information .available-theme h3{margin:1em 0;}body#theme-information{height:auto;}.feature-filter{-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;border-width:1px;border-style:solid;padding:8px 12px 0;}.feature-filter .feature-group{float:left;margin-bottom:20px;width:695px;}.feature-filter .feature-name{float:left;text-align:right;width:95px;}.feature-filter .feature-group li{display:inline;float:left;list-style-type:none;padding-right:25px;min-width:145px;} |
2 div.star-holder { |
|
3 position: relative; |
|
4 height: 19px; |
|
5 width: 100px; |
|
6 font-size: 19px; |
|
7 } |
|
8 |
|
9 div.star { |
|
10 height: 100%; |
|
11 position: absolute; |
|
12 top: 0; |
|
13 left: 0; |
|
14 background-color: transparent; |
|
15 letter-spacing: 1ex; |
|
16 border: none; |
|
17 } |
|
18 |
|
19 .star1 { width: 20%; } |
|
20 .star2 { width: 40%; } |
|
21 .star3 { width: 60%; } |
|
22 .star4 { width: 80%; } |
|
23 .star5 { width: 100%; } |
|
24 |
|
25 .star img, div.star a, div.star a:hover, div.star a:visited { |
|
26 display: block; |
|
27 position: absolute; |
|
28 right: 0; |
|
29 border: none; |
|
30 text-decoration: none; |
|
31 } |
|
32 |
|
33 div.star img { |
|
34 width: 19px; |
|
35 height: 19px; |
|
36 border-left: 1px solid #fff; |
|
37 border-right: 1px solid #fff; |
|
38 } |
|
39 |
|
40 .theme-listing .theme-item { |
|
41 display: inline-block; |
|
42 width: 200px; |
|
43 border: thin solid #ccc; |
|
44 vertical-align: top; |
|
45 } |
|
46 |
|
47 .theme-listing .theme-item h3 { |
|
48 text-align: center; |
|
49 font-size: 14px; |
|
50 font-style: italic; |
|
51 margin: 0; |
|
52 padding: 0; |
|
53 } |
|
54 |
|
55 .theme-listing .theme-item img { |
|
56 max-width: 150px; |
|
57 max-height: 150px; |
|
58 } |
|
59 |
|
60 .theme-listing .theme-item-info span { |
|
61 display: none; |
|
62 } |
|
63 .theme-listing .theme-item:hover .theme-item-info span { |
|
64 display: inline; |
|
65 } |
|
66 .theme-listing .theme-item:hover .theme-item-info span.dots { |
|
67 display: none; |
|
68 } |
|
69 .theme-listing .theme-item-info span.action-links { |
|
70 font-weight: bold; |
|
71 text-align: center; |
|
72 } |
|
73 |
|
74 .theme-listing br.line { |
|
75 border-bottom-width: 1px; |
|
76 border-bottom-style: solid; |
|
77 margin-bottom: 3px; |
|
78 } |
|
79 |
|
80 .available-theme { |
|
81 padding: 20px 15px; |
|
82 } |
|
83 |
|
84 #theme-information .theme-preview-img { |
|
85 float: left; |
|
86 margin: 5px 25px 10px 15px; |
|
87 width: 300px; |
|
88 } |
|
89 |
|
90 #theme-information .action-button { |
|
91 border-top-width: 1px; |
|
92 border-top-style: solid; |
|
93 margin: 10px 5px 20px; |
|
94 } |
|
95 |
|
96 #theme-information .action-button #cancel { |
|
97 float: left; |
|
98 margin: 10px 15px; |
|
99 } |
|
100 |
|
101 #theme-information .action-button #install { |
|
102 float: right; |
|
103 margin: 10px 15px; |
|
104 } |
|
105 |
|
106 #theme-information .available-theme h3 { |
|
107 margin: 1em 0; |
|
108 } |
|
109 |
|
110 body#theme-information { |
|
111 height: auto; |
|
112 } |
|
113 |
|
114 .feature-filter { |
|
115 -moz-border-radius: 8px; |
|
116 -khtml-border-radius: 8px; |
|
117 -webkit-border-radius: 8px; |
|
118 border-radius: 8px; |
|
119 border-width: 1px; |
|
120 border-style: solid; |
|
121 padding: 8px 12px 0; |
|
122 } |
|
123 |
|
124 .feature-filter .feature-group { |
|
125 float: left; |
|
126 margin-bottom: 20px; |
|
127 width: 695px; |
|
128 } |
|
129 |
|
130 .feature-filter .feature-name { |
|
131 float: left; |
|
132 text-align: right; |
|
133 width: 95px; |
|
134 } |
|
135 |
|
136 .feature-filter .feature-group li { |
|
137 display: inline; |
|
138 float: left; |
|
139 list-style-type: none; |
|
140 padding-right: 25px; |
|
141 min-width: 145px; |
|
142 } |
|