]> git.mxchange.org Git - pizzaservice-war.git/blob - web/resources/css/cssLayout.css
Refacturing towards JSF:
[pizzaservice-war.git] / web / resources / css / cssLayout.css
1 #top {
2         position: relative;
3         background-color: #036fab;
4         color: white;
5         padding: 5px;
6         margin: 0px 0px 10px 0px;
7 }
8
9 #footer {
10         position: relative;
11         background-color: #c2dfef;
12         padding: 5px;
13         margin: 10px 0px 0px 0px;
14 }
15
16 #left {
17         float: left;
18         background-color: #ece3a5;
19         padding: 5px;
20         width: 150px;
21 }
22
23 #right {
24         float: right;
25         background-color: #ece3a5;
26         padding: 5px;
27         width: 150px;
28 }
29
30 .center_content {
31         position: relative;
32         background-color: #dddddd;
33         padding: 5px;
34 }
35
36 .left_content {
37         background-color: #dddddd;
38         padding: 5px;
39         margin-left: 170px;
40 }
41
42 .right_content {
43         background-color: #dddddd;
44         padding: 5px;
45         margin: 0px 170px 0px 170px;
46 }
47
48 #top a:link, #top a:visited {
49         color: white;
50         font-weight : bold;
51         text-decoration: none;
52 }
53
54 #top a:link:hover, #top a:visited:hover  {
55         color: black;
56         font-weight : bold;
57         text-decoration : underline;
58 }
59
60 /**
61 div {
62         border: 1px solid #ff0000;
63 }
64 /**/
65
66 table, .table {
67         margin: 0px;
68         padding: 0px;
69 }
70
71 .table {
72         width: 500px;
73 }
74
75 .table_row {
76         width: 100%;
77 }
78
79 .table_left {
80         width: 250px;
81         float: left;
82 }
83
84 .table_right {
85         width: 200px;
86         float: right;
87 }
88
89 .table_left25 {
90         width: 20px;
91         float: left;
92 }
93
94 .table_right75 {
95         width: 430px;
96         float: right;
97 }
98
99 .para {
100         padding: 5px 5px 5px 5px;
101 }
102
103 .clear {
104         clear: both;
105 }
106
107 ul.footer_nav {
108         text-align: center;
109         width : 500px;
110         list-style: none;
111         margin: 0px;
112 }
113
114 ul.footer_nav li {
115         float: left;
116         width: 100px;
117 }
118
119 .menu ul {
120         list-style: none;
121         padding-left: 5px;
122 }
123
124 .table_header {
125         text-align: center;
126         font-weight: bold;
127         font-size: 20px;
128 }
129
130 .table_header_column {
131         width: 100px;
132 }
133
134 .table_data_column {
135         width: 100px;
136 }