2008-01-31 19:10:46 +01:00
|
|
|
/* Generic */
|
|
|
|
body {
|
Drop Open Sans in the admin in favor of system fonts.
Rejoice, for your admins will feel more native to your surrounding computing environment and likely load faster, especially when offline, as they no longer have to talk to The Google Overlord.
At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time. In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.
There will definitely be visual bugs, mainly around alignment and spacing; these should be documented and reported on the ticket and fixed more atomically so that our current and future selves have a better understanding of what happened and why.
The style remains registered, as it is almost certainly in use by themes and plugins.
props mattmiklic.
see #36753.
Built from https://develop.svn.wordpress.org/trunk@37361
git-svn-id: http://core.svn.wordpress.org/trunk@37327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-05-05 00:07:37 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
font-size:13px;
|
|
|
|
background:#fcfcfc;
|
2008-01-31 19:10:46 +01:00
|
|
|
padding:0;
|
|
|
|
margin:8px 8px 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {resize:none;outline:none;}
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
|
|
|
|
a:link, a:hover {
|
|
|
|
color: #2B6FB6;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #3C2BB6;
|
|
|
|
}
|
|
|
|
|
2009-03-15 17:55:49 +01:00
|
|
|
.nowrap {white-space: nowrap}
|
2008-01-31 19:10:46 +01:00
|
|
|
|
|
|
|
/* Forms */
|
2012-08-19 01:24:27 +02:00
|
|
|
form {margin: 0;}
|
2008-11-14 09:14:21 +01:00
|
|
|
fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;}
|
2008-01-31 19:10:46 +01:00
|
|
|
legend {color:#2B6FB6; font-weight:bold;}
|
|
|
|
label.msg {display:none;}
|
|
|
|
label.invalid {color:#EE0000; display:inline;}
|
|
|
|
input.invalid {border:1px solid #EE0000;}
|
2008-11-14 09:14:21 +01:00
|
|
|
input {background:#FFF; border:1px solid #dfdfdf;}
|
2008-01-31 19:10:46 +01:00
|
|
|
input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
2008-11-14 09:14:21 +01:00
|
|
|
input, select, textarea {border:1px solid #dfdfdf;}
|
2008-01-31 19:10:46 +01:00
|
|
|
input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
|
|
|
|
input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
|
|
|
|
.input_noborder {border:0;}
|
|
|
|
|
|
|
|
/* Buttons */
|
2012-08-19 01:24:27 +02:00
|
|
|
#insert,
|
|
|
|
#cancel,
|
|
|
|
#apply,
|
|
|
|
.mceActionPanel .button,
|
|
|
|
input.mceButton,
|
|
|
|
.updateButton {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
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;
|
2008-11-14 09:14:21 +01:00
|
|
|
-webkit-border-radius: 3px;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
-webkit-appearance: none;
|
2008-11-14 09:14:21 +01:00
|
|
|
border-radius: 3px;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
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);
|
2008-01-31 19:10:46 +01:00
|
|
|
}
|
2012-08-19 01:24:27 +02:00
|
|
|
|
|
|
|
#cancel:hover,
|
|
|
|
input.mceButton:hover,
|
|
|
|
.updateButton:hover,
|
|
|
|
#cancel:focus,
|
|
|
|
input.mceButton:focus,
|
|
|
|
.updateButton:focus {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
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,
|
|
|
|
#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;
|
2008-11-14 09:14:21 +01:00
|
|
|
}
|
2008-01-31 19:10:46 +01:00
|
|
|
|
2012-08-19 01:24:27 +02:00
|
|
|
.mceActionPanel #insert {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2008-01-31 19:10:46 +01:00
|
|
|
/* Browse */
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
a.pickcolor, a.browse {text-decoration:none}
|
|
|
|
a.browse span {display:block; width:20px; height:18px; border:1px solid #FFF; margin-left:1px;}
|
2008-01-31 19:10:46 +01:00
|
|
|
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
|
|
|
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30);}
|
2008-01-31 19:10:46 +01:00
|
|
|
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
a.pickcolor span {display:block; width:20px; height:16px; margin-left:2px;}
|
2008-01-31 19:10:46 +01:00
|
|
|
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
|
|
|
a.pickcolor:hover span {background-color:#B2BBD0;}
|
2012-08-19 01:24:27 +02:00
|
|
|
div.iframecontainer {background: #fff;}
|
2008-01-31 19:10:46 +01:00
|
|
|
|
|
|
|
/* Charmap */
|
2008-02-21 22:40:25 +01:00
|
|
|
table.charmap {border:1px solid #AAA; text-align:center}
|
|
|
|
td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
|
|
|
|
#charmap a {display:block; color:#000; text-decoration:none; border:0}
|
|
|
|
#charmap a:hover {background:#CCC;color:#2B6FB6}
|
|
|
|
#charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
|
|
|
|
#charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
|
|
|
|
#charmap #charmapView {background-color:#fff;}
|
2008-01-31 19:10:46 +01:00
|
|
|
|
|
|
|
/* Source */
|
|
|
|
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
|
2008-02-21 22:40:25 +01:00
|
|
|
.mceActionPanel {margin-top:5px;}
|
2008-01-31 19:10:46 +01:00
|
|
|
|
|
|
|
/* Tabs classes */
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.tabs {width:100%; height:19px; line-height:normal; border-bottom: 1px solid #aaa;}
|
2008-01-31 19:10:46 +01:00
|
|
|
.tabs ul {margin:0; padding:0; list-style:none;}
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
.tabs li {float:left; border: 1px solid #aaa; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
|
|
|
|
.tabs li.current {border-bottom: 1px solid #fff; margin-right:2px;}
|
|
|
|
.tabs span {float:left; display:block; padding:0px 10px 0 0;}
|
2008-01-31 19:10:46 +01:00
|
|
|
.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
|
|
|
|
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
.wp-core-ui #tabs {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-core-ui #tabs a {
|
|
|
|
padding: 6px 10px;
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
2008-01-31 19:10:46 +01:00
|
|
|
/* Panels */
|
|
|
|
.panel_wrapper div.panel {display:none;}
|
2008-02-09 13:42:15 +01:00
|
|
|
.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
|
2008-01-31 19:10:46 +01:00
|
|
|
.panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}
|
|
|
|
|
|
|
|
/* Columns */
|
|
|
|
.column {float:left;}
|
|
|
|
.properties {width:100%;}
|
|
|
|
.properties .column1 {}
|
|
|
|
.properties .column2 {text-align:left;}
|
|
|
|
|
|
|
|
/* Titles */
|
|
|
|
h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
|
|
|
|
h3 {font-size:14px;}
|
|
|
|
.title {font-size:12px; font-weight:bold; color:#2B6FB6;}
|
|
|
|
|
|
|
|
/* Dialog specific */
|
|
|
|
#link .panel_wrapper, #link div.current {height:125px;}
|
2008-02-09 13:42:15 +01:00
|
|
|
#image .panel_wrapper, #image div.current {height:200px;}
|
2008-01-31 19:10:46 +01:00
|
|
|
#plugintable thead {font-weight:bold; background:#DDD;}
|
|
|
|
#plugintable, #about #plugintable td {border:1px solid #919B9C;}
|
|
|
|
#plugintable {width:96%; margin-top:10px;}
|
|
|
|
#pluginscontainer {height:290px; overflow:auto;}
|
2012-07-07 18:22:53 +02:00
|
|
|
#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}
|
2012-08-19 01:24:27 +02:00
|
|
|
#colorpicker #preview_wrapper {text-align:center; padding-top:4px; white-space: nowrap; float: right;}
|
|
|
|
#colorpicker #insert, #colorpicker #cancel {width: 90px}
|
2008-01-31 19:10:46 +01:00
|
|
|
#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 .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;}
|
2011-08-04 01:56:21 +02:00
|
|
|
#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
|
2013-12-09 02:31:11 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* 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;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
}
|