PluginProbe
Wp-Insert / 1.7.6
Wp-Insert v1.7.6
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / css / adminStyle.css

adminStyle.css in Wp-Insert 1.7.6, at css/adminStyle.css

77 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-insert-submit {
2 text-align: center;
3 }
4
5 .wp-insert-submit #submit {
6 background: green none repeat scroll 0% 0% !important;
7 height: 60px;
8 font-weight: bold;
9 font-size: 26px !important;
10 width: 80%;
11 }
12
13 .earnings {
14 margin: 30px 15px;
15 font-weight: bold;
16 font-size: 40px;
17 color: green;
18 float: right;
19 }
20
21 .bigbold {
22 font-size: 11px;
23 font-weight: bold;
24 }
25
26 .GreyOutLayer
27 {
28 position: absolute;
29 top: 0px;
30 left: 0px;
31 width: 100%;
32 height: 100%;
33 bottom: 0px;
34 background-color: #666;
35 z-index: 100;
36 filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
37 opacity: 0.30;
38 }
39
40 #popUpMaster{position:relative;padding:10px 0 0 10px;display:none}
41 #popUpTopLft{position:absolute;left:0px;top:0}
42 #popUpTop{position:absolute;left:10px;top:0;height:36px;z-index:9}
43 #popUpTopRgt{position:absolute;right:0px;top:0;z-index:9}
44 #popUpLft{position:absolute;left:0px;top:30px;width:17px;}
45 #popUpRgt{position:absolute;right:0px;top:36px;width:26px;}
46 #popUpBtmLft{position:absolute;left:0px;bottom:0px;}
47 #popUpBtm{position:absolute;left:17px;bottom:0px;height:20px}
48 #popUpBtmRgt{position:absolute;right:0px;bottom:0px;}
49 #popUpMaster #content{background:#F2F2F2;height:520px;width:725px;margin:0px;z-index:100;position:absolute;top:26px;right:15px;}
50 .closePopUp{display:block;position:absolute;right:10px;top:4px;width:20px;height:18px;z-index:10;text-decoration:none;background:none}
51 #popUpMaster h4{position:absolute;top:0;left:0;z-index:10;padding:0;margin:6px 0 0 10px;color:#333333;text-shadow:0 1px 0 #FFFFFF;
52 font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:15px;cursor:move;background:nonImage.gif;
53 width:100%}
54
55 .multipleSelectBoxControl div select option {
56 font-size: 10px;
57 padding: 0px;
58 }
59
60 #wp_insert_page_list {
61 list-style: none;
62 }
63
64 #wp_insert_page_list li {
65 display: block;
66 padding: 5px 10px; margin-bottom: 3px;
67 background-color: #efefef;
68 }
69
70 #wp_insert_page_list li img.handle {
71 margin-right: 20px;
72 cursor: move;
73 }
74
75 .column-postID {
76 width: 3em;
77 }