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

Loading…
Cancel
Save