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

Loading…
Cancel
Save