wp/wp-content/plugins/akismet/_inc/akismet.css
changeset 9 177826044cd9
parent 7 cf61fcea0001
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
    78 }
    78 }
    79 .checkforspam {
    79 .checkforspam {
    80     display: inline-block !important;
    80     display: inline-block !important;
    81 }
    81 }
    82 .checkforspam-progress {
    82 .checkforspam-progress {
       
    83 	display: none;
       
    84 }
       
    85 .checkforspam.checking .checkforspam-progress {
    83 	padding-left: 1ex;
    86 	padding-left: 1ex;
    84 	display: none;
       
    85 }
    87 }
    86 .checkforspam.button-disabled .checkforspam-progress {
    88 .checkforspam.button-disabled .checkforspam-progress {
    87 	display: inline;
    89 	display: inline;
    88 }
    90 }
    89 
    91 
   214 }
   216 }
   215 
   217 
   216 /**
   218 /**
   217  * For the activation notice on the plugins page.
   219  * For the activation notice on the plugins page.
   218  */
   220  */
       
   221 
       
   222 #akismet_setup_prompt {
       
   223 	background: none;
       
   224 	border: none;
       
   225 	margin: 0;
       
   226 	padding: 0;
       
   227 	width: 100%;
       
   228 }
       
   229 
   219 .akismet_activate {
   230 .akismet_activate {
   220 	min-width: 825px;
       
   221 	border: 1px solid #4F800D;
   231 	border: 1px solid #4F800D;
   222 	padding: 5px;
   232 	padding: 5px;
   223 	margin: 15px 0;
   233 	margin: 15px 0;
   224 	background: #83AF24;
   234 	background: #83AF24;
   225 	background-image: -webkit-gradient(linear, 0% 0, 80% 100%, from(#83AF24), to(#4F800D));
   235 	background-image: -webkit-gradient(linear, 0% 0, 80% 100%, from(#83AF24), to(#4F800D));
   236 	top: -5px;
   246 	top: -5px;
   237 	right: 10px;
   247 	right: 10px;
   238 	font-size: 140px;
   248 	font-size: 140px;
   239 	color: #769F33;
   249 	color: #769F33;
   240 	font-family: Georgia, "Times New Roman", Times, serif;
   250 	font-family: Georgia, "Times New Roman", Times, serif;
   241 	z-index: 1;
       
   242 }
   251 }
   243 
   252 
   244 .akismet_activate .aa_button {
   253 .akismet_activate .aa_button {
   245 	font-weight: bold;
   254 	font-weight: bold;
   246 	border: 1px solid #029DD6;
   255 	border: 1px solid #029DD6;
   285 	background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
   294 	background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
   286 	background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
   295 	background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
   287 }
   296 }
   288 
   297 
   289 .akismet_activate .aa_button_container {
   298 .akismet_activate .aa_button_container {
       
   299 	box-sizing: border-box;
   290 	display: inline-block;
   300 	display: inline-block;
   291 	background: #DEF1B8;
   301 	background: #DEF1B8;
   292 	padding: 5px;
   302 	padding: 5px;
   293 	-moz-border-radius: 2px;
   303 	-moz-border-radius: 2px;
   294 	border-radius: 2px;
   304 	border-radius: 2px;
   301 	top: 22px;
   311 	top: 22px;
   302 	left: 285px;
   312 	left: 285px;
   303 	margin-left: 25px;
   313 	margin-left: 25px;
   304 	color: #E5F2B1;
   314 	color: #E5F2B1;
   305 	font-size: 15px;
   315 	font-size: 15px;
   306 	z-index: 1000;
       
   307 }
   316 }
   308 
   317 
   309 .akismet_activate .aa_description strong {
   318 .akismet_activate .aa_description strong {
   310 	color: #FFF;
   319 	color: #FFF;
   311 	font-weight: normal;
   320 	font-weight: normal;
       
   321 }
       
   322 
       
   323 @media (max-width: 550px) {
       
   324 	.akismet_activate .aa_a {
       
   325 		display: none;
       
   326 	}
       
   327 	
       
   328 	.akismet_activate .aa_button_container {
       
   329 		width: 100%;
       
   330 	}
       
   331 }
       
   332 
       
   333 @media (max-width: 782px) {
       
   334 	.akismet_activate {
       
   335 		min-width: 0;
       
   336 	}
       
   337 }
       
   338 
       
   339 @media (max-width: 850px) {
       
   340 	#akismet_setup_prompt .aa_description {
       
   341 		display: none;
       
   342 	}
       
   343 	
       
   344 	.akismet_activate {
       
   345 		min-width: 0;
       
   346 	}
   312 }
   347 }
   313 
   348 
   314 .jetpack_page_akismet-key-config #wpcontent, .settings_page_akismet-key-config #wpcontent {
   349 .jetpack_page_akismet-key-config #wpcontent, .settings_page_akismet-key-config #wpcontent {
   315 	padding-left: 0;
   350 	padding-left: 0;
   316 }
   351 }