ECLIPSE + PyDev Project
[Samba/kamenim.git] / swat2 / style / wide.css
blob0107b33698ee5de0b9af180a5754378382ed9e15
1 /*
2 wide.css
3 Copyright (C) 2004-2005 Deryck Hodge <deryck@samba.org>
5 An alternate two-column "wide" style for those pages
6 with lots and lots of text (download, devel, etc.)
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.
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;
29 * html #content {
30 width:70%;
32 #content h4 {
33 font-weight:bold;
34 margin:50px 10px 15px 0;
36 pre {
37 margin:15px 0 30px 5px;
41 /* Team section
42 ***********************************************************/
43 .teampic {
44 text-align:center;
46 .teampic img {
47 width:431px;
48 height:300px;
52 /* Release history/Release notes
53 ***********************************************************/
54 .notes {
55 position:absolute;
56 top:265px;
57 left:0;
59 .notes h6 {
60 text-align:left;
61 margin:10px 5px;
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;
70 .intro {
71 margin-top:30px;
73 .headline {
74 margin-left:20px;
75 font-style:italic;
77 .latest ul {
78 list-style-type:none;
79 margin-left:40px;
83 /* Support providers pages
84 ***********************************************************/
85 #countries {
86 float:left;
87 margin:240px 0 0 5px;
88 padding:0;
89 background-color:#E5E9F5;
91 #countries ul {
92 list-style-type:none;
94 #countries a {
95 font-size:small;
97 #countries h4 {
98 margin-top:10px;
99 margin-left:1px;
100 font-size:small;
102 .disclaimer {
103 margin:30px;
104 font-style:italic;
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;