Update an.css

This commit is contained in:
Вячеслав
2020-04-13 12:23:42 +00:00
parent 594bf03e6d
commit 7de57e233a

View File

@@ -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 { #pdfprogress {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
@@ -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;
}