scripts/wiki/static/crans/css/common-movieclub.css
gdetrez 8ca269628c menage...
darcs-hash:20060509143339-f46e9-5288a8801dc142184a1a38ea6ca2dd3299ec7067.gz
2006-05-09 16:33:39 +02:00

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;
}