Fixed term date for GD to be consistent
[clearscm.git] / web / css / Article.css
1 /**************************************************************************** 
2 Sets minimal style for unsupported browsers and then imports the css
3 files (used by compliant browsers). The following browsers will only
4 get the minimal css styling listed below this comment:
5
6         NN 4.x, IE 3, IE 4.
7
8 NOTE: imports must use the quoted file name syntax for the import,
9 '@import "x.css",' not the '@import url(x.css)' form which IE 4
10 recognizes.
11 *****************************************************************************/
12 @import url(LevelThePlayingField.css);
13 @import url(ColoredBoxesRoundedCorners.css);
14 @import url(ArticleLayout.css);
15
16 h2 {
17   text-align:           center;
18 }
19
20 div.filtered {
21   color:                red;
22   border:               2px solid #6600FF; 
23   background-color:     #E8E8E8;
24   padding:              5px;
25 }
26
27 .filtered, .filtered a {
28   color:                #333399; 
29   font-style:           italic;
30 }
31
32 .fontsize-set a#medium {
33   font-size:            120%;
34 }
35
36 .fontsize-set a#large {
37   font-size:            140%;
38 }