site: rounded nav buttons that depress when clicked, and different colour for the external links
This commit is contained in:
parent
d40ca43f39
commit
cbce921d63
@ -24,6 +24,16 @@ div#navigation a {
|
|||||||
background-color: #226600;
|
background-color: #226600;
|
||||||
padding: 3px 10px 3px 10px;
|
padding: 3px 10px 3px 10px;
|
||||||
margin: 0 5px 0 0;
|
margin: 0 5px 0 0;
|
||||||
|
border-radius:.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#navigation a.offsite {
|
||||||
|
background-color: #113300;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#navigation a:active {
|
||||||
|
position:relative;
|
||||||
|
top:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user