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-family: Arial;
|
||||
background: #404040;
|
||||
background-image: -moz-linear-gradient(top, #404040, #aaaaaa);
|
||||
background-image: -moz-linear-gradient(top, #404040, #666);
|
||||
background-image: -webkit-gradient(
|
||||
linear,
|
||||
center top,
|
||||
center bottom,
|
||||
color-stop(0.75, rgb(170,170,170)),
|
||||
color-stop(0.29, rgb(64,64,64))
|
||||
color-stop(0.40, #404040),
|
||||
color-stop(0.90, #666666)
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#nav {
|
||||
position: fixed;
|
||||
left: 16px;
|
||||
|
@ -27,10 +26,12 @@ body {
|
|||
color: #000;
|
||||
background: #A0A0A0;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
display: linline;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -42,8 +43,8 @@ body {
|
|||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
background: #000;
|
||||
color: #ccc;
|
||||
background: #A0A0A0;
|
||||
color: #000;
|
||||
width: 600px;
|
||||
margin-left: 168px;
|
||||
margin-top: 25px;
|
||||
|
@ -52,19 +53,14 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #ffff00;
|
||||
color: #000080;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ffff00;
|
||||
-moz-text-shadow: 1px 1px 1px #666;
|
||||
-webkit-text-shadow: 1px 1px #666;
|
||||
text-shadow: 1px 1px 1px #666;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
#logo {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user