Browse Source

text panels style

master
Cristina Cochior 4 years ago
parent
commit
90c4e4e0a9
  1. 32
      static/css/main.css

32
static/css/main.css

@ -297,25 +297,25 @@ div#listofpeople{
/* DIVS ABOUT */ /* DIVS ABOUT */
div#intro{ div#intro{
left: 21.1%; left: 24.1%;
top: 10%; top: 10%;
width: 29%; width: 26%;
height: 80%; height: 80%;
z-index: 1; z-index: 1;
} }
div#howto{ div#howto{
left: 22.1%; left: 28.1%;
top: 15%; top: 15%;
width: 28%; width: 22%;
height: 70%; height: 70%;
z-index: 2; z-index: 2;
} }
div#insert{ div#insert{
left: 20.1%; left: 20.1%;
top: 5%; top: 5%;
width: 30%; width: 30%;
height: 90%; height: 90%;
z-index: 1; z-index: 1;
} }
#colophon img { #colophon img {
@ -520,6 +520,8 @@ button.download {
overflow-y: scroll; overflow-y: scroll;
position: fixed; position: fixed;
/* display: none; */ /* display: none; */
font-size: 0.9em;
border-radius: 3px;
} }
#insert, #howto { #insert, #howto {

Loading…
Cancel
Save