]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/akismet.css
dccc9c493f3de1e0d21284c7186f429b2eae1dcc
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / akismet.css
1 #submitted-on { position: relative; }
2 #the-comment-list .author .akismet-user-comment-count { display: inline; }
3 #the-comment-list .author a span { text-decoration: none; color: #999; }
4 #the-comment-list .remove_url { margin-left: 3px; color: #999; padding: 2px 3px 2px 0; }
5 #the-comment-list .remove_url:hover { color: #A7301F; font-weight: bold; padding: 2px 2px 2px 0; }
6 #dashboard_recent_comments .akismet-status { display: none; } /* never show the flagged by text on the dashboard */
7 .akismet-status { float: right; }
8 .akismet-status a { color: #AAA; font-style: italic; }
9 span.comment-link a { text-decoration: underline; }
10 span.comment-link:after { content: " " attr(title) " "; color: #aaa; text-decoration: none; }
11 .mshot-arrow { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right:10px solid #5C5C5C; position: absolute; left: -6px; top: 91px; }
12 .mshot-container { background: #5C5C5C; position: absolute; top: -94px; padding: 7px; width: 450px; height: 338px; z-index: 20000; -moz-border-radius:6px; border-radius:6px; -webkit-border-radius:6px; }