2020-04-09 00:53:14 +03:00
|
|
|
body {
|
|
|
|
|
width: 87%;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
margin-top: 2%;
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 1.4em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-04-13 15:44:14 +00:00
|
|
|
#stuff-bar {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 100px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
2020-04-09 00:53:14 +03:00
|
|
|
|
|
|
|
|
#brand_title{
|
|
|
|
|
color: #4e4f55;
|
2020-04-09 01:23:56 +03:00
|
|
|
text-decoration:none;
|
|
|
|
|
text-transform: uppercase;
|
2020-04-09 00:53:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#page_title{
|
|
|
|
|
color: #4e4f55;
|
|
|
|
|
text-decoration:underline;
|
|
|
|
|
letter-spacing: 0.3px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-09 01:23:56 +03:00
|
|
|
#redb{
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#redi{
|
|
|
|
|
color: red;
|
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
font-style: italic;
|
2020-04-09 11:22:46 +03:00
|
|
|
font-size: 1.5em;
|
|
|
|
|
font-weight: bold;
|
2020-04-09 01:23:56 +03:00
|
|
|
}
|
|
|
|
|
|
2020-04-09 00:53:14 +03:00
|
|
|
|
|
|
|
|
#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;
|
|
|
|
|
}
|
2020-04-09 01:48:07 +03:00
|
|
|
|
|
|
|
|
#downarrow{
|
|
|
|
|
color:white;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|
2020-04-09 01:45:03 +03:00
|
|
|
|
2020-04-13 12:23:42 +00:00
|
|
|
|
2020-04-13 13:51:24 +00:00
|
|
|
.zoompdf span {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2020-04-13 12:54:50 +00:00
|
|
|
#zoomnav {
|
2020-04-13 12:23:42 +00:00
|
|
|
width: 15%;
|
2020-04-13 12:54:50 +00:00
|
|
|
display: -ms-flexbox;
|
2020-04-13 12:23:42 +00:00
|
|
|
display: flex;
|
2020-04-13 12:52:22 +00:00
|
|
|
display: -webkit-box;
|
2020-04-13 12:54:50 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2020-04-13 12:23:42 +00:00
|
|
|
float: left;
|
2020-04-13 15:25:57 +00:00
|
|
|
margin-right: 2%;
|
2020-04-13 12:23:42 +00:00
|
|
|
}
|
|
|
|
|
.zoom-loop {
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-content: stretch;
|
|
|
|
|
}
|
|
|
|
|
.zoompdf {
|
|
|
|
|
width: 50%;
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
height: 100%;
|
2020-04-13 15:25:57 +00:00
|
|
|
text-align: center;
|
2020-04-13 12:23:42 +00:00
|
|
|
}
|
|
|
|
|
#pagenav {
|
|
|
|
|
display: flex;
|
2020-04-13 15:25:57 +00:00
|
|
|
width: 82%;
|
2020-04-13 12:23:42 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
justify-content: left;
|
2020-04-13 15:25:57 +00:00
|
|
|
align-items: center;
|
2020-04-13 12:23:42 +00:00
|
|
|
}
|
|
|
|
|
#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;
|
|
|
|
|
}
|
2020-04-13 13:48:33 +00:00
|
|
|
|
2020-04-13 12:23:42 +00:00
|
|
|
|
2020-04-09 01:23:56 +03:00
|
|
|
|
2020-04-09 00:53:14 +03:00
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-13 13:48:33 +00:00
|
|
|
.nav a, .navprev a, #pdfnav a{
|
2020-04-09 00:53:14 +03:00
|
|
|
color:#2c2e35;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-13 13:48:33 +00:00
|
|
|
.navprev{
|
2020-04-09 00:53:14 +03:00
|
|
|
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;
|
|
|
|
|
}
|
2020-04-13 15:25:57 +00:00
|
|
|
@media screen and (max-width: 560px) {
|
|
|
|
|
.navprev {
|
2020-04-13 15:44:14 +00:00
|
|
|
font-size:1em;
|
2020-04-13 15:25:57 +00:00
|
|
|
}
|
2020-04-13 15:58:56 +00:00
|
|
|
#brand_title, #page_title {
|
|
|
|
|
font-size: .8em;
|
|
|
|
|
}
|
2020-04-13 15:25:57 +00:00
|
|
|
#downloadtitle {
|
2020-04-13 15:44:14 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
|
padding: 5px 0px;
|
2020-04-13 15:25:57 +00:00
|
|
|
}
|
|
|
|
|
.zoompdf {
|
2020-04-13 15:44:14 +00:00
|
|
|
font-size:2em;
|
2020-04-13 15:25:57 +00:00
|
|
|
}
|
2020-04-13 15:44:14 +00:00
|
|
|
#zoomnav {
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
#pagenav {
|
|
|
|
|
width:100%;
|
|
|
|
|
}
|
|
|
|
|
#currpage{
|
|
|
|
|
font-size: 2.2em;
|
|
|
|
|
padding: 3px 15px;
|
|
|
|
|
}
|
|
|
|
|
#stuff-bar {
|
|
|
|
|
height: 150px;
|
|
|
|
|
}
|
2020-04-13 15:51:01 +00:00
|
|
|
.adv {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
2020-04-13 15:25:57 +00:00
|
|
|
}
|