| 1 |
/* |
| 2 |
Shortcoder Admin theme |
| 3 |
By : Aakash Chakravarthy (www.aakashweb.com) |
| 4 |
Version : 1.6 |
| 5 |
*/ |
| 6 |
|
| 7 |
.boxes { |
| 8 |
padding: 5px; |
| 9 |
-moz-border-radius-bottomleft: 5px; |
| 10 |
-moz-border-radius-bottomright: 5px; |
| 11 |
-khtml-border-radius: 5px; |
| 12 |
-webkit-border-top-left-radius: 5px; |
| 13 |
-webkit-border-top-right-radius: 5px; |
| 14 |
-webkit-border-bottom-left-radius: 5px; |
| 15 |
-webkit-border-bottom-right-radius: 5px; |
| 16 |
border-top: 1px solid #D4D4D4; |
| 17 |
border-bottom: 3px solid #666666; |
| 18 |
background: #FFFFFF; |
| 19 |
margin-bottom: 10px; |
| 20 |
margin-top: 5px; |
| 21 |
border-right: 1px solid #EBEBEB; |
| 22 |
border-left: 1px solid #EBEBEB; |
| 23 |
} |
| 24 |
.boxes:hover{ |
| 25 |
border-bottom-color: #FF0033; |
| 26 |
} |
| 27 |
#sc_content{ |
| 28 |
width: 100%; |
| 29 |
} |
| 30 |
.setting-description{ |
| 31 |
font-size: 10px; |
| 32 |
color: #666666; |
| 33 |
} |
| 34 |
.wrap{ |
| 35 |
width: 75%; |
| 36 |
float: left; |
| 37 |
margin: 0px; |
| 38 |
} |
| 39 |
.wrap h3 { |
| 40 |
font: italic 21px "Times New Roman", Times, serif; |
| 41 |
color: #333333; |
| 42 |
} |
| 43 |
.wrap #sc_content { |
| 44 |
background: #FFFFFF; |
| 45 |
} |
| 46 |
.wrap #preview_box { |
| 47 |
background: #FFFFFF; |
| 48 |
border: 1px solid #E8E8E8; |
| 49 |
padding: 10px; |
| 50 |
margin-top: -10px; |
| 51 |
-moz-border-radius-bottomleft: 10px; |
| 52 |
-moz-border-radius-bottomright: 10px; |
| 53 |
-khtml-border-radius: 10px; |
| 54 |
-webkit-border-top-left-radius: 10px; |
| 55 |
-webkit-border-top-right-radius: 10px; |
| 56 |
-webkit-border-bottom-left-radius: 10px; |
| 57 |
-webkit-border-bottom-right-radius: 10px; |
| 58 |
} |
| 59 |
#sidebar{ |
| 60 |
float: right; |
| 61 |
height: 80%; |
| 62 |
width: 24%; |
| 63 |
margin-top: 45px; |
| 64 |
margin-left: 0px; |
| 65 |
} |
| 66 |
#sidebar ul{ |
| 67 |
height: 80%; |
| 68 |
width: 90%; |
| 69 |
border: 1px solid #E9E9E9; |
| 70 |
margin-right: 15px; |
| 71 |
-moz-border-radius-bottomleft: 10px; |
| 72 |
-moz-border-radius-bottomright: 10px; |
| 73 |
-khtml-border-radius-bottomright: 10px; |
| 74 |
-khtml-border-radius-bottomleft: 10px; |
| 75 |
-webkit-border-bottom-left-radius: 10px; |
| 76 |
-webkit-border-bottom-right-radius: 10px; |
| 77 |
background: #FFFFFF; |
| 78 |
padding: 5px; |
| 79 |
margin-top: 0px; |
| 80 |
margin-bottom: 5px; |
| 81 |
} |
| 82 |
#sidebar li{ |
| 83 |
display: block; |
| 84 |
padding: 3px; |
| 85 |
border-bottom: 1px solid #E2E2E2; |
| 86 |
} |
| 87 |
#sidebar li a{ |
| 88 |
text-decoration: none; |
| 89 |
} |
| 90 |
#sidebar h4{ |
| 91 |
color: #333333; |
| 92 |
margin-top: 2px; |
| 93 |
margin-bottom: 5px; |
| 94 |
font: bold 14px Arial, Helvetica, sans-serif; |
| 95 |
margin-left: 5px; |
| 96 |
} |
| 97 |
|
| 98 |
#donators li{ |
| 99 |
display: inline-table; |
| 100 |
font-size: 9px; |
| 101 |
line-height: 1px; |
| 102 |
text-decoration: none; |
| 103 |
border-bottom-style: none; |
| 104 |
} |