4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-06-27 03:59:23 +00:00

About page.

This commit is contained in:
Vanhala Antti
2014-05-14 01:36:55 +03:00
parent d62a3289e7
commit 7dddb76770
4 changed files with 59 additions and 4 deletions

View File

@ -54,6 +54,10 @@ li {
}
#header a.selected {
background: #DDD;
}
#header a:hover {
background: #EEE;
}
@ -62,6 +66,7 @@ li {
#general-info {
position: absolute;
bottom: 0;
@ -105,15 +110,15 @@ li {
font-size: inherit;
}
a {
#sidebar a {
color: #333;
text-decoration: none;
}
a:hover {
#sidebar a:hover {
color: #AAA;
}
h2 {
#sidebar h2 {
text-align: center;
margin-bottom: 5px;
color: #29BBFF;
@ -167,4 +172,31 @@ h2 {
position: absolute;
width:100%;
height:100%;
}
#content {
width: 500px;
margin: 30px auto;
font-family: sans-serif;
font-size: 16px;
color: #333;
line-height: 28px;
letter-spacing: 0.2px;
/*text-align: justify;*/
}
#content h2 {
text-align: center;
margin-bottom: 20px;
color: #29BBFF;
}
#content h3 {
margin-top: 20px;
text-align: center;
color: #29BBFF;
}
#content a {
color: #29BBFF;
}