Update an.css
This commit is contained in:
@@ -58,6 +58,57 @@ h1 {
|
||||
}
|
||||
|
||||
|
||||
|
||||
#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 {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
@@ -117,14 +168,7 @@ h1 {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#pagenav{
|
||||
display: flex;
|
||||
flex-wrap:wrap;
|
||||
align-items:center;
|
||||
width: 100%;
|
||||
background: #f5f5f5;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
#pdfnav{
|
||||
font-size: 1.1em;
|
||||
@@ -163,10 +207,3 @@ h1 {
|
||||
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