Changeset 864272
- Timestamp:
- 02/24/2014 08:22:02 PM (12 years ago)
- Location:
- what-template-am-i-using/trunk
- Files:
-
- 8 edited
-
css/dist/what-template-am-i-using.css (modified) (22 diffs)
-
css/dist/what-template-am-i-using.min.css (modified) (1 diff)
-
css/src/main.css (modified) (22 diffs)
-
js/dist/what-template-am-i-using.min.js (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
scss/main.scss (modified) (4 diffs)
-
what-template-am-i-using.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
what-template-am-i-using/trunk/css/dist/what-template-am-i-using.css
r859707 r864272 103 103 } 104 104 105 /* line 10 1, ../../scss/main.scss */105 /* line 100, ../../scss/main.scss */ 106 106 #wtaiu.open { 107 107 right: 0; 108 108 } 109 /* line 10 5, ../../scss/main.scss */109 /* line 104, ../../scss/main.scss */ 110 110 #wtaiu.open #wtaiu-handle { 111 111 background-color: #00b38a; … … 113 113 } 114 114 115 /* line 11 2, ../../scss/main.scss */115 /* line 111, ../../scss/main.scss */ 116 116 a#wtaiu-handle { 117 117 display: block; … … 151 151 box-shadow: 0 0 4px #333333; 152 152 } 153 /* line 13 6, ../../scss/main.scss */153 /* line 135, ../../scss/main.scss */ 154 154 a#wtaiu-handle > span { 155 155 white-space: nowrap; … … 161 161 transform: rotate(180deg); 162 162 } 163 /* line 14 2, ../../scss/main.scss */163 /* line 141, ../../scss/main.scss */ 164 164 a#wtaiu-handle:hover { 165 165 color: #FFF; 166 166 } 167 167 168 /* line 14 8, ../../scss/main.scss */168 /* line 147, ../../scss/main.scss */ 169 169 a#wtaiu-close { 170 170 position: absolute; … … 191 191 } 192 192 193 /* line 1 70, ../../scss/main.scss */193 /* line 168, ../../scss/main.scss */ 194 194 a#wtaiu-close:before { 195 195 content: "\f335"; 196 } 197 198 /* line 174, ../../scss/main.scss */ 196 opacity: .85; 197 } 198 199 /* line 173, ../../scss/main.scss */ 199 200 a#wtaiu-close:hover { 200 201 background: #C33; 201 202 color: #FFF; 202 203 } 203 204 /* line 179, ../../scss/main.scss */ 204 /* line 177, ../../scss/main.scss */ 205 a#wtaiu-close:hover:before { 206 opacity: 1; 207 } 208 209 /* line 183, ../../scss/main.scss */ 205 210 #wtaiu-data { 206 211 word-wrap: break-word; … … 219 224 box-shadow: 0 0 4px #333333; 220 225 } 221 /* line 19 3, ../../scss/main.scss */226 /* line 197, ../../scss/main.scss */ 222 227 #wtaiu-data .panel, 223 228 #wtaiu-data .panel-placeholder { … … 231 236 list-style: none; 232 237 } 233 /* line 20 4, ../../scss/main.scss */238 /* line 208, ../../scss/main.scss */ 234 239 #wtaiu-data .panel-placeholder { 235 240 background: #C44; 236 241 height: 66px; 237 242 } 238 /* line 21 2, ../../scss/main.scss */243 /* line 216, ../../scss/main.scss */ 239 244 #wtaiu-data .panel .panel-header > .label, 240 245 #wtaiu-data .panel .content { … … 249 254 overflow: hidden; 250 255 } 251 /* line 22 4, ../../scss/main.scss */256 /* line 228, ../../scss/main.scss */ 252 257 #wtaiu-data .panel .content { 253 258 background: #FFF; … … 255 260 border-bottom: 1px solid #cccccc; 256 261 } 257 /* line 23 0, ../../scss/main.scss */262 /* line 234, ../../scss/main.scss */ 258 263 #wtaiu-data .panel .panel-header { 259 264 position: relative; … … 265 270 text-shadow: 1px 1px 0 white; 266 271 } 267 /* line 24 0, ../../scss/main.scss */272 /* line 244, ../../scss/main.scss */ 268 273 #wtaiu-data .panel .panel-header:hover { 269 274 color: #000; 270 275 } 271 /* line 24 4, ../../scss/main.scss */276 /* line 248, ../../scss/main.scss */ 272 277 #wtaiu-data .panel .panel-header .label { 273 278 font-weight: 600; … … 276 281 cursor: grab; 277 282 } 278 /* line 25 1, ../../scss/main.scss */283 /* line 255, ../../scss/main.scss */ 279 284 #wtaiu-data .panel .panel-header .open-toggle-button { 280 285 font-family: dashicons; … … 291 296 text-align: center; 292 297 } 293 /* line 2 66, ../../scss/main.scss */298 /* line 270, ../../scss/main.scss */ 294 299 #wtaiu-data .panel .panel-header .open-toggle-button:before { 295 300 content: "\f343"; 296 301 /* up arrow */ 297 302 } 298 /* line 27 4, ../../scss/main.scss */303 /* line 278, ../../scss/main.scss */ 299 304 #wtaiu-data .panel.ui-sortable-helper { 300 305 background: #FFF; 301 306 opacity: .8; 302 307 } 303 /* line 2 78, ../../scss/main.scss */308 /* line 282, ../../scss/main.scss */ 304 309 #wtaiu-data .panel.ui-sortable-helper .label { 305 310 cursor: move; … … 307 312 cursor: grabbing; 308 313 } 309 /* line 2 86, ../../scss/main.scss */314 /* line 290, ../../scss/main.scss */ 310 315 #wtaiu-data .panel:first-child > .panel-header { 311 316 border-top: 0; 312 317 } 313 /* line 29 0, ../../scss/main.scss */318 /* line 294, ../../scss/main.scss */ 314 319 #wtaiu-data .panel.open > .panel-header { 315 320 color: #000; 316 321 } 317 /* line 296, ../../scss/main.scss */322 /* line 300, ../../scss/main.scss */ 318 323 #wtaiu-data .panel.closed .content { 319 324 display: none; 320 325 } 321 /* line 30 0, ../../scss/main.scss */326 /* line 304, ../../scss/main.scss */ 322 327 #wtaiu-data .panel.closed .open-toggle-button:before { 323 328 content: "\f347"; 324 329 /* down arrow */ 325 330 } 326 /* line 30 5, ../../scss/main.scss */331 /* line 309, ../../scss/main.scss */ 327 332 #wtaiu-data ul { 328 333 margin: 0; 329 334 padding: 0; 330 335 } 331 /* line 3 09, ../../scss/main.scss */336 /* line 313, ../../scss/main.scss */ 332 337 #wtaiu-data ul li { 333 338 list-style: square; 334 339 margin: 0 0 0 2em; 335 340 } 336 /* line 31 5, ../../scss/main.scss */341 /* line 319, ../../scss/main.scss */ 337 342 #wtaiu-data .info-table { 338 343 table-layout: fixed; … … 343 348 color: inherit; 344 349 } 345 /* line 32 5, ../../scss/main.scss */350 /* line 329, ../../scss/main.scss */ 346 351 #wtaiu-data .info-table th, 347 352 #wtaiu-data .info-table td { … … 352 357 border: 0; 353 358 } 354 /* line 33 4, ../../scss/main.scss */359 /* line 338, ../../scss/main.scss */ 355 360 #wtaiu-data .info-table tr:hover th, 356 361 #wtaiu-data .info-table tr:hover td { 357 362 background: rgba(0, 0, 0, 0.03); 358 363 } 359 /* line 3 38, ../../scss/main.scss */364 /* line 342, ../../scss/main.scss */ 360 365 #wtaiu-data .info-table thead th { 361 366 font-weight: bold; 362 367 font-size: smaller; 363 368 } 364 /* line 34 3, ../../scss/main.scss */369 /* line 347, ../../scss/main.scss */ 365 370 #wtaiu-data .info-table tbody th { 366 371 font-weight: bold; 367 372 } 368 /* line 3 49, ../../scss/main.scss */373 /* line 353, ../../scss/main.scss */ 369 374 #wtaiu-data .theme-info { 370 375 position: relative; 371 376 z-index: 1; 372 377 } 373 /* line 35 3, ../../scss/main.scss */378 /* line 357, ../../scss/main.scss */ 374 379 #wtaiu-data .theme-info::after { 375 380 content: ""; … … 377 382 display: block; 378 383 } 379 /* line 3 59, ../../scss/main.scss */384 /* line 363, ../../scss/main.scss */ 380 385 #wtaiu-data .theme-info a { 381 386 text-decoration: none; … … 383 388 font-weight: bold; 384 389 } 385 /* line 36 5, ../../scss/main.scss */390 /* line 369, ../../scss/main.scss */ 386 391 #wtaiu-data .theme-info .theme-screenshot { 387 392 position: relative; … … 409 414 -ms-interpolation-mode: nearest-neighbor; 410 415 } 411 /* line 3 86, ../../scss/main.scss */416 /* line 390, ../../scss/main.scss */ 412 417 #wtaiu-data .theme-info .theme-screenshot::before { 413 418 content: ""; … … 425 430 border-radius: 150px / 10px; 426 431 } 427 /* line 398, ../../scss/main.scss */432 /* line 402, ../../scss/main.scss */ 428 433 #wtaiu-data .theme-info .theme-info-wrap { 429 434 overflow: hidden; 430 435 line-height: 1.25; 431 436 } 432 /* line 40 2, ../../scss/main.scss */437 /* line 406, ../../scss/main.scss */ 433 438 #wtaiu-data .theme-info .theme-info-wrap .theme-info-header { 434 439 text-shadow: none; … … 441 446 margin: 0; 442 447 } 443 /* line 41 2, ../../scss/main.scss */448 /* line 416, ../../scss/main.scss */ 444 449 #wtaiu-data .theme-info .theme-info-wrap .theme-info-header .theme-name { 445 450 display: block; … … 448 453 text-overflow: ellipsis; 449 454 } 450 /* line 42 1, ../../scss/main.scss */455 /* line 425, ../../scss/main.scss */ 451 456 #wtaiu-data .theme-info .theme-info-wrap p { 452 457 margin: 5px 0 0 0; 453 458 } 454 /* line 42 5, ../../scss/main.scss */459 /* line 429, ../../scss/main.scss */ 455 460 #wtaiu-data .theme-info .theme-info-wrap .theme-version { 456 461 margin-top: 0; 457 462 font-size: .95em; 458 463 } 459 /* line 43 4, ../../scss/main.scss */464 /* line 438, ../../scss/main.scss */ 460 465 #wtaiu-data .theme-info + .theme-info { 461 466 border-top: 1px solid #e6e6e6; … … 464 469 } 465 470 466 /* line 44 2, ../../scss/main.scss */471 /* line 446, ../../scss/main.scss */ 467 472 .touch #wtaiu-data { 468 473 overflow: scroll; 469 474 -webkit-overflow-scrolling: touch; 470 475 } 476 477 /* line 454, ../../scss/main.scss */ 478 #wtaiu.no-dashicons a#wtaiu-close:before { 479 font: 16px/1 "FontAwesome"; 480 content: "\f00d"; 481 } 482 /* line 460, ../../scss/main.scss */ 483 #wtaiu.no-dashicons .panel .open-toggle-button:before { 484 font-family: 'FontAwesome'; 485 content: "\f106"; 486 /* up arrow */ 487 } 488 /* line 466, ../../scss/main.scss */ 489 #wtaiu.no-dashicons .panel.closed .open-toggle-button:before { 490 font-family: 'FontAwesome'; 491 content: "\f107"; 492 /* up arrow */ 493 } -
what-template-am-i-using/trunk/css/dist/what-template-am-i-using.min.css
r860523 r864272 1 /* what-template-am-i-using 0.1. 9 2014-02-18*/2 .transition-all{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.transition-padding{-webkit-transition:padding 250ms ease-in-out;-moz-transition:padding 250ms ease-in-out;-o-transition:padding 250ms ease-in-out;transition:padding 250ms ease-in-out}.transition-right{-webkit-transition:right 250ms ease-in-out;-moz-transition:right 250ms ease-in-out;-o-transition:right 250ms ease-in-out;transition:right 250ms ease-in-out}html.wtaiu-closed,html.wtaiu-closed #wpadminbar,html.wtaiu-open,html.wtaiu-open #wpadminbar{width:auto}html.wtaiu-open{padding-right:300px}html.wtaiu-open #wpadminbar{right:300px}html.wtaiu-closed #wpadminbar{right:0}#wtaiu{position:fixed;z-index:999999;top:0;right:-300px;bottom:0;width:300px;font:400 12px "Open Sans",sans-serif;color:#333;text-align:left;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wtaiu a{color:#000}#wtaiu a:active,#wtaiu a:focus,#wtaiu a:hover{color:red}#wtaiu .counter{display:inline-block;margin:0 0 0 .5em}#wtaiu .info-list,#wtaiu .info-list dd,#wtaiu .info-list dt{margin:0;padding:0;border:0;float:none;clear:both;width:100%}#wtaiu .info-list dt{font-weight:600;line-height:1;border-bottom:1px solid #e5e5e5;padding:0 0 1px;margin:0 0 4px}#wtaiu .info-list dd{margin:0 0 20px}#wtaiu.open{right:0}#wtaiu.open #wtaiu-handle{background-color:#00b38a;color:#FFF}a#wtaiu-handle{display:block;min-height:3em;position:absolute;z-index:2;top:80px;left:0;padding:0 1.5em;word-spacing:.2em;text-align:center;line-height:3em;font-weight:600;text-transform:uppercase;background-color:#4e98d6;color:#EEE;cursor:pointer;text-decoration:none;-moz-border-radius-bottomright:2em 5em;-webkit-border-bottom-right-radius:2em 5em;border-bottom-right-radius:2em 5em;-moz-border-radius-bottomleft:2em 5em;-webkit-border-bottom-left-radius:2em 5em;border-bottom-left-radius:2em 5em;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;-webkit-box-shadow:0 0 4px #333;-moz-box-shadow:0 0 4px #333;box-shadow:0 0 4px #333}a#wtaiu-handle>span{white-space:nowrap;display:block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}a#wtaiu-handle:hover{color:#FFF}a#wtaiu-close{position:absolute;z-index:1;top:50px;left:-1.5em;display:block;width:1.5em;padding:6px 0 0;height:34px;cursor:pointer;background-color:#c44;color:#FFF;text-decoration:none;text-align:center;font:20px/1 dashicons;-webkit-font-smoothing:antialiased;-moz-border-radius-topleft:5em 2em;-webkit-border-top-left-radius:5em 2em;border-top-left-radius:5em 2em;-webkit-box-shadow:0 0 4px #333;-moz-box-shadow:0 0 4px #333;box-shadow:0 0 4px #333}a#wtaiu-close:before{content:"\f335" }a#wtaiu-close:hover{background:#C33;color:#FFF}#wtaiu-data{word-wrap:break-word;position:relative;z-index:100;background:#EDEDED;margin:0;padding:0;overflow:auto;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 4px #333;-moz-box-shadow:0 0 4px #333;box-shadow:0 0 4px #333}#wtaiu-data .panel,#wtaiu-data .panel-placeholder{position:relative;display:block;float:none;clear:none;width:auto;margin:0;padding:0;list-style:none}#wtaiu-data .panel-placeholder{background:#C44;height:66px}#wtaiu-data .panel .content,#wtaiu-data .panel .panel-header>.label{position:relative;display:block;float:none;clear:none;width:auto;height:auto;margin:0;padding:10px;overflow:hidden}#wtaiu-data .panel .content{background:#FFF;line-height:1.5em;border-bottom:1px solid #ccc}#wtaiu-data .panel .panel-header{position:relative;line-height:1;border-top:1px solid #fff;border-bottom:1px solid #ccc;background:#eaeaea;color:#888;text-shadow:1px 1px 0 #fff}#wtaiu-data .panel .panel-header:hover{color:#000}#wtaiu-data .panel .panel-header .label{font-weight:600;cursor:move;cursor:-moz-grab;cursor:grab}#wtaiu-data .panel .panel-header .open-toggle-button{font-family:dashicons;font-size:1em;cursor:pointer;padding:10px;line-height:1;position:absolute;top:-1px;right:0;bottom:0;height:auto;z-index:100;text-align:center}#wtaiu-data .panel .panel-header .open-toggle-button:before{content:"\f343"}#wtaiu-data .panel.ui-sortable-helper{background:#FFF;opacity:.8}#wtaiu-data .panel.ui-sortable-helper .label{cursor:move;cursor:-moz-grabbing;cursor:grabbing}#wtaiu-data .panel:first-child>.panel-header{border-top:0}#wtaiu-data .panel.open>.panel-header{color:#000}#wtaiu-data .panel.closed .content{display:none}#wtaiu-data .panel.closed .open-toggle-button:before{content:"\f347"}#wtaiu-data ul{margin:0;padding:0}#wtaiu-data ul li{list-style:square;margin:0 0 0 2em}#wtaiu-data .info-table{table-layout:fixed;width:100%;border:0;margin:0;padding:0;color:inherit}#wtaiu-data .info-table td,#wtaiu-data .info-table th{text-align:left;text-transform:none;margin:0;padding:2px 0;border:0}#wtaiu-data .info-table tr:hover td,#wtaiu-data .info-table tr:hover th{background:rgba(0,0,0,.03)}#wtaiu-data .info-table thead th{font-weight:700;font-size:smaller}#wtaiu-data .info-table tbody th{font-weight:700}#wtaiu-data .theme-info{position:relative;z-index:1}#wtaiu-data .theme-info::after{content:"";clear:both;display:block}#wtaiu-data .theme-info a{text-decoration:none;color:#000;font-weight:700}#wtaiu-data .theme-info .theme-screenshot{position:relative;display:block;float:left;width:65px;height:65px;background-color:#4e98d6;background-size:cover;background-position:center center;background-repeat:no-repeat;margin:0 10px 0 0;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}#wtaiu-data .theme-info .theme-screenshot::before{content:"";position:absolute;top:50%;bottom:0;left:4px;right:4px;z-index:-200;-webkit-box-shadow:0 0 4px rgba(0,0,0,.66);-moz-box-shadow:0 0 4px rgba(0,0,0,.66);box-shadow:0 0 4px rgba(0,0,0,.66);-webkit-border-radius:150px 10px;-moz-border-radius:150px / 10px;border-radius:150px / 10px}#wtaiu-data .theme-info .theme-info-wrap{overflow:hidden;line-height:1.25}#wtaiu-data .theme-info .theme-info-wrap .theme-info-header{text-shadow:none;color:#333;font:inherit;font-weight:700;font-size:1.5em;letter-spacing:normal;text-transform:none;margin:0}#wtaiu-data .theme-info .theme-info-wrap .theme-info-header .theme-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#wtaiu-data .theme-info .theme-info-wrap p{margin:5px 0 0}#wtaiu-data .theme-info .theme-info-wrap .theme-version{margin-top:0;font-size:.95em}#wtaiu-data .theme-info+.theme-info{border-top:1px solid #e6e6e6;margin-top:10px;padding-top:10px}.touch #wtaiu-data{overflow:scroll;-webkit-overflow-scrolling:touch}1 /* what-template-am-i-using 0.1.10 2014-02-20 */ 2 .transition-all{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.transition-padding{-webkit-transition:padding 250ms ease-in-out;-moz-transition:padding 250ms ease-in-out;-o-transition:padding 250ms ease-in-out;transition:padding 250ms ease-in-out}.transition-right{-webkit-transition:right 250ms ease-in-out;-moz-transition:right 250ms ease-in-out;-o-transition:right 250ms ease-in-out;transition:right 250ms ease-in-out}html.wtaiu-closed,html.wtaiu-closed #wpadminbar,html.wtaiu-open,html.wtaiu-open #wpadminbar{width:auto}html.wtaiu-open{padding-right:300px}html.wtaiu-open #wpadminbar{right:300px}html.wtaiu-closed #wpadminbar{right:0}#wtaiu{position:fixed;z-index:999999;top:0;right:-300px;bottom:0;width:300px;font:400 12px "Open Sans",sans-serif;color:#333;text-align:left;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wtaiu a{color:#000}#wtaiu a:active,#wtaiu a:focus,#wtaiu a:hover{color:red}#wtaiu .counter{display:inline-block;margin:0 0 0 .5em}#wtaiu .info-list,#wtaiu .info-list dd,#wtaiu .info-list dt{margin:0;padding:0;border:0;float:none;clear:both;width:100%}#wtaiu .info-list dt{font-weight:600;line-height:1;border-bottom:1px solid #e5e5e5;padding:0 0 1px;margin:0 0 4px}#wtaiu .info-list dd{margin:0 0 20px}#wtaiu.open{right:0}#wtaiu.open #wtaiu-handle{background-color:#00b38a;color:#FFF}a#wtaiu-handle{display:block;min-height:3em;position:absolute;z-index:2;top:80px;left:0;padding:0 1.5em;word-spacing:.2em;text-align:center;line-height:3em;font-weight:600;text-transform:uppercase;background-color:#4e98d6;color:#EEE;cursor:pointer;text-decoration:none;-moz-border-radius-bottomright:2em 5em;-webkit-border-bottom-right-radius:2em 5em;border-bottom-right-radius:2em 5em;-moz-border-radius-bottomleft:2em 5em;-webkit-border-bottom-left-radius:2em 5em;border-bottom-left-radius:2em 5em;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;-webkit-box-shadow:0 0 4px #333;-moz-box-shadow:0 0 4px #333;box-shadow:0 0 4px #333}a#wtaiu-handle>span{white-space:nowrap;display:block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}a#wtaiu-handle:hover{color:#FFF}a#wtaiu-close{position:absolute;z-index:1;top:50px;left:-1.5em;display:block;width:1.5em;padding:6px 0 0;height:34px;cursor:pointer;background-color:#c44;color:#FFF;text-decoration:none;text-align:center;font:20px/1 dashicons;-webkit-font-smoothing:antialiased;-moz-border-radius-topleft:5em 2em;-webkit-border-top-left-radius:5em 2em;border-top-left-radius:5em 2em;-webkit-box-shadow:0 0 4px #333;-moz-box-shadow:0 0 4px #333;box-shadow:0 0 4px #333}a#wtaiu-close:before{content:"\f335";opacity:.85}a#wtaiu-close:hover{background:#C33;color:#FFF}a#wtaiu-close:hover:before{opacity:1}#wtaiu-data{word-wrap:break-word;position:relative;z-index:100;background:#EDEDED;margin:0;padding:0;overflow:auto;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 4px #333;-moz-box-shadow:0 0 4px #333;box-shadow:0 0 4px #333}#wtaiu-data .panel,#wtaiu-data .panel-placeholder{position:relative;display:block;float:none;clear:none;width:auto;margin:0;padding:0;list-style:none}#wtaiu-data .panel-placeholder{background:#C44;height:66px}#wtaiu-data .panel .content,#wtaiu-data .panel .panel-header>.label{position:relative;display:block;float:none;clear:none;width:auto;height:auto;margin:0;padding:10px;overflow:hidden}#wtaiu-data .panel .content{background:#FFF;line-height:1.5em;border-bottom:1px solid #ccc}#wtaiu-data .panel .panel-header{position:relative;line-height:1;border-top:1px solid #fff;border-bottom:1px solid #ccc;background:#eaeaea;color:#888;text-shadow:1px 1px 0 #fff}#wtaiu-data .panel .panel-header:hover{color:#000}#wtaiu-data .panel .panel-header .label{font-weight:600;cursor:move;cursor:-moz-grab;cursor:grab}#wtaiu-data .panel .panel-header .open-toggle-button{font-family:dashicons;font-size:1em;cursor:pointer;padding:10px;line-height:1;position:absolute;top:-1px;right:0;bottom:0;height:auto;z-index:100;text-align:center}#wtaiu-data .panel .panel-header .open-toggle-button:before{content:"\f343"}#wtaiu-data .panel.ui-sortable-helper{background:#FFF;opacity:.8}#wtaiu-data .panel.ui-sortable-helper .label{cursor:move;cursor:-moz-grabbing;cursor:grabbing}#wtaiu-data .panel:first-child>.panel-header{border-top:0}#wtaiu-data .panel.open>.panel-header{color:#000}#wtaiu-data .panel.closed .content{display:none}#wtaiu-data .panel.closed .open-toggle-button:before{content:"\f347"}#wtaiu-data ul{margin:0;padding:0}#wtaiu-data ul li{list-style:square;margin:0 0 0 2em}#wtaiu-data .info-table{table-layout:fixed;width:100%;border:0;margin:0;padding:0;color:inherit}#wtaiu-data .info-table td,#wtaiu-data .info-table th{text-align:left;text-transform:none;margin:0;padding:2px 0;border:0}#wtaiu-data .info-table tr:hover td,#wtaiu-data .info-table tr:hover th{background:rgba(0,0,0,.03)}#wtaiu-data .info-table thead th{font-weight:700;font-size:smaller}#wtaiu-data .info-table tbody th{font-weight:700}#wtaiu-data .theme-info{position:relative;z-index:1}#wtaiu-data .theme-info::after{content:"";clear:both;display:block}#wtaiu-data .theme-info a{text-decoration:none;color:#000;font-weight:700}#wtaiu-data .theme-info .theme-screenshot{position:relative;display:block;float:left;width:65px;height:65px;background-color:#4e98d6;background-size:cover;background-position:center center;background-repeat:no-repeat;margin:0 10px 0 0;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}#wtaiu-data .theme-info .theme-screenshot::before{content:"";position:absolute;top:50%;bottom:0;left:4px;right:4px;z-index:-200;-webkit-box-shadow:0 0 4px rgba(0,0,0,.66);-moz-box-shadow:0 0 4px rgba(0,0,0,.66);box-shadow:0 0 4px rgba(0,0,0,.66);-webkit-border-radius:150px 10px;-moz-border-radius:150px / 10px;border-radius:150px / 10px}#wtaiu-data .theme-info .theme-info-wrap{overflow:hidden;line-height:1.25}#wtaiu-data .theme-info .theme-info-wrap .theme-info-header{text-shadow:none;color:#333;font:inherit;font-weight:700;font-size:1.5em;letter-spacing:normal;text-transform:none;margin:0}#wtaiu-data .theme-info .theme-info-wrap .theme-info-header .theme-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#wtaiu-data .theme-info .theme-info-wrap p{margin:5px 0 0}#wtaiu-data .theme-info .theme-info-wrap .theme-version{margin-top:0;font-size:.95em}#wtaiu-data .theme-info+.theme-info{border-top:1px solid #e6e6e6;margin-top:10px;padding-top:10px}.touch #wtaiu-data{overflow:scroll;-webkit-overflow-scrolling:touch}#wtaiu.no-dashicons a#wtaiu-close:before{font:16px/1 FontAwesome;content:"\f00d"}#wtaiu.no-dashicons .panel .open-toggle-button:before{font-family:FontAwesome;content:"\f106"}#wtaiu.no-dashicons .panel.closed .open-toggle-button:before{font-family:FontAwesome;content:"\f107"} -
what-template-am-i-using/trunk/css/src/main.css
r859707 r864272 103 103 } 104 104 105 /* line 10 1, ../../scss/main.scss */105 /* line 100, ../../scss/main.scss */ 106 106 #wtaiu.open { 107 107 right: 0; 108 108 } 109 /* line 10 5, ../../scss/main.scss */109 /* line 104, ../../scss/main.scss */ 110 110 #wtaiu.open #wtaiu-handle { 111 111 background-color: #00b38a; … … 113 113 } 114 114 115 /* line 11 2, ../../scss/main.scss */115 /* line 111, ../../scss/main.scss */ 116 116 a#wtaiu-handle { 117 117 display: block; … … 151 151 box-shadow: 0 0 4px #333333; 152 152 } 153 /* line 13 6, ../../scss/main.scss */153 /* line 135, ../../scss/main.scss */ 154 154 a#wtaiu-handle > span { 155 155 white-space: nowrap; … … 161 161 transform: rotate(180deg); 162 162 } 163 /* line 14 2, ../../scss/main.scss */163 /* line 141, ../../scss/main.scss */ 164 164 a#wtaiu-handle:hover { 165 165 color: #FFF; 166 166 } 167 167 168 /* line 14 8, ../../scss/main.scss */168 /* line 147, ../../scss/main.scss */ 169 169 a#wtaiu-close { 170 170 position: absolute; … … 191 191 } 192 192 193 /* line 1 70, ../../scss/main.scss */193 /* line 168, ../../scss/main.scss */ 194 194 a#wtaiu-close:before { 195 195 content: "\f335"; 196 } 197 198 /* line 174, ../../scss/main.scss */ 196 opacity: .85; 197 } 198 199 /* line 173, ../../scss/main.scss */ 199 200 a#wtaiu-close:hover { 200 201 background: #C33; 201 202 color: #FFF; 202 203 } 203 204 /* line 179, ../../scss/main.scss */ 204 /* line 177, ../../scss/main.scss */ 205 a#wtaiu-close:hover:before { 206 opacity: 1; 207 } 208 209 /* line 183, ../../scss/main.scss */ 205 210 #wtaiu-data { 206 211 word-wrap: break-word; … … 219 224 box-shadow: 0 0 4px #333333; 220 225 } 221 /* line 19 3, ../../scss/main.scss */226 /* line 197, ../../scss/main.scss */ 222 227 #wtaiu-data .panel, 223 228 #wtaiu-data .panel-placeholder { … … 231 236 list-style: none; 232 237 } 233 /* line 20 4, ../../scss/main.scss */238 /* line 208, ../../scss/main.scss */ 234 239 #wtaiu-data .panel-placeholder { 235 240 background: #C44; 236 241 height: 66px; 237 242 } 238 /* line 21 2, ../../scss/main.scss */243 /* line 216, ../../scss/main.scss */ 239 244 #wtaiu-data .panel .panel-header > .label, 240 245 #wtaiu-data .panel .content { … … 249 254 overflow: hidden; 250 255 } 251 /* line 22 4, ../../scss/main.scss */256 /* line 228, ../../scss/main.scss */ 252 257 #wtaiu-data .panel .content { 253 258 background: #FFF; … … 255 260 border-bottom: 1px solid #cccccc; 256 261 } 257 /* line 23 0, ../../scss/main.scss */262 /* line 234, ../../scss/main.scss */ 258 263 #wtaiu-data .panel .panel-header { 259 264 position: relative; … … 265 270 text-shadow: 1px 1px 0 white; 266 271 } 267 /* line 24 0, ../../scss/main.scss */272 /* line 244, ../../scss/main.scss */ 268 273 #wtaiu-data .panel .panel-header:hover { 269 274 color: #000; 270 275 } 271 /* line 24 4, ../../scss/main.scss */276 /* line 248, ../../scss/main.scss */ 272 277 #wtaiu-data .panel .panel-header .label { 273 278 font-weight: 600; … … 276 281 cursor: grab; 277 282 } 278 /* line 25 1, ../../scss/main.scss */283 /* line 255, ../../scss/main.scss */ 279 284 #wtaiu-data .panel .panel-header .open-toggle-button { 280 285 font-family: dashicons; … … 291 296 text-align: center; 292 297 } 293 /* line 2 66, ../../scss/main.scss */298 /* line 270, ../../scss/main.scss */ 294 299 #wtaiu-data .panel .panel-header .open-toggle-button:before { 295 300 content: "\f343"; 296 301 /* up arrow */ 297 302 } 298 /* line 27 4, ../../scss/main.scss */303 /* line 278, ../../scss/main.scss */ 299 304 #wtaiu-data .panel.ui-sortable-helper { 300 305 background: #FFF; 301 306 opacity: .8; 302 307 } 303 /* line 2 78, ../../scss/main.scss */308 /* line 282, ../../scss/main.scss */ 304 309 #wtaiu-data .panel.ui-sortable-helper .label { 305 310 cursor: move; … … 307 312 cursor: grabbing; 308 313 } 309 /* line 2 86, ../../scss/main.scss */314 /* line 290, ../../scss/main.scss */ 310 315 #wtaiu-data .panel:first-child > .panel-header { 311 316 border-top: 0; 312 317 } 313 /* line 29 0, ../../scss/main.scss */318 /* line 294, ../../scss/main.scss */ 314 319 #wtaiu-data .panel.open > .panel-header { 315 320 color: #000; 316 321 } 317 /* line 296, ../../scss/main.scss */322 /* line 300, ../../scss/main.scss */ 318 323 #wtaiu-data .panel.closed .content { 319 324 display: none; 320 325 } 321 /* line 30 0, ../../scss/main.scss */326 /* line 304, ../../scss/main.scss */ 322 327 #wtaiu-data .panel.closed .open-toggle-button:before { 323 328 content: "\f347"; 324 329 /* down arrow */ 325 330 } 326 /* line 30 5, ../../scss/main.scss */331 /* line 309, ../../scss/main.scss */ 327 332 #wtaiu-data ul { 328 333 margin: 0; 329 334 padding: 0; 330 335 } 331 /* line 3 09, ../../scss/main.scss */336 /* line 313, ../../scss/main.scss */ 332 337 #wtaiu-data ul li { 333 338 list-style: square; 334 339 margin: 0 0 0 2em; 335 340 } 336 /* line 31 5, ../../scss/main.scss */341 /* line 319, ../../scss/main.scss */ 337 342 #wtaiu-data .info-table { 338 343 table-layout: fixed; … … 343 348 color: inherit; 344 349 } 345 /* line 32 5, ../../scss/main.scss */350 /* line 329, ../../scss/main.scss */ 346 351 #wtaiu-data .info-table th, 347 352 #wtaiu-data .info-table td { … … 352 357 border: 0; 353 358 } 354 /* line 33 4, ../../scss/main.scss */359 /* line 338, ../../scss/main.scss */ 355 360 #wtaiu-data .info-table tr:hover th, 356 361 #wtaiu-data .info-table tr:hover td { 357 362 background: rgba(0, 0, 0, 0.03); 358 363 } 359 /* line 3 38, ../../scss/main.scss */364 /* line 342, ../../scss/main.scss */ 360 365 #wtaiu-data .info-table thead th { 361 366 font-weight: bold; 362 367 font-size: smaller; 363 368 } 364 /* line 34 3, ../../scss/main.scss */369 /* line 347, ../../scss/main.scss */ 365 370 #wtaiu-data .info-table tbody th { 366 371 font-weight: bold; 367 372 } 368 /* line 3 49, ../../scss/main.scss */373 /* line 353, ../../scss/main.scss */ 369 374 #wtaiu-data .theme-info { 370 375 position: relative; 371 376 z-index: 1; 372 377 } 373 /* line 35 3, ../../scss/main.scss */378 /* line 357, ../../scss/main.scss */ 374 379 #wtaiu-data .theme-info::after { 375 380 content: ""; … … 377 382 display: block; 378 383 } 379 /* line 3 59, ../../scss/main.scss */384 /* line 363, ../../scss/main.scss */ 380 385 #wtaiu-data .theme-info a { 381 386 text-decoration: none; … … 383 388 font-weight: bold; 384 389 } 385 /* line 36 5, ../../scss/main.scss */390 /* line 369, ../../scss/main.scss */ 386 391 #wtaiu-data .theme-info .theme-screenshot { 387 392 position: relative; … … 409 414 -ms-interpolation-mode: nearest-neighbor; 410 415 } 411 /* line 3 86, ../../scss/main.scss */416 /* line 390, ../../scss/main.scss */ 412 417 #wtaiu-data .theme-info .theme-screenshot::before { 413 418 content: ""; … … 425 430 border-radius: 150px / 10px; 426 431 } 427 /* line 398, ../../scss/main.scss */432 /* line 402, ../../scss/main.scss */ 428 433 #wtaiu-data .theme-info .theme-info-wrap { 429 434 overflow: hidden; 430 435 line-height: 1.25; 431 436 } 432 /* line 40 2, ../../scss/main.scss */437 /* line 406, ../../scss/main.scss */ 433 438 #wtaiu-data .theme-info .theme-info-wrap .theme-info-header { 434 439 text-shadow: none; … … 441 446 margin: 0; 442 447 } 443 /* line 41 2, ../../scss/main.scss */448 /* line 416, ../../scss/main.scss */ 444 449 #wtaiu-data .theme-info .theme-info-wrap .theme-info-header .theme-name { 445 450 display: block; … … 448 453 text-overflow: ellipsis; 449 454 } 450 /* line 42 1, ../../scss/main.scss */455 /* line 425, ../../scss/main.scss */ 451 456 #wtaiu-data .theme-info .theme-info-wrap p { 452 457 margin: 5px 0 0 0; 453 458 } 454 /* line 42 5, ../../scss/main.scss */459 /* line 429, ../../scss/main.scss */ 455 460 #wtaiu-data .theme-info .theme-info-wrap .theme-version { 456 461 margin-top: 0; 457 462 font-size: .95em; 458 463 } 459 /* line 43 4, ../../scss/main.scss */464 /* line 438, ../../scss/main.scss */ 460 465 #wtaiu-data .theme-info + .theme-info { 461 466 border-top: 1px solid #e6e6e6; … … 464 469 } 465 470 466 /* line 44 2, ../../scss/main.scss */471 /* line 446, ../../scss/main.scss */ 467 472 .touch #wtaiu-data { 468 473 overflow: scroll; 469 474 -webkit-overflow-scrolling: touch; 470 475 } 476 477 /* line 454, ../../scss/main.scss */ 478 #wtaiu.no-dashicons a#wtaiu-close:before { 479 font: 16px/1 "FontAwesome"; 480 content: "\f00d"; 481 } 482 /* line 460, ../../scss/main.scss */ 483 #wtaiu.no-dashicons .panel .open-toggle-button:before { 484 font-family: 'FontAwesome'; 485 content: "\f106"; 486 /* up arrow */ 487 } 488 /* line 466, ../../scss/main.scss */ 489 #wtaiu.no-dashicons .panel.closed .open-toggle-button:before { 490 font-family: 'FontAwesome'; 491 content: "\f107"; 492 /* up arrow */ 493 } -
what-template-am-i-using/trunk/js/dist/what-template-am-i-using.min.js
r860523 r864272 1 /* what-template-am-i-using 0.1. 9 2014-02-18*/1 /* what-template-am-i-using 0.1.10 2014-02-20 */ 2 2 /*! Open Toggle 3 3 @author WebDevEric -
what-template-am-i-using/trunk/package.json
r860523 r864272 1 1 { 2 2 "name": "what-template-am-i-using", 3 "version": "0.1. 9",3 "version": "0.1.10", 4 4 "repository": { 5 5 "type": "git", -
what-template-am-i-using/trunk/readme.txt
r861899 r864272 2 2 Contributors: webdeveric 3 3 Tags: template, theme development, debug, server information 4 Requires at least: 3. 8.04 Requires at least: 3.1.0 5 5 Tested up to: 3.8.1 6 Stable tag: 0.1. 96 Stable tag: 0.1.10 7 7 8 8 This plugin is intended for theme developers to use. It shows the current template being used to render the page, current post type, and much more. … … 38 38 39 39 == Changelog == 40 41 = 0.1.10 = 42 * Compatibility updates for WordPress 3.1. 40 43 41 44 = 0.1.9 = -
what-template-am-i-using/trunk/scss/main.scss
r859707 r864272 96 96 margin:0 0 20px 0; 97 97 } 98 99 98 } 100 99 … … 162 161 font:20px/1 dashicons; 163 162 -webkit-font-smoothing:antialiased; 164 165 163 @include border-top-left-radius(5em 2em); 166 164 @include box-shadow( $tab-box-shadow ); 167 168 } 165 } 166 169 167 170 168 a#wtaiu-close:before{ 171 169 content:"\f335"; 170 opacity:.85; 172 171 } 173 172 … … 175 174 background:#C33; 176 175 color:#FFF; 176 177 &:before{ 178 opacity:1; 179 } 180 177 181 } 178 182 … … 444 448 -webkit-overflow-scrolling:touch; 445 449 } 450 451 452 #wtaiu.no-dashicons{ 453 454 a#wtaiu-close:before{ 455 font:16px/1 'FontAwesome'; 456 content:"\f00d"; 457 } 458 459 .panel{ 460 .open-toggle-button:before{ 461 font-family:'FontAwesome'; 462 content:"\f106"; /* up arrow */ 463 } 464 465 &.closed{ 466 .open-toggle-button:before{ 467 font-family:'FontAwesome'; 468 content:"\f107"; /* up arrow */ 469 } 470 } 471 } 472 473 } 474 -
what-template-am-i-using/trunk/what-template-am-i-using.php
r860523 r864272 7 7 Author URI: http://webdeveric.com/ 8 8 Description: This plugin is intended for theme developers to use. It shows the current template being used to render the page, current post type, and much more. 9 Version: 0.1. 99 Version: 0.1.10 10 10 11 11 ---------------------------------------------------------------------------------------------------- … … 40 40 include __DIR__ . '/inc/core-panels.php'; 41 41 42 43 42 class What_Template_Am_I_Using { 44 43 45 const VERSION = '0.1. 8';44 const VERSION = '0.1.10'; 46 45 47 46 protected static $panels; … … 105 104 106 105 public static function activate(){ 106 107 $wp_version = get_bloginfo('version'); 108 $errors = array(); 109 110 if( version_compare( $wp_version, '3.1', '<' ) ){ 111 $errors[] = sprintf( 'This plugin requires WordPress <strong>3.1</strong> or higher. You are using WordPress <strong>%s</strong>', $wp_version ); 112 } 113 114 if( version_compare( PHP_VERSION, '5.3' , '<' ) ){ 115 $errors[] = sprintf( 'This plugin requires <strong>PHP 5.3</strong> or higher. You are using <strong>PHP %s</strong>', PHP_VERSION ); 116 } 117 118 if( ! empty( $errors ) ){ 119 unset( $_GET['activate'] ); 120 deactivate_plugins( plugin_basename( __FILE__ ) ); 121 wp_die( implode('<br /><br />', $errors ) ); 122 } 123 107 124 // Make the sidebar shown for the person that activated the plugin. 108 125 // Everyone else has to visit their profile page to enable the sidebar if they want to see it. … … 111 128 update_user_option( $user_id, 'wtaiu_show_sidebar', '1', true ); 112 129 } 130 113 131 } 114 132 … … 189 207 190 208 public static function enqueue_assets(){ 191 wp_enqueue_style('wtaiu', plugins_url( '/css/dist/what-template-am-i-using.min.css', __FILE__ ), array('dashicons', 'open-sans'), self::VERSION ); 192 wp_enqueue_script('wtaiu', plugins_url( '/js/dist/what-template-am-i-using.min.js', __FILE__ ), array('jquery', 'jquery-ui-sortable' ), self::VERSION ); 209 210 $wp_version = get_bloginfo('version'); 211 $errors = array(); 212 213 214 $css_reqs = array('open-sans'); 215 if( version_compare( $wp_version, '3.8', '<' ) ){ 216 wp_enqueue_style('open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600', array(), self::VERSION ); 217 wp_enqueue_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css', array(), self::VERSION ); 218 $css_reqs[] = 'font-awesome'; 219 } else { 220 $css_reqs[] = 'dashicons'; 221 } 222 223 wp_enqueue_style('wtaiu', plugins_url( '/css/dist/what-template-am-i-using.min.css', __FILE__ ), $css_reqs, self::VERSION ); 224 wp_enqueue_script('wtaiu', plugins_url( '/js/dist/what-template-am-i-using.min.js', __FILE__ ), array( 'jquery', 'jquery-ui-sortable' ), self::VERSION ); 193 225 194 226 self::$user_data = get_user_option( 'wtaiu_sidebar_data', get_current_user_id() ); … … 210 242 $items = array(); 211 243 $sorted_items = array(); 244 245 $dashicons_class = version_compare( get_bloginfo('version'), '3.8', '>=' ) ? 'has-dashicons' : 'no-dashicons'; 212 246 213 247 foreach( self::$panels as $panel ){ … … 245 279 246 280 ?> 247 <div id="wtaiu" <?php if( $sidebar_open ) echo 'class="open"'; ?>>281 <div id="wtaiu" class="<?php if( $sidebar_open ){echo 'open ';} echo $dashicons_class; ?>"> 248 282 <a id="wtaiu-handle" title="Click to toggle"><span><?php echo apply_filters('wtaiu_handle_text', 'What Template Am I Using?' ); ?></span></a> 249 283 <a id="wtaiu-close" title="Click to remove from page"></a>
Note: See TracChangeset
for help on using the changeset viewer.