wp/wp-content/plugins/akismet/_inc/akismet.css
changeset 5 5e2f62d02dcd
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
       
     1 
       
     2 #submitted-on {
       
     3     position: relative;
       
     4 }
       
     5 #the-comment-list .author .akismet-user-comment-count {
       
     6     display: inline;
       
     7 }
       
     8 #the-comment-list .author a span {
       
     9     text-decoration: none;
       
    10     color: #999;
       
    11 }
       
    12 #the-comment-list .author a span.akismet-span-link {
       
    13 	text-decoration: inherit;
       
    14 	color: inherit;
       
    15 }
       
    16 #the-comment-list .remove_url {
       
    17     margin-left: 3px;
       
    18     color: #999;
       
    19     padding: 2px 3px 2px 0;
       
    20 }
       
    21 #the-comment-list .remove_url:hover {
       
    22     color: #A7301F;
       
    23     font-weight: bold;
       
    24     padding: 2px 2px 2px 0;
       
    25 }
       
    26 #dashboard_recent_comments .akismet-status {
       
    27     display: none;
       
    28 }
       
    29 .akismet-status {
       
    30     float: right;
       
    31 }
       
    32 .akismet-status a {
       
    33     color: #AAA;
       
    34     font-style: italic;
       
    35 }
       
    36 span.comment-link a {
       
    37     text-decoration: underline;
       
    38 }
       
    39 span.comment-link:after {
       
    40     content: " "attr(title) " ";
       
    41     color: #aaa;
       
    42     text-decoration: none;
       
    43 }
       
    44 .mshot-arrow {
       
    45     width: 0;
       
    46     height: 0;
       
    47     border-top: 10px solid transparent;
       
    48     border-bottom: 10px solid transparent;
       
    49     border-right: 10px solid #5C5C5C;
       
    50     position: absolute;
       
    51     left: -6px;
       
    52     top: 91px;
       
    53 }
       
    54 .mshot-container {
       
    55     background: #5C5C5C;
       
    56     position: absolute;
       
    57     top: -94px;
       
    58     padding: 7px;
       
    59     width: 450px;
       
    60     height: 338px;
       
    61     z-index: 20000;
       
    62     -moz-border-radius: 6px;
       
    63     border-radius: 6px;
       
    64     -webkit-border-radius: 6px;
       
    65 }
       
    66 h2.ak-header {
       
    67     padding: 30px;
       
    68     background: #649316 url('img/logo-full-2x.png') no-repeat 20px center;
       
    69     background-size: 185px 33px;
       
    70     height: 33px;
       
    71     text-indent: -9999em;
       
    72     margin-right: 10px;
       
    73 }
       
    74 .checkforspam {
       
    75     display: inline-block !important;
       
    76 }
       
    77 .checkforspam-spinner {
       
    78     display: inline-block;
       
    79     margin-top: 7px;
       
    80 }
       
    81 
       
    82 .config-wrap {
       
    83 	margin-top: 2em;
       
    84     max-width: 700px;
       
    85 }
       
    86 
       
    87 .activate-option {
       
    88     background: #e3e3e3;
       
    89     border-radius: 3px;
       
    90     margin-bottom: 30px;
       
    91     overflow: hidden;
       
    92     padding: 20px;
       
    93 }
       
    94 .activate-option.clicked {
       
    95 	background: #649316;
       
    96 	color: #fff;
       
    97 }
       
    98 .activate-option.clicked:hover {
       
    99 	background: #68802E;
       
   100 	color: #fff;
       
   101 }
       
   102 
       
   103 .activate-option .button.button-secondary {
       
   104 	margin: 15px 0;
       
   105 }
       
   106 
       
   107 .activate-option p {
       
   108 	margin: 10px 0 10px;
       
   109 }
       
   110 
       
   111 .activate-highlight {
       
   112 	background: #fff;
       
   113 	padding: 30px;
       
   114 	margin-right: 10px;
       
   115 }
       
   116 
       
   117 .activate-highlight.secondary {
       
   118 	background: #ddd;
       
   119 	padding: 20px 30px;
       
   120 }
       
   121 
       
   122 .activate-highlight h3 {
       
   123 	margin: 0 0 0.3em;
       
   124 }
       
   125 .activate-highlight p {
       
   126 	color: #777;
       
   127 }
       
   128 .activate-highlight .button-primary {
       
   129 	margin-top: 15px;
       
   130 }
       
   131 
       
   132 #akismet-enter-api-key .regular-text {
       
   133 	width: 18em;
       
   134 	margin-top: 15px;
       
   135 }
       
   136 
       
   137 .right {
       
   138 	float: right;
       
   139 }
       
   140 
       
   141 .alert-text {
       
   142 	color: #dd3d36;
       
   143 }
       
   144 .success {
       
   145 	color: #649316;
       
   146 }
       
   147 .option-description {
       
   148     float: left;
       
   149     font-size: 16px;
       
   150 }
       
   151 .option-description span {
       
   152     color: #666;
       
   153     display: block;
       
   154     font-size: 14px;
       
   155     margin-top: 5px;
       
   156 }
       
   157 .option-action {
       
   158     float: right;
       
   159 }
       
   160 .key-config-link {
       
   161     font-size: 14px;
       
   162     margin-left: 20px;
       
   163 }
       
   164 .jetpack-account {
       
   165     float: left;
       
   166     font-size: 18px;
       
   167     margin-right: 40px;
       
   168 }
       
   169 .small-heading {
       
   170     color: #777;
       
   171     display: block;
       
   172     font-size: 12px;
       
   173     font-weight: bold;
       
   174     margin-bottom: 5px;
       
   175     text-transform: uppercase;
       
   176 }
       
   177 .inline-label {
       
   178     background: #ddd;
       
   179     border-radius: 3px;
       
   180     font-size: 11px;
       
   181     padding: 3px 8px;
       
   182     text-transform: uppercase;
       
   183 }
       
   184 .inline-label.alert {
       
   185     background: #e54747;
       
   186     color: #fff;
       
   187 }
       
   188 .jetpack-account .inline-label {
       
   189     margin-left: 5px;
       
   190 }
       
   191 .option-action .manual-key {
       
   192     margin-top: 7px;
       
   193 }
       
   194 
       
   195 .alert {
       
   196 	border: 1px solid #e5e5e5;
       
   197 	padding: 0.4em 1em 1.4em 1em;
       
   198     border-radius: 3px;
       
   199     -webkit-border-radius: 3px;
       
   200     border-width: 1px;
       
   201     border-style: solid;
       
   202 }
       
   203 
       
   204 .alert h3.key-status {
       
   205 	color: #fff;
       
   206 	margin: 1em 0 0.5em 0;
       
   207 }
       
   208 
       
   209 .alert.critical {
       
   210 	background-color: #993300;
       
   211 }
       
   212 
       
   213 .alert.active {
       
   214 	background-color: #649316;
       
   215 }
       
   216 
       
   217 .alert p.key-status {
       
   218 	font-size: 24px;
       
   219 }
       
   220 
       
   221 .alert p.description {
       
   222 	color:#fff;
       
   223 	font-size: 14px;
       
   224     margin: 0 0;
       
   225 	font-style: normal;
       
   226 }
       
   227 
       
   228 .alert p.description a,
       
   229 .alert p.description a,
       
   230 .alert p.description a,
       
   231 .alert p.description a {
       
   232 	color: #fff;
       
   233 }
       
   234 
       
   235 .new-snapshot {
       
   236 	margin-top: 1em;
       
   237 	padding: 1em;
       
   238 	text-align: center;
       
   239 }
       
   240 
       
   241 .new-snapshot.stats {
       
   242 	background: #fff;
       
   243 	border: 1px solid #e5e5e5;
       
   244 }
       
   245 
       
   246 .new-snapshot h3 {
       
   247     background: #f5f5f5;
       
   248 	color: #888;
       
   249 	font-size: 11px;
       
   250     margin: 0;
       
   251     padding: 3px;
       
   252 }
       
   253 
       
   254 .new-snapspot ul {
       
   255 	font-size: 12px;
       
   256 	width: 100%;
       
   257 }
       
   258 
       
   259 .new-snapshot ul li {
       
   260     color: #999;
       
   261 	float: left;
       
   262     font-size: 11px;
       
   263 	padding: 0 20px;
       
   264     text-transform: uppercase;
       
   265 	width: 33%;
       
   266 	box-sizing: border-box;
       
   267 	-moz-box-sizing: border-box;
       
   268 	-webkit-box-sizing: border-box;
       
   269 	-ms-box-sizing: border-box;
       
   270 }
       
   271 
       
   272 .new-snapshot.stats ul li:first-child,
       
   273 .new-snapshot.stats ul li:nth-child(2) {
       
   274 	border-right:1px dotted #ccc;
       
   275 }
       
   276 
       
   277 .new-snapshot.account ul li:nth-child(2) {
       
   278 	border-right: none;
       
   279 }
       
   280 
       
   281 .new-snapshot ul li span {
       
   282     color: #52accc;
       
   283 	display: block;
       
   284 	font-size: 32px;
       
   285 	font-weight: lighter;
       
   286 	line-height: 1.5em;
       
   287 }
       
   288 
       
   289 .new-snapshot.stats {
       
   290 }
       
   291 
       
   292 .new-snapshot.account,
       
   293 .new-snapshot.settings {
       
   294 	float: left;
       
   295 	padding: 0;
       
   296 	text-align: left;
       
   297 	width: 50%;
       
   298 	box-sizing: border-box;
       
   299 	-moz-box-sizing: border-box;
       
   300 	-webkit-box-sizing: border-box;
       
   301 	-ms-box-sizing: border-box;
       
   302 }
       
   303 
       
   304 .account-container {
       
   305 	background: #fff;
       
   306 	border: 1px solid #e5e5e5;
       
   307 	margin-right: 0.5em;
       
   308 }
       
   309 
       
   310 .settings-container {
       
   311 	background: #fff;
       
   312 	border: 1px solid #e5e5e5;
       
   313 	margin-left: 0.5em;
       
   314 }
       
   315 
       
   316 .new-snapshot.account ul li {
       
   317 	width:100%
       
   318 }
       
   319 
       
   320 .new-snapshot.account ul li span {
       
   321 	font-size: 14px;
       
   322 	font-weight: normal;
       
   323 }
       
   324 
       
   325 
       
   326 .new-snapshot.settings ul li {
       
   327 	border: none;
       
   328 	display: block;
       
   329 	width:100%
       
   330 }
       
   331 
       
   332 .new-snapshot.settings ul li span {
       
   333 	display: block;
       
   334 	font-size: 14px;
       
   335 	font-weight: normal;
       
   336 }
       
   337 
       
   338 .new-snapshot.settings p.submit {
       
   339 	margin: 0;
       
   340 	text-align: center;
       
   341 }
       
   342 
       
   343 .akismet-settings th:first-child {
       
   344 	vertical-align: top;
       
   345 	padding-top: 15px;
       
   346 }
       
   347 
       
   348 .akismet-settings th.akismet-api-key {
       
   349 	vertical-align: middle;
       
   350 	padding-top: 0;
       
   351 }
       
   352 
       
   353 .akismet-settings input[type=text] {
       
   354 	width: 75%;
       
   355 }
       
   356 
       
   357 .akismet-settings span.note{
       
   358 	float: left;
       
   359 	padding-left: 23px;
       
   360 	font-size: 75%;
       
   361 	margin-top: -10px;
       
   362 }
       
   363 
       
   364 .clearfix {
       
   365 	clear:both;
       
   366 }