summaryrefslogtreecommitdiffstats
path: root/wp-admin/wp-admin.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-04 16:44:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-04 16:44:15 +0000
commit7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc (patch)
treec6fd23b598f3994eddb18cb1c0f2e8d95ff054fa /wp-admin/wp-admin.css
parentf650f48c048bfbbb2ae702b6425d87e39358d748 (diff)
downloadwordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.tar.gz
wordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.tar.xz
wordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.zip
Merged with WordPress 2.5, unstable, only for testing
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wp-admin.css')
-rw-r--r--wp-admin/wp-admin.css1846
1 files changed, 979 insertions, 867 deletions
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 2b06951..bf7e63f 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -1,1350 +1,1462 @@
-* html #poststuff {
- height: 100%; /* kill peekaboo bug in IE */
+#plugins .name {
+ font-weight: bold;
}
-/* This is the Holly Hack \*/
-* html .wrap { height: 1% }
-/* For Win IE's eyes only */
-
-body {
- border: none;
-}
-a {
- border-bottom: 1px solid #69c;
- color: #00019b;
- text-decoration: none;
+#plugins p {
+ margin: 0 4px;
+ padding: 0;
}
-a.delete:hover {
- background: #c00;
- color: #fff;
+#plugins .togl {
+ width: 150px;
+ border-right-width: 1px;
+ border-right-style: solid;
}
-#devnews h4 {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size: 18px;
- font-weight: normal;
+.import-system {
+ font-size: 16px;
}
-#planetnews ul {
- list-style: none;
- margin: 0;
+#uploading {
+ border-style: none;
padding: 0;
+ margin-bottom: 16px;
+ height: 18em;
+ width: 100%;
}
-#planetnews li {
- width: 17%;
- margin: 1%;
- float: left;
+form#upload th {
+ text-align: right;
}
-#planetnews li a {
- display: block;
- padding: .5em;
- background: #ddd;
- height: 6em;
- overflow: hidden;
+form#upload #post_content, form#upload #post_title {
+ width: 250px;
}
-#planetnews cite {
- font-size: 11px;
+.form-invalid input {
+ border-width: 1px; !important
+ border-style: solid; !important
}
-#planetnews li .post {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size: 18px;
- display: block;
- height: 60px;
- overflow: hidden;
-}
-#planetnews .hidden {
- display: none;
+form#upload #post_content {
+ height: 50px;
}
-.readmore {
- clear: both;
- text-align: right;
- margin-right: 5em;
+.attpreview {
+ width: 1px; /* hug */
+ text-align: center;
}
-.widefat {
- width: 100%;
+.anchors {
+ margin: 10px 20px 10px 20px;
}
-.widefat td, .widefat th {
- padding: 5px 6px;
+.available-theme {
+ width: 30%;
+ margin: 0 1em;
+ float: left;
+ text-align: center;
+ height: 28em;
+ overflow: hidden;
}
-.widefat th {
- text-align: left;
+.available-theme a.screenshot {
+ width: 250px;
+ height: 200px;
+ display: block;
+ margin: auto;
+ margin-bottom: 10px;
+ overflow: hidden;
+ border-width: 1px;
+ border-style: solid;
}
-.plugins p {
- margin: 4px;
- padding: 0;
+.available-theme img {
+ width: 100%;
}
-.plugins .name {
- font-size: 16px;
+.checkbox {
+ border: none;
+ margin: 0;
+ padding: 0;
}
-.import-system {
- font-size: 16px;
+.code {
+ font-family: "Courier New", Courier, monospace;
}
-thead, .thead {
- background: #dfdfdf
+.commentlist li {
+ padding: 1em 1em .2em;
+ margin: 0;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-#import-upload-form {
- margin: auto;
- background: #eee;
- padding: 1em;
+.commentlist li li {
+ border-bottom: 0px;
+ padding: 0;
}
-a.view, a.edit, a.delete, a.view:hover, a.edit:hover, a.delete:hover {
- border-bottom: none;
- display: block;
- padding: 5px 0;
- text-align: center;
+.commentlist p {
+ padding: 0;
+ margin: 0 0 .8em;
}
-a.view:hover, a.edit:hover {
- background: #ccc;
- color: #036;
+.post-categories {
+ display: inline;
+ margin: 0;
+ padding: 0;
}
-a:visited {
- color: #004;
+.post-categories li {
+ display: inline;
}
-a:hover {
- color: #069;
+.quicktags, .search {
+ font: 12px Georgia, "Times New Roman", Times, serif;
}
-body {
- background: #f9fcfe;
- color: #000;
+.submit {
+ border-top: 1px solid #ccc;
+ padding: 1.5em 0 0 0;
+ margin: 10px 0 0 0;
+ -moz-border-radius-bottomleft: 3px;
+ -khtml-border-bottom-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ -moz-border-radius-bottomright: 3px;
+ -khtml-border-bottom-right-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+.side-info {
margin: 0;
- padding: 0;
+ padding: 4px;
+ font-size: 11px;
}
-body, td {
- font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+.side-info h5 {
+ padding-bottom: 7px;
+ font-size: 14px;
+ margin: 12px 2px 5px;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-fieldset {
- border: none;
- padding: 3px;
+.side-info ul {
+ margin: 0;
+ padding-left: 18px;
+ list-style: square;
}
-fieldset label.selectit {
- display: block;
- font-size: 11px;
- padding: 0 2px;
+.submit input, .button, .button-secondary, .button-highlighted {
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ padding: 3px 5px;
+ font-size: 12px;
+ line-height: 1.5em;
+ border-width: 1px;
+ border-style: solid;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ cursor: pointer;
+ text-decoration: none;
}
-fieldset label.selectit:hover {
- background: #e9e9e9;
+.button-highlighted {
+ font-weight: bold;
}
-fieldset legend {
- padding: .1em .3em;
+#wpcontent select {
+ font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ padding: 2px;
+
+ border-width: 1px;
+ border-style: solid;
+ height: 2em;
+ vertical-align:top;
}
-fieldset.options {
- padding: 1em;
+.approve {
+ display: none;
}
-fieldset.options legend {
- font-size: 1.5em;
- font-weight: bold;
- font-family: Georgia, "Times New Roman", Times, serif;
+.unapproved .approve {
+ display: inline;
}
-form, label input {
- margin: 0;
- padding: 0;
+.updated a {
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-h2 {
- color: #333;
- font: normal 32px Georgia, "Times New Roman", Times, serif;
- margin: 5px 10px;
- background: url( images/heading-bg.gif ) repeat-x bottom;
+
+.unapproved .unapprove {
+ display: none;
}
-img {
- border: 0;
+.narrow {
+ width: 70%;
+ margin-bottom: 40px;
}
-input:focus, textarea:focus, label:focus {
- background: #fff;
- border: 1px solid #686868;
+.narrow p {
+ line-height: 150%;
}
-label {
- cursor: pointer;
+
+table .vers {
+ text-align: center;
}
-li, dd {
- margin-bottom: 6px;
+textarea.all-options, input.all-options {
+ width: 250px;
}
-p, li, dl, dd, dt {
- line-height: 140%;
+#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
+ margin: 0 8px 0 0;
+ padding: 0;
}
-textarea, input, select {
- background: #f4f4f4;
- border: 1px solid #b2b2b2;
- color: #000;
- font: 13px Verdana, Arial, Helvetica, sans-serif;
- margin: 1px;
- padding: 3px;
+#titlediv, #namediv, #poststuff #namediv {
+ margin-top: 10px;
}
-#uploading {
- border-style: none;
+#postdivrich {
+ margin: 0;
padding: 0;
- margin-bottom: 16px;
- height: 18em;
+}
+
+#content {
+ margin: 0;
width: 100%;
}
-form#upload th {
- text-align: right;
+#editorcontainer #content {
+ padding: 0;
+ line-height: 150%;
+ border: 0 none;
+ outline: none;
}
-form#upload #post_content, form#upload #post_title {
- width: 250px;
+#editorcontainer {
+ padding: 6px;
+ border-style: none solid solid;
+ border-width: 1px;
+ border-collapse: separate;
}
-form#upload #post_content {
- height: 50px;
+#currenttheme img {
+ float: left;
+ margin-right: 1em;
+ margin-bottom: 1.5em;
+ width: 300px;
+ border-width: 1px;
+ border-style: solid;
}
-.attpreview {
- width: 1px; /* hug */
- text-align: center;
+#quicktags {
+ padding: 0;
+ border: 0 none;
}
-.alignleft {
- float: left
+#quicktags #ed_toolbar {
+ padding: 2px 4px;
}
-.alignright {
- float: right;
+#ed_toolbar input {
+ margin: 3px 2px 2px;
+ padding: 2px 4px;
+ line-height: 18px;
+ display: inline-block;
}
-.alternate {
- background: #f1f1f1;
+#quicktags #ed_strong {
+ font-weight: bold;
}
-.anchors {
- margin: 10px 20px 10px 20px;
+#quicktags #ed_link {
+ text-decoration: underline;
}
-.available-theme {
- width: 30%;
- margin: 0 1em;
- float: left;
- text-align: center;
- height: 28em;
- overflow: hidden;
+#quicktags #ed_del {
+ text-decoration: line-through;
}
-.available-theme a.screenshot {
- width: 250px;
- height: 200px;
- display: block;
- margin: auto;
- background: #f1f1f1;
- border: 1px solid #ccc;
- margin-bottom: 10px;
- overflow: hidden;
+#quicktags #ed_em {
+ font-style: italic;
}
-.available-theme a.screenshot:hover {
-/* border: 1px solid #666;*/
+#quicktags #ed_code {
+ font-family: "Courier New", Courier, mono;
+ font-size: 1.1em;
+ vertical-align: top;
}
-.available-theme img {
+
+#attachmentlinks textarea {
width: 100%;
+ height: 2.5em;
+ margin-bottom: 6px;
}
-.checkbox {
- background: #fff;
- border: none;
+#excerpt, .attachmentlinks {
margin: 0;
- padding: 0;
+ height: 4em;
+ width: 98%;
}
-.code {
- font-family: "Courier New", Courier, monospace;
+.plugins p {
}
-.commentlist li {
- border-bottom: 1px solid #ccc;
- padding: 1em 1em .2em;
- margin: 0;
+#login .fullwidth {
+ width: 320px;
}
-.commentlist li li {
- border-bottom: 0px;
+#searchform fieldset {
+ float: left;
+ margin: 0 1.5ex 1em 0;
padding: 0;
}
-.commentlist p {
- padding: 0;
- margin: 0 0 .8em;
+#searchform fieldset legend {
+ padding: 0 0 .2em 1px;
}
-.clear {
- clear: both;
- height: 2px;
+#searchform #s {
+ padding: 4px 3px;
}
-.hidden {
- display: none;
+#searchform #post-query-submit {
+ float: left;
+ margin: 14px 0 1em;
+ position: relative;
+ top: .35em;
}
-.navigation {
- display: block;
- text-align: center;
- margin-top: 10px;
- margin-bottom: 30px;
+#postcustomstuff .updatemeta, #postcustomstuff .deletemeta {
+ margin: auto;
}
-.post-categories {
- display: inline;
+#postcustomstuff table {
margin: 0;
- padding: 0;
+ width: 100%;
+ border-width: 1px;
+ border-style: solid;
}
-.post-categories li, #ed_toolbar {
- display: inline;
+#postcustomstuff table input, #postcustomstuff table textarea {
+ width: 95%;
}
-.quicktags, .search {
- background: #ccc;
- color: #000;
- font: 12px Georgia, "Times New Roman", Times, serif;
+#postcustomstuff table #addmetasub {
+ width: auto;
}
-.submit input, .submit input:focus, .button, .button:focus {
- background: url( images/fade-butt.png );
- border: 3px double #999;
- border-left-color: #ccc;
- border-top-color: #ccc;
- color: #333;
- padding: 0.25em;
+#poststuff #post-body {
+ margin-right: 230px;
}
-.submit input:active, .button:active {
- background: #f4f4f4;
- border: 3px double #ccc;
- border-left-color: #999;
- border-top-color: #999;
+#save {
+ width: 15em;
}
-.button, .button:focus {
- padding: 0.15em;
+#template div {
+ margin-right: 190px;
}
-* html .button {
- padding: 0;
+* html #template div {
+ margin-right: 0;
}
-.submit, .editform th, #postcustomsubmit {
- text-align: right;
+#template, #template div, #editcat, #addcat {
+ zoom: 1;
}
-.optiontable {
- width: 100%;
+/* A handy div class for hiding controls.
+Some browsers will disable them when you
+set display:none; */
+.zerosize {
+ height: 0;
+ width: 0;
+ margin: 0;
+ border: 0;
+ padding: 0;
+ overflow: hidden;
+ position: absolute;
}
-.optiontable td, .optiontable th {
- padding: .5em;
+* html #themeselect {
+ padding: 0 3px;
+ height: 22px;
}
-.optiontable th {
- width: 33%;
- text-align: right;
- font-size: 1.3em;
- font-weight: normal;
+#your-profile fieldset {
+ border-width: 1px;
+ border-style: solid;
+ float: left;
+ width: 40%;
+ padding: .5em 2em 1em;
+ margin: 1em 1em 1em 0;
}
-.unapproved {
- color: #888;
+#your-profile fieldset input {
+ width: 100%;
+ font-size: 20px;
+ padding: 2px;
}
-.unapproved a:link {
- color: #b9bcff;
+#your-profile fieldset textarea {
+ width: 100%;
+ padding: 2px;
}
-.unapproved a:visited {
- color: #696dff;
+#your-profile legend {
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-size: 22px;
}
-.unapproved a:hover {
- color: #009ef0;
+#your-profile #rich_editing {
+ border: none;
}
-.approve {
- display: none;
+#howto {
+ font-size: 11px;
+ margin: 0 5px;
+ display: block;
}
-.unapproved .approve {
- display: inline;
+#ajax-response.alignleft {
+ margin-left: 2em;
}
-.unapproved .unapprove {
- display: none;
-}
-.updated, .confirm {
- background: #CFEBF7 url(images/notice.gif) no-repeat 1em;
- border: 1px solid #2580B2;
- margin: 1em 5% 10px;
- padding: 0 1em 0 3em;
+div.nav {
+ height: 2em;
+ padding: 7px 10px;
+ vertical-align: text-top;
+ margin: 5px 0;
}
-.error {
- background: #FFEFF7;
- border: 1px solid #c69;
- margin: 1em 5% 10px;
- padding: 0 1em 0 1em;
+.nav .button-secondary {
+ padding: 2px 4px;
}
-.wrap {
- background: #fff;
- border: 1px solid #ccc;
- clear: both;
- margin: 15px 5%;
- padding: 1em;
+.page-numbers {
+ padding: 2px 4px;
+ margin-right: 3px;
+ border-width: 1px;
+ border-style: solid;
}
-.narrow {
- width: 450px;
- margin: auto;
+.page-numbers.current {
+ font-weight: bold;
+ border-width: 1px;
+ border-style: solid;
}
-.narrow p {
- line-height: 150%;
+p.pagenav {
+ margin: 0;
+ display: inline;
}
-.wrap h2 {
- margin: 0 0 .5em;
- clear: both;
+.pagenav span {
+ font-weight: bold;
+ margin: 0 6px;
}
-* html .wrap h2 {
- margin-top: 1em;
+.row-title {
+ font-size: 12px !important;
+ font-weight: bold;
}
-table .vers {
- text-align: center;
+.comment-column {
+ margin-left: 5px;
}
-textarea.all-options, input.all-options {
- width: 250px;
+.tablenav a.button-secondary {
+ display: block;
+ margin: 1px 8px 0 0;
}
-input.disabled, textarea.disabled {
- background: #ccc;
+.tablenav .button-secondary {
+ padding: 2px 4px;
+ vertical-align: top;
}
-#adminmenu {
- background: #83B4D8;
- border-top: 3px solid #448abd;
- margin: 0;
- padding: .2em .2em .3em 2em;
+.tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
+ text-decoration: underline;
}
-#adminmenu .current, #submenu .current {
- font-weight: bold;
- text-decoration: none;
+.tablenav {
+ height: 2em;
+ padding: 7px 10px;
+ clear: both;
+ margin-bottom: -10px;
+ margin-top: 8px;
+ vertical-align: text-top;
}
-#adminmenu a {
- color: #000;
- font-size: 14px;
- font-weight: normal;
- margin: 0;
- padding: 3px 5px;
- border-bottom: none;
+.tablenav .tablenav-pages {
+ float: right;
+ height: 18px;
+ padding-top: 6px;
+ font-size: 11px;
}
-#adminmenu a:hover, #adminmenu a.current {
- background: #ddeaf4;
- color: #333;
+.tablenav .tablenav-pages a {
+ text-decoration: none;
}
-#adminmenu li, #submenu li {
- display: inline;
- line-height: 200%;
- list-style: none;
+td.media-icon {
+ vertical-align: middle;
text-align: center;
- white-space: nowrap;
}
-#adminmenu a.current {
- background: #0d324f;
- border-right: 2px solid #4f96c8;
- border-top: 1px solid #96c0de;
- color: #fff;
- padding-bottom: 8px;
+td.media-icon img {
+ max-width: 80px;
+ max-height: 60px;
}
-#submenu, #minisub {
- background: #0d324f;
- border-bottom: none;
- margin: 0;
- padding: 3px 2em 0 3em;
+#update-nag, .plugin-update {
+ line-height: 29px;
+ font-size: 12px;
+ text-align: center;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ border-top-width: 1px;
+ border-top-style: solid;
}
-#minisub {
- height: 6px;
+#update-nag a, .plugin-update a {
+ font-size: 1.1em;
}
-#submenu .current {
- background: #f9fcfe;
- border-top: 1px solid #045290;
- border-right: 2px solid #045290;
- color: #000;
+#pass-strength-result {
+ padding: 3px 5px 3px 5px;
+ margin-top: 3px;
+ text-align: center;
+ border-width: 1px;
+ border-style: solid;
}
-#submenu a {
- border: none;
- color: #fff;
- font-size: 12px;
- padding: .3em .4em .4em;
+a.view-comment-post-link {
+ position: absolute;
+ text-decoration:underline;
}
-#submenu a:hover {
- background: #ddeaf4;
- color: #393939;
+/* Admin Header */
+
+#user_info {
+ position: absolute;
+ right: 15px;
+ top: 11px;
+ font-size: 11px;
}
-#submenu li {
- line-height: 180%;
- height: 25px;
+#user_info p {
+ margin: 0;
+ padding: 0;
}
-#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
- border: none;
+#wphead {
+ border-top-width: 30px;
+ border-top-style: solid;
}
-#postdiv, #titlediv, #guiddiv, #tagdiv {
- margin: 0 8px 0 0;
- padding: 0;
+#wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {
+ text-decoration: none;
}
-#postdivrich {
- margin: 0;
- padding: 0;
+#wphead #viewsite {
+ position: absolute;
+ margin-top: 12px;
+ margin-left: 10px;
+}
+#wphead #viewsite a {
+ font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ padding: 3px 4px;
+ display: block;
+ letter-spacing: normal;
+ border-width: 1px;
+ border-style: solid;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
}
-#content {
+#wphead h1 {
+ font: normal 36px Georgia, "Times New Roman", Times, serif;
+ padding: 11px 170px 16px 12px;
margin: 0;
- width: 100%;
+ margin-right: 15%;
}
-#postdivrich #content {
- padding: 5px;
- line-height: 140%;
-}
+/* menu stuff */
-#titlediv input, #guiddiv input, #tagdiv input {
+#dashmenu {
margin: 0;
- width: 100%;
+ list-style: none;
+ position: absolute;
+ top: 7px;
+ left: 0;
+ font-size: 11px;
+ padding-left: 9px;
}
-#currenttheme img {
- float: left;
- border: 1px solid #666;
- margin-right: 1em;
- margin-bottom: 1.5em;
- width: 300px;
+#dashmenu a {
+ padding: 5px 6px;
+ line-height: 220%;
+ margin-right: 8px;
}
-input.delete:hover {
- background: #ce0000;
- color: #fff;
+#dashmenu a.current {
+ border: none;
+ -moz-border-radius-topleft: 3px;
+ -khtml-border-top-left-radius: 3px;
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -moz-border-radius-topright: 3px;
+ -khtml-border-top-right-radius: 3px;
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
}
-#deletebookmarks:hover {
- background: #ce0000;
- color: #fff;
+#adminmenu {
+ margin: 0;
+ list-style: none;
+ padding-left: 11px;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-#postdivrich #quicktags {
- background: #f0f0ee;
- padding: 0;
- border: 1px solid #ccc;
- border-bottom: none;
+#adminmenu a {
+ font-size: 16px;
+ padding: 5px 7px;
+ line-height: 30px;
}
-#postdiv #quicktags {
+#adminmenu a.current, #sidemenu a.current {
+ font-weight: normal;
+ padding-left: 6px;
padding-right: 6px;
+ -moz-border-radius-topleft: 4px;
+ -khtml-border-top-left-radius: 4px;
+ -webkit-border-top-left-radius: 4px;
+ border-top-left-radius: 4px;
+ -moz-border-radius-topright: 4px;
+ -khtml-border-top-right-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-right-radius: 4px;
+ border-width: 1px;
+ border-style: solid;
}
-#postdivrich #quicktags {
- display: none;
+#adminmenu a.current {
+ border-bottom-width: 2px;
}
-#quicktags #ed_toolbar {
- padding: 0 2px;
+#sidemenu {
+ margin: -30px 15px 0 315px;
+ list-style: none;
+ position: relative;
+ float: right;
+ padding-left: 10px;
+ font-size:12px;
}
-#ed_toolbar input {
- background: #fff url( images/fade-butt.png ) repeat-x 0 -2px;
- margin: 3px 2px 2px;
+#sidemenu a {
+ padding: 0 7px;
+ display: block;
+ float: left;
+ line-height: 28px;
+ border-top-width: 1px;
+ border-top-style: solid;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-#quicktags #ed_strong {
- font-weight: bold;
+#dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
+ display: inline;
+ line-height: 200%;
+ list-style: none;
+ text-align: center;
+ white-space: nowrap;
+ margin: 0;
+ padding: 0;
}
-#quicktags #ed_link {
- color: blue;
- text-decoration: underline;
+#submenu li {
+ padding: 0 0 8px 17px;
}
-#quicktags #ed_del {
- text-decoration: line-through;
+#adminmenu li a #awaiting-mod {
+ position: absolute;
+ margin-left: -0.4em;
+ margin-top: 0.2em;
+ font-size: 0.7em;
+ background-repeat: no-repeat;
+ background-position: 0 bottom;
+ height: 0.9em;
+ width: 1em;
}
-#quicktags #ed_em {
- font-style: italic;
+#adminmenu li a .count-0 {
+ display: none;
}
-#quicktags #ed_code {
- font-family: "Courier New", Courier, mono;
- margin-bottom: 3px;
+.post-com-count-wrapper {
+ min-width: 22px;
}
-#title {
- font-size: 1.7em;
- padding: 4px 3px;
+.post-com-count {
+ height: 1.3em;
+ line-height: 1.1em;
+ display: block;
+ text-decoration: none;
+ padding: 0 0 6px;
+ cursor: pointer;
+ background-position: center -80px;
+ background-repeat: no-repeat;
}
-#postexcerpt div, #attachmentlinks div {
- margin-right: 8px;
+.post-com-count span {
+ height: 1.3em;
+ line-height: 1.2em;
+ padding: 0 0.5em;
+ background-color: #bbb;
+ display: inline-block;
+ cursor: pointer;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
}
-#attachmentlinks textarea {
- width: 100%;
- height: 2.5em;
- margin-bottom: 6px;
+strong .post-com-count {
+ background-position: center -55px;
}
-* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
- padding-right: 8px;
+.post-com-count:hover {
+ background-position: center -3px;
}
-#excerpt, .attachmentlinks {
- margin: 0;
- height: 4em;
- width: 100%;
+#adminmenu li a:hover #awaiting-mod {
+ background-position: -80px bottom;
}
-#footer {
- clear: both;
- height: 35px;
- padding-left: 40px;
- margin: 15px 5%;
- background: url('images/logo-ghost.png') no-repeat top left;
+#adminmenu li a #awaiting-mod span {
+ top: -0.8em;
+ right: 0;
+ position: absolute;
+ display: block;
+ height: 1.3em;
+ line-height: 1.3em;
+ padding: 0 0.6em;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
}
-#footer p {
+#submenu {
margin: 0;
- padding: 5px 0;
+ list-style: none;
+ padding: 6px 0 3px 0;
}
-#login {
- position: relative;
- background: url('images/login-bkg-tile.gif') no-repeat top center;
- color: #fff;
- margin: 5em auto 1em;
- padding: 20px 0 0;
- width: 425px;
- _width: 390px;
-}
-
-#login form {
- background: url('images/login-bkg-bottom.gif') no-repeat bottom center;
- padding: 0 50px 25px;
- _width: 325px;
- _margin: 0 auto;
- min-height: 200px;
- height: auto !important; /* min-height fast hack */
- height: 200px;
+#submenu li {
+ font-size: 14px;
}
-#login #login_error {
- background: #0e3350;
- border: 1px solid #2571ab;
- color: #ebcd4e;
- font-size: 11px;
- font-weight: bold;
- padding: .6em;
- width: 310px;
- margin: 0 50px;
- text-align: center;
+#minisub { /* for empty submenus */
+ height: 15px;
}
-#login p {
- font-size: 12px;
-}
+/* end menu stuff */
-#login p.message {
- width: 310px;
- margin: 0 auto 1em;
-}
+/* Admin Footer */
-#login #login_error a {
- color: #ebcd4e;
- border-color: #ebcd4e;
+html, body {
+ height:100%;
}
-
-#login #send {
- color: #fff;
- text-align: left;
- font-weight: normal;
- font-size: 1.1em;
- _width: 325px;
- _margin: 0 auto 15px;
+#wpwrap {
+ position: relative;
+ min-height: 100%;
}
-
-#login h1 a {
- margin: 0 auto;
- height: 88px;
- width: 320px;
- display: block;
- border-bottom: none;
- text-indent: -9999px;
+#wpcontent{
+ padding-bottom: 95px;
}
-
-#login .message {
- font-size: 10pt;
- text-align: center;
+#footer {
+ clear: both;
+ height: 65px;
+ padding: 10px 0 0 60px;
+ margin: 0;
+ position: relative;
+ margin-top: -75px;
+ font-size: 12px;
}
-#login .register {
- font-size: 20px;
+#footer p {
+ margin: 0;
+ padding: 7px 0;
}
-#login input {
- padding: 4px;
+#footer p a {
+ text-decoration: none;
}
-.login ul, #protected #login .bottom {
- list-style: none;
- width: 325px;
- margin: 0 auto;
- padding: 0;
- line-height: 1.2;
+#footer p a:hover {
+ text-decoration: underline;
}
-.login ul li {
- font-size: 11px;
-}
+/* Tables used on comment.php and option/setting pages */
-.login ul li a {
- color: #0d324f;
- border: none;
+.form-table {
+ border-collapse: collapse;
+ margin-top: 1em;
+ width: 100%;
+ margin-bottom: -8px;
}
-#login ul li a:hover {
- color: #fff;
+.form-table td {
+ margin-bottom: 9px;
+ padding: 10px;
+ line-height: 20px;
+ border-bottom-width: 8px;
+ border-bottom-style: solid;
+ font-size: 11px;
}
-#login .input {
- font-size: 1.8em;
- margin-top: 3px;
- width: 97%;
+.form-table th {
+ vertical-align: top;
+ text-align: left;
+ padding: 10px;
+ width: 150px;
+ border-bottom-width: 8px;
+ border-bottom-style: solid;
}
-#login p label {
- font-size: 11px;
+.form-table th.th-full {
+ width: auto;
}
-#login #submit {
- margin: 0;
- font-size: 15px;
+.form-table input, .form-table textarea {
+ border-width: 1px;
+ border-style: solid;
}
-.plugins p {
+.form-table div.color-option {
+ display: block;
+ clear: both;
}
-#login .fullwidth {
- width: 320px;
+.form-table input.tog {
+ margin-top: 2px;
+ margin-right: 2px;
+ float: left;
}
-#searchform fieldset {
+.form-table table.color-palette {
+ vertical-align: bottom;
float: left;
- margin: 0 1.5ex 1em 0;
- padding: 0;
+ margin: -3px 3px 8px;
}
-#searchform fieldset legend {
- padding: 0 0 .2em 1px;
+.form-table .color-palette td {
+ border-bottom: none;
+ border: 1px solid #fff;
+ font-size: 1px;
+ line-height: 1px;
}
-
-#searchform #s {
- padding: 4px 3px;
+
+#profile-page .form-table textarea {
+ width: 500px;
+ margin-bottom: 6px;
}
-#searchform #post-query-submit {
+#pass-strength-result {
+ width: 197px;
float: left;
- margin: 14px 0 1em;
- position: relative;
- top: .35em;
+ margin-right: 5px;
+ border: 1px solid #ccc !important;
}
-#postcustom .updatemeta, #postcustom .deletemeta {
- margin: auto;
+#profile-page .form-table #rich_editing {
+ margin-right: 5px
}
-#postcustom table {
- border: 1px solid #ccc;
- margin: 0;
- width: 100%;
+/* Post Screen */
+
+#tagsdiv #newtag {
+ margin-right: 5px;
+ width: 16em;
}
-#postcustom table input, #postcustom table textarea {
- width: 95%;
+#tagchecklist {
+ margin-left: 10px;
+
+ font-size: 12px;
+ overflow: auto;
}
-#poststuff {
- margin-right: 16em;
+#tagchecklist strong {
+ margin-left: -8px;
+ position: absolute;
}
-#save {
- width: 15em;
+#tagchecklist span {
+ margin-right: 25px;
+ display: block;
+ float: left;
+ font-size: 11px;
+ line-height: 1.8em;
+ white-space: nowrap;
+ cursor: default;
}
-#template div {
- margin-right: 190px;
+#tagchecklist span a {
+ margin: 6px 0pt 0pt -9px;
+ cursor: pointer;
+ width: 10px;
+ height: 10px;
+ display: block;
+ float: left;
+ text-indent: -9999px;
+ overflow: hidden;
+ position: absolute;
}
-* html #template div {
- margin-right: 0;
+.howto {
+ font-style: italic;
+ display: block;
}
-#template, #template div, #editcat, #addcat {
- zoom: 1;
+.ac_results {
+ padding: 0;
+ margin: 0;
+ list-style: none;
+ position: absolute;
+ z-index: 10000;
+ display: none;
+ border-width: 1px;
+ border-style: solid;
}
-#template textarea {
- font: small 'Courier New', Courier, monospace;
- width: 97%;
+.ac_results li {
+ padding: 2px 5px;
+ white-space: nowrap;
+ text-align: left;
}
-#templateside {
- float: right;
- width: 170px;
- overflow: hidden;
+.ac_over {
+ cursor: pointer;
}
-#templateside h3, #postcustom p.submit {
- margin: 0;
+.ac_match {
+ text-decoration: underline;
}
-#templateside ol, #templateside ul {
- list-style: none;
- margin: .5em;
- padding: 0;
+#poststuff h2 {
+ margin-top: 20px;
+ font-size: 1.5em;
+ margin-bottom: 15px;
+ padding: 0 0 3px;
}
-#user_info {
- position: absolute;
- right: 1em;
- top: 0;
- color: #fff;
- font-size: .9em;
+#poststuff h3 {
+ font-size: 14px;
+ font-weight: bold;
+ padding: 7px;
+ margin: 0 0 10px;
}
-#user_info a {
- color: #fff;
+#poststuff .postbox, #poststuff .stuffbox {
+ margin-left: 20px;
+ padding: 2px;
+ margin-bottom: 20px;
+ margin-right: 8px;
+ border-width: 1px;
+ border-style: solid;
}
-#wphead {
- background: #14568a;
- padding: .8em 19em .8em 2em;
- color: #c3def1;
+#titlediv, #poststuff .postarea {
+ margin-left: 20px;
+ margin-bottom: 20px;
+ margin-right: 8px;
}
-#wphead a {
- color: #fff;
+#titlediv {
+ margin-bottom: 20px;
}
-#wphead h1 {
- font-size: 2.5em;
- font-weight: normal;
- letter-spacing: -.05em;
+#titlediv div.inside {
margin: 0;
- font-family: Georgia, "Times New Roman", Times, serif;
}
-#wphead h1 span#viewsite {
- font-size: .4em;
- letter-spacing: 0;
+#titlediv #title {
+ border: 0;
+ padding: 0;
+ font-size: 1.7em;
+ width: 100%;
+ outline: none;
}
-#zeitgeist {
- background: #eee;
- border: 1px solid #c5c5c5;
- float: right;
- font-size: 90%;
- margin-bottom: .5em;
- margin-left: 1em;
- margin-top: .5em;
- padding: 1em;
- width: 40%;
+#poststuff #titlewrap {
+ padding: 2px 3px;
+ border-width: 1px;
+ border-style: solid;
}
-#zeitgeist h2, fieldset legend a {
- background: none;
+#poststuff .inside {
+ margin: 0 12px 12px;
+ font-size: 11px;
}
-* html #zeitgeist h2 {
- padding-top: 10px;
+#link_name, #link_url, #link_description {
+ font-size: 1.7em;
+ padding: 4px 3px;
+ width: 98%;
}
-#zeitgeist h3 {
- border-bottom: 1px solid #ccc;
- font-size: 16px;
- margin: 1em 0 0;
+#edit-slug-box {
+ margin-top: 8px;
}
-#zeitgeist h3 cite {
- font-size: 12px;
- font-style: normal;
-}
+#editable-post-name-full {display: none;}
-#zeitgeist li, #zeitgeist p {
- margin: .2em 0;
-}
+#editable-post-name input {width: 16em;}
-#zeitgeist ul {
- margin: 0 0 .3em .6em;
- padding: 0 0 0 .6em;
+#edit-slug-buttons a.save {
+ padding: 6px 4px;
+ margin-right: 4px;
+ text-decoration: none;
+ border-width: 1px;
+ border-style: solid;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ font-weight: bold;
}
-.active td {
- background: #BEB;
-}
-.active .name {
- background: #9C9;
-}
-.alternate.active td {
- background: #ADA;
-}
-.alternate.active .name {
- background: #8B8;
+#poststuff #editor-toolbar {
+ position: relative;
+ height: 30px;
+ margin-top: -41px;
}
-#namediv, #emaildiv, #uridiv {
- float: left;
+#poststuff #edButtonPreview, #poststuff #edButtonHTML {
+ display: block;
+ height: 20px;
+ padding: 5px 5px 1px;
+ margin: 5px 8px 0 0;
+ float: right;
+ cursor: pointer;
}
-#ajax-response {
- padding: .5em;
+#poststuff #editor-toolbar .active {
+ font-weight: bold;
+ -moz-border-radius-topright: 3px;
+ -khtml-border-top-right-radius: 3px;
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
+ -moz-border-radius-topleft: 3px;
+ -khtml-border-top-left-radius: 3px;
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
}
-/* A handy div class for hiding controls.
-Some browsers will disable them when you
-set display:none; */
-.zerosize {
- height: 0;
- width: 0;
- margin: 0;
- border: 0;
- padding: 0;
- overflow: hidden;
- position: absolute;
+#poststuff #media-buttons {
+ float: right;
+ margin-right: 20px;
+ margin-top: 8px;
+ cursor: default;
+ line-height: 1;
+ height: 1.1em;
}
-/* Box stuff */
-.dbx-clone {
- position: absolute;
- visibility: hidden;
+#poststuff #media-buttons a {
+ cursor: pointer;
+ padding: 0 5px 2px 2px;
}
-.dbx-clone, .dbx-clone .dbx-handle-cursor {
- cursor: move !important;
+
+#poststuff #media-buttons img {
+ vertical-align: middle;
}
-.dbx-dummy {
+
+#poststuff .togbox {
+ background-position: -10px 16px;
+ background-repeat: no-repeat;
display: block;
- width: 0;
- height: 0;
+ height: 37px;
+ margin-left: -21px;
+ margin-top: -10px;
overflow: hidden;
-}
-.dbx-group, .dbx-box, .dbx-handle {
- position: relative;
- display: block;
+ position: absolute;
+ text-indent: -9999px;
+ width: 12px;
+ -moz-border-radius-topleft: 3px;
+ -khtml-border-top-left-radius: 3px;
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -moz-border-radius-bottomleft: 3px;
+ -khtml-border-bottom-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+}
+
+#poststuff .closed .inside {
+ display: none;
}
-#grabit {
- width: 188px;
+#poststuff .closed h3 {
+ margin: 0;
}
-* html #themeselect {
- padding: 0 3px;
- height: 22px;
+#poststuff .closed .togbox {
+ background-position: 4px 15px;
}
-/****************************************************************
-avoid padding, margins or borders on dbx-box,
-to reduce visual discrepancies between it and the clone.
-overall, dbx-box is best left as visually unstyled as possible
-*****************************************************************/
-.dbx-box {
- margin: 0;
- padding: 0;
- border: none;
+.submitbox {
+ width: 220px;
+ float: right;
}
-/* Can change this */
-#moremeta fieldset, #advancedstuff fieldset {
- margin-bottom: 1em;
-}
-#moremeta fieldset div {
- margin: 2px 0 0 0;
- padding: 7px;
-}
-#moremeta {
- line-height: 130%;
- margin-right: 15px;
- position: absolute;
- right: 5%;
- width: 14.5em;
+.submitbox .inside strong {
+ font-size: 14px;
}
-#moremeta select {
- width: 96%;
+
+.submitbox .submitdelete {
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ text-decoration: none;
+ margin-left: 8px;
+ padding-bottom: 1px;
}
-#slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
- margin-top: .5em;
- width: 90%;
+
+.submitbox #previewview {
+ padding: 15px 10px;
+ -moz-border-radius-topleft: 3px;
+ -khtml-border-top-left-radius: 3px;
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -moz-border-radius-topright: 3px;
+ -khtml-border-top-right-radius: 3px;
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
}
-#moremeta h3, #advancedstuff h3 {
- padding: 3px;
+.submitbox #previewview a {
+ padding: 6px;
+ text-decoration: none;
font-weight: normal;
- font-size: 13px;
+ border-bottom: none;
+ font-size: 14px;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
}
-#advancedstuff div {
- margin-top: .5em;
+.submitbox .submit {
+ text-align: left;
+ padding: 12px 10px 10px 10px;
+ font-size: 11px;
}
-#categorydiv ul {
- list-style: none;
- padding: 0;
- margin-left: 10px;
+.submitbox .submit a:hover {
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-#categorychecklist {
- height: 12em;
- overflow: auto;
- margin-top: 8px;
+.submitbox .submit input {
+ margin-bottom: 8px;
+ margin-right: 3px;
+ padding: 6px 4px;
+ border: none;
}
-#categorychecklist li {
- margin: 0;
- padding: 0;
+.submitbox #autosave .error {
+ margin-top: 10px;
}
-#ajaxcat input {
- border: 1px solid #ccc;
-}
+/* Categories */
-#your-profile #rich_editing {
- border: none;
- background: #fff;
+#categorydiv #category-adder {
+ margin-left: 120px;
+ padding: 4px 0;
}
-#your-profile fieldset {
- border: 1px solid #ccc;
- float: left;
- width: 40%;
- padding: .5em 2em 1em;
- margin: 1em 1em 1em 0;
+#category-add input, #category-add select {
+ width: 30%;
}
-#your-profile fieldset input {
- width: 100%;
- font-size: 20px;
- padding: 2px;
+#category-add input#category-add-sumbit {
+ width: auto;
}
-#your-profile fieldset textarea {
- width: 100%;
- padding: 2px;
+#categorydiv ul#category-tabs {
+ float: left;
+ width: 120px;
+ text-align: right;
+ /* Negative margin for the sake of those without JS: all tabs display */
+ margin: 0 -120px 0 0;
+ padding: 0;
}
-#your-profile legend {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size: 22px;
+ul#category-tabs li {
+ padding: 8px;
}
-/* default box styles */
-
-/* toggle state of inner content area */
-.dbx-box-open .dbx-content {
- display: block;
-}
-.dbx-box-closed .dbx-content {
- display: none;
+ul#category-tabs li.ui-tabs-selected {
+ -moz-border-radius-topleft: 3px;
+ -khtml-border-top-left-radius: 3px;
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -moz-border-radius-bottomleft: 3px;
+ -khtml-border-bottom-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
}
-#moremeta .dbx-content {
- background: url(images/box-butt.gif) no-repeat bottom right;
- padding-bottom: 15px;
- padding-right: 2px;
+ul#category-tabs li.ui-tabs-selected a {
+ color: #333;
+ font-weight: bold;
+ text-decoration: none;
}
-#moremeta fieldset.dbx-box-closed {
- background: url(images/box-butt.gif) no-repeat bottom;
- padding-bottom: 9px;
+div.ui-tabs-panel {
+ margin: 0 5px 0 120px;
+ padding: .5em .9em;
+ height: 10em;
+ overflow: auto;
+ border-width: 4px;
+ border-style: solid;
}
-/* handles */
-
-.dbx-handle {
- background: #2685af;
- padding: 6px 1em 2px;
- font-size: 12px;
+#categorydiv ul {
+ list-style: none;
+ padding: 0;
margin: 0;
- color: #E3EFF5;
}
-#moremeta .dbx-handle {
- padding: 6px 1em 2px;
- font-size: 12px;
- background: #2685af url(images/box-head.gif) no-repeat right;
+#categorydiv ul.categorychecklist ul {
+ margin-left: 18px;
}
-#moremeta .dbx-box {
- background: url(images/box-bg.gif) repeat-y right;
+ul.categorychecklist li {
+ margin: 0;
+ padding: 0;
+ line-height: 19px;
}
-#advancedstuff h3.dbx-handle {
- margin-left: 7px;
- margin-bottom: -7px;
- padding: 6px 1em 0 3px;
- height: 19px;
- font-size: 12px;
- background: #2685af url(images/box-head-right.gif) no-repeat top right;
+#linkcategorydiv #category-adder {
+ margin-left: 120px;
+ padding: 4px 0;
}
-#advancedstuff div.dbx-h-andle-wrapper {
- margin: 0 0 0 -7px;
- background: #fff url(images/box-head-left.gif) no-repeat top left;
+#category-adder h4 {
+ margin: 0;
}
-#advancedstuff div.dbx-content {
- margin-left: 8px;
- background: url(images/box-bg-right.gif) repeat-y right;
- padding: 10px 10px 15px 0;
+#linkcategorydiv ul#category-tabs {
+ float: left;
+ width: 120px;
+ text-align: right;
+ /* Negative margin for the sake of those without JS: all tabs display */
+ margin: 0 -120px 0 0;
+ padding: 0;
}
-#postexcerpt div.dbx-content {
- margin-right: 0;
- padding-right: 17px;
+#linkcategorydiv ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
}
-#advancedstuff div.dbx-c-ontent-wrapper {
- margin-left: -7px;
- margin-right: 0;
- background: url(images/box-bg-left.gif) repeat-y left;
+#linkcategorydiv ul.categorychecklist ul {
+ margin-left: 18px;
}
-#advancedstuff fieldset.dbx-box {
- padding-bottom: 9px;
- margin-left: 6px;
- background: url(images/box-butt-right.gif) no-repeat bottom right;
+/* pasitioning etc. */
+form#tags-filter {
+ position: relative;
}
-#advancedstuff div.dbx-b-ox-wrapper {
- background: url(images/box-butt-left.gif) no-repeat bottom left;
+p#tag-search {
+ position: absolute;
+ right: 0;
+ top: 0;
+ margin: 0;
}
-#advancedstuff .dbx-box-closed div.dbx-c-ontent-wrapper {
- padding-bottom: 2px;
- background: url(images/box-butt-left.gif) no-repeat bottom left;
+form#posts-filter {
+ position: relative;
}
-#advancedstuff .dbx-box {
- background: url(images/box-butt-right.gif) no-repeat bottom right;
+p#post-search {
+ position: absolute;
+ right: 0;
+ top: 0;
+ margin: 0;
}
-/* handle cursors */
-.dbx-handle-cursor {
- cursor: move;
+#post-search .button, #widget-search .button {
+ padding: 3px;
+ font-size: 13px;
}
-/* toggle images */
-a.dbx-toggle, a.dbx-toggle:visited {
- display: block;
- overflow: hidden;
- background-image: url( images/toggle.gif );
- position: absolute;
- top: 0;
- right: 0;
- background-repeat: no-repeat;
- border: 0;
- margin: 0;
+#posts-filter fieldset {
+ float: left;
+ margin: 0 1.5ex 1em 0;
padding: 0;
}
-#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
- height: 25px;
- width: 27px;
- background-position: 0 0;
-}
-
-#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
- height: 25px;
- width: 27px;
- background-position: 0 -25px;
+#posts-filter fieldset legend {
+ padding: 0 0 .2em 1px;
}
-#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
- height: 22px;
- width: 22px;
- top: 3px;
- right: 5px;
- background-position: 0 -3px;
+.bordertitle {
+ padding-bottom: 5px;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
- height: 22px;
- width: 22px;
- top: 3px;
- right: 5px;
- background-position: 0 -28px;
-}
+/* Global classes */
+.wp-hidden-children .wp-hidden-child { display: none; }
+.wp-no-js-hidden { display: none; }
+.ui-tabs-hide { display: none; }
-#categorychecklist {
- margin-right: 6px;
+.commentlist .avatar {
+ vertical-align:text-top;
}
-/* additional clone styles */
-.dbx-clone {
- opacity: 0.8;
- -moz-opacity: 0.8;
- -khtml-opacity: 0.8;
- filter: alpha(opacity=80);
+body.minwidth {
+ min-width: 808px;
}
-#newcat {
- width: 120px;
- margin-right: 5px;
+ul.view-switch {
+ float: right;
+ list-style: none;
+ margin: -23px 5px -2px 0;
+ position: relative;
}
-input #catadd {
- background: #a4a4a4;
- border-bottom: 1px solid #898989;
- border-left: 1px solid #bcbcbc;
- border-right: 1px solid #898989;
- border-top: 1px solid #bcbcbc;
- color: #fff;
- font-size: 10px;
- padding: 0;
+ul.view-switch li {
+ float: left;
margin: 0;
+ font-size: 11px;
+ padding: 4px 6px;
font-weight: bold;
- height: 20px;
- margin-bottom: 2px;
- text-align: center;
- width: 37px;
}
-#howto {
- font-size: 11px;
- margin: 0 5px;
- display: block;
+ul.view-switch a {
+ text-decoration: none;
}
-#jaxcat {
- margin: 0;
- padding: 0;
+ul.view-switch li.current {
+ border: none;
+ -moz-border-radius-topleft: 3px;
+ -khtml-border-top-left-radius: 3px;
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -moz-border-radius-topright: 3px;
+ -khtml-border-top-right-radius: 3px;
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
}
-#ajax-response.alignleft {
- margin-left: 2em;
+
+#the-comment-list .comment a {
+ padding-bottom: 1px;
+ text-decoration: none;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-#postdivrich #edButtons {
- padding-left: 3px;
+
+#the-comment-list td.comment p.comment-author {
+ margin-top: 0;
+ margin-left: 0 ;
}
-#postdivrich #content, #postdivrich #content:active {
- border: 1px solid #ccc;
+#the-comment-list p.comment-author img {
+ float: left;
+ margin-right: 8px;
}
-#edButtons input, #edButtons input:active {
- margin: 0 2px -1px;
+#the-comment-list p.comment-author strong a {
+ border: none;
}
-#edButtons input.edButtonFore, #edButtons input.edButtonFore:active {
- background: #f0f0ee;
- border-bottom: 1px solid #f0f0ee;
+#the-comment-list td {
+ vertical-align: top;
}
-#edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
- background: #fff url( images/fade-butt.png ) repeat-x 0 15px;
- border-bottom: 1px solid #ccc;
+#the-comment-list td.comment {
+ width: 65%;
+ max-width: 460px;
+ word-wrap: break-word;
}
-.page-numbers {
- padding: 4px 7px;
- border: 1px solid #fff;
- margin-right: 3px;
+#the-comment-list td.comment p {
+ margin-left: 8px;
}
-a.page-numbers {
- border: 1px solid #ccc;
+#the-comment-list .check-column {
+ padding-top: 8px;
}
-a.page-numbers:hover {
- border: 1px solid #999;
+#templateside ul li a {
+ text-decoration: none;
}
-.page-numbers.current {
- border: 1px solid #999;
- font-weight: bold;
+.curtime {
+ background-image: url(images/date-button.gif);
+ background-repeat: no-repeat;
+ background-position: left 2px;
+ padding-left: 18px;
}
-.pagenav span {
- font-weight: bold;
- margin: 0 6px;
+.tablenav .delete {
+ margin-right: 20px;
}
-a.view-link {
+#tTips {
+ display: none;
position: absolute;
- right: 5%;
- margin-right: 220px;
- text-decoration:underline;
+ margin: 0;
+ padding: 0 0 8px 0;
+ background-image: url(images/tail.gif);
+ background-repeat: no-repeat;
+ background-position: 15px bottom;
+ background-color: thansparent;
}
-#update-nag, .plugin-update {
- border-bottom: 1px solid #ccc;
- border-top: 1px solid #ccc;
- background: #fffeeb;
- line-height: 29px;
- font-size: 12px;
- color: #555;
+#tTips p#tTips_inside {
+ margin: 0;
+ padding: 8px 12px;
text-align: center;
-}
+ -moz-border-radius: 8px;
+ -khtml-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px;
+}
-#update-nag a, .plugin-update a {
- font-size: 1.1em;
+td.action-links, th.action-links {
+ text-align: right;
}
-#update-nag a:link, .plugin-update a:link {
- color: #036;
+
+#poststuff h3, #poststuff .closed h3 {
+ cursor: pointer;
+}
+
+.hide-if-no-js {
+ display: none;
}