Private
Public Access
1
0

stopped at empower fix (line 122 in urls.py)

This commit is contained in:
Sander Roosendaal
2018-09-28 10:56:51 +02:00
parent 40c9a789b7
commit 6ab3c08859
13 changed files with 650 additions and 169 deletions

View File

@@ -260,20 +260,45 @@ th.rotate > div > span {
font: 1.1em/1.5em sans-serif;
text-decoration: none;
display: block;
/* width: 100%; */
color: white;
padding: 0.2em 0.0em 0.2em 0.0em;
margin: 0;
/* color: white; */
padding: 0;
zoom: 1;
/* border-radius: .5em; */
/* -moz-border-radius: .5em; */
/* -webkit-border-radius: .5em; */
/* -box-shadow: 0 1px 3px rgba(0,0,0,0.5); */
/* -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); */
/* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /*
/* text-shadow: 0 -1px 1px rgba(0,0,0,0.25); */
text-align: center;
}
.button:active {
position: relative;
top: 1px;
}
/* red */
.red {
color: #faddde;
border: solid 1px #980c10;
background: #d81b21;
}
.red:hover {
background: #b61318;
}
.red:active {
color: #de898c;
}
/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
}
.green:hover {
background: #538018;
}
.green:active {
color: #a9c08c;
}
.input {
font: 1.1em/1.5em sans-serif;
text-decoration: none;
@@ -302,19 +327,7 @@ th.rotate > div > span {
a.button {
color: white;
}
.button:hover {
background: #d8e6ff; /* old browsers */
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.bigrounded {
-webkit-border-radius: 2em;
@@ -380,18 +393,6 @@ a.button {
color: #fcd3a5;
}
/* red */
.red {
color: #faddde;
border: solid 1px #980c10;
background: #d81b21;
}
.red:hover {
background: #b61318;
}
.red:active {
color: #de898c;
}
/* blue */
.bluetext {
@@ -448,18 +449,6 @@ a.button {
color: #dca4ab;
}
/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
}
.green:hover {
background: #538018;
}
.green:active {
color: #a9c08c;
}
/* palegreen */
.palegreen {

View File

@@ -287,7 +287,7 @@
.content {
grid-area: content;
padding: 1.2em 1.2em 1.2em 1.2em;
font-size: 1.0em;
font-size: 1.3rem;
}
.content h1 {
@@ -373,6 +373,10 @@
margin: 0;
}
.main-content li {
margin: 0;
}
.main-content li.grid_2 {
grid-column-end: span 2;
}