Update an.css
This commit is contained in:
@@ -57,6 +57,57 @@ h1 {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#zoomnav {
|
||||||
|
width: 15%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.zoom-loop {
|
||||||
|
font-size: 2.5em;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-content: stretch;
|
||||||
|
}
|
||||||
|
.zoompdf {
|
||||||
|
width: 50%;
|
||||||
|
font-size: 2.5em;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
#pagenav {
|
||||||
|
display: flex;
|
||||||
|
width: 83%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
justify-content: left;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#currpage {
|
||||||
|
list-style-type: none;
|
||||||
|
color: white;
|
||||||
|
margin-right: 15px;
|
||||||
|
float: left;
|
||||||
|
font-size: 3.5em;
|
||||||
|
background: #2c2e35;
|
||||||
|
padding: 5px 25px;
|
||||||
|
}
|
||||||
|
#loc {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.nav {
|
||||||
|
font-size: 1.3em;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.nav a {
|
||||||
|
color: #2c2e35;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#pdfprogress {
|
#pdfprogress {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -117,14 +168,7 @@ h1 {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pagenav{
|
|
||||||
display: flex;
|
|
||||||
flex-wrap:wrap;
|
|
||||||
align-items:center;
|
|
||||||
width: 100%;
|
|
||||||
background: #f5f5f5;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pdfnav{
|
#pdfnav{
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
@@ -163,10 +207,3 @@ h1 {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#currpage{
|
|
||||||
list-style-type:none;
|
|
||||||
color:#2c2e35;
|
|
||||||
margin-right: 15px;
|
|
||||||
float: left;
|
|
||||||
font-size: 2em;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user