1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
/* The following is a sample CSS file for UseModWiki 1.0.
It is not pretty, but it demonstrates all of the new DIVs and
tag classes. */
DIV.wikitext {
background-color : #ccc;
}
DIV.wikipreview {
background-color : Lightblue;
}
DIV.wikiheader {
background-color : Lightpink;
}
DIV.wikirc {
background-color : Lightblue;
}
DIV.wikifooter {
background-color : Lightpink;
}
DIV.wikipref {
background-color : orange;
}
HR.wikilinefooter {
height : 3px;
}
HR.wikilineheader {
height : 2px;
border : double;
}
HR.wikiline {
height : 2px;
color : blue;
}
HR.wikilinepref {
color : red;
height : 5px;
}
A.wikipagelink {
background-color : orange;
}
A.wikipageedit {
color : red;
border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
background-color : orange;
}
TABLE.wikidiffnew {
background-color : Lightgreen;
}
|