]> git.mxchange.org Git - pizzaservice-war.git/blob - web/resources/css/cssLayout.css
Continued with project:
[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 .basket_item_table {
76         width: 600px;
77 }
78
79 .table_row {
80         width: 100%;
81 }
82
83 .table_left {
84         width: 250px;
85         float: left;
86 }
87
88 .table_right {
89         width: 200px;
90         float: right;
91 }
92
93 .table_left25 {
94         width: 20px;
95         float: left;
96 }
97
98 .table_right75 {
99         width: 430px;
100         float: right;
101 }
102
103 .para {
104         padding: 5px 5px 5px 5px;
105 }
106
107 .clear {
108         clear: both;
109 }
110
111 ul.footer_nav {
112         text-align: center;
113         width : 500px;
114         list-style: none;
115         margin: 0px;
116 }
117
118 ul.footer_nav li {
119         float: left;
120         width: 100px;
121 }
122
123 .menu ul {
124         list-style: none;
125         padding-left: 5px;
126 }
127
128 .table_header {
129         text-align: center;
130         font-weight: bold;
131         font-size: 20px;
132 }
133
134 .table_header_column {
135         width: 100px;
136 }
137
138 .table_data_column {
139         width: 100px;
140 }