Difference between revisions of "MediaWiki:Writers.css"
m (Try some new colors for the diff view) |
|||
Line 23: | Line 23: | ||
ins.diffchange { | ins.diffchange { | ||
− | color: # | + | color: #366639; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
td.diff-addedline { | td.diff-addedline { | ||
− | background-color: # | + | background-color: #98C89B; |
− | color: # | + | color: #0D190E; |
} | } | ||
del.diffchange { | del.diffchange { | ||
− | color: # | + | color: #663936; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
td.diff-deletedline { | td.diff-deletedline { | ||
− | background-color: # | + | background-color: #C89B98; |
− | color: # | + | color: #190E0D; |
} | } | ||
Revision as of 17:36, 13 April 2012
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 {
color: #366639;
text-decoration: none;
}
td.diff-addedline {
background-color: #98C89B;
color: #0D190E;
}
del.diffchange {
color: #663936;
text-decoration: none;
}
td.diff-deletedline {
background-color: #C89B98;
color: #190E0D;
}
h2#title {
text-align: left;
}