Difference between revisions of "MediaWiki:Writers.css"

Line 24: Line 24:
 
ins.diffchange {
 
ins.diffchange {
 
     color: #008000;
 
     color: #008000;
    font-weight: bold;
 
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}
Line 35: Line 34:
 
del.diffchange {
 
del.diffchange {
 
     color: #8B0000;
 
     color: #8B0000;
    font-weight: bold;
 
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Revision as of 17:04, 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: #008000;
    text-decoration: none;
}

td.diff-addedline {
    background-color: #A2CD5A;
    color: #101706;
}

del.diffchange {
    color: #8B0000;
    text-decoration: none;
}

td.diff-deletedline {
    background-color: #D2B48C;
    color: #1A0F08;
}

h2#title {
    text-align: left;
}