Plugin Directory

Changeset 864272


Ignore:
Timestamp:
02/24/2014 08:22:02 PM (12 years ago)
Author:
webdeveric
Message:

Compatibility updates for WordPress 3.1.

Location:
what-template-am-i-using/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • what-template-am-i-using/trunk/css/dist/what-template-am-i-using.css

    r859707 r864272  
    103103}
    104104
    105 /* line 101, ../../scss/main.scss */
     105/* line 100, ../../scss/main.scss */
    106106#wtaiu.open {
    107107  right: 0;
    108108}
    109 /* line 105, ../../scss/main.scss */
     109/* line 104, ../../scss/main.scss */
    110110#wtaiu.open #wtaiu-handle {
    111111  background-color: #00b38a;
     
    113113}
    114114
    115 /* line 112, ../../scss/main.scss */
     115/* line 111, ../../scss/main.scss */
    116116a#wtaiu-handle {
    117117  display: block;
     
    151151  box-shadow: 0 0 4px #333333;
    152152}
    153 /* line 136, ../../scss/main.scss */
     153/* line 135, ../../scss/main.scss */
    154154a#wtaiu-handle > span {
    155155  white-space: nowrap;
     
    161161  transform: rotate(180deg);
    162162}
    163 /* line 142, ../../scss/main.scss */
     163/* line 141, ../../scss/main.scss */
    164164a#wtaiu-handle:hover {
    165165  color: #FFF;
    166166}
    167167
    168 /* line 148, ../../scss/main.scss */
     168/* line 147, ../../scss/main.scss */
    169169a#wtaiu-close {
    170170  position: absolute;
     
    191191}
    192192
    193 /* line 170, ../../scss/main.scss */
     193/* line 168, ../../scss/main.scss */
    194194a#wtaiu-close:before {
    195195  content: "\f335";
    196 }
    197 
    198 /* line 174, ../../scss/main.scss */
     196  opacity: .85;
     197}
     198
     199/* line 173, ../../scss/main.scss */
    199200a#wtaiu-close:hover {
    200201  background: #C33;
    201202  color: #FFF;
    202203}
    203 
    204 /* line 179, ../../scss/main.scss */
     204/* line 177, ../../scss/main.scss */
     205a#wtaiu-close:hover:before {
     206  opacity: 1;
     207}
     208
     209/* line 183, ../../scss/main.scss */
    205210#wtaiu-data {
    206211  word-wrap: break-word;
     
    219224  box-shadow: 0 0 4px #333333;
    220225}
    221 /* line 193, ../../scss/main.scss */
     226/* line 197, ../../scss/main.scss */
    222227#wtaiu-data .panel,
    223228#wtaiu-data .panel-placeholder {
     
    231236  list-style: none;
    232237}
    233 /* line 204, ../../scss/main.scss */
     238/* line 208, ../../scss/main.scss */
    234239#wtaiu-data .panel-placeholder {
    235240  background: #C44;
    236241  height: 66px;
    237242}
    238 /* line 212, ../../scss/main.scss */
     243/* line 216, ../../scss/main.scss */
    239244#wtaiu-data .panel .panel-header > .label,
    240245#wtaiu-data .panel .content {
     
    249254  overflow: hidden;
    250255}
    251 /* line 224, ../../scss/main.scss */
     256/* line 228, ../../scss/main.scss */
    252257#wtaiu-data .panel .content {
    253258  background: #FFF;
     
    255260  border-bottom: 1px solid #cccccc;
    256261}
    257 /* line 230, ../../scss/main.scss */
     262/* line 234, ../../scss/main.scss */
    258263#wtaiu-data .panel .panel-header {
    259264  position: relative;
     
    265270  text-shadow: 1px 1px 0 white;
    266271}
    267 /* line 240, ../../scss/main.scss */
     272/* line 244, ../../scss/main.scss */
    268273#wtaiu-data .panel .panel-header:hover {
    269274  color: #000;
    270275}
    271 /* line 244, ../../scss/main.scss */
     276/* line 248, ../../scss/main.scss */
    272277#wtaiu-data .panel .panel-header .label {
    273278  font-weight: 600;
     
    276281  cursor: grab;
    277282}
    278 /* line 251, ../../scss/main.scss */
     283/* line 255, ../../scss/main.scss */
    279284#wtaiu-data .panel .panel-header .open-toggle-button {
    280285  font-family: dashicons;
     
    291296  text-align: center;
    292297}
    293 /* line 266, ../../scss/main.scss */
     298/* line 270, ../../scss/main.scss */
    294299#wtaiu-data .panel .panel-header .open-toggle-button:before {
    295300  content: "\f343";
    296301  /* up arrow */
    297302}
    298 /* line 274, ../../scss/main.scss */
     303/* line 278, ../../scss/main.scss */
    299304#wtaiu-data .panel.ui-sortable-helper {
    300305  background: #FFF;
    301306  opacity: .8;
    302307}
    303 /* line 278, ../../scss/main.scss */
     308/* line 282, ../../scss/main.scss */
    304309#wtaiu-data .panel.ui-sortable-helper .label {
    305310  cursor: move;
     
    307312  cursor: grabbing;
    308313}
    309 /* line 286, ../../scss/main.scss */
     314/* line 290, ../../scss/main.scss */
    310315#wtaiu-data .panel:first-child > .panel-header {
    311316  border-top: 0;
    312317}
    313 /* line 290, ../../scss/main.scss */
     318/* line 294, ../../scss/main.scss */
    314319#wtaiu-data .panel.open > .panel-header {
    315320  color: #000;
    316321}
    317 /* line 296, ../../scss/main.scss */
     322/* line 300, ../../scss/main.scss */
    318323#wtaiu-data .panel.closed .content {
    319324  display: none;
    320325}
    321 /* line 300, ../../scss/main.scss */
     326/* line 304, ../../scss/main.scss */
    322327#wtaiu-data .panel.closed .open-toggle-button:before {
    323328  content: "\f347";
    324329  /* down arrow */
    325330}
    326 /* line 305, ../../scss/main.scss */
     331/* line 309, ../../scss/main.scss */
    327332#wtaiu-data ul {
    328333  margin: 0;
    329334  padding: 0;
    330335}
    331 /* line 309, ../../scss/main.scss */
     336/* line 313, ../../scss/main.scss */
    332337#wtaiu-data ul li {
    333338  list-style: square;
    334339  margin: 0 0 0 2em;
    335340}
    336 /* line 315, ../../scss/main.scss */
     341/* line 319, ../../scss/main.scss */
    337342#wtaiu-data .info-table {
    338343  table-layout: fixed;
     
    343348  color: inherit;
    344349}
    345 /* line 325, ../../scss/main.scss */
     350/* line 329, ../../scss/main.scss */
    346351#wtaiu-data .info-table th,
    347352#wtaiu-data .info-table td {
     
    352357  border: 0;
    353358}
    354 /* line 334, ../../scss/main.scss */
     359/* line 338, ../../scss/main.scss */
    355360#wtaiu-data .info-table tr:hover th,
    356361#wtaiu-data .info-table tr:hover td {
    357362  background: rgba(0, 0, 0, 0.03);
    358363}
    359 /* line 338, ../../scss/main.scss */
     364/* line 342, ../../scss/main.scss */
    360365#wtaiu-data .info-table thead th {
    361366  font-weight: bold;
    362367  font-size: smaller;
    363368}
    364 /* line 343, ../../scss/main.scss */
     369/* line 347, ../../scss/main.scss */
    365370#wtaiu-data .info-table tbody th {
    366371  font-weight: bold;
    367372}
    368 /* line 349, ../../scss/main.scss */
     373/* line 353, ../../scss/main.scss */
    369374#wtaiu-data .theme-info {
    370375  position: relative;
    371376  z-index: 1;
    372377}
    373 /* line 353, ../../scss/main.scss */
     378/* line 357, ../../scss/main.scss */
    374379#wtaiu-data .theme-info::after {
    375380  content: "";
     
    377382  display: block;
    378383}
    379 /* line 359, ../../scss/main.scss */
     384/* line 363, ../../scss/main.scss */
    380385#wtaiu-data .theme-info a {
    381386  text-decoration: none;
     
    383388  font-weight: bold;
    384389}
    385 /* line 365, ../../scss/main.scss */
     390/* line 369, ../../scss/main.scss */
    386391#wtaiu-data .theme-info .theme-screenshot {
    387392  position: relative;
     
    409414  -ms-interpolation-mode: nearest-neighbor;
    410415}
    411 /* line 386, ../../scss/main.scss */
     416/* line 390, ../../scss/main.scss */
    412417#wtaiu-data .theme-info .theme-screenshot::before {
    413418  content: "";
     
    425430  border-radius: 150px / 10px;
    426431}
    427 /* line 398, ../../scss/main.scss */
     432/* line 402, ../../scss/main.scss */
    428433#wtaiu-data .theme-info .theme-info-wrap {
    429434  overflow: hidden;
    430435  line-height: 1.25;
    431436}
    432 /* line 402, ../../scss/main.scss */
     437/* line 406, ../../scss/main.scss */
    433438#wtaiu-data .theme-info .theme-info-wrap .theme-info-header {
    434439  text-shadow: none;
     
    441446  margin: 0;
    442447}
    443 /* line 412, ../../scss/main.scss */
     448/* line 416, ../../scss/main.scss */
    444449#wtaiu-data .theme-info .theme-info-wrap .theme-info-header .theme-name {
    445450  display: block;
     
    448453  text-overflow: ellipsis;
    449454}
    450 /* line 421, ../../scss/main.scss */
     455/* line 425, ../../scss/main.scss */
    451456#wtaiu-data .theme-info .theme-info-wrap p {
    452457  margin: 5px 0 0 0;
    453458}
    454 /* line 425, ../../scss/main.scss */
     459/* line 429, ../../scss/main.scss */
    455460#wtaiu-data .theme-info .theme-info-wrap .theme-version {
    456461  margin-top: 0;
    457462  font-size: .95em;
    458463}
    459 /* line 434, ../../scss/main.scss */
     464/* line 438, ../../scss/main.scss */
    460465#wtaiu-data .theme-info + .theme-info {
    461466  border-top: 1px solid #e6e6e6;
     
    464469}
    465470
    466 /* line 442, ../../scss/main.scss */
     471/* line 446, ../../scss/main.scss */
    467472.touch #wtaiu-data {
    468473  overflow: scroll;
    469474  -webkit-overflow-scrolling: touch;
    470475}
     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  
    103103}
    104104
    105 /* line 101, ../../scss/main.scss */
     105/* line 100, ../../scss/main.scss */
    106106#wtaiu.open {
    107107  right: 0;
    108108}
    109 /* line 105, ../../scss/main.scss */
     109/* line 104, ../../scss/main.scss */
    110110#wtaiu.open #wtaiu-handle {
    111111  background-color: #00b38a;
     
    113113}
    114114
    115 /* line 112, ../../scss/main.scss */
     115/* line 111, ../../scss/main.scss */
    116116a#wtaiu-handle {
    117117  display: block;
     
    151151  box-shadow: 0 0 4px #333333;
    152152}
    153 /* line 136, ../../scss/main.scss */
     153/* line 135, ../../scss/main.scss */
    154154a#wtaiu-handle > span {
    155155  white-space: nowrap;
     
    161161  transform: rotate(180deg);
    162162}
    163 /* line 142, ../../scss/main.scss */
     163/* line 141, ../../scss/main.scss */
    164164a#wtaiu-handle:hover {
    165165  color: #FFF;
    166166}
    167167
    168 /* line 148, ../../scss/main.scss */
     168/* line 147, ../../scss/main.scss */
    169169a#wtaiu-close {
    170170  position: absolute;
     
    191191}
    192192
    193 /* line 170, ../../scss/main.scss */
     193/* line 168, ../../scss/main.scss */
    194194a#wtaiu-close:before {
    195195  content: "\f335";
    196 }
    197 
    198 /* line 174, ../../scss/main.scss */
     196  opacity: .85;
     197}
     198
     199/* line 173, ../../scss/main.scss */
    199200a#wtaiu-close:hover {
    200201  background: #C33;
    201202  color: #FFF;
    202203}
    203 
    204 /* line 179, ../../scss/main.scss */
     204/* line 177, ../../scss/main.scss */
     205a#wtaiu-close:hover:before {
     206  opacity: 1;
     207}
     208
     209/* line 183, ../../scss/main.scss */
    205210#wtaiu-data {
    206211  word-wrap: break-word;
     
    219224  box-shadow: 0 0 4px #333333;
    220225}
    221 /* line 193, ../../scss/main.scss */
     226/* line 197, ../../scss/main.scss */
    222227#wtaiu-data .panel,
    223228#wtaiu-data .panel-placeholder {
     
    231236  list-style: none;
    232237}
    233 /* line 204, ../../scss/main.scss */
     238/* line 208, ../../scss/main.scss */
    234239#wtaiu-data .panel-placeholder {
    235240  background: #C44;
    236241  height: 66px;
    237242}
    238 /* line 212, ../../scss/main.scss */
     243/* line 216, ../../scss/main.scss */
    239244#wtaiu-data .panel .panel-header > .label,
    240245#wtaiu-data .panel .content {
     
    249254  overflow: hidden;
    250255}
    251 /* line 224, ../../scss/main.scss */
     256/* line 228, ../../scss/main.scss */
    252257#wtaiu-data .panel .content {
    253258  background: #FFF;
     
    255260  border-bottom: 1px solid #cccccc;
    256261}
    257 /* line 230, ../../scss/main.scss */
     262/* line 234, ../../scss/main.scss */
    258263#wtaiu-data .panel .panel-header {
    259264  position: relative;
     
    265270  text-shadow: 1px 1px 0 white;
    266271}
    267 /* line 240, ../../scss/main.scss */
     272/* line 244, ../../scss/main.scss */
    268273#wtaiu-data .panel .panel-header:hover {
    269274  color: #000;
    270275}
    271 /* line 244, ../../scss/main.scss */
     276/* line 248, ../../scss/main.scss */
    272277#wtaiu-data .panel .panel-header .label {
    273278  font-weight: 600;
     
    276281  cursor: grab;
    277282}
    278 /* line 251, ../../scss/main.scss */
     283/* line 255, ../../scss/main.scss */
    279284#wtaiu-data .panel .panel-header .open-toggle-button {
    280285  font-family: dashicons;
     
    291296  text-align: center;
    292297}
    293 /* line 266, ../../scss/main.scss */
     298/* line 270, ../../scss/main.scss */
    294299#wtaiu-data .panel .panel-header .open-toggle-button:before {
    295300  content: "\f343";
    296301  /* up arrow */
    297302}
    298 /* line 274, ../../scss/main.scss */
     303/* line 278, ../../scss/main.scss */
    299304#wtaiu-data .panel.ui-sortable-helper {
    300305  background: #FFF;
    301306  opacity: .8;
    302307}
    303 /* line 278, ../../scss/main.scss */
     308/* line 282, ../../scss/main.scss */
    304309#wtaiu-data .panel.ui-sortable-helper .label {
    305310  cursor: move;
     
    307312  cursor: grabbing;
    308313}
    309 /* line 286, ../../scss/main.scss */
     314/* line 290, ../../scss/main.scss */
    310315#wtaiu-data .panel:first-child > .panel-header {
    311316  border-top: 0;
    312317}
    313 /* line 290, ../../scss/main.scss */
     318/* line 294, ../../scss/main.scss */
    314319#wtaiu-data .panel.open > .panel-header {
    315320  color: #000;
    316321}
    317 /* line 296, ../../scss/main.scss */
     322/* line 300, ../../scss/main.scss */
    318323#wtaiu-data .panel.closed .content {
    319324  display: none;
    320325}
    321 /* line 300, ../../scss/main.scss */
     326/* line 304, ../../scss/main.scss */
    322327#wtaiu-data .panel.closed .open-toggle-button:before {
    323328  content: "\f347";
    324329  /* down arrow */
    325330}
    326 /* line 305, ../../scss/main.scss */
     331/* line 309, ../../scss/main.scss */
    327332#wtaiu-data ul {
    328333  margin: 0;
    329334  padding: 0;
    330335}
    331 /* line 309, ../../scss/main.scss */
     336/* line 313, ../../scss/main.scss */
    332337#wtaiu-data ul li {
    333338  list-style: square;
    334339  margin: 0 0 0 2em;
    335340}
    336 /* line 315, ../../scss/main.scss */
     341/* line 319, ../../scss/main.scss */
    337342#wtaiu-data .info-table {
    338343  table-layout: fixed;
     
    343348  color: inherit;
    344349}
    345 /* line 325, ../../scss/main.scss */
     350/* line 329, ../../scss/main.scss */
    346351#wtaiu-data .info-table th,
    347352#wtaiu-data .info-table td {
     
    352357  border: 0;
    353358}
    354 /* line 334, ../../scss/main.scss */
     359/* line 338, ../../scss/main.scss */
    355360#wtaiu-data .info-table tr:hover th,
    356361#wtaiu-data .info-table tr:hover td {
    357362  background: rgba(0, 0, 0, 0.03);
    358363}
    359 /* line 338, ../../scss/main.scss */
     364/* line 342, ../../scss/main.scss */
    360365#wtaiu-data .info-table thead th {
    361366  font-weight: bold;
    362367  font-size: smaller;
    363368}
    364 /* line 343, ../../scss/main.scss */
     369/* line 347, ../../scss/main.scss */
    365370#wtaiu-data .info-table tbody th {
    366371  font-weight: bold;
    367372}
    368 /* line 349, ../../scss/main.scss */
     373/* line 353, ../../scss/main.scss */
    369374#wtaiu-data .theme-info {
    370375  position: relative;
    371376  z-index: 1;
    372377}
    373 /* line 353, ../../scss/main.scss */
     378/* line 357, ../../scss/main.scss */
    374379#wtaiu-data .theme-info::after {
    375380  content: "";
     
    377382  display: block;
    378383}
    379 /* line 359, ../../scss/main.scss */
     384/* line 363, ../../scss/main.scss */
    380385#wtaiu-data .theme-info a {
    381386  text-decoration: none;
     
    383388  font-weight: bold;
    384389}
    385 /* line 365, ../../scss/main.scss */
     390/* line 369, ../../scss/main.scss */
    386391#wtaiu-data .theme-info .theme-screenshot {
    387392  position: relative;
     
    409414  -ms-interpolation-mode: nearest-neighbor;
    410415}
    411 /* line 386, ../../scss/main.scss */
     416/* line 390, ../../scss/main.scss */
    412417#wtaiu-data .theme-info .theme-screenshot::before {
    413418  content: "";
     
    425430  border-radius: 150px / 10px;
    426431}
    427 /* line 398, ../../scss/main.scss */
     432/* line 402, ../../scss/main.scss */
    428433#wtaiu-data .theme-info .theme-info-wrap {
    429434  overflow: hidden;
    430435  line-height: 1.25;
    431436}
    432 /* line 402, ../../scss/main.scss */
     437/* line 406, ../../scss/main.scss */
    433438#wtaiu-data .theme-info .theme-info-wrap .theme-info-header {
    434439  text-shadow: none;
     
    441446  margin: 0;
    442447}
    443 /* line 412, ../../scss/main.scss */
     448/* line 416, ../../scss/main.scss */
    444449#wtaiu-data .theme-info .theme-info-wrap .theme-info-header .theme-name {
    445450  display: block;
     
    448453  text-overflow: ellipsis;
    449454}
    450 /* line 421, ../../scss/main.scss */
     455/* line 425, ../../scss/main.scss */
    451456#wtaiu-data .theme-info .theme-info-wrap p {
    452457  margin: 5px 0 0 0;
    453458}
    454 /* line 425, ../../scss/main.scss */
     459/* line 429, ../../scss/main.scss */
    455460#wtaiu-data .theme-info .theme-info-wrap .theme-version {
    456461  margin-top: 0;
    457462  font-size: .95em;
    458463}
    459 /* line 434, ../../scss/main.scss */
     464/* line 438, ../../scss/main.scss */
    460465#wtaiu-data .theme-info + .theme-info {
    461466  border-top: 1px solid #e6e6e6;
     
    464469}
    465470
    466 /* line 442, ../../scss/main.scss */
     471/* line 446, ../../scss/main.scss */
    467472.touch #wtaiu-data {
    468473  overflow: scroll;
    469474  -webkit-overflow-scrolling: touch;
    470475}
     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 */
    22/*! Open Toggle
    33    @author WebDevEric
  • what-template-am-i-using/trunk/package.json

    r860523 r864272  
    11{
    22  "name": "what-template-am-i-using",
    3   "version": "0.1.9",
     3  "version": "0.1.10",
    44  "repository": {
    55    "type": "git",
  • what-template-am-i-using/trunk/readme.txt

    r861899 r864272  
    22Contributors: webdeveric
    33Tags: template, theme development, debug, server information
    4 Requires at least: 3.8.0
     4Requires at least: 3.1.0
    55Tested up to: 3.8.1
    6 Stable tag: 0.1.9
     6Stable tag: 0.1.10
    77
    88This 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.
     
    3838
    3939== Changelog ==
     40
     41= 0.1.10 =
     42* Compatibility updates for WordPress 3.1.
    4043
    4144= 0.1.9 =
  • what-template-am-i-using/trunk/scss/main.scss

    r859707 r864272  
    9696        margin:0 0 20px 0;
    9797    }
    98 
    9998}
    10099
     
    162161    font:20px/1 dashicons;
    163162    -webkit-font-smoothing:antialiased;
    164 
    165163    @include border-top-left-radius(5em 2em);
    166164    @include box-shadow( $tab-box-shadow );
    167 
    168 }
     165}
     166
    169167
    170168a#wtaiu-close:before{
    171169    content:"\f335";
     170    opacity:.85;
    172171}
    173172
     
    175174    background:#C33;
    176175    color:#FFF;
     176
     177    &:before{
     178        opacity:1;
     179    }
     180
    177181}
    178182
     
    444448    -webkit-overflow-scrolling:touch;
    445449}
     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  
    77Author URI: http://webdeveric.com/
    88Description: 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.9
     9Version: 0.1.10
    1010
    1111----------------------------------------------------------------------------------------------------
     
    4040include __DIR__ . '/inc/core-panels.php';
    4141
    42 
    4342class What_Template_Am_I_Using {
    4443
    45     const VERSION = '0.1.8';
     44    const VERSION = '0.1.10';
    4645
    4746    protected static $panels;
     
    105104
    106105    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
    107124        // Make the sidebar shown for the person that activated the plugin.
    108125        // Everyone else has to visit their profile page to enable the sidebar if they want to see it.
     
    111128            update_user_option( $user_id, 'wtaiu_show_sidebar', '1', true );
    112129        }
     130
    113131    }
    114132
     
    189207
    190208    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 );
    193225
    194226        self::$user_data = get_user_option( 'wtaiu_sidebar_data', get_current_user_id() );
     
    210242        $items = array();
    211243        $sorted_items = array();
     244
     245        $dashicons_class = version_compare( get_bloginfo('version'), '3.8', '>=' ) ? 'has-dashicons' : 'no-dashicons';
    212246
    213247        foreach( self::$panels as $panel ){
     
    245279
    246280        ?>
    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; ?>">
    248282            <a id="wtaiu-handle" title="Click to toggle"><span><?php echo apply_filters('wtaiu_handle_text', 'What Template Am I Using?' ); ?></span></a>
    249283            <a id="wtaiu-close" title="Click to remove from page"></a>
Note: See TracChangeset for help on using the changeset viewer.