PluginProbe
Wp-Insert / 1.6.1
Wp-Insert v1.6.1
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.6.1, at css/adminStyle.css

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