wp/wp-includes/css/wp-pointer-rtl.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     2 .wp-pointer-content {
     2 .wp-pointer-content {
     3 	padding: 0 0 10px;
     3 	padding: 0 0 10px;
     4 	position: relative;
     4 	position: relative;
     5 	font-size: 13px;
     5 	font-size: 13px;
     6 	background: #fff;
     6 	background: #fff;
     7 	border: 1px solid #ddd;
     7 	border: 1px solid #c3c4c7;
     8 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
     8 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
     9 }
     9 }
    10 
    10 
    11 .wp-pointer-content h3 {
    11 .wp-pointer-content h3 {
    12 	position: relative;
    12 	position: relative;
    13 	margin: -1px -1px 5px;
    13 	margin: -1px -1px 5px;
    14 	padding: 15px 60px 14px 18px;
    14 	padding: 15px 60px 14px 18px;
    15 	border: 1px solid #3592b6;
    15 	border: 1px solid #2271b1;
    16 	border-bottom: none;
    16 	border-bottom: none;
    17 	line-height: 1.4;
    17 	line-height: 1.4;
    18 	font-size: 14px;
    18 	font-size: 14px;
    19 	color: #fff;
    19 	color: #fff;
    20 	background: #00a0d2;
    20 	background: #2271b1;
    21 }
    21 }
    22 
    22 
    23 .wp-pointer-content h3:before {
    23 .wp-pointer-content h3:before {
    24 	background: #fff;
    24 	background: #fff;
    25 	border-radius: 50%;
    25 	border-radius: 50%;
    26 	color: #00a0d2;
    26 	color: #2271b1;
    27 	content: "\f227";
    27 	content: "\f227";
    28 	font: normal 20px/1.6 dashicons;
    28 	font: normal 20px/1.6 dashicons;
    29 	position: absolute;
    29 	position: absolute;
    30 	top: 8px;
    30 	top: 8px;
    31 	right: 15px;
    31 	right: 15px;
    32 	speak: none;
    32 	speak: never;
    33 	text-align: center;
    33 	text-align: center;
    34 	width: 32px;
    34 	width: 32px;
    35 	height: 32px;
    35 	height: 32px;
    36 	-webkit-font-smoothing: antialiased;
    36 	-webkit-font-smoothing: antialiased;
    37 	-moz-osx-font-smoothing: grayscale;
    37 	-moz-osx-font-smoothing: grayscale;
    63 	position: relative;
    63 	position: relative;
    64 }
    64 }
    65 
    65 
    66 .wp-pointer-buttons a.close:before {
    66 .wp-pointer-buttons a.close:before {
    67 	background: none;
    67 	background: none;
    68 	color: #72777c;
    68 	color: #787c82;
    69 	content: "\f153";
    69 	content: "\f153";
    70 	display: block !important;
    70 	display: block !important;
    71 	font: normal 16px/1 dashicons;
    71 	font: normal 16px/1 dashicons;
    72 	speak: none;
    72 	speak: never;
    73 	margin: 1px 0;
    73 	margin: 1px 0;
    74 	text-align: center;
    74 	text-align: center;
    75 	-webkit-font-smoothing: antialiased !important;
    75 	-webkit-font-smoothing: antialiased !important;
    76 	width: 10px;
    76 	width: 10px;
    77 	height: 100%;
    77 	height: 100%;
    79 	right: -15px;
    79 	right: -15px;
    80 	top: 1px;
    80 	top: 1px;
    81 }
    81 }
    82 
    82 
    83 .wp-pointer-buttons a.close:hover:before {
    83 .wp-pointer-buttons a.close:hover:before {
    84 	color: #c00;
    84 	color: #d63638;
    85 }
    85 }
    86 
    86 
    87 /* The arrow base class must take up no space, even with transparent borders. */
    87 /* The arrow base class must take up no space, even with transparent borders. */
    88 .wp-pointer-arrow,
    88 .wp-pointer-arrow,
    89 .wp-pointer-arrow-inner {
    89 .wp-pointer-arrow-inner {
   140 /* Arrow Sprite */
   140 /* Arrow Sprite */
   141 .wp-pointer-top .wp-pointer-arrow,
   141 .wp-pointer-top .wp-pointer-arrow,
   142 .wp-pointer-undefined .wp-pointer-arrow {
   142 .wp-pointer-undefined .wp-pointer-arrow {
   143 	top: 0;
   143 	top: 0;
   144 	border-width: 0 13px 13px 13px;
   144 	border-width: 0 13px 13px 13px;
   145 	border-bottom-color: #3592b6;
   145 	border-bottom-color: #2271b1;
   146 }
   146 }
   147 
   147 
   148 .wp-pointer-top .wp-pointer-arrow-inner,
   148 .wp-pointer-top .wp-pointer-arrow-inner,
   149 .wp-pointer-undefined .wp-pointer-arrow-inner {
   149 .wp-pointer-undefined .wp-pointer-arrow-inner {
   150 	top: 1px;
   150 	top: 1px;
   151 	margin-right: -13px;
   151 	margin-right: -13px;
   152 	margin-top: -13px;
   152 	margin-top: -13px;
   153 	border: 13px solid transparent;
   153 	border: 13px solid transparent;
   154 	border-bottom-color: #00a0d2;
   154 	border-bottom-color: #2271b1;
   155 	display: block;
   155 	display: block;
   156 	content: " ";
   156 	content: " ";
   157 }
   157 }
   158 
   158 
   159 .wp-pointer-bottom .wp-pointer-arrow {
   159 .wp-pointer-bottom .wp-pointer-arrow {
   160 	bottom: 0;
   160 	bottom: 0;
   161 	border-width: 13px 13px 0 13px;
   161 	border-width: 13px 13px 0 13px;
   162 	border-top-color: #ccc;
   162 	border-top-color: #c3c4c7;
   163 }
   163 }
   164 
   164 
   165 .wp-pointer-bottom .wp-pointer-arrow-inner {
   165 .wp-pointer-bottom .wp-pointer-arrow-inner {
   166 	bottom: 1px;
   166 	bottom: 1px;
   167 	margin-right: -13px;
   167 	margin-right: -13px;
   174 
   174 
   175 /* rtl:ignore */
   175 /* rtl:ignore */
   176 .wp-pointer-left .wp-pointer-arrow {
   176 .wp-pointer-left .wp-pointer-arrow {
   177 	left: 0;
   177 	left: 0;
   178 	border-width: 13px 13px 13px 0;
   178 	border-width: 13px 13px 13px 0;
   179 	border-right-color: #ccc;
   179 	border-right-color: #c3c4c7;
   180 }
   180 }
   181 
   181 
   182 /* rtl:ignore */
   182 /* rtl:ignore */
   183 .wp-pointer-left .wp-pointer-arrow-inner {
   183 .wp-pointer-left .wp-pointer-arrow-inner {
   184 	left: 1px;
   184 	left: 1px;
   192 
   192 
   193 /* rtl:ignore */
   193 /* rtl:ignore */
   194 .wp-pointer-right .wp-pointer-arrow {
   194 .wp-pointer-right .wp-pointer-arrow {
   195 	right: 0;
   195 	right: 0;
   196 	border-width: 13px 0 13px 13px;
   196 	border-width: 13px 0 13px 13px;
   197 	border-left-color: #ccc;
   197 	border-left-color: #c3c4c7;
   198 }
   198 }
   199 
   199 
   200 /* rtl:ignore */
   200 /* rtl:ignore */
   201 .wp-pointer-right .wp-pointer-arrow-inner {
   201 .wp-pointer-right .wp-pointer-arrow-inner {
   202 	right: 1px;
   202 	right: 1px;