]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
WordPress 3.8-scripts
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / dialog.css
index fe48d85728ff0337f0fb592bb265930c7c183330..b56d9e67ff8772b17be0570a63824110d935b8bf 100644 (file)
@@ -1,19 +1,28 @@
+@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin');
+
 /* Generic */
 body {
-font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
-background:#f1f1f1;
+font-family: "Open Sans", sans-serif;
+font-size:13px;
+background:#fcfcfc;
 padding:0;
 margin:8px 8px 0 8px;
 }
 
-html {background:#f1f1f1;}
-td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
 textarea {resize:none;outline:none;}
-a:link, a:visited {color:black;}
-a:hover {color:#2B6FB6;}
+
+a:link, a:hover {
+       color: #2B6FB6;
+}
+
+a:visited {
+       color: #3C2BB6;
+}
+
 .nowrap {white-space: nowrap}
 
 /* Forms */
+form {margin: 0;}
 fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;}
 legend {color:#2B6FB6; font-weight:bold;}
 label.msg {display:none;}
@@ -27,29 +36,88 @@ input.checkbox {border:1px none #000000; background:transparent; vertical-align:
 .input_noborder {border:0;}
 
 /* Buttons */
-#insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton {
-       border: 1px solid #bbb; 
-       margin:0; 
-       padding:0 0 1px;
-       font-weight:bold;
-       font-size: 11px;
-       width:94px; 
-       height:24px;
-       color:#000;
-       cursor:pointer;
+#insert,
+#cancel,
+#apply,
+.mceActionPanel .button,
+input.mceButton,
+.updateButton {
+       display: inline-block;
+       text-decoration: none;
+       border: 1px solid #adadad;
+       margin: 0;
+       padding: 0 10px 1px;
+       font-size: 13px;
+       height: 24px;
+       line-height: 22px;
+       color: #333;
+       cursor: pointer;
        -webkit-border-radius: 3px;
+       -webkit-appearance: none;
        border-radius: 3px;
-       background-color: #eee; /* Fallback */
-       background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */
-       background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */
-       background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */
-       background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */
-       background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */
+       white-space: nowrap;
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
+       background: #fafafa;
+       background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
+       background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
+       background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
+       background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
+       background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
+       
+       text-shadow: 0 1px 0 #fff;
+       -webkit-box-shadow: inset 0 1px 0 #fff;
+       -moz-box-shadow: inset 0 1px 0 #fff;
+       box-shadow: inset 0 1px 0 #fff;
+}
+
+#insert {
+       background: #2ea2cc;
+       background: -webkit-gradient(linear, left top, left bottom, from(#2ea2cc), to(#1e8cbe));
+       background: -webkit-linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
+       background: linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
+       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=0 );
+       border-color: #0074a2;
+       -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
+       box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
+       color: #fff;
+       text-decoration: none;
+       text-shadow: 0 1px 0 rgba(0,86,132,0.7);
+}
+
+#cancel:hover,
+input.mceButton:hover,
+.updateButton:hover,
+#cancel:focus,
+input.mceButton:focus,
+.updateButton:focus {
+       background: #f3f3f3;
+       background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
+       background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
+       background-image: -moz-linear-gradient(top, #fff, #f3f3f3);
+       background-image: -ms-linear-gradient(top, #fff, #f3f3f3);
+       background-image: -o-linear-gradient(top, #fff, #f3f3f3);
+       background-image: linear-gradient(to bottom, #fff, #f3f3f3);
+       border-color: #999;
+       color: #222;
 }
-#insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover,
-#insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus {
-       border: 1px solid #555;
+
+#insert:hover,
+#insert:focus {
+       background: #1e8cbe;
+       background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#0074a2));
+       background: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
+       background: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
+       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#0074a2',GradientType=0 );
+       border-color: #0074a2;
+       -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
+       box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
+       color: #fff;
+}
+
+.mceActionPanel #insert {
+       float: right;
 }
 
 /* Browse */
@@ -62,6 +130,7 @@ a.pickcolor span {display:block; width:20px; height:16px; background:url(../../i
 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
 a.pickcolor:hover span {background-color:#B2BBD0;}
 a.pickcolor, a.browse {text-decoration:none}
+div.iframecontainer {background: #fff;}
 
 /* Charmap */
 table.charmap {border:1px solid #AAA; text-align:center}
@@ -86,6 +155,16 @@ td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #A
 .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
 .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
 
+.wp-core-ui #tabs {
+       padding-bottom: 5px;
+       background-color: transparent;
+}
+
+.wp-core-ui #tabs a {
+       padding: 6px 10px;
+       margin: 0 2px;
+}
+
 /* Panels */
 .panel_wrapper div.panel {display:none;}
 .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
@@ -109,13 +188,26 @@ h3 {font-size:14px;}
 #plugintable, #about #plugintable td {border:1px solid #919B9C;}
 #plugintable {width:96%; margin-top:10px;}
 #pluginscontainer {height:290px; overflow:auto;}
-#colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;}
+#colorpicker #preview {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
+#colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
+#colorpicker #preview_wrapper {text-align:center; padding-top:4px; white-space: nowrap; float: right;}
+#colorpicker #insert, #colorpicker #cancel {width: 90px}
 #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
 #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
 #colorpicker #light div {overflow:hidden;}
-#colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
 #colorpicker .panel_wrapper div.current {height:175px;}
 #colorpicker #namedcolors {width:150px;}
 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
 #colorpicker #colornamecontainer {margin-top:5px;}
 #colorpicker #picker_panel fieldset {margin:auto;width:325px;}
+
+
+/* Localization */ 
+
+body[dir="rtl"],
+body[dir="rtl"] fieldset,
+body[dir="rtl"] input, body[dir="rtl"] select, body[dir="rtl"]  textarea,
+body[dir="rtl"]  #charmap #codeN,
+body[dir="rtl"] .tabs a {
+       font-family: Tahoma, sans-serif;
+}
\ No newline at end of file