r7171: Just learning my way around the new SWAT, and updating some
[sfrench/samba-autobuild/.git] / swat / style / main.css
1 /* main.css */
2
3                 /******* Links for right-hand side of the page ******/
4                 /****************************************************/
5 #links {
6         float:right;
7         margin:115px 1em 0 0;  
8         padding:0;
9     width:173px;
10 }
11 * html #links {         /* Applies to IE5/6 only */
12         margin:115px .5% 0 0;
13 }
14 #links h4 {
15         margin-top:10px;
16         margin-left:1.5px;
17         font-size:small;
18 }
19 #links ul {
20         list-style-type:none;
21         padding:0;
22         padding-top:5px;
23         margin-left:20px;
24 }
25 #links a {
26         font-size:small;
27 }
28 #links p {
29         margin-top:25px;
30         margin-left:20px;
31 }
32 .releases {
33         padding:2px;
34         margin-top:35px;
35         border:1px solid #CCC;
36         background-color:#E5E9F5;
37 }
38 .beyond, .related, .intl {
39         padding:2px;
40         margin-top:25px;
41         border:1px solid #CCC;
42         background-color:#E5E9F5;
43 }
44 .beyond li {
45         margin-bottom:10px;
46 }
47 .contacts li{
48         list-style-type:disc;
49 }
50                 /****** Formats the page layout ********************/
51                 /**************************************************/ 
52 #content>.center {
53         min-height:800px;
54         z-index:0;
55 }
56 .center {
57         margin:0 22% 0 175px;
58         padding-top:130px;
59         padding-left:35px;
60         padding-bottom:50px;
61         padding-right:15px;
62         background-color:#FFF;
63         border-left:1px solid #FFFF64;
64         border-right:1px solid #FFFF64;
65         z-index:-1;
66 }
67 .center ul {
68         list-style-type:none;
69 }
70 .headline {
71         margin-left:20px;
72         font-style:italic;
73 }
74                 /*********T-shirts and mirror footnotes *************/
75                 /****************************************************/
76 .plugs {
77         font-style:italic;
78         text-align:center;
79         border-top:2px groove #3878CD;
80         border-bottom:2px groove #3878CD;
81         padding:10px;
82         margin-top:100px;
83 }
84 .plugs p {
85         padding:30px;
86 }
87 .plugs img {
88         float:left;
89 }
90 .request {
91         margin-top:50px;
92         font-style:italic;
93         font-size:small;
94 }
95 #noswp img {
96     border:1px solid #3868CD;
97     width:370px;
98     height:90px;
99 }
100 #noswp a:hover {
101     background-color:transparent;
102 }
103 #noswp {
104     width:auto;
105     text-align:center;
106     margin:10px 0 25px 0;
107 }
108
109 /*
110         styles for data tables
111 */
112 table.data {
113            border: 2px;
114 }
115 table.data th {
116         margin-top:20px;
117         text-align:left;
118         background-color: #F5C915;
119 }
120 table.data tr {
121         background-color: #E5C995;
122         text-align:left;
123 }