]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/plugin-install.dev.css
Wordpress 3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / plugin-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.action-links {
10         font-weight: normal;
11         margin: 6px 0 0;
12 }
13
14 div.star {
15         height: 100%;
16         position: absolute;
17         top: 0;
18         left: 0;
19         background-color: transparent;
20         letter-spacing: 1ex;
21         border: none;
22 }
23
24 .star1 { width: 20%; }
25 .star2 { width: 40%; }
26 .star3 { width: 60%; }
27 .star4 { width: 80%; }
28 .star5 { width: 100%; }
29
30 .star img, div.star a, div.star a:hover, div.star a:visited {
31         display: block;
32         position: absolute;
33         right: 0;
34         border: none;
35         text-decoration: none;
36 }
37
38 div.star img {
39         width: 19px;
40         height: 19px;
41         border-left: 1px solid #fff;
42         border-right: 1px solid #fff;
43 }
44
45 /* Header on thickbox */
46 #plugin-information-header {
47         margin: 0;
48         padding: 0 5px;
49         font-weight: bold;
50         position: relative;
51         border-bottom-width: 1px;
52         border-bottom-style: solid;
53         height: 2.5em;
54 }
55 #plugin-information ul#sidemenu {
56         font-weight: normal;
57         margin: 0 5px;
58         position: absolute;
59         left: 0;
60         bottom: -1px;
61 }
62
63 /* Install sidemenu */
64 #plugin-information p.action-button {
65         width: 100%;
66         padding-bottom: 0;
67         margin-bottom: 0;
68         margin-top: 10px;
69         -moz-border-radius: 3px 0 0 3px;
70         -webkit-border-top-left-radius: 3px;
71         -khtml-border-top-left-radius: 3px;
72         border-top-left-radius: 3px;
73         -webkit-border-bottom-left-radius: 3px;
74         -khtml-border-bottom-left-radius: 3px;
75         border-bottom-left-radius: 3px;
76 }
77
78 #plugin-information .action-button a {
79         text-align: center;
80         font-weight: bold;
81         text-decoration: none;
82         display: block;
83         line-height: 2em;
84 }
85
86 #plugin-information h2 {
87         clear: none !important;
88         margin-right: 200px;
89 }
90
91 #plugin-information .fyi {
92         margin: 0 10px 50px;
93         width: 210px;
94 }
95
96 #plugin-information .fyi h2 {
97         font-size: 0.9em;
98         margin-bottom: 0;
99         margin-right: 0;
100 }
101
102 #plugin-information .fyi h2.mainheader {
103         padding: 5px;
104         -moz-border-radius-topleft: 3px;
105         -webkit-border-top-left-radius: 3px;
106         -khtml-border-top-left-radius: 3px;
107         border-top-left-radius: 3px;
108 }
109
110 #plugin-information .fyi ul {
111         padding: 10px 5px 10px 7px;
112         margin: 0;
113         list-style: none;
114         -moz-border-radius-bottomleft: 3px;
115         -webkit-border-bottom-left-radius: 3px;
116         -khtml-border-bottom-left-radius: 3px;
117         border-bottom-left-radius: 3px;
118 }
119
120 #plugin-information .fyi li {
121         margin-right: 0;
122 }
123
124 #plugin-information #section-holder {
125         padding: 10px;
126 }
127
128 #plugin-information .section ul,
129 #plugin-information .section ol {
130         margin-left: 16px;
131         list-style-type: square;
132         list-style-image: none;
133 }
134
135 #plugin-information #section-screenshots li img {
136         vertical-align: text-top;
137 }
138
139 #plugin-information #section-screenshots li p {
140         font-style: italic;
141         padding-left: 20px;
142         padding-bottom: 2em;
143 }
144
145 #plugin-information .updated,
146 #plugin-information pre {
147         margin-right: 215px;
148 }
149
150 #plugin-information pre {
151         padding: 7px;
152 }