MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(Undo revision 1032684 by GethN7 (talk))
No edit summary
Line 4: Line 4:


.spoiler { border:1px dotted gray; }
.spoiler { border:1px dotted gray; }
.spoiler, .spoiler a, .spoiler a.link, .spoiler a.new, .spoiler a.external
.spoiler, .spoiler a, .spoiler .link, .spoiler .new, .spoiler .external
{ background: white; color:white; background: white; }
{ background: white; color:white; }


/* {{Work}}/{{Trope}}/{{Creator}} templates */
/* {{Work}}/{{Trope}}/{{Creator}} templates */
Line 13: Line 13:
.examplesbox {
.examplesbox {
font-size: 16px;
font-size: 16px;
margin: 8px 0px;
margin: 8px;
background-color: #f9f9f9;
background-color: #f9f9f9;
border: solid 1px #aaa;
border: solid 1px #aaa;
Line 73: Line 73:
font-size: 85%;
font-size: 85%;
}
}

*/


table td.forum_title a.forum_new { font-weight: bold }
table td.forum_title a.forum_new { font-weight: bold }
table td.forum_title a.forum_new:visited { font-weight: normal }
table td.forum_title a.forum_new:visited { font-weight: normal }
table td.forum_edited a { text-decoration: none }
.forum_edited a { text-decoration: none }


.forumlist { border-collapse: collapse }
.forumlist { border-collapse: collapse }
Line 84: Line 82:
.forumlist td span { display: block; padding-left: 10px; font-size: smaller }
.forumlist td span { display: block; padding-left: 10px; font-size: smaller }
.forumlist td span a { text-decoration: none; }
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td .forum_author { padding-left: 30px; }
.forumlist td.forum_title a { padding-left: 20px }
.forumlist td.forum_title a { padding-left: 20px }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title span a { padding-left: 0px }
Line 108: Line 106:
margin-bottom: 0.6em;
margin-bottom: 0.6em;
color: black;
color: black;
margin: 0px;
overflow: hidden;
overflow: hidden;
padding: 0.5em 0.17em;
padding: 0.5em 0.17em;
Line 213: Line 210:


/* Disambig and set index box styles */
/* Disambig and set index box styles */
table.dmbox {
.dmbox {
clear: both;
clear: both;
margin: 0.9em 1em;
margin: 0.9em 1em;
Line 322: Line 319:
margin-right: 0.5em;
margin-right: 0.5em;
width: 6em;
width: 6em;
}

/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
#content {
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
}
.pBody {
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
}

#mw-head {
width: 98%!important;
}
}