source: trunk/www.guidonia.net/wp/wp-admin/css/plugin-install.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.8 KB
Line 
1/* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
2div.star-holder {
3 position: relative;
4 height: 19px;
5 width: 100px;
6 font-size: 19px;
7}
8
9div.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
33div.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: 0 10px 50px;
89 width: 210px;
90}
91
92#plugin-information .fyi h2 {
93 font-size: 0.9em;
94 margin-bottom: 0;
95 margin-right: 0;
96}
97
98#plugin-information .fyi h2.mainheader {
99 padding: 5px;
100 -moz-border-radius-topleft: 3px;
101 -webkit-border-top-left-radius: 3px;
102 -khtml-border-top-left-radius: 3px;
103 border-top-left-radius: 3px;
104}
105
106#plugin-information .fyi ul {
107 padding: 10px 5px 10px 7px;
108 margin: 0;
109 list-style: none;
110 -moz-border-radius-bottomleft: 3px;
111 -webkit-border-bottom-left-radius: 3px;
112 -khtml-border-bottom-left-radius: 3px;
113 border-top-bottom-radius: 3px;
114}
115
116#plugin-information .fyi li {
117 margin-right: 0;
118}
119
120#plugin-information #section-holder {
121 padding: 10px;
122}
123
124#plugin-information .section ul,
125#plugin-information .section ol {
126 margin-left: 16px;
127 list-style-type: square;
128 list-style-image: none;
129}
130
131#plugin-information #section-screenshots li img {
132 vertical-align: text-top;
133}
134
135#plugin-information #section-screenshots li p {
136 font-style: italic;
137 padding-left: 20px;
138 padding-bottom: 2em;
139}
140
141#plugin-information .updated,
142#plugin-information pre {
143 margin-right: 215px;
144}
145
146#plugin-information pre {
147 padding: 7px;
148}
Note: See TracBrowser for help on using the repository browser.