MediaWiki:Common.css: Difference between revisions

no edit summary
(Bullet spacing in tables)
No edit summary
Line 45: Line 45:


a.new{color:#B55} /* draw less attention to red links, visually */
a.new{color:#B55} /* draw less attention to red links, visually */
/*==Talk pages==*/
/* add separation between comments (depends on DiscussionTools extension) */
.ext-discussiontools-init-replylink-buttons { font-weight:bold; }
.ext-discussiontools-init-replylink-buttons:after {
content:'-';
color:#FFF0;
display:block;
margin-right:75%;
border-top:1px dashed #0FF;
border-image:linear-gradient(to right, #0FF, #FFF0) 1;
}