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