Browse Source

changed colours on the text panels for legibility

master
Cristina Cochior 4 years ago
parent
commit
0aebf0197e
  1. 55
      static/css/main.css

55
static/css/main.css

@ -16,13 +16,13 @@
} }
*::selection { *::selection {
background: white; background: #8143b9;
color: black; /* color: #1c1c1c; */
} }
*::-moz-selection { *::-moz-selection {
background: white; background: white;
color: black; color: #1c1c1c;
} }
body{ body{
@ -32,7 +32,7 @@ body{
a { a {
text-decoration: none; text-decoration: none;
color: black; color: #1c1c1c;
} }
sup#fn54, sup#fn38, sup#fn66 { sup#fn54, sup#fn38, sup#fn66 {
@ -128,7 +128,7 @@ li span.nav-button:hover {
span.librarian-names, span.file-names { span.librarian-names, span.file-names {
text-decoration: none; text-decoration: none;
padding: 0.3em; padding: 0.3em;
color: black; color: #1c1c1c;
font-family: 'ApfelGrotezk', sans-serif; font-family: 'ApfelGrotezk', sans-serif;
} }
@ -159,7 +159,7 @@ height: inherit;
/*********************/ /*********************/
#listofpeople{ #listofpeople{
/*border-bottom: black 1px solid;*/ /*border-bottom: #1c1c1c 1px solid;*/
padding: 1.7em 0em; padding: 1.7em 0em;
overflow-y: scroll; overflow-y: scroll;
/* border: lime 1px solid; */ /* border: lime 1px solid; */
@ -218,7 +218,7 @@ height: inherit;
background: #ea4f2b; background: #ea4f2b;
} }
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
background-color: #8048b7; background-color: #1c1c1c;
border-radius: 20px; border-radius: 20px;
border: 3px solid #ea4f2b; border: 3px solid #ea4f2b;
} }
@ -353,32 +353,33 @@ button.download:hover {
overflow-y: scroll; overflow-y: scroll;
position: fixed; position: fixed;
display: none; display: none;
padding: 1em; padding: 1em 2em 1em 1em;
} }
#insert { #insert {
left: 20%; left: 20%;
top: 5%; top: 5%;
background: #8048b7; background: white;
width: 30%; width: 30%;
height: 90%; height: 90%;
z-index: 1; z-index: 1;
} }
#intro { #intro {
left: 25%; left: 21%;
top: 10%; top: 10%;
background: #ea4f2b; background: #1c1c1c;
width: 25%; color: white;
width: 29%;
height: 80%; height: 80%;
z-index: 1; z-index: 1;
} }
#howto { #howto {
left: 30%; left: 22%;
top: 15%; top: 15%;
background: #8048b7; background: white;
width: 20%; width: 28%;
height: 70%; height: 70%;
z-index: 2; z-index: 2;
} }
@ -391,28 +392,31 @@ button.download:hover {
float: right; float: right;
cursor: pointer; cursor: pointer;
position: fixed; position: fixed;
background: black; color: #1c1c1c;
padding: 0 0.2em 0.3em 0.2em; font-weight: bold;
border-radius: 5px 25px 5px 25px; /* background: #1c1c1c; */
/* padding: 0 0.2em 0.3em 0.2em; */
/* border-radius: 5px 25px 5px 25px; */
} }
#closeintro:hover, #closehowto:hover, #closeinsert:hover { #closeintro:hover, #closehowto:hover, #closeinsert:hover {
background: white; color: #8143b9;
} }
div#closehowto { div#closehowto {
margin-left: 14em; margin-left: 21.3em;
color: #8143b9; /* color: #8143b9; */
} }
div#closeintro { div#closeintro {
margin-left: 18.4em; margin-left: 22.2em;
color: #ec4e1e; color: white;
/* color: #ec4e1e; */
} }
div#closeinsert { div#closeinsert {
margin-left: 22.8em; margin-left: 23.1em;
color: #8143b9; /* color: #8143b9; */
} }
span.method-label { span.method-label {
@ -422,4 +426,5 @@ span.method-label {
hr { hr {
border-style: ridge; border-style: ridge;
color: white; color: white;
width: 50%;
} }

Loading…
Cancel
Save