diff options
Diffstat (limited to 'wp-admin/css')
| -rw-r--r-- | wp-admin/css/install-rtl.css | 15 | ||||
| -rw-r--r-- | wp-admin/css/install.css | 40 | ||||
| -rw-r--r-- | wp-admin/css/upload-rtl.css | 12 | ||||
| -rw-r--r-- | wp-admin/css/upload.css | 204 | ||||
| -rw-r--r-- | wp-admin/css/widgets-rtl.css | 38 | ||||
| -rw-r--r-- | wp-admin/css/widgets.css | 236 |
6 files changed, 545 insertions, 0 deletions
diff --git a/wp-admin/css/install-rtl.css b/wp-admin/css/install-rtl.css new file mode 100644 index 0000000..6912736 --- /dev/null +++ b/wp-admin/css/install-rtl.css @@ -0,0 +1,15 @@ +body { font: 13px Tahoma, Georgia, "Times New Roman", Times, serif; } + +ul, ol { padding: 5px 20px 5px 5px; } + +h1, h2, h3 { font-family: "Times New Roman", Times, serif; font-weight: 700 } + +.step, th { text-align: left } + +input { font-family: "Times New Roman", Times, serif; padding: 1px } + +#logo { background: url(../wp-content/plugins/WP-Jalali/wp-fa-logo.png) center right no-repeat; text-align: left; } + +#admin_email {direction: ltr; text-align: left; } + +#footer { font-style: normal; }
\ No newline at end of file diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css new file mode 100644 index 0000000..5eb85cd --- /dev/null +++ b/wp-admin/css/install.css @@ -0,0 +1,40 @@ +html { background: #eee; } + +body { + background: #fff; + color: #000; + font-family: Georgia, "Times New Roman", Times, serif; + margin-left: 20%; + margin-right: 20%; + padding: .2em 2em; +} + +h1 { + color: #006; + font-size: 18px; + font-weight: lighter; +} + +h2 { font-size: 16px; } + +p, li, dt { + line-height: 140%; + padding-bottom: 2px; +} + +ul, ol { padding: 5px 5px 5px 20px; } + +#logo { margin-bottom: 2em; } + +.step a, .step input { font-size: 2em; } + +td input { font-size: 1.5em; } + +.step, th { text-align: right; } + +#footer { + text-align: center; + border-top: 1px solid #ccc; + padding-top: 1em; + font-style: italic; +}
\ No newline at end of file diff --git a/wp-admin/css/upload-rtl.css b/wp-admin/css/upload-rtl.css new file mode 100644 index 0000000..dc13a4b --- /dev/null +++ b/wp-admin/css/upload-rtl.css @@ -0,0 +1,12 @@ +html { + direction: ltr; + } +#uploadoptions, table { + direction: rtl; + } +td { + padding: 1px 6px 0; + } +.submit { + text-align: left; + }
\ No newline at end of file diff --git a/wp-admin/css/upload.css b/wp-admin/css/upload.css new file mode 100644 index 0000000..009986c --- /dev/null +++ b/wp-admin/css/upload.css @@ -0,0 +1,204 @@ +body { background: #f9fcfe; } + +.upload-file-data { display: none; } + +#upload-menu { + border-top: 2em solid #247fab; + margin: 0; + padding: 0; + height: 0; + list-style: none; + width: 100%; +} + +body > #upload-menu { border-bottom: 7px solid #fff; } + +#upload-menu li { + margin: 0; + position: relative; + top: -2em; + padding-bottom: 5px; + border: none; + border-top: 3px solid #247fab; +} + +#upload-menu li a.upload-tab-link { + margin-left: 0.75em; + padding: 5px 5px 0; + display: block; + float: left; + height: 100%; + text-decoration: none; + border-bottom: none; + color: #fff; +} + +#upload-menu li.current { + border-right: 2px solid #448abd; + color: #000; +} + +#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover { + background: #f9fcfe; + color: #000; +} + +#upload-menu li #current-tab-nav { + background: #f9fcfe; + float: left; + padding: 5px 5px 0 0; + margin-left: -5px; +} + +#upload-menu li span .page-numbers { + padding: 0; + border: none; +} + +#upload-menu li span a.page-numbers { color: #00019b; } +#upload-menu li span a.page-numbers:hover { text-decoration: underline; } + +#upload-content { + position: relative; + clear: both; + margin: 0; + padding: 0; + border: none; + width: 100%; + height: 100%; + background: none; +} + +#upload-file { + margin: 0 auto; + top: 0; + left: 0; + width: 95%; + height: 100%; + background: #f9fcfe; +} + +#upload-file th { + width: 8em; +} + +form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; } + +form#upload-file .submit input { width: auto; } + +#upload-file-view { padding: 0 0 0 75px; } + +#file-title { + margin: 0 0 .2em 75px; + padding: 0; + display: block; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 16px; +} + +h2 { + margin: 0 .2em 0 0; + padding: 0; + display: inline; + border: none; + color: #000; + font-size: 1.4em; + line-height: 1.4em; +} + +.wrap h2 { + margin: .4em 0 .5em; + display: block; + border-bottom: .5em solid #e5f3ff; + color: #333; + font: normal 32px/5px serif; + clear: both; +} + +* html .wrap h2 { + margin-top: 1em; +} + +.back { + display: block; + position: absolute; + left: 14px; + top: 10px; +} + +#upload-files { + list-style-type: none; + margin: 0; + padding: 15px 0 0; +} + +#upload-files li { margin: 0 0 15px 15px; } + +#upload-files a, #upload-file-view a, a.file-link { + border: none; + text-decoration: none; +} + +#upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; } + +#upload-files a.file-link { + display: block; + width: 130px; + height: 128px; + background-color: rgb(209, 226, 239); + text-align: center; + overflow: hidden; +} + +#upload-files a.text { + padding-top: 40px; + height: 88px; + font-size: 16px; +} + +#upload-files a.file-link.image { + font-size: 2px; + letter-spacing: 0; +} + +#upload-files a.file-link img { vertical-align: middle; } + +#the-attachment-links textarea { + font-size: 10px; + overflow: hidden; +} + +form table { float: none; padding: 0 15px; } + +table { + float: left; + margin: 0; + padding: 0; +} + +th { text-align: right; vertical-align: text-top; } + +tr, td, th { + margin-top: 0; + padding-top: 0; +} + +#uploadoptions th { + width: 80px; +} + +#uploadoptions p { + margin: 0; + padding: 0; +} + +#uploadoptions td { + padding-left: 1em; + line-height: 140%; +} + +#uploadoptions table { + width: 300px; +} + +input.readonly { background-color: #ddd; } diff --git a/wp-admin/css/widgets-rtl.css b/wp-admin/css/widgets-rtl.css new file mode 100644 index 0000000..d76cc9f --- /dev/null +++ b/wp-admin/css/widgets-rtl.css @@ -0,0 +1,38 @@ +.dropzone, +#palettediv, +.handle, +.controlform { + direction: rtl; + text-align: justify; + } +.dropzone { + float: right; + margin-left: 10px; + margin-right: auto; + width: 240px; + } +* html .dropzone ul { + margin-right: 0; + } +* .handle, #lastmodule span { + border-left: 1px solid #e8e8e8; + border-right: 1px solid #f2f2f2; + } +* .popper { + right: auto; + left: 3px; + } +#palettediv .module, #lastmodule { + margin-right: auto; + margin-left: 10px; + float: right; + } +#palettediv ul { + padding: 0 10px 0 0; + margin-right: 0; + width: 100%; + } +.placemat { + margin-right: 0; + float: right; + }
\ No newline at end of file diff --git a/wp-admin/css/widgets.css b/wp-admin/css/widgets.css new file mode 100644 index 0000000..f46c4ce --- /dev/null +++ b/wp-admin/css/widgets.css @@ -0,0 +1,236 @@ +body { + height: 100%; +} + +#sbadmin #zones { + -moz-user-select: none; + -khtml-user-select: none; + user-select: none; +} + +#sbreset { + float: left; + margin: 1px 0; +} + +.dropzone { + border: 1px solid #bbb; + float: left; + margin-right: 10px; + padding: 5px; + background-color: #f0f8ff; +} + +.dropzone h3 { + text-align: center; + color: #333; +} + +.dropzone input { + display: none; +} + +.dropzone ul { + float: left; + list-style-type: none; + width: 240px; + margin: 0; + min-height: 200px; + padding: 0; + display: block; +} + +* .module { + width: 238px; + padding: 0; + margin: 5px 0; + cursor: move; + display: block; + border: 1px solid #ccc; + background-color: #fbfbfb; + position: relative; + text-align: left; + line-height: 25px; +} + +* .handle { + display: block; + width: 216px; + padding: 0 10px; + position: relative; + border-top: 1px solid #f2f2f2; + border-right: 1px solid #e8e8e8; + border-bottom: 1px solid #e8e8e8; + border-left: 1px solid #f2f2f2; +} + +* .popper { + margin: 0; + display: inline; + position: absolute; + top: 3px; + right: 3px; + overflow: hidden; + text-align: center; + height: 16px; + font-size: 18px; + line-height: 14px; + cursor: pointer; + padding: 0 3px 1px; + border-top: 4px solid #6da6d1; + background: url( ../images/fade-butt.png ) -5px 0px; +} + +* html .popper { + padding: 1px 6px 0; + font-size: 16px; +} + +#sbadmin p.submit { + padding-right: 10px; + clear: left; +} + +.placemat { + cursor: default; + margin: 0; + padding: 0; + position: relative; +} + +.placemat h4 { + text-align: center; +} + +.placemat span { + background-color: #ffe; + border: 1px solid #ccc; + padding: 0 10px 10px; + position: absolute; + text-align: justify; +} + +#palettediv { + border: 1px solid #bbb; + background-color: #f0f8ff; + height:auto; + margin-top: 10px; + padding-bottom: 10px; +} + +#palettediv:after, #zones:after, .dropzone:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +#palettediv, #zones, .dropzone { + display: block; + min-height: 1px; +} + +* html #palettediv, * html #zones, * html .dropzone { + height: 1%; +} + +#palettediv h3 { + text-align: center; + color: #333; + min-height: 1px; +} + +#palettediv ul { + padding: 0 0 0 10px; +} + +#palettediv .module { + margin-right: 10px; + float: left; + width: 120px; +} + +#palettediv .handle { + height: 40px; + font-size: 90%; + width: 110px; + padding: 0 5px; +} + +#palettediv .popper { + visibility: hidden; +} + +* html #palettediv ul { + margin: 0; + padding: 0 0 0 10px; +} + +#controls { + height: 0px; +} + +.control { + position: absolute; + display: block; + background: #f9fcfe; + padding: 0; +} + +.controlhandle { + cursor: move; + background-color: #6da6d1; + border-bottom: 2px solid #448abd; + color: #333; + display: block; + margin: 0 0 5px; + padding: 4px; + font-size: 120%; +} + +.controlcloser { + cursor: pointer; + font-size: 120%; + display: block; + position: absolute; + top: 2px; + right: 8px; + padding: 0 3px; + font-weight: bold; +} + +.controlform { + margin: 20px 30px; +} + +.controlform p { + text-align: center; +} + +.control .checkbox { + border: none; + background: transparent; +} + +.hidden { + display: none; +} + +#shadow { + background: black; + display: none; + position: absolute; + top: 0px; + left: 0px; + width: 100%; +} + +#dragHelper { + position: absolute; +} + +#dragHelper li.module { + display: block; + float: left; +} |
