e949/front/styles/default.css
2023-07-30 20:42:52 +03:00

87 lines
1.3 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dd,dt {
font-family: Verdana, Sans-Serif;
padding: 0;
margin: 0;
}
body {
background-color: #049e59;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 0%;
}
p, a {
color: #009409;
}
/*#page {
background: none !important; А это на кой???
}*/
#links {
margin-bottom: 0.25rem;
}
#links > 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;
margin: 10px auto;
padding: 2px 0;
width: 480px;
max-width: 98vw;
border-radius: 5px;
box-shadow: 0 0 5px #000;
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 {
padding-bottom: 5px;
}
.news-excerpt {
padding: 5px 1em 0 1em;
}
#searchbox3, #news-excerpt-box .previous-news-link {
font-size: 80%;
}
@media only screen and (max-height: 600px) {
div#a-home {
top: 25vh;
}
}