2013-12-08 08:17:10 +01:00
|
|
|
.wp-pointer-content {
|
2012-08-23 02:04:18 +02:00
|
|
|
padding: 0 0 10px;
|
|
|
|
position: relative;
|
|
|
|
font-size: 13px;
|
|
|
|
background: #fff;
|
2014-01-17 04:49:11 +01:00
|
|
|
border: 1px solid #dfdfdf;
|
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-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
2014-02-13 09:30:17 +01:00
|
|
|
box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-content h3 {
|
|
|
|
position: relative;
|
2014-01-17 04:49:11 +01:00
|
|
|
margin: -1px -1px 5px;
|
2012-08-23 02:04:18 +02:00
|
|
|
padding: 15px 18px 14px 60px;
|
2014-01-17 04:49:11 +01:00
|
|
|
border: 1px solid #3592b6;
|
|
|
|
border-bottom: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
line-height: 1.4em;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #fff;
|
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: #2ea2cc;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-content h3:before {
|
2013-11-14 21:17:10 +01:00
|
|
|
background: #fff;
|
2014-02-13 09:30:17 +01:00
|
|
|
-webkit-border-radius: 50%;
|
2013-11-14 21:17:10 +01:00
|
|
|
border-radius: 50%;
|
|
|
|
color: #2ea2cc;
|
|
|
|
content: '\f227';
|
|
|
|
font: normal 20px/1.6 'dashicons';
|
2012-08-23 02:04:18 +02:00
|
|
|
position: absolute;
|
2013-11-14 21:17:10 +01:00
|
|
|
top: 8px;
|
2012-08-23 02:04:18 +02:00
|
|
|
left: 15px;
|
2013-11-14 21:17:10 +01:00
|
|
|
speak: none;
|
|
|
|
text-align: center;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-content p {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-buttons {
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 15px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-buttons a {
|
|
|
|
float: right;
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-buttons a.close {
|
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
|
|
|
padding-left: 3px;
|
2012-08-23 02:04:18 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-buttons a.close:before {
|
2014-02-06 07:25:18 +01:00
|
|
|
background: none;
|
|
|
|
color: #bbb;
|
2013-12-08 08:17:10 +01:00
|
|
|
content: '\f153';
|
|
|
|
display: block !important;
|
|
|
|
font: normal 13px/1 'dashicons';
|
|
|
|
speak: none;
|
2014-04-14 02:00:14 +02:00
|
|
|
margin: 1px 0;
|
2013-12-08 08:17:10 +01:00
|
|
|
text-align: center;
|
|
|
|
-webkit-font-smoothing: antialiased !important;
|
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
|
|
|
width: 10px;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
left: -12px;
|
|
|
|
top: 1px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-06 07:25:18 +01:00
|
|
|
.wp-pointer-buttons a.close:hover:before {
|
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
/* The arrow base class must take up no space, even with transparent borders. */
|
|
|
|
.wp-pointer-arrow,
|
|
|
|
.wp-pointer-arrow-inner {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-arrow {
|
|
|
|
z-index: 10;
|
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
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: 0 solid transparent;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-arrow-inner {
|
|
|
|
z-index: 20;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Make Room for the Arrow! */
|
|
|
|
.wp-pointer-top,
|
|
|
|
.wp-pointer-undefined {
|
|
|
|
padding-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-bottom {
|
2014-06-29 18:06:14 +02:00
|
|
|
margin-top: -13px;
|
2012-08-23 02:04:18 +02:00
|
|
|
padding-bottom: 13px;
|
|
|
|
}
|
|
|
|
|
2013-11-17 17:18:11 +01:00
|
|
|
/* @noflip */
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-pointer-left {
|
|
|
|
padding-left: 13px;
|
|
|
|
}
|
2013-11-17 17:18:11 +01:00
|
|
|
/* @noflip */
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-pointer-right {
|
2014-06-29 18:06:14 +02:00
|
|
|
margin-left: -13px;
|
2012-08-23 02:04:18 +02:00
|
|
|
padding-right: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Base Size & Positioning */
|
|
|
|
.wp-pointer-top .wp-pointer-arrow,
|
|
|
|
.wp-pointer-bottom .wp-pointer-arrow,
|
|
|
|
.wp-pointer-undefined .wp-pointer-arrow {
|
|
|
|
left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-left .wp-pointer-arrow,
|
|
|
|
.wp-pointer-right .wp-pointer-arrow {
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Arrow Sprite */
|
|
|
|
.wp-pointer-top .wp-pointer-arrow,
|
|
|
|
.wp-pointer-undefined .wp-pointer-arrow {
|
|
|
|
top: 0;
|
2014-01-17 04:49:11 +01:00
|
|
|
border-width: 0 13px 13px 13px;
|
|
|
|
border-bottom-color: #3592b6;
|
|
|
|
}
|
|
|
|
|
2014-06-29 18:06:14 +02:00
|
|
|
.wp-pointer-top .wp-pointer-arrow-inner,
|
|
|
|
.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
|
|
top: 1px;
|
2014-01-17 04:49:11 +01:00
|
|
|
margin-left: -13px;
|
2014-06-29 18:06:14 +02:00
|
|
|
margin-top: -13px;
|
2014-01-17 04:49:11 +01:00
|
|
|
border: 13px solid transparent;
|
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
|
|
|
border-bottom-color: #2ea2cc;
|
2014-01-17 04:49:11 +01:00
|
|
|
display: block;
|
|
|
|
content: ' ';
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pointer-bottom .wp-pointer-arrow {
|
|
|
|
bottom: 0;
|
2014-01-17 04:49:11 +01:00
|
|
|
border-width: 13px 13px 0 13px;
|
|
|
|
border-top-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2014-06-29 18:06:14 +02:00
|
|
|
.wp-pointer-bottom .wp-pointer-arrow-inner {
|
|
|
|
bottom: 1px;
|
2014-01-17 04:49:11 +01:00
|
|
|
margin-left: -13px;
|
2014-06-29 18:06:14 +02:00
|
|
|
margin-bottom: -13px;
|
2014-01-17 04:49:11 +01:00
|
|
|
border: 13px solid transparent;
|
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
|
|
|
border-top-color: #fff;
|
2014-01-17 04:49:11 +01:00
|
|
|
display: block;
|
|
|
|
content: ' ';
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-11-17 17:18:11 +01:00
|
|
|
/* @noflip */
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-pointer-left .wp-pointer-arrow {
|
|
|
|
left: 0;
|
2014-01-17 04:49:11 +01:00
|
|
|
border-width: 13px 13px 13px 0;
|
|
|
|
border-right-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2014-06-29 18:06:14 +02:00
|
|
|
/* @noflip */
|
|
|
|
.wp-pointer-left .wp-pointer-arrow-inner {
|
|
|
|
left: 1px;
|
|
|
|
margin-left: -13px;
|
2014-01-17 04:49:11 +01:00
|
|
|
margin-top: -13px;
|
|
|
|
border: 13px solid transparent;
|
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
|
|
|
border-right-color: #fff;
|
2014-01-17 04:49:11 +01:00
|
|
|
display: block;
|
|
|
|
content: ' ';
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-11-17 17:18:11 +01:00
|
|
|
/* @noflip */
|
2012-08-23 02:04:18 +02:00
|
|
|
.wp-pointer-right .wp-pointer-arrow {
|
2014-06-29 18:06:14 +02:00
|
|
|
right: 0;
|
2014-01-17 04:49:11 +01:00
|
|
|
border-width: 13px 0 13px 13px;
|
|
|
|
border-left-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2014-06-29 18:06:14 +02:00
|
|
|
/* @noflip */
|
|
|
|
.wp-pointer-right .wp-pointer-arrow-inner {
|
|
|
|
right: 1px;
|
|
|
|
margin-right: -13px;
|
2014-01-17 04:49:11 +01:00
|
|
|
margin-top: -13px;
|
|
|
|
border: 13px solid transparent;
|
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
|
|
|
border-left-color: #fff;
|
2014-01-17 04:49:11 +01:00
|
|
|
display: block;
|
|
|
|
content: ' ';
|
2013-11-26 22:47:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Disable pointers at responsive sizes */
|
|
|
|
@media screen and ( max-width: 782px ) {
|
|
|
|
.wp-pointer {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-12-08 08:17:10 +01:00
|
|
|
}
|