Browse Source

style mobile finished?

master
zeroth 4 years ago
parent
commit
52b55d5eaa
  1. 31
      static/css/style.css

31
static/css/style.css

@ -158,9 +158,11 @@ div.home a:hover{
div.explanation{
font-size: 0.75em;
float: right;
/*float: right;*/
padding-right: 0.75em;
font-style: italic;
width: 100%;
text-align: right;
}
@ -576,6 +578,9 @@ a.li-index:hover {
#logobox{
padding: 0em;
}
#thewordpath{
margin: 0.5em;
}
/*home*/
div.home{
padding: 0em;
@ -583,11 +588,18 @@ a.li-index:hover {
}
div.explanation{
margin: 0.5em;
text-align: left;
}
div.home a{
color:black;
/*border:none;*/
}
/*diverge*/
div.diverge_all{
padding: 0em;
}
/*description*/
div.text{
width: 100%;
@ -605,10 +617,26 @@ a.li-index:hover {
img{
max-width: 100%
}
nav.nav_bottom{
margin-bottom: 1.5em;
}
li.prev_item, li.next_item{
float: left;
margin-left: 1em;
}
li.no_here{
float: right;
margin-right: 1em;
}
div#bottom_descrip_left{
display: none;
}
/*index*/
div.theindexpage{
width: 100%;
}
/*pushingscores*/
header {
bottom: 0em;
@ -618,6 +646,7 @@ a.li-index:hover {
width: 100%;
background-color: red;
}
div#logobox {
width: 100%;

Loading…
Cancel
Save