source: greenstone3/branches/customizingGreenstone3/web/ui/skins/mediaWikish/css/style.css@ 14712

Last change on this file since 14712 was 14712, checked in by dnk2, 17 years ago

dump of existing code

File size: 1007 bytes
Line 
1
2body {
3
4 background-color: rgb(95,110, 140);
5
6
7 font: x-small sans-serif;
8 text-align: justify ;
9 font-size: 90%;
10}
11
12#mainContentArea {
13 text-align: justify;
14 border: solid rgb(15,50,100);
15 border-width: 1px;
16 width:652px;
17 margin:auto;
18 padding: 10px ;
19 background-color: rgb(255,255,255);
20 }
21
22#footer {
23
24 border: 1px solid rgb(15,50,100);
25 border-top-width: 0px ;
26 width:672px;
27 bottom: 0px ;
28 background-color: rgb(195,220,245) ;
29 margin:auto;
30 text-align: center ;
31
32}
33
34
35p {
36 margin: .4em 0 .5em 0;
37 margin-left: 2em ;
38 line-height: 1.5em;
39}
40
41h1, h2, h3{
42 color: black;
43 background: none;
44 font-weight: normal;
45 margin: 0;
46 margin-top: .5em;
47 padding-bottom: .17em;
48 border-bottom: 1px solid rgb(15,50,100);
49 margin-bottom: 0.5em ;
50}
51
52h1 { font-size: 170%; }
53h2 { font-size: 150%; }
54h3 { font-size: 125%; }
55
56h4 {
57 font-size: 120%;
58 color: black;
59 background: none;
60 font-weight: normal;
61 margin: 0;
62 padding-top: .5em;
63 padding-bottom: .17em;
64 border-bottom: 1px solid #aaa;
65 margin-bottom: 0.5em ;
66}
Note: See TracBrowser for help on using the repository browser.