Browse Source

made intro panel purple

master
Cristina Cochior 4 years ago
parent
commit
fbbf395c83
  1. 30
      static/css/main.css

30
static/css/main.css

@ -21,7 +21,7 @@
} }
*::-moz-selection { *::-moz-selection {
background: white; background: #f0f0f0;
color: #1c1c1c; color: #1c1c1c;
} }
@ -107,7 +107,7 @@ li span.nav-button:hover {
.nav-top { .nav-top {
height: 24px; height: 24px;
background: white; background: #f0f0f0;
width: 100%; width: 100%;
position: fixed; position: fixed;
cursor: pointer; cursor: pointer;
@ -116,7 +116,7 @@ li span.nav-button:hover {
.nav-bottom{ .nav-bottom{
height: 24px; height: 24px;
background: white; background: #f0f0f0;
width: 100%; width: 100%;
bottom: 0; bottom: 0;
position: fixed; position: fixed;
@ -277,7 +277,7 @@ button#listoffiles {
} }
button#listoffiles:hover { button#listoffiles:hover {
background: white !important; background: #f0f0f0 !important;
} }
/* button#about { /* button#about {
@ -290,7 +290,7 @@ button#listoffiles:hover {
} }
button#about:hover { button#about:hover {
background: white !important; background: #f0f0f0 !important;
cursor: pointer; cursor: pointer;
} */ } */
@ -359,7 +359,7 @@ button.download:hover {
#insert { #insert {
left: 20%; left: 20%;
top: 5%; top: 5%;
background: white; background: #f0f0f0;
width: 30%; width: 30%;
height: 90%; height: 90%;
z-index: 1; z-index: 1;
@ -368,8 +368,8 @@ button.download:hover {
#intro { #intro {
left: 21%; left: 21%;
top: 10%; top: 10%;
background: #1c1c1c; background: #8048b7;
color: white; /* color: white; */
width: 29%; width: 29%;
height: 80%; height: 80%;
z-index: 1; z-index: 1;
@ -378,7 +378,7 @@ button.download:hover {
#howto { #howto {
left: 22%; left: 22%;
top: 15%; top: 15%;
background: white; background: #f0f0f0;
width: 28%; width: 28%;
height: 70%; height: 70%;
z-index: 2; z-index: 2;
@ -399,8 +399,12 @@ button.download:hover {
/* border-radius: 5px 25px 5px 25px; */ /* border-radius: 5px 25px 5px 25px; */
} }
#closeintro:hover, #closehowto:hover, #closeinsert:hover { #closehowto:hover, #closeinsert:hover {
color: #8143b9; color: #8048b7;
}
#closeintro:hover {
color: #f0f0f0;;
} }
div#closehowto { div#closehowto {
@ -410,7 +414,7 @@ div#closehowto {
div#closeintro { div#closeintro {
margin-left: 22.2em; margin-left: 22.2em;
color: white; /* color: #f0f0f0; */
/* color: #ec4e1e; */ /* color: #ec4e1e; */
} }
@ -425,6 +429,6 @@ span.method-label {
hr { hr {
border-style: ridge; border-style: ridge;
color: white; color: #f0f0f0;
width: 50%; width: 50%;
} }

Loading…
Cancel
Save