]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/_inc/akismet.css
WordPress 4.4-scripts
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / _inc / akismet.css
index ff076aab2ba1fde44618e6e9a47a9bb83c27063a..05e0ab9c20c8f6fbf797a6ad57b56bee63b72f69 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;
@@ -340,11 +350,16 @@ h2.ak-header {
        text-align: center;
 }
 
-.akismet-settings th.strictness {
+.akismet-settings th:first-child {
        vertical-align: top;
        padding-top: 15px;
 }
 
+.akismet-settings th.akismet-api-key {
+       vertical-align: middle;
+       padding-top: 0;
+}
+
 .akismet-settings input[type=text] {
        width: 75%;
 }