|
|
|
@ -1,8 +1,5 @@
|
|
|
|
|
body {
|
|
|
|
|
background: url(./img/background001.jpg);
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-position: bottom;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background: url(./img/background001.jpg) fixed bottom no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
color: #51384a;
|
|
|
|
|
}
|
|
|
|
@ -36,20 +33,12 @@ section > .omit {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #ff69b4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a,
|
|
|
|
|
.embed,
|
|
|
|
|
.embed:hover {
|
|
|
|
|
color: #ff69b4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b {
|
|
|
|
|
color: #51384a;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pagination,
|
|
|
|
|
.act {
|
|
|
|
|
background-color: #e5cbf5;
|
|
|
|
|