switching to dark magenta
This commit is contained in:
parent
6c2b7a25e2
commit
c4023d6f3d
@ -7,7 +7,7 @@ body{
|
|||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
letter-spacing: 0.25pt;
|
letter-spacing: 0.25pt;
|
||||||
color: rgb(60, 60, 60);
|
color: #ec25ec;
|
||||||
}
|
}
|
||||||
header#banner{
|
header#banner{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -25,17 +25,15 @@ header#banner{
|
|||||||
nav#menu{
|
nav#menu{
|
||||||
width: calc(100% + 20em);
|
width: calc(100% + 20em);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 1em;
|
margin:0 0 0 -10em;
|
||||||
padding: 0.5em;
|
|
||||||
margin:0 0 0 -9.5em;
|
|
||||||
}
|
}
|
||||||
nav#menu li{
|
nav#menu li{
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
background-color: rgb(60, 60, 60);
|
background-color: #ec25ec;
|
||||||
color:white;
|
color:white;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
margin:0.5em 0;
|
margin:1em 0;
|
||||||
padding:1em;
|
padding:1em;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -45,7 +43,7 @@ nav#menu{
|
|||||||
}
|
}
|
||||||
nav#menu li.active{
|
nav#menu li.active{
|
||||||
background-color: beige;
|
background-color: beige;
|
||||||
color: rgb(60, 60, 60);
|
color: #ec25ec;
|
||||||
}
|
}
|
||||||
nav#menu li.pagelink{
|
nav#menu li.pagelink{
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
@ -85,7 +83,7 @@ a,
|
|||||||
a:visited,
|
a:visited,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:active{
|
a:active{
|
||||||
color: rgb(60, 60, 60);
|
color: #ec25ec;
|
||||||
}
|
}
|
||||||
a.nounderline{
|
a.nounderline{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -94,7 +92,7 @@ a.nounderline{
|
|||||||
hr{
|
hr{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border:0;
|
border:0;
|
||||||
border-bottom:1px solid;
|
border-bottom:1px solid #ec25ec;
|
||||||
margin:3em auto;
|
margin:3em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,5 @@
|
|||||||
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
|
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<h1 class="category">{{ category }}</h1>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user