123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 |
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, font, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- background: transparent;
- }
- body {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- ins {
- text-decoration: none;
- }
- del {
- text-decoration: line-through;
- }
- #wpwrap {
- height: auto;
- min-height: 100%;
- width: 100%;
- position: relative;
- }
- #wpcontent {
- height: 100%;
- }
- #wpcontent,
- #footer {
- margin-left: 165px;
- }
- #wpbody-content {
- padding-bottom: 65px;
- }
- .js.folded #wpcontent,
- .js.folded #footer {
- margin-left: 52px;
- }
- #wpbody-content {
- float: left;
- width: 100%;
- }
- #adminmenuback,
- #adminmenuwrap,
- #adminmenu,
- .js.folded #adminmenu .wp-submenu.sub-open,
- .js.folded #adminmenu .wp-submenu-wrap {
- width: 145px;
- }
- #adminmenuback {
- position: absolute;
- top: 0;
- bottom: 0;
- z-index: -1;
- }
- #adminmenuwrap {
- float: left;
- }
- #adminmenu {
- clear: left;
- padding: 0;
- list-style: none;
- }
- .js.folded #adminmenuback,
- .js.folded #adminmenuwrap,
- .js.folded #adminmenu,
- .js.folded #adminmenu li.menu-top {
- width: 32px;
- }
- #footer {
- position: relative;
- }
- .inner-sidebar {
- float: right;
- clear: right;
- display: none;
- width: 281px;
- position: relative;
- }
- .inner-sidebar #side-sortables {
- width: 280px;
- min-height: 300px;
- }
- .has-right-sidebar .inner-sidebar {
- display: block;
- }
- .has-right-sidebar #post-body {
- float: left;
- clear: left;
- width: 100%;
- margin-right: -340px;
- }
- .has-right-sidebar #post-body-content {
- margin-right: 300px;
- }
- #col-container {
- overflow: hidden;
- padding: 0;
- margin: 0;
- }
- #col-left {
- padding: 0;
- margin: 0;
- overflow: hidden;
- width: 39%;
- }
- #col-right {
- float: right;
- clear: right;
- overflow: hidden;
- padding: 0;
- margin: 0;
- width: 59%;
- }
- .alignleft {
- float: left;
- }
- .alignright {
- float: right;
- }
- .textleft {
- text-align: left;
- }
- .textright {
- text-align: right;
- }
- .clear {
- clear: both;
- }
- .screen-reader-text,
- .screen-reader-text span {
- position: absolute;
- left: -1000em;
- height: 1px;
- width: 1px;
- overflow: hidden;
- }
- .hidden,
- .js .closed .inside,
- .js .hide-if-js,
- .no-js .hide-if-no-js {
- display: none;
- }
- input[type="text"],
- input[type="password"],
- textarea {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
- input[type="checkbox"],
- input[type="radio"] {
- vertical-align: middle;
- }
- html,
- body {
- height: 100%;
- }
- body,
- td,
- textarea,
- input,
- select {
- font-family: sans-serif;
- font-size: 13px;
- }
- body,
- textarea {
- line-height: 1.4em;
- }
- input,
- select {
- line-height: 15px;
- }
- p {
- margin: 1em 0;
- }
- blockquote {
- margin: 1em;
- }
- label {
- cursor: pointer;
- }
- li,
- dd {
- margin-bottom: 6px;
- }
- p,
- li,
- dl,
- dd,
- dt {
- line-height: 140%;
- }
- textarea,
- input,
- select {
- margin: 1px;
- padding: 3px;
- }
- h1 {
- display: block;
- font-size: 2em;
- font-weight: bold;
- margin: .67em 0;
- }
- h2 {
- display: block;
- font-size: 1.5em;
- font-weight: bold;
- margin: .83em 0;
- }
- h3 {
- display: block;
- font-size: 1.17em;
- font-weight: bold;
- margin: 1em 0;
- }
- h4 {
- display: block;
- font-size: 1em;
- font-weight: bold;
- margin: 1.33em 0;
- }
- h5 {
- display: block;
- font-size: 0.83em;
- font-weight: bold;
- margin: 1.67em 0;
- }
- h6 {
- display: block;
- font-size: 0.67em;
- font-weight: bold;
- margin: 2.33em 0;
- }
- ul.ul-disc {
- list-style: disc outside;
- }
- ul.ul-square {
- list-style: square outside;
- }
- ol.ol-decimal {
- list-style: decimal outside;
- }
- ul.ul-disc,
- ul.ul-square,
- ol.ol-decimal {
- margin-left: 1.8em;
- }
- ul.ul-disc > li,
- ul.ul-square > li,
- ol.ol-decimal > li {
- margin: 0 0 0.5em;
- }
- .subsubsub {
- list-style: none;
- margin: 8px 0 5px;
- padding: 0;
- white-space: nowrap;
- font-size: 12px;
- float: left;
- }
- .subsubsub a {
- line-height: 2;
- padding: .2em;
- text-decoration: none;
- }
- .subsubsub a .count, .subsubsub a.current .count {
- color: #999;
- font-weight: normal;
- }
- .subsubsub a.current {
- font-weight: bold;
- background: none;
- border: none;
- }
- .subsubsub li {
- display: inline;
- margin: 0;
- padding: 0;
- }
- .widefat {
- border-width: 1px;
- border-style: solid;
- border-spacing: 0;
- width: 100%;
- clear: both;
- margin: 0;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .widefat * {
- word-wrap: break-word;
- }
- .widefat a {
- text-decoration: none;
- }
- .widefat thead th:first-of-type {
- -moz-border-radius-topleft: 3px;
- -khtml-border-top-left-radius: 3px;
- -webkit-border-top-left-radius: 3px;
- border-top-left-radius: 3px;
- }
- .widefat thead th:last-of-type {
- -moz-border-radius-topright: 3px;
- -khtml-border-top-right-radius: 3px;
- -webkit-border-top-right-radius: 3px;
- border-top-right-radius: 3px;
- }
- .widefat tfoot th:first-of-type {
- -moz-border-radius-bottomleft: 3px;
- -khtml-border-bottom-left-radius: 3px;
- -webkit-border-bottom-left-radius: 3px;
- border-bottom-left-radius: 3px;
- }
- .widefat tfoot th:last-of-type {
- -moz-border-radius-bottomright: 3px;
- -khtml-border-bottom-right-radius: 3px;
- -webkit-border-bottom-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .widefat td,
- .widefat th {
- border-width: 1px 0;
- border-style: solid;
- }
- .widefat tfoot th {
- border-bottom: none;
- }
- .widefat .no-items td {
- border-bottom-width: 0;
- }
- .widefat td {
- font-size: 12px;
- padding: 4px 7px 2px;
- vertical-align: top;
- }
- .widefat td p,
- .widefat td ol,
- .widefat td ul {
- font-size: 12px;
- }
- .widefat th {
- padding: 7px 7px 8px;
- text-align: left;
- line-height: 1.3em;
- font-size: 14px;
- }
- .widefat th input {
- margin: 0 0 0 8px;
- padding: 0;
- vertical-align: text-top;
- }
- .widefat .check-column {
- width: 2.2em;
- padding: 11px 0 0;
- vertical-align: top;
- }
- .widefat tbody th.check-column {
- padding: 9px 0 22px;
- }
- .widefat .num,
- .column-comments,
- .column-links,
- .column-posts {
- text-align: center;
- }
- .widefat th#comments {
- vertical-align: middle;
- }
- .wrap {
- margin: 0 15px 0 0;
- }
- div.updated,
- div.error {
- border-width: 1px;
- border-style: solid;
- padding: 0 0.6em;
- margin: 5px 15px 2px;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- div.updated p,
- div.error p {
- margin: 0.5em 0;
- padding: 2px;
- }
- .wrap div.updated,
- .wrap div.error {
- margin: 5px 0 15px;
- }
- .wrap h2,
- .subtitle {
- font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
- font-weight: normal;
- margin: 0;
- text-shadow: rgba(255,255,255,1) 0 1px 0;
- }
- .wrap h2 {
- font-size: 23px;
- padding: 9px 15px 4px 0;
- line-height: 29px;
- }
- .subtitle {
- font-size: 14px;
- padding-left: 25px;
- }
- .wrap .add-new-h2 {
- font-family: sans-serif;
- margin-left: 4px;
- padding: 3px 8px;
- position: relative;
- top: -3px;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- text-decoration: none;
- font-size: 12px;
- }
- .wrap h2.long-header {
- padding-right: 0;
- }
- .fade-1000 {
- opacity: 0;
- -moz-transition-property: opacity;
- -moz-transition-duration: 1s;
- -webkit-transition-property: opacity;
- -webkit-transition-duration: 1s;
- -o-transition-property: opacity;
- -o-transition-duration: 1s;
- transition-property: opacity;
- transition-duration: 1s;
- }
- .fade-600 {
- opacity: 0;
- -moz-transition-property: opacity;
- -moz-transition-duration: 0.6s;
- -webkit-transition-property: opacity;
- -webkit-transition-duration: 0.6s;
- -o-transition-property: opacity;
- -o-transition-duration: 0.6s;
- transition-property: opacity;
- transition-duration: 0.6s;
- }
- .fade-400 {
- opacity: 0;
- -moz-transition-property: opacity;
- -moz-transition-duration: 0.4s;
- -webkit-transition-property: opacity;
- -webkit-transition-duration: 0.4s;
- -o-transition-property: opacity;
- -o-transition-duration: 0.4s;
- transition-property: opacity;
- transition-duration: 0.4s;
- }
- .fade-300 {
- opacity: 0;
- -moz-transition-property: opacity;
- -moz-transition-duration: 0.3s;
- -webkit-transition-property: opacity;
- -webkit-transition-duration: 0.3s;
- -o-transition-property: opacity;
- -o-transition-duration: 0.3s;
- transition-property: opacity;
- transition-duration: 0.3s;
- }
- .fade-trigger {
- opacity: 1;
- }
|