source: trunk/server/swat2/style/columns.css@ 585

Last change on this file since 585 was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 1.3 KB
Line 
1/*
2 columns.css
3 Copyright (C) 2004-2005 Deryck Hodge <deryck@samba.org>
4
5 Creates a puesdo-three-column view.
6
7 You may freely use and modify the styles here, but if you
8 intend to recreate the samba.org look exactly, please ask
9 permission first.
10*/
11
12
13/* Middle content column
14***********************************************************/
15#content {
16 position:absolute;
17 top:100px;
18 margin:0 20% 0 175px;
19 padding-top:30px;
20 padding-left:35px;
21 padding-bottom:50px;
22 padding-right:15px;
23 background-color:#FFF;
24 border-left:1px solid #FFFF64;
25 border-right:1px solid #FFFF64;
26}
27* html #content {
28 width:51%;
29 margin-right:0;
30}
31#content ul {
32 list-style-type:none;
33}
34
35
36/* Misc
37************************************************************/
38.headline {
39 margin-left:20px;
40 font-style:italic;
41}
42.plugs {
43 font-style:italic;
44 text-align:center;
45 border-top:2px groove #3878CD;
46 border-bottom:2px groove #3878CD;
47 padding:10px;
48 margin-top:100px;
49}
50.plugs p {
51 padding:30px;
52}
53.plugs img {
54 float:left;
55}
56.request {
57 margin-top:50px;
58 font-style:italic;
59 font-size:small;
60}
61#noswp img {
62 border:1px solid #3868CD;
63 width:370px;
64 height:90px;
65}
66#noswp a:hover {
67 background-color:transparent;
68}
69#noswp {
70 width:auto;
71 text-align:center;
72 margin:10px 0 25px 0;
73}
Note: See TracBrowser for help on using the repository browser.