Difference between revisions of "MediaWiki:Writers.css"
(Fix styling for redirects.) |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | div#container { | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
pre { | pre { | ||
color: #eeeeee; | color: #eeeeee; | ||
Line 5: | Line 9: | ||
border: 1px solid #141414; | border: 1px solid #141414; | ||
} | } | ||
− | + | ||
.tleft { | .tleft { | ||
margin: 10px 20px 10px 0px; | margin: 10px 20px 10px 0px; | ||
} | } | ||
− | + | ||
.post ul, .post ol { | .post ul, .post ol { | ||
margin: 1em 0 1em 2em; | margin: 1em 0 1em 2em; | ||
} | } | ||
− | + | ||
.post li ul, .post li ol { | .post li ul, .post li ol { | ||
margin: 0 0 0 2em; | margin: 0 0 0 2em; | ||
} | } | ||
− | + | ||
#toc { | #toc { | ||
margin: 2em 2em 2em 0; | margin: 2em 2em 2em 0; | ||
} | } | ||
− | + | ||
+ | ins.diffchange { | ||
+ | background-color: #86BF89; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | td.diff-addedline { | ||
+ | background-color: #B9DABB; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
del.diffchange { | del.diffchange { | ||
− | color: # | + | background-color: #BF8986; |
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | td.diff-deletedline { | ||
+ | background-color: #DABBB9; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | h2#title { | ||
+ | text-align: left; | ||
} | } | ||
− | + | table.wikitable { | |
− | color: # | + | background-color: #171717; |
− | + | border: solid 1px #141414; | |
+ | border-collapse: collapse; | ||
} | } | ||
− | td. | + | table.wikitable td, table.wikitable th { |
− | + | border: solid 1px #141414; | |
+ | padding: 2px; | ||
} | } | ||
− | + | table.wikitable th { | |
− | background-color: # | + | background-color: #0F0F0F; |
+ | } | ||
+ | |||
+ | .infobox { | ||
+ | background-color: #171717; | ||
+ | border: solid 1px #141414; | ||
+ | float: right; | ||
+ | margin-left: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | padding: 10px; | ||
+ | width: 250px; | ||
+ | } | ||
+ | |||
+ | .infobox h2 { | ||
+ | border-bottom: none; | ||
+ | font-size: 18px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .infobox td[colspan="2"] { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .infobox #toc { | ||
+ | background: transparent; | ||
+ | border: none; | ||
+ | margin: 0; | ||
+ | text-align: left; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .allpagesredirect a.mw-redirect { | ||
+ | font-style: italic; | ||
} | } |
Latest revision as of 22:13, 14 May 2012
div#container {
padding: 0;
}
pre {
color: #eeeeee;
background: #282828;
padding: 8px;
border: 1px solid #141414;
}
.tleft {
margin: 10px 20px 10px 0px;
}
.post ul, .post ol {
margin: 1em 0 1em 2em;
}
.post li ul, .post li ol {
margin: 0 0 0 2em;
}
#toc {
margin: 2em 2em 2em 0;
}
ins.diffchange {
background-color: #86BF89;
text-decoration: none;
}
td.diff-addedline {
background-color: #B9DABB;
color: #000000;
}
del.diffchange {
background-color: #BF8986;
text-decoration: none;
}
td.diff-deletedline {
background-color: #DABBB9;
color: #000000;
}
h2#title {
text-align: left;
}
table.wikitable {
background-color: #171717;
border: solid 1px #141414;
border-collapse: collapse;
}
table.wikitable td, table.wikitable th {
border: solid 1px #141414;
padding: 2px;
}
table.wikitable th {
background-color: #0F0F0F;
}
.infobox {
background-color: #171717;
border: solid 1px #141414;
float: right;
margin-left: 10px;
margin-bottom: 10px;
padding: 10px;
width: 250px;
}
.infobox h2 {
border-bottom: none;
font-size: 18px;
width: 100%;
}
.infobox td[colspan="2"] {
text-align: center;
}
.infobox #toc {
background: transparent;
border: none;
margin: 0;
text-align: left;
width: 100%;
}
.allpagesredirect a.mw-redirect {
font-style: italic;
}