]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/theme-install.dev.css
Wordpress 3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / theme-install.dev.css
1 /* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
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
64 .theme-listing .theme-item:hover .theme-item-info span {
65         display: inline;
66 }
67
68 .theme-listing .theme-item:hover .theme-item-info span.dots {
69         display: none;
70 }
71
72 .theme-listing .theme-item-info span.action-links {
73         font-weight: bold;
74         text-align: center;
75 }
76
77 .theme-listing br.line {
78         border-bottom-width: 1px;
79         border-bottom-style: solid;
80         margin-bottom: 3px;
81 }
82
83 .available-theme {
84         padding: 20px 15px;
85 }
86
87 #theme-information .theme-preview-img {
88         float: left;
89         margin: 5px 25px 10px 15px;
90         width: 300px;
91 }
92
93 #theme-information .action-button {
94         border-top-width: 1px;
95         border-top-style: solid;
96         margin: 10px 5px 0;
97 }
98
99 #theme-information .action-button #cancel {
100         float: left;
101         margin: 10px 15px;
102 }
103
104 #theme-information .action-button #install {
105         float: right;
106         margin: 10px 15px;
107 }
108
109 #theme-information .available-theme h3 {
110         margin: 1em 0;
111 }
112
113 body#theme-information {
114         height: auto;
115 }
116
117 .feature-filter {
118         -moz-border-radius: 8px;
119         -khtml-border-radius: 8px;
120         -webkit-border-radius: 8px;
121         border-radius: 8px;
122         border-width: 1px;
123         border-style: solid;
124         padding: 8px 12px 0;
125 }
126
127 .feature-filter .feature-group {
128         float: left;
129         margin-bottom: 20px;
130         width: 725px;
131 }
132
133 .feature-filter .feature-name {
134         float: left;
135         text-align: right;
136         width: 95px;
137 }
138
139 .feature-filter .feature-group li {
140         display: inline;
141         float: left;
142         list-style-type: none;
143         padding-right: 25px;
144         min-width: 145px;
145 }
146
147 .feature-container {
148 width: 100%;
149 overflow: auto;
150 margin-bottom: 10px;
151 }
152
153 .feature-group {
154         margin-bottom: 0px !important;
155 }