]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/_inc/akismet.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / _inc / akismet.css
index b754ec678e9519e79fa5803a90017d8134acbaf4..d38e14bcfb45b3fdd9c027693417f9fbba5b923e 100644 (file)
     color: #AAA;
     font-style: italic;
 }
-span.comment-link a {
+table.comments td.comment p a {
     text-decoration: underline;
 }
-span.comment-link:after {
-    content: " "attr(title) " ";
+table.comments td.comment p a:after {
+    content: attr(href);
     color: #aaa;
-    text-decoration: none;
+    display: inline-block; /* Show the URL without the link's underline extending under it. */
+    padding: 0 1ex; /* Because it's inline block, we can't just use spaces in the content: attribute to separate it from the link text. */
 }
 .mshot-arrow {
     width: 0;
@@ -63,6 +64,15 @@ span.comment-link:after {
     border-radius: 6px;
     -webkit-border-radius: 6px;
 }
+.akismet-mshot {
+    position: absolute;
+    z-index: 100;
+}
+.akismet-mshot .mshot-image {
+    margin: 0;
+    height: 338px;
+    width: 450px;
+}
 h2.ak-header {
     padding: 30px;
     background: #649316 url('img/logo-full-2x.png') no-repeat 20px center;
@@ -363,4 +373,102 @@ h2.ak-header {
 
 .clearfix {
        clear:both;
+}
+
+/**
+ * For the activation notice on the plugins page.
+ */
+.akismet_activate {
+       min-width: 825px;
+       border: 1px solid #4F800D;
+       padding: 5px;
+       margin: 15px 0;
+       background: #83AF24;
+       background-image: -webkit-gradient(linear, 0% 0, 80% 100%, from(#83AF24), to(#4F800D));
+       background-image: -moz-linear-gradient(80% 100% 120deg, #4F800D, #83AF24);
+       -moz-border-radius: 3px;
+       border-radius: 3px;
+       -webkit-border-radius: 3px;
+       position: relative;
+       overflow: hidden;
+}
+
+.akismet_activate .aa_a {
+       position: absolute;
+       top: -5px;
+       right: 10px;
+       font-size: 140px;
+       color: #769F33;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       z-index: 1;
+}
+
+.akismet_activate .aa_button {
+       font-weight: bold;
+       border: 1px solid #029DD6;
+       border-top: 1px solid #06B9FD;
+       font-size: 15px;
+       text-align: center;
+       padding: 9px 0 8px 0;
+       color: #FFF;
+       background: #029DD6;
+       background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
+       background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       -webkit-border-radius: 2px;
+       width: 100%;
+       cursor: pointer;
+       margin: 0;
+}
+
+.akismet_activate .aa_button:hover {
+       text-decoration: none !important;
+       border: 1px solid #029DD6;
+       border-bottom: 1px solid #00A8EF;
+       font-size: 15px;
+       text-align: center;
+       padding: 9px 0 8px 0;
+       color: #F0F8FB;
+       background: #0079B1;
+       background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0079B1), to(#0092BF));
+       background-image: -moz-linear-gradient(0% 100% 90deg, #0092BF, #0079B1);
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       -webkit-border-radius: 2px;
+}
+
+.akismet_activate .aa_button_border {
+       border: 1px solid #006699;
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       -webkit-border-radius: 2px;
+       background: #029DD6;
+       background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
+       background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
+}
+
+.akismet_activate .aa_button_container {
+       display: inline-block;
+       background: #DEF1B8;
+       padding: 5px;
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       -webkit-border-radius: 2px;
+       width: 266px;
+}
+
+.akismet_activate .aa_description {
+       position: absolute;
+       top: 22px;
+       left: 285px;
+       margin-left: 25px;
+       color: #E5F2B1;
+       font-size: 15px;
+       z-index: 1000;
+}
+
+.akismet_activate .aa_description strong {
+       color: #FFF;
+       font-weight: normal;
 }
\ No newline at end of file