| 1 |
div.thumbs-list-wrapper, div.log-list-wrapper{ |
| 2 |
text-align:center; |
| 3 |
margin-top: 1.5em; |
| 4 |
} |
| 5 |
div.thumbs-list-wrapper>div, div.log-list-wrapper>div{ |
| 6 |
margin: 0 auto; |
| 7 |
display: inline-block; |
| 8 |
} |
| 9 |
#ThumbsTable, #LogTable{ |
| 10 |
border: none; |
| 11 |
box-shadow: none; |
| 12 |
-webkit-box-shadow: none; |
| 13 |
-moz-box-shadow: none; |
| 14 |
border-radius: 10px; |
| 15 |
-webkit-border-radius: 10px; |
| 16 |
-moz-border-radius: 10px; |
| 17 |
background: #B9C9FE; |
| 18 |
color: #039; |
| 19 |
width: auto; |
| 20 |
margin: 10px auto; |
| 21 |
} |
| 22 |
#ThumbsTable tbody, #LogTable tbody { |
| 23 |
background: #e8edff; |
| 24 |
color: #669; |
| 25 |
} |
| 26 |
#ThumbsTable>tbody>tr:hover, #LogTable>tbody>tr:hover { |
| 27 |
background: #d0dafd; |
| 28 |
} |
| 29 |
#ThumbsTable>tbody>tr:not(:last-child) td, #LogTable>tbody>tr:not(:last-child) td { |
| 30 |
border-bottom-color: #b9c9fe; |
| 31 |
border-bottom-style: solid; |
| 32 |
border-bottom-width: 1px; |
| 33 |
} |
| 34 |
#ThumbsTable td, #ThumbsTable th, #LogTable td, #LogTable th{ |
| 35 |
text-align: center; |
| 36 |
vertical-align: middle; |
| 37 |
margin: 0; |
| 38 |
padding: 4px; |
| 39 |
} |
| 40 |
#LogTable td { |
| 41 |
text-align: left; |
| 42 |
} |
| 43 |
td.title.column-title{ |
| 44 |
text-align: left !important; |
| 45 |
} |
| 46 |
#ThumbsTable img{ |
| 47 |
display: block; |
| 48 |
margin: 5px auto; |
| 49 |
} |
| 50 |
#LogTable td > pre, .spoiler-body > pre, .expander pre, .collapser pre { |
| 51 |
margin: 0; |
| 52 |
display: inline-block; |
| 53 |
white-space: pre-line; |
| 54 |
} |
| 55 |
tr.selected{ |
| 56 |
background: #B6ADCE; |
| 57 |
} |
| 58 |
tr.selected:hover{ |
| 59 |
background: #D8D3E5 !important; |
| 60 |
} |
| 61 |
.column-date, .column-level, .check-column, .column-icon { |
| 62 |
white-space: nowrap; |
| 63 |
} |
| 64 |
.column-entry, .column-title { |
| 65 |
width: 100%; |
| 66 |
} |
| 67 |
.nav-tab:before, .deleteSelected:before, .clearLog:before, .expandAll:before, .collapseAll:before, .logLabel.date:before, .collapser:after, .expander:after{ |
| 68 |
display: inline-block; |
| 69 |
-webkit-font-smoothing: antialiased; |
| 70 |
font: normal 20px/1 'dashicons'; |
| 71 |
vertical-align: text-bottom; |
| 72 |
padding-right: 5px; |
| 73 |
} |
| 74 |
.General-tab:before{ |
| 75 |
content: '\f108'; |
| 76 |
} |
| 77 |
.Thumbnail-tab:before{ |
| 78 |
content: '\f233'; |
| 79 |
} |
| 80 |
.Logging-tab:before{ |
| 81 |
content: '\f163'; |
| 82 |
} |
| 83 |
.Advanced-tab:before{ |
| 84 |
content: '\f332'; |
| 85 |
} |
| 86 |
.deleteSelected:before, .clearLog:before{ |
| 87 |
content: '\f182'; |
| 88 |
} |
| 89 |
.expandAll:before { |
| 90 |
content: '\f211'; |
| 91 |
} |
| 92 |
.collapseAll:before { |
| 93 |
content: '\f506'; |
| 94 |
} |
| 95 |
.expandAll, .collapseAll { |
| 96 |
display: none; |
| 97 |
} |
| 98 |
#ThumbsTable .title a:after, #LogTable>tbody a:after{ |
| 99 |
content: '\f504'; |
| 100 |
display: inline-block; |
| 101 |
-webkit-font-smoothing: antialiased; |
| 102 |
font-family: 'dashicons'; |
| 103 |
font-size: inherit; |
| 104 |
font-style: normal; |
| 105 |
font-variant: normal; |
| 106 |
font-weight: normal; |
| 107 |
line-height: 1; |
| 108 |
vertical-align: inherit; |
| 109 |
padding-left: 5px; |
| 110 |
} |
| 111 |
#LogTable>tbody a { |
| 112 |
-webkit-transition: none; |
| 113 |
transition: none; |
| 114 |
text-decoration: none; |
| 115 |
outline: 0; |
| 116 |
} |
| 117 |
#LogTable>tbody pre strong { |
| 118 |
font-weight: bolder; |
| 119 |
} |
| 120 |
#LogTable>tbody a:active, #LogTable>tbody a:hover { |
| 121 |
color: #2ea2cc; |
| 122 |
} |
| 123 |
.levelSelector { |
| 124 |
float: right; |
| 125 |
} |
| 126 |
.logLabel { |
| 127 |
padding: 0 10px; |
| 128 |
color: #fff !important; |
| 129 |
text-decoration: none; |
| 130 |
font-weight: bolder; |
| 131 |
border: none !important; |
| 132 |
float:left; |
| 133 |
margin-left: 1px; |
| 134 |
margin-top: 1px; |
| 135 |
-webkit-border-radius: 100px; |
| 136 |
-moz-border-radius: 100px; |
| 137 |
border-radius: 100px; |
| 138 |
cursor: context-menu; |
| 139 |
} |
| 140 |
.logLabel.warning { |
| 141 |
background: #F89406; |
| 142 |
} |
| 143 |
.logLabel.detail { |
| 144 |
background: #3A87AD; |
| 145 |
} |
| 146 |
.logLabel.error { |
| 147 |
background: #CC0000; |
| 148 |
} |
| 149 |
.logLabel.date { |
| 150 |
background: #999999; |
| 151 |
white-space: nowrap; |
| 152 |
font-weight: inherit; |
| 153 |
} |
| 154 |
.logLabel.date:before{ |
| 155 |
font-size: inherit; |
| 156 |
vertical-align: middle; |
| 157 |
padding-bottom: 0.2em; |
| 158 |
content: '\f469'; |
| 159 |
} |
| 160 |
.spoiler-body { |
| 161 |
padding: 1px 6px 2px; |
| 162 |
display: none; |
| 163 |
border-top: 1px solid #C3CBD1; |
| 164 |
background: #F5F5F5; |
| 165 |
} |
| 166 |
.column-entry { |
| 167 |
text-align: left !important; |
| 168 |
} |
| 169 |
.expander pre, .collapser pre { |
| 170 |
vertical-align: middle; |
| 171 |
float: left; |
| 172 |
white-space: pre-wrap; |
| 173 |
} |
| 174 |
.expander, .collapser { |
| 175 |
display: table; |
| 176 |
vertical-align: middle; |
| 177 |
width: 100%; |
| 178 |
cursor: pointer; |
| 179 |
} |
| 180 |
.expander > div, .collapser > div { |
| 181 |
display: table-cell; |
| 182 |
vertical-align: middle; |
| 183 |
height: 100%; |
| 184 |
} |
| 185 |
.dashicons.dashicons-arrow-down-alt2, .dashicons.dashicons-arrow-up-alt2 { |
| 186 |
float: right; |
| 187 |
padding-right: 15px; |
| 188 |
} |
| 189 |
.levelSelector > * { |
| 190 |
-webkit-touch-callout: none; |
| 191 |
-webkit-user-select: none; |
| 192 |
-khtml-user-select: none; |
| 193 |
-moz-user-select: none; |
| 194 |
-ms-user-select: none; |
| 195 |
user-select: none; |
| 196 |
} |
| 197 |
.levelSelector > input[type=checkbox] { |
| 198 |
display:none; |
| 199 |
} |
| 200 |
.levelSelector > input[type=checkbox] + label { |
| 201 |
color: #6B6B6B; |
| 202 |
font-weight: bolder; |
| 203 |
margin: 4px 0px; |
| 204 |
overflow: auto; |
| 205 |
text-align: center; |
| 206 |
padding: 3px 8px; |
| 207 |
display: table-cell; |
| 208 |
background-color: #f5f5f5; |
| 209 |
background-image: -moz-linear-gradient(top,#fff,#e6e6e6); |
| 210 |
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)); |
| 211 |
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6); |
| 212 |
background-image: -o-linear-gradient(top,#fff,#e6e6e6); |
| 213 |
background-image: linear-gradient(to bottom,#fff,#e6e6e6); |
| 214 |
background-repeat: repeat-x; |
| 215 |
border: 1px solid #ccc; |
| 216 |
border-color: #e6e6e6 #e6e6e6 #bfbfbf; |
| 217 |
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); |
| 218 |
border-bottom-color: #b3b3b3; |
| 219 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0); |
| 220 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); |
| 221 |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); |
| 222 |
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); |
| 223 |
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); |
| 224 |
} |
| 225 |
.levelSelector > input[type=checkbox] + label:first-of-type { |
| 226 |
border-top-left-radius: 4px; |
| 227 |
border-bottom-left-radius: 4px; |
| 228 |
} |
| 229 |
.levelSelector > input[type=checkbox] + label:last-of-type { |
| 230 |
border-top-right-radius: 4px; |
| 231 |
border-bottom-right-radius: 4px; |
| 232 |
} |
| 233 |
.levelSelector > input[type=checkbox]:checked + label { |
| 234 |
background-image: none; |
| 235 |
outline: 0; |
| 236 |
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); |
| 237 |
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); |
| 238 |
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); |
| 239 |
} |
| 240 |
.levelSelector > input[type=checkbox] + label.errorLevel { |
| 241 |
color: #CC0000; |
| 242 |
} |
| 243 |
.levelSelector > input[type=checkbox]:checked + label.errorLevel { |
| 244 |
background-color: #CC0000; |
| 245 |
color: #fff; |
| 246 |
} |
| 247 |
.levelSelector > input[type=checkbox] + label.warningLevel { |
| 248 |
color: #F89406; |
| 249 |
} |
| 250 |
.levelSelector > input[type=checkbox]:checked + label.warningLevel { |
| 251 |
background-color: #F89406; |
| 252 |
color: #fff; |
| 253 |
} |
| 254 |
.levelSelector > input[type=checkbox] + label.detailLevel { |
| 255 |
color: #3A87AD; |
| 256 |
} |
| 257 |
.levelSelector > input[type=checkbox]:checked + label.detailLevel { |
| 258 |
background-color: #3A87AD; |
| 259 |
color: #fff; |
| 260 |
} |
| 261 |
.noLog { |
| 262 |
font-size: x-large; |
| 263 |
display: block; |
| 264 |
width: 100%; |
| 265 |
text-align: center; |
| 266 |
margin-top: 20ex; |
| 267 |
line-height: 150%; |
| 268 |
} |
| 269 |
.loggingON, .loggingOFF { |
| 270 |
font-weight: bolder; |
| 271 |
} |
| 272 |
.loggingON { |
| 273 |
color: green; |
| 274 |
} |
| 275 |
.loggingOFF { |
| 276 |
color: red; |
| 277 |
} |
| 278 |
th input{ |
| 279 |
margin-left: 0 !important; |
| 280 |
margin-top: 1px !important; |
| 281 |
} |
| 282 |
td input{ |
| 283 |
margin-right: 0 !important; |
| 284 |
} |
| 285 |
|
| 286 |
textarea[readonly], input[readonly], select[readonly] { |
| 287 |
background-color: #dcdcdc; |
| 288 |
} |