Files
anpdf/app/pub/css/an.css
Вячеслав 2c93b8f40c Update an.css
2020-04-13 15:25:57 +00:00

218 lines
3.5 KiB
CSS

body {
width: 87%;
margin: 0px auto;
margin-top: 2%;
background: #f5f5f5;
}
h1 {
font-size: 1.4em;
text-align: center;
}
#brand_title{
color: #4e4f55;
text-decoration:none;
text-transform: uppercase;
}
#page_title{
color: #4e4f55;
text-decoration:underline;
letter-spacing: 0.3px;
}
#redb{
color: red;
}
#redi{
color: red;
text-transform: lowercase;
font-style: italic;
font-size: 1.5em;
font-weight: bold;
}
#downloadtitle{
width: 100%;
background: #69c;
display: flex;
height: 51px;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.1em;
}
#downloadtitle a{
color:white;
}
#downarrow{
color:white;
padding: 8px;
}
.zoompdf span {
cursor: pointer;
}
#zoomnav {
width: 15%;
display: -ms-flexbox;
display: flex;
display: -webkit-box;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
float: left;
margin-right: 2%;
}
.zoom-loop {
font-size: 2.5em;
display: flex;
justify-content: center;
align-content: stretch;
}
.zoompdf {
width: 50%;
font-size: 2.5em;
height: 100%;
text-align: center;
}
#pagenav {
display: flex;
width: 82%;
box-sizing: border-box;
justify-content: left;
align-items: 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;
}
#pdfprogress {
text-align: center;
font-weight: bold;
margin-top: 13px;
font-size: 1.2em;
}
#pdfnav {
font-size: 1.1em;
width: 100%;
font-weight:bold;
display: flex;
justify-content: center;
padding:0px;
}
#buttom-zoomin{
list-style-type:none;
float: left;
padding: 2px 10px;
font-size: 1.6em;
display: flex;
align-items: center;
cursor: pointer;
border: 3px solid #2c2e35;
border-radius: 20px;
margin-right: 15px;
}
#zoompdf{
list-style-type:none;
color:#2c2e35;
margin-right: 15px;
float: left;
font-size: 2em;
}
#buttom-zoomout{
list-style-type:none;
float: left;
padding: 2px 10px;
font-size: 1.6em;
display: flex;
align-items: center;
cursor: pointer;
border: 3px solid #2c2e35;
border-radius: 20px;
}
#pdfnav{
font-size: 1.1em;
width: 100%;
font-weight:bold;
display: flex;
justify-content: center;
padding:0px;
}
.nav a, .navprev a, #pdfnav a{
color:#2c2e35;
text-decoration: none;
}
.navprev{
list-style-type:none;
margin-right: 15px;
float: left;
border: 3px solid #2c2e35;
border-radius: 28px;
padding: 2px 10px;
font-size: 1.3em;
display: flex;
align-items: center;
}
#navnext{
list-style-type:none;
float: left;
border: 3px solid #2c2e35;
border-radius: 28px;
padding: 2px 10px;
font-size: 1.3em;
display: flex;
align-items: center;
}
@media screen and (max-width: 560px) {
.navprev {
font-size:2.2em;
}
#downloadtitle {
font-size: 2.2em;
padding: 10px 0px;
}
.zoompdf {
font-size:3.5em;
}
#brand_title, #page_title {
font-size:1.2em;
}
}