changed to pad.ma colours like faq, etc
This commit is contained in:
parent
f96939df33
commit
efbbcca15a
|
@ -4,17 +4,16 @@ body {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
background: #404040;
|
background: #404040;
|
||||||
background-image: -moz-linear-gradient(top, #404040, #aaaaaa);
|
background-image: -moz-linear-gradient(top, #404040, #666);
|
||||||
background-image: -webkit-gradient(
|
background-image: -webkit-gradient(
|
||||||
linear,
|
linear,
|
||||||
center top,
|
center top,
|
||||||
center bottom,
|
center bottom,
|
||||||
color-stop(0.75, rgb(170,170,170)),
|
color-stop(0.40, #404040),
|
||||||
color-stop(0.29, rgb(64,64,64))
|
color-stop(0.90, #666666)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav {
|
#nav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
|
@ -27,10 +26,12 @@ body {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #A0A0A0;
|
background: #A0A0A0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav li {
|
#nav li {
|
||||||
display: linline;
|
display: linline;
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -42,8 +43,8 @@ body {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
background: #000;
|
background: #A0A0A0;
|
||||||
color: #ccc;
|
color: #000;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
margin-left: 168px;
|
margin-left: 168px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
@ -52,19 +53,14 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #ffff00;
|
color: #000080;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #ffff00;
|
text-decoration: underline;
|
||||||
-moz-text-shadow: 1px 1px 1px #666;
|
|
||||||
-webkit-text-shadow: 1px 1px #666;
|
|
||||||
text-shadow: 1px 1px 1px #666;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user