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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#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;
|
|
|
|
|
font-size: 1.6em;
|
|
|
|
|
}
|
|
|
|
|
|
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:23:56 +03:00
|
|
|
#downlink{
|
2020-04-09 01:29:42 +03:00
|
|
|
background: white;
|
|
|
|
|
color: black;
|
2020-04-09 01:31:36 +03:00
|
|
|
margin-left: 4px;
|
2020-04-09 01:25:49 +03:00
|
|
|
padding: 8px;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#title_plus{
|
|
|
|
|
color:#2c2e35;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#title_minus{
|
|
|
|
|
color:#2c2e35;
|
|
|
|
|
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;
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding:0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#currpage{
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
color:#2c2e35;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
}
|