| 1 |
/* first row can't be deleted */ |
| 2 |
.boxzilla-rule-row-0 .boxzilla-close { |
| 3 |
visibility: hidden; } |
| 4 |
|
| 5 |
.column-box_id { |
| 6 |
width: 80px; } |
| 7 |
|
| 8 |
.boxzilla-sm { |
| 9 |
width: 150px; } |
| 10 |
|
| 11 |
.boxzilla-xsm { |
| 12 |
width: 15px; } |
| 13 |
|
| 14 |
.boxzilla-title { |
| 15 |
margin-top: 2em !important; } |
| 16 |
|
| 17 |
.boxzilla-label { |
| 18 |
display: block; |
| 19 |
font-weight: bold; |
| 20 |
margin-bottom: 6px; } |
| 21 |
|
| 22 |
.boxzilla-close { |
| 23 |
padding: 0; |
| 24 |
cursor: pointer; |
| 25 |
background: transparent; |
| 26 |
border: 0; |
| 27 |
-webkit-appearance: none; |
| 28 |
font-size: 21px; |
| 29 |
font-weight: bold; |
| 30 |
line-height: 26px; |
| 31 |
text-shadow: 0 1px 0 #fff; |
| 32 |
opacity: .3; |
| 33 |
filter: alpha(opacity=30); } |
| 34 |
.boxzilla-close:hover, .boxzilla-close:focus { |
| 35 |
color: #000; |
| 36 |
text-decoration: none; |
| 37 |
cursor: pointer; |
| 38 |
opacity: .6; |
| 39 |
filter: alpha(opacity=60); } |
| 40 |
|
| 41 |
.post-type-boxzilla-box .form-table { |
| 42 |
table-layout: fixed; } |
| 43 |
|
| 44 |
.post-type-boxzilla-box .window-positions { |
| 45 |
border: 1px solid #EEE; } |
| 46 |
.post-type-boxzilla-box .window-positions td { |
| 47 |
padding: 3px; |
| 48 |
margin-bottom: 0; } |
| 49 |
|
| 50 |
.post-type-boxzilla-box .wp-picker-container { |
| 51 |
white-space: nowrap; } |
| 52 |
|
| 53 |
.post-type-boxzilla-box .wp-picker-clear, |
| 54 |
.post-type-boxzilla-box .wp-picker-holder, |
| 55 |
.post-type-boxzilla-box .wp-picker-input-wrap { |
| 56 |
background: white; |
| 57 |
z-index: 999 !important; |
| 58 |
position: absolute !important; } |
| 59 |
|
| 60 |
#boxzilla-admin .status { |
| 61 |
display: inline-block; |
| 62 |
padding: 3px 6px; |
| 63 |
color: white; |
| 64 |
text-transform: uppercase; |
| 65 |
font-weight: bold; } |
| 66 |
#boxzilla-admin .status.positive { |
| 67 |
background-color: limeGreen; } |
| 68 |
#boxzilla-admin .status.negative { |
| 69 |
background: #c3c3c3; } |
| 70 |
|
| 71 |
.boxzilla-muted { |
| 72 |
color: #888; } |
| 73 |
|
| 74 |
.boxzilla-no-vpadding { |
| 75 |
padding-top: 0 !important; |
| 76 |
padding-bottom: 0 !important; } |
| 77 |
|
| 78 |
.boxzilla-is-dismissible { |
| 79 |
padding-right: 38px; |
| 80 |
position: relative; } |
| 81 |
|
| 82 |
/* Radio Switches */ |
| 83 |
.radio-label { |
| 84 |
font-weight: normal; } |
| 85 |
.radio-label > input { |
| 86 |
margin-top: 0 !important; } |
| 87 |
|
| 88 |
/** Grid */ |
| 89 |
.boxzilla-row { |
| 90 |
margin: 0 -20px; } |
| 91 |
|
| 92 |
.boxzilla-col-one-third, |
| 93 |
.boxzilla-col-two-third { |
| 94 |
float: left; |
| 95 |
-webkit-box-sizing: border-box; |
| 96 |
box-sizing: border-box; |
| 97 |
padding: 0 20px; } |
| 98 |
|
| 99 |
.boxzilla-col-two-third { |
| 100 |
width: 66.66%; } |
| 101 |
|
| 102 |
.boxzilla-col-one-third { |
| 103 |
width: 33.33%; } |
| 104 |
|
| 105 |
/* admin sidebar */ |
| 106 |
.boxzilla-sidebar { |
| 107 |
margin-top: 10px; } |
| 108 |
|
| 109 |
.boxzilla-box { |
| 110 |
background: white; |
| 111 |
padding: 20px; |
| 112 |
margin-bottom: 20px; |
| 113 |
border: 1px solid #ccc; } |
| 114 |
.boxzilla-box h3, |
| 115 |
.boxzilla-box :first-child { |
| 116 |
margin-top: 0; } |
| 117 |
.boxzilla-box :last-child { |
| 118 |
margin-bottom: 0; } |
| 119 |
|
| 120 |
.boxzilla-sidebar form label { |
| 121 |
display: block; |
| 122 |
font-weight: bold; |
| 123 |
margin-bottom: 6px; } |
| 124 |
|
| 125 |
@media (max-width: 920px) { |
| 126 |
.boxzilla-row { |
| 127 |
margin: 0; } |
| 128 |
.boxzilla-col-one-third, |
| 129 |
.boxzilla-col-two-third { |
| 130 |
float: none; |
| 131 |
padding: 0; |
| 132 |
width: auto; } |
| 133 |
.boxzilla-sidebar { |
| 134 |
margin-top: 40px; } } |
| 135 |
|