2008-08-18 17:47:32 +02:00
|
|
|
a:link, a:visited {
|
|
|
|
text-decoration:none;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
a:hover {
|
|
|
|
text-decoration:underline;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
.plugins .togl {
|
|
|
|
border-right-width: 0;
|
|
|
|
border-left-width: 1px;
|
|
|
|
border-left-style: solid;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
form#upload th {
|
|
|
|
text-align:left;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
td.available-theme {
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
#current-theme img {
|
|
|
|
float: right;
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
.quicktags, .search {
|
|
|
|
font-family: Tahoma;
|
|
|
|
}
|
|
|
|
/* 201 - 403
|
|
|
|
=================================== */
|
|
|
|
.side-info ul {
|
2008-03-19 17:08:03 +01:00
|
|
|
padding-left:0;
|
2008-08-18 17:47:32 +02:00
|
|
|
padding-right:18px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
.submit input, .button, .button-secondary, .button-highlighted {
|
|
|
|
font-family: Tahoma;
|
|
|
|
}
|
|
|
|
#wpcontent select {
|
|
|
|
font-family: Tahoma;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
/* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
|
|
|
|
margin:0 0 0 8px;
|
|
|
|
} */
|
|
|
|
#quicktags #ed_code {
|
|
|
|
font-family: Tahoma;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#searchform fieldset {
|
2008-03-19 17:08:03 +01:00
|
|
|
float:right;
|
2008-08-18 17:47:32 +02:00
|
|
|
margin: 0 0 1em 1.5ex;
|
|
|
|
}
|
|
|
|
#searchform fieldset legend {
|
|
|
|
padding: 0 1px .2em 0;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#searchform #post-query-submit {
|
2008-03-19 17:08:03 +01:00
|
|
|
float:right;
|
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
/* 404 - 804
|
|
|
|
=================================== */
|
|
|
|
#template div {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 190px;
|
|
|
|
}
|
|
|
|
* html #template div {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
#your-profile legend {
|
|
|
|
font-family:arial;
|
|
|
|
}
|
|
|
|
#ajax-response.alignleft {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
|
|
|
.page-numbers {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left:3px;
|
|
|
|
}
|
|
|
|
.comment-column {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.tablenav a.button-secondary {
|
|
|
|
margin: 1px 0 0 8px;
|
|
|
|
}
|
|
|
|
#update-nag, .plugin-update {
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
/* .tablenav .tablenav-pages {
|
2008-03-19 17:08:03 +01:00
|
|
|
float:left;
|
2008-08-18 17:47:32 +02:00
|
|
|
} */
|
|
|
|
#user_info {
|
|
|
|
right:auto;
|
|
|
|
left:15px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#wphead #viewsite {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right:10px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#wphead #viewsite a {
|
|
|
|
font-family: Tahoma;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#wphead h1 {
|
|
|
|
font-family:arial;
|
2008-03-22 18:59:55 +01:00
|
|
|
margin-right:0;
|
2008-08-18 17:47:32 +02:00
|
|
|
margin-left:15%;
|
|
|
|
padding: 11px 12px 16px 170px;
|
2008-03-22 18:59:55 +01:00
|
|
|
}
|
2008-08-20 23:42:31 +02:00
|
|
|
|
|
|
|
#curtime
|
|
|
|
{
|
|
|
|
background-position:right 2px;
|
|
|
|
padding-left:0;
|
|
|
|
padding-right: 9px;
|
|
|
|
}
|
|
|
|
|
2008-08-18 17:47:32 +02:00
|
|
|
#dashmenu {
|
|
|
|
right:0;
|
|
|
|
left:auto;
|
2008-03-22 18:59:55 +01:00
|
|
|
padding-left:0;
|
2008-08-18 17:47:32 +02:00
|
|
|
padding-right: 9px;
|
2008-03-22 18:59:55 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#dashmenu a {
|
|
|
|
margin-right:0;
|
2008-03-19 17:08:03 +01:00
|
|
|
margin-left:8px;
|
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#adminmenu {
|
|
|
|
padding-left:0;
|
|
|
|
padding-right:11px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#adminmenu a {
|
|
|
|
font-family:arial;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:6px 7px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#adminmenu a.current, #sidemenu a.current {
|
|
|
|
font-weight:bold;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#sidemenu {
|
|
|
|
margin: -30px 0 0 15px;
|
|
|
|
float: left;
|
|
|
|
padding-left:0;
|
|
|
|
padding-right: 10px;
|
|
|
|
height: 1%; /* Peek-a-boo in IE6 */
|
|
|
|
}
|
|
|
|
#sidemenu a {
|
2008-03-19 17:08:03 +01:00
|
|
|
float:right;
|
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#submenu li {
|
|
|
|
padding: 0 17px 8px 0;
|
|
|
|
font-size:13px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
|
|
|
|
right:auto;
|
|
|
|
left:0;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
|
|
|
|
background-position: -160px top;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
/* 804 - 1004
|
|
|
|
=================================== */
|
|
|
|
#footer {
|
|
|
|
padding: 10px 60px 0 0;
|
2008-03-27 21:33:56 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
.form-table th {
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
.form-table input.tog {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 2px;
|
|
|
|
float: right;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-03-22 18:59:55 +01:00
|
|
|
.form-table table.color-palette {
|
|
|
|
float:right;
|
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#pass-strength-result {
|
2008-03-22 18:59:55 +01:00
|
|
|
float:right;
|
|
|
|
margin-right:0;
|
2008-08-18 17:47:32 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
#profile-page .form-table #rich_editing {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
#tagsdiv #newtag {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 5px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#tagchecklist {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 10px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#tagchecklist strong {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: -8px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#tagchecklist span {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 25px;
|
|
|
|
float: right;
|
2008-03-27 21:33:56 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#tagchecklist span a {
|
|
|
|
margin: 6px -9px 0 0;
|
|
|
|
float: right;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
/* 1005 - 1304
|
|
|
|
=================================== */
|
|
|
|
.ac_results li {
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
#poststuff h2 {
|
|
|
|
clear:right;
|
|
|
|
}
|
|
|
|
#poststuff .postbox, #poststuff .stuffbox, #titlediv, #poststuff .postarea {
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
#edit-slug-buttons a.save {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left:4px;
|
|
|
|
}
|
|
|
|
#poststuff #edButtonPreview, #poststuff #edButtonHTML {
|
|
|
|
margin: 5px 0 0 8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#poststuff #media-buttons {
|
|
|
|
float: left;
|
2008-03-24 03:51:51 +01:00
|
|
|
margin-right:0;
|
2008-08-18 17:47:32 +02:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
#poststuff #media-buttons a {
|
|
|
|
padding: 0 2px 2px 5px;
|
|
|
|
}
|
|
|
|
#poststuff .togbox {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: -21px;
|
|
|
|
-moz-border-radius-topleft:0;
|
|
|
|
-khtml-border-top-left-radius:0;
|
|
|
|
-webkit-border-top-left-radius:0;
|
|
|
|
border-top-left-radius:0;
|
|
|
|
-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-bottomleft: 0;
|
|
|
|
-khtml-border-bottom-left-radius:0;
|
|
|
|
-webkit-border-bottom-left-radius:0;
|
|
|
|
border-bottom-left-radius:0;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
.submitbox .submitdelete {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right:8px;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
|
|
|
.submitbox .submit {
|
|
|
|
text-align:right;
|
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
.submitbox .submit input {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left:3px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#categorydiv #category-adder {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 120px;
|
|
|
|
}
|
|
|
|
#categorydiv ul#category-tabs {
|
2008-08-09 07:36:14 +02:00
|
|
|
float: right;
|
2008-08-18 17:47:32 +02:00
|
|
|
text-align: left;
|
|
|
|
margin: 0 0 0 -120px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
ul#category-tabs li.ui-tabs-selected {
|
|
|
|
-moz-border-radius-topleft:0;
|
|
|
|
-khtml-border-top-left-radius:0;
|
|
|
|
-webkit-border-top-left-radius:0;
|
|
|
|
border-top-left-radius:0;
|
|
|
|
-moz-border-radius-bottomleft:0;
|
|
|
|
-khtml-border-bottom-left-radius:0;
|
|
|
|
-webkit-border-bottom-left-radius:0;
|
|
|
|
border-bottom-left-radius:0;
|
|
|
|
-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-bottomright: 3px;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
div.ui-tabs-panel {
|
|
|
|
margin: 0 120px 0 5px;
|
|
|
|
}
|
|
|
|
/* 1305 - elakh! :-)
|
|
|
|
=================================== */
|
|
|
|
#categorydiv ul.categorychecklist ul {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 18px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#linkcategorydiv #category-adder {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 120px;
|
|
|
|
}
|
|
|
|
#linkcategorydiv ul#category-tabs {
|
|
|
|
float: right;
|
2008-08-05 21:48:04 +02:00
|
|
|
text-align: left;
|
2008-08-18 17:47:32 +02:00
|
|
|
margin: 0 0 0 -120px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#linkcategorydiv ul.categorychecklist ul {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 18px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
p#tag-search, p#post-search {
|
|
|
|
right:auto;
|
|
|
|
left:0;
|
|
|
|
}
|
|
|
|
#posts-filter fieldset {
|
|
|
|
float: right;
|
|
|
|
margin: 0 0 1em 1.5ex;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#posts-filter fieldset legend {
|
|
|
|
padding: 0 1px .2em 0;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
ul.view-switch {
|
|
|
|
float: left;
|
|
|
|
margin: -23px 0 -2px 5px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
ul.view-switch li {
|
|
|
|
float: right;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#the-comment-list td.comment p.comment-author {
|
|
|
|
margin-right: 0 ;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
#the-comment-list p.comment-author img {
|
2008-08-09 07:36:14 +02:00
|
|
|
float: right;
|
2008-08-18 17:47:32 +02:00
|
|
|
margin-right:0;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
#the-comment-list td.comment p {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
.curtime {
|
|
|
|
background-position: right 2px;
|
|
|
|
padding-left:0;
|
|
|
|
padding-right: 18px;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
.tablenav .delete {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
#tTips {
|
|
|
|
}
|
|
|
|
td.action-links, th.action-links {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
.info-box {
|
|
|
|
left:auto;
|
|
|
|
right: 50%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -225px;
|
|
|
|
}
|
|
|
|
.info-box .gears-img {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/* LTR
|
|
|
|
=================================== */
|
|
|
|
#edit-slug-box, #trackback, #metakeyinput, #post_password, #link_url, #link_image, #rss_uri, #category_nicename, #slug, #dbuser, #dbpass, #dbname, #dbprefix, #dccharset, #gmpath, #archivespath, #lastentry, #dbhost, #pages-exclude, #newcontent, #email, #newcomment_author_url, #siteurl, #home, #admin_email, #date_format, #time_format, #gmt_offset, #mailserver_url, #mailserver_port, #mailserver_login, #mailserver_pass, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #moderation_keys, #blacklist_keys, #comment_max_links, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #key, #src, #hostname, #username, #password, #rules {
|
|
|
|
direction:ltr;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
/* TinyMCE
|
|
|
|
=================================== */
|
|
|
|
.clearlooks2 .mceTop .mceLeft {
|
|
|
|
width:100% !important;
|
2008-08-08 19:31:20 +02:00
|
|
|
}
|