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