| 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 |
} |