]> git.llucax.com Git - personal/website.old.git/blob - www/css/header.css
336e10c8f8a0a9d74aa595e46a93884e88261b26
[personal/website.old.git] / www / css / header.css
1 /* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
2  * +--------------------------------------------------------------------+
3  * |                       Luca's Website (L'SWS)                       |
4  * +--------------------------------------------------------------------+
5  * | This file is part of L'SWS.                                        |
6  * |                                                                    |
7  * | L'SWS is free software; you can redistribute it and/or modify it   |
8  * | under the terms of the GNU General Public License as published by  |
9  * | the Free Software Foundation; either version 2 of the License, or  |
10  * | (at your option) any later version.                                |
11  * |                                                                    |
12  * | L'SWS is distributed in the hope that it will be useful, but       |
13  * | WITHOUT ANY WARRANTY; without even the implied warranty of         |
14  * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
15  * | General Public License for more details.                           |
16  * |                                                                    |
17  * | You should have received a copy of the GNU General Public License  |
18  * | along with Hooks; if not, write to the Free Software Foundation,   |
19  * | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
20  * +--------------------------------------------------------------------+
21  * | Created: sáb feb  1 19:19:54 ART 2003                              |
22  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
23  * +--------------------------------------------------------------------+
24  *
25  * $Id: header.css 14 2003-02-23 04:45:34Z luca $
26  *
27  */
28
29 /**
30  * Header styles.
31  */
32 TABLE.structure {
33     width:  100%;
34     margin: 0pt;
35 }
36
37 H1 {
38     position:       relative;
39     left:           7pt;
40     top:            -5pt;
41     text-align:     center;
42     font-size:      x-large;
43     letter-spacing: 4pt;
44 }
45
46 H1:first-letter {
47     position:  relative;
48     top:              2pt;
49     color:            blue;
50     background-color: transparent;
51     font-size:        xx-large;
52 }
53
54 H2 {
55     font-size: large;
56 }
57
58 TD.logocontainer DIV {
59     position:    absolute;
60     left:        2pt;
61     top:         5pt;
62     font-size:   larger;
63     font-weight: bold;
64     font-family: Arial Black, sans-serif;
65 }
66
67 TD.logocontainer DIV.home {
68     position: absolute;
69     left:     52pt;
70     top:      35pt;
71 }
72
73 TD.titlecontainer {
74     text-align: center;
75     vertical-align: middle;
76 }
77
78 TD.menucontainer {
79     text-align:     left;
80     vertical-align: top;
81     width:          115pt;
82 }
83
84 TD.bodycontainer {
85     text-align:     left;
86     vertical-align: top;
87     padding-left:   5pt;
88 }
89
90 /* $Id: header.css 14 2003-02-23 04:45:34Z luca $ */