Removed useless css and pages, added base templates

This commit is contained in:
teras
2017-10-09 11:29:29 +03:00
parent 94b21c8492
commit 9401ef1b2d
29 changed files with 267 additions and 14423 deletions

View File

@@ -27,11 +27,7 @@ footer, .map {
margin-top: 30px;
}
a:link {
color: white;
}
a:visited {
a:link, a:visited {
color: white;
}
@@ -57,11 +53,15 @@ ul {
height: auto;
}
.namelink, .namelink:visited {
.darklink:link, .darklink:visited {
color: black;
}
.namelink:hover {
.darklink:hover {
color: #34495e;
}
.darklink:active {
color: #3498db;
}