e949/front/styles/default.css

70 lines
933 B
CSS
Raw Normal View History

2023-08-01 05:54:39 +03:00
body, div, h1, h2, h3, h4, h5, h6, p, ul, li, dd, dt {
2023-07-30 20:42:52 +03:00
font-family: Verdana, Sans-Serif;
2023-08-01 05:54:39 +03:00
}
body, div, p, a {
2023-07-30 20:42:52 +03:00
padding: 0;
margin: 0;
}
2023-08-01 05:54:39 +03:00
h1, h2, h3, h4, h5, h6, p, a {
color: #00c07c;
text-decoration: none;
}
a {
color: #009049;
}
2023-07-30 20:42:52 +03:00
body {
2023-08-01 05:54:39 +03:00
background-color: #094e59;
background-image: url("./bg_pattern_peace.png");
background-repeat: repeat;
2023-07-30 20:42:52 +03:00
}
2023-08-01 05:54:39 +03:00
div.wrapper {
text-align: center;
margin: auto;
2023-07-30 20:42:52 +03:00
}
2023-08-01 05:54:39 +03:00
/*div.wrapper img {
width: 60%;
height: 60%;
2023-07-30 20:42:52 +03:00
}*/
2023-08-01 05:54:39 +03:00
h1.title {
font-size: 4em;
padding: 0;
margin: 0;
}
div.nav {
2023-07-30 20:42:52 +03:00
margin-bottom: 0.25rem;
}
2023-08-01 05:54:39 +03:00
div.nav > a {
2023-07-30 20:42:52 +03:00
padding: 0.25rem 0.25rem;
}
2023-08-01 05:54:39 +03:00
div.nibbabox {
2023-07-30 20:42:52 +03:00
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;
}
2023-08-01 05:54:39 +03:00
div.searchbox {
2023-07-30 20:42:52 +03:00
padding-bottom: 5px;
}
2023-08-01 05:54:39 +03:00
div.notsearchbox {
2023-07-30 20:42:52 +03:00
font-size: 80%;
}
@media only screen and (max-height: 600px) {
2023-08-01 05:54:39 +03:00
div.wrapper {
2023-07-30 20:42:52 +03:00
top: 25vh;
}
}