styling
This commit is contained in:
+11
-18
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #dedede;
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
font-size: 13px;
|
||||
@@ -14,12 +14,10 @@ body {
|
||||
|
||||
h2 {
|
||||
font-size: 13px;
|
||||
margin-bottom: 0px;
|
||||
color: #8f0000;
|
||||
font-family: verdana;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
caption, tbody, tfoot, thead, tr, th, td{
|
||||
@@ -35,31 +33,29 @@ h1 {
|
||||
font-weight: bold;
|
||||
font-size: 19px;
|
||||
color: #8f0000;
|
||||
font-family: arial;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.hs {
|
||||
font-weight: bold;
|
||||
font-size: 19px;
|
||||
color: #8f0000;
|
||||
font-family: arial;
|
||||
font-family: arial, serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.contentContainer {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 800px;
|
||||
height: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.buttonContainer {
|
||||
position: relative;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
top: 1px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
@@ -134,7 +130,7 @@ fieldset.hostelClientState {
|
||||
}
|
||||
|
||||
fieldset.hostelRules {
|
||||
h-eight: 176px;
|
||||
height: 176px;
|
||||
}
|
||||
|
||||
div.autoScrolling {
|
||||
@@ -158,15 +154,13 @@ select {
|
||||
|
||||
.tarifsList caption {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-family: verdana,arial,tahoma;
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tarifsList td, .periods th, .periods td {
|
||||
border: 1px solid #666;
|
||||
padding: 3px;
|
||||
font-family: verdana,arial,tahoma;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.tarifsList tr:hover, .periods tr.value td:hover {
|
||||
@@ -204,7 +198,6 @@ a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #003388;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table#hstInventory td.item {
|
||||
|
||||
Reference in New Issue
Block a user