r8811: Fix the build..
[sfrench/samba-autobuild/.git] / swat / style / wide.css
1 /*
2         wide.css
3         Copyright (C) 2004-2005 Deryck Hodge <deryck@samba.org>
4
5         An alternate two-column "wide" style for those pages
6         with lots and lots of text (download, devel, etc.)
7
8         You may freely use and modify the styles here, but if you 
9         intend to recreate the samba.org look exactly, please ask
10         permission first.
11 */
12
13
14 /* Primary content section 
15 ***********************************************************/
16 #content {
17         position:absolute;
18         top:100px;
19         clear:left;
20         margin:0 1% 0 175px;
21         padding-top:30px;
22         padding-left:35px;
23         padding-bottom:50px;
24         padding-right:15px;
25         background-color:#FFF;
26         border-left:1px solid #FFFF64;
27         border-right:1px solid #FFFF64;
28 }
29 * html #content {
30         width:70%;
31 }
32 #content h4 {
33         font-weight:bold;
34         margin:50px 10px 15px 0;
35 }
36 pre {
37     margin:15px 0 30px 5px;
38 }    
39
40
41 /* Team section
42 ***********************************************************/
43 .teampic {
44         text-align:center;
45 }
46 .teampic img {
47         width:431px;
48         height:300px;
49 }
50
51
52 /* Release history/Release notes
53 ***********************************************************/
54 .notes {
55         position:absolute;
56         top:265px;
57         left:0;
58 }
59 .notes h6 {
60     text-align:left;
61     margin:10px 5px;
62 }
63 .notes ul {
64         list-style-type:none;
65         text-align:left;
66         padding-left:12px;
67         margin:0 0 0 10px;
68         font-size:10px;
69 }
70 .intro {
71         margin-top:30px;
72 }
73 .headline {
74         margin-left:20px;
75         font-style:italic;
76 }
77 .latest ul {
78         list-style-type:none;
79         margin-left:40px;
80 }
81
82
83 /* Support providers pages
84 ***********************************************************/
85 #countries {
86         float:left;
87         margin:240px 0 0 5px;
88         padding:0;
89         background-color:#E5E9F5;
90 }
91 #countries ul {
92         list-style-type:none;
93 }
94 #countries a {
95         font-size:small;
96 }
97 #countries h4 {
98         margin-top:10px;
99         margin-left:1px;
100         font-size:small;
101 }
102 .disclaimer {
103         margin:30px;
104         font-style:italic;
105 }
106 .info {
107         margin:75px 15px 15px 15px;
108         padding:10px;
109         font-size:small;
110         border-top:1px dotted #3878CD;
111         border-bottom:1px dotted #3878CD;
112 }
113