Fix /recent stylesheet

This commit is contained in:
Michael Walker 2014-10-06 21:25:47 +01:00
parent befd0a1dc6
commit 66f20f462d
3 changed files with 34 additions and 41 deletions

View file

@ -4,8 +4,9 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
<link rel="stylesheet" media="screen" href="{{ config.root }}{{ settings.css }}"/>
<link rel="stylesheet" media="screen" href="{{ config.root}}stylesheets/style.css"/>
<link rel="stylesheet" media="screen" href="{{ config.root}}stylesheets/dark.css"/>
<link rel="stylesheet" media="screen" href="{{ config.root}}stylesheets/dicksinmyass.css"/>
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}" />{% endif %}
</head>
<body>

View file

@ -9,13 +9,15 @@ header div.subtitle, h1 {
a:link, a:visited, p.intro a.email span.name {
color: #CCCCCC;
text-decoration: underline;
text-decoration: none;
font-family: sans-serif;
transition: text-shadow 0.15s ease 0s color 0.15s ease 0s;
}
a:link:hover, a:visited:hover {
color: #FF0000;
color: #32DD72;
font-family: sans-serif;
text-decoration: underline overline;
text-decoration: none;
text-shadow: 0px 0px 5px #FFF;
}
.box-wrap {