e949/front/styles/default.css

70 lines
933 B
CSS
Raw Normal View History

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