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