New features.

This commit is contained in:
2018-05-05 20:02:50 -05:00
parent 62537ec458
commit e71466a258
9 changed files with 134 additions and 53 deletions

View File

@@ -21,6 +21,25 @@ html, body {
margin-left: 1.5em;
}
#udArrows {
position: fixed;
bottom: 0;
margin-left: 40%;
}
#udArrows button {
font-size: 1.4em;
background-color: rgba(79, 186, 70, 1);
color: rgba(255,255,255,1);
}
#udArrows button:hover {
background-color: rgba(255,255,255,1);
color: rgba(0,0,0,1);
cursor: pointer;
border-style: none;
}
#searchBar, #errorZone {
width: 630px;
background: rgb(255,255,255);
@@ -38,9 +57,8 @@ html, body {
#errorZone {
color: red;
border-style: dotted;
margin-top: 2em;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin: 6em 0em 0em 2em;
padding: 0.5em 0em 0.5em 0em;
}
#listZone {
@@ -68,6 +86,10 @@ html, body {
color: rgba(64,64,64, 0.84);
}
.block-focused {
background-color: rgba(53, 103, 14, 0.8);
}
.thumbImg {
clear: left;
width: 64px;