28 lines
567 B
CSS
28 lines
567 B
CSS
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
|
|
@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=latin,cyrillic);
|
|
|
|
body {background: #141618 !important;}
|
|
|
|
a {
|
|
text-decoration: underline !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
img {
|
|
width: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
/* max-width: 480px !important;
|
|
max-height: 480px !important;*/
|
|
}
|
|
|
|
.mb {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.zooming2-title {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
font-size: 18px;
|
|
} |