mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-27 03:59:23 +00:00
About page.
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user