siteguard-menu.css
154 lines
| 1 | .siteguard-form-table { |
| 2 | border-collapse: collapse; |
| 3 | margin-top: 0.5em; |
| 4 | width: 100%; |
| 5 | clear: both; |
| 6 | } |
| 7 | |
| 8 | .siteguard-form-table, |
| 9 | .siteguard-form-table td, |
| 10 | .siteguard-form-table th, |
| 11 | .siteguard-form-table td p, |
| 12 | .siteguard-form-wrap label { |
| 13 | font-size: 14px; |
| 14 | } |
| 15 | |
| 16 | .siteguard-form-table td { |
| 17 | border:1px solid #cccccc; |
| 18 | margin-bottom: 5px; |
| 19 | padding: 5px 5px; |
| 20 | line-height: 1.3; |
| 21 | vertical-align: middle; |
| 22 | background-color: #ffffff; |
| 23 | } |
| 24 | |
| 25 | .siteguard-form-wrap label { |
| 26 | color: #222; |
| 27 | font-weight: normal; |
| 28 | text-shadow: none; |
| 29 | vertical-align: baseline; |
| 30 | } |
| 31 | |
| 32 | .siteguard-form-table th { |
| 33 | border:1px solid #cccccc; |
| 34 | vertical-align: top; |
| 35 | text-align: left; |
| 36 | padding: 5px 5px 0px 5px; |
| 37 | width: 300px; |
| 38 | line-height: 1.3; |
| 39 | font-weight: 600; |
| 40 | background-color: #f9f9f9; |
| 41 | } |
| 42 | |
| 43 | .siteguard-form-table th.th-full { |
| 44 | width: auto; |
| 45 | font-weight: 400; |
| 46 | } |
| 47 | |
| 48 | .siteguard-form-table td p { |
| 49 | margin-top: 4px; |
| 50 | margin-bottom: 0; |
| 51 | } |
| 52 | |
| 53 | .siteguard-form-table th img { |
| 54 | vertical-align: middle; |
| 55 | } |
| 56 | |
| 57 | .siteguard-form-table td fieldset label { |
| 58 | margin: 0.25em 0 0.5em !important; |
| 59 | display: inline-block; |
| 60 | } |
| 61 | |
| 62 | .siteguard-form-table td fieldset label, |
| 63 | .siteguard-form-table td fieldset p, |
| 64 | .siteguard-form-table td fieldset li { |
| 65 | line-height: 1.4em; |
| 66 | } |
| 67 | |
| 68 | .siteguard-form-table input.tog, |
| 69 | .siteguard-form-table input[type=radio] { |
| 70 | margin-top: -4px; |
| 71 | margin-right: 4px; |
| 72 | float: none; |
| 73 | } |
| 74 | |
| 75 | .siteguard-form-table .pre { |
| 76 | padding: 8px; |
| 77 | margin: 0; |
| 78 | } |
| 79 | |
| 80 | table.siteguard-form-table td .updated { |
| 81 | font-size: 13px; |
| 82 | } |
| 83 | |
| 84 | .siteguard-radios { |
| 85 | display:inline-block; |
| 86 | margin:0; |
| 87 | padding:0; |
| 88 | clear:both; |
| 89 | } |
| 90 | .siteguard-radios li { |
| 91 | display:inline-block; |
| 92 | position:relative; |
| 93 | float:left; |
| 94 | list-style:none; |
| 95 | border:solid 1px #ddd; |
| 96 | border-right:none; |
| 97 | overflow:hidden; |
| 98 | } |
| 99 | .siteguard-radios li:first-child { |
| 100 | border-radius:5px 0 0 5px; |
| 101 | } |
| 102 | .siteguard-radios li:last-child { |
| 103 | border-right:solid 1px #ddd; |
| 104 | border-radius:0 5px 5px 0; |
| 105 | } |
| 106 | .siteguard-radios label { |
| 107 | display:block; |
| 108 | min-width:3em; |
| 109 | text-align:center; |
| 110 | background:#eee; |
| 111 | background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE)); |
| 112 | background:-moz-linear-gradient(top, #fff, #eee); |
| 113 | border:solid 1px rgba(255,255,255,0.2); |
| 114 | padding:5px; |
| 115 | text-shadow:0 1px 0 rgba(255,255,255,0.5); |
| 116 | } |
| 117 | .siteguard-radios li:first-child label { |
| 118 | border-radius:3px 0 0 3px; |
| 119 | } |
| 120 | .siteguard-radios li:last-child label { |
| 121 | border-radius:0 3px 3px 0; |
| 122 | } |
| 123 | .siteguard-radios input[type=radio] { |
| 124 | position:absolute; |
| 125 | opacity:0; |
| 126 | width:100%; |
| 127 | height:100%; |
| 128 | margin:0; |
| 129 | cursor:pointer; |
| 130 | } |
| 131 | .siteguard-radios input[type=radio]:checked { |
| 132 | cursor:auto; |
| 133 | } |
| 134 | .siteguard-radios input[type=radio]:checked + label { |
| 135 | color:#fff; |
| 136 | text-shadow:0 -1px 0 rgba(0,0,0,0.2); |
| 137 | border:solid 1px rgba(0,0,0,0.1); |
| 138 | background:#666; |
| 139 | background:-webkit-gradient(linear, left top, left bottom, from(#313131),to(#626262)); |
| 140 | background:-moz-linear-gradient(top, #333, #666); |
| 141 | } |
| 142 | .siteguard-box-300 { |
| 143 | width: 300px; |
| 144 | box-sizing:border-box; |
| 145 | } |
| 146 | div.siteguard-description { |
| 147 | -moz-border-radius: 5px; |
| 148 | -webkit-border-radius: 5px; |
| 149 | border-radius: 5px; |
| 150 | padding: 5px 5px 5px 5px; |
| 151 | border:solid 1px #cccccc; |
| 152 | background-color: #fdfdfd; |
| 153 | } |
| 154 |