mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-18 22:51:37 +00:00
CSS updates for validation.
This commit is contained in:
parent
32c4145f4b
commit
3cd1cb1172
2 changed files with 27 additions and 4 deletions
|
@ -79,6 +79,7 @@ BODY {
|
|||
color: black;
|
||||
|
||||
padding: 3px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#topStrip A {
|
||||
|
@ -95,6 +96,8 @@ BODY {
|
|||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#menu {
|
||||
|
@ -105,7 +108,7 @@ BODY {
|
|||
|
||||
display: inline;
|
||||
float: left;
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
|
||||
margin: 0;
|
||||
margin-top: 2px;
|
||||
|
@ -157,6 +160,8 @@ BODY {
|
|||
margin: 0;
|
||||
margin-top: 2px;
|
||||
|
||||
z-index: 2;
|
||||
|
||||
_display: inline;
|
||||
_float: right;
|
||||
_clear: none;
|
||||
|
@ -167,6 +172,8 @@ BODY {
|
|||
margin-left: 132px; /* menu width + 2 px */
|
||||
padding: 8px;
|
||||
|
||||
z-index: 1;
|
||||
|
||||
_display: inline;
|
||||
_float: left;
|
||||
_clear: none;
|
||||
|
@ -179,6 +186,7 @@ BODY {
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
@ -193,11 +201,15 @@ BODY {
|
|||
text-decoration:underline;
|
||||
}
|
||||
|
||||
A#pi {
|
||||
#pi {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 4px;
|
||||
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
#pi A {
|
||||
background: #7f000c;
|
||||
color: #084508;
|
||||
|
||||
|
|
|
@ -95,6 +95,8 @@ BODY {
|
|||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#menu {
|
||||
|
@ -105,7 +107,7 @@ BODY {
|
|||
|
||||
display: inline;
|
||||
float: left;
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
|
||||
margin: 0;
|
||||
margin-top: 2px;
|
||||
|
@ -157,6 +159,8 @@ BODY {
|
|||
margin: 0;
|
||||
margin-top: 2px;
|
||||
|
||||
z-index: 2;
|
||||
|
||||
_display: inline;
|
||||
_float: right;
|
||||
_clear: none;
|
||||
|
@ -167,6 +171,8 @@ BODY {
|
|||
margin-left: 132px; /* menu width + 2 px */
|
||||
padding: 8px;
|
||||
|
||||
z-index: 1;
|
||||
|
||||
_display: inline;
|
||||
_float: left;
|
||||
_clear: none;
|
||||
|
@ -179,6 +185,7 @@ BODY {
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
z-index: 2;
|
||||
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
@ -193,11 +200,15 @@ BODY {
|
|||
text-decoration:underline;
|
||||
}
|
||||
|
||||
A#pi {
|
||||
#pi {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 4px;
|
||||
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
#pi A {
|
||||
background: #737b9c;
|
||||
color: #4b4f66;
|
||||
|
||||
|
|
Loading…
Reference in a new issue