38 lines
495 B
CSS
38 lines
495 B
CSS
/* common.css - MoinMoin Default Styles
|
|
|
|
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
|
|
*/
|
|
|
|
/* Links */
|
|
|
|
a {color: #5CFF5C;}
|
|
a:visited {color: #00FF00;}
|
|
a.nonexistent, a.badinterwiki {color: white;}
|
|
|
|
/* Headings */
|
|
|
|
h1,
|
|
h1 a, h1 a:visited,
|
|
h2, h3, h4, h5, h6 {
|
|
color: white;
|
|
}
|
|
|
|
tt {font-size: 1.5em;}
|
|
|
|
strong.highlight
|
|
{
|
|
background-color: #666666;
|
|
}
|
|
|
|
.rcdaybreak td {
|
|
background: #BBBBBB;
|
|
}
|
|
.rcicon1, .rcicon2 {
|
|
background: #555555;
|
|
}
|
|
.rctime,
|
|
.rceditor,
|
|
.rccomment {
|
|
color:black;
|
|
}
|
|
|