Дополнил доки API
This commit is contained in:
BIN
front/styles/bg_pattern_peace.png
Normal file
BIN
front/styles/bg_pattern_peace.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 807 B |
BIN
front/styles/bg_pattern_peace_old.png
Normal file
BIN
front/styles/bg_pattern_peace_old.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 822 B |
@@ -1,47 +1,51 @@
|
||||
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dd,dt {
|
||||
body, div, h1, h2, h3, h4, h5, h6, p, ul, li, dd, dt {
|
||||
font-family: Verdana, Sans-Serif;
|
||||
}
|
||||
|
||||
body, div, p, a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p, a {
|
||||
color: #00c07c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #009049;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #049e59;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 0%;
|
||||
background-color: #094e59;
|
||||
background-image: url("./bg_pattern_peace.png");
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
p, a {
|
||||
color: #009409;
|
||||
div.wrapper {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*#page {
|
||||
background: none !important; А это на кой???
|
||||
/*div.wrapper img {
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
}*/
|
||||
|
||||
#links {
|
||||
h1.title {
|
||||
font-size: 4em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div.nav {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
#links > a {
|
||||
div.nav > a {
|
||||
padding: 0.25rem 0.25rem;
|
||||
}
|
||||
|
||||
div#a-home {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 28em;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.mascotbox {
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 0;
|
||||
div.nibbabox {
|
||||
margin: 10px auto;
|
||||
padding: 2px 0;
|
||||
width: 480px;
|
||||
@@ -51,37 +55,16 @@ div#a-home {
|
||||
text-shadow: 0 0 2px black, 0 0 6px black;
|
||||
}
|
||||
|
||||
.mascotbox:before {
|
||||
z-index: -1;
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 200vw;
|
||||
height: 200vh;
|
||||
top: -100px;
|
||||
left: -100px;
|
||||
|
||||
background-image: inherit;
|
||||
background-color: inherit;
|
||||
background-repeat: inherit;
|
||||
background-attachment: inherit;
|
||||
background-position: inherit;
|
||||
filter: blur(8px);
|
||||
}
|
||||
|
||||
#searchbox {
|
||||
div.searchbox {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.news-excerpt {
|
||||
padding: 5px 1em 0 1em;
|
||||
}
|
||||
|
||||
#searchbox3, #news-excerpt-box .previous-news-link {
|
||||
div.notsearchbox {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 600px) {
|
||||
div#a-home {
|
||||
div.wrapper {
|
||||
top: 25vh;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user