You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
1.8 KiB
CSS

html {
background: #FFF url(backgr.png) repeat-x;
}
body {
font: 13px/24px Segoe UI, Arial, MS Sans Serif, Verdana;
color: #1B392C;
max-width: 700px;
overflow-x: hidden;
background: rgba(255,255,255,0.5);
margin: 100px auto;
border: 1px solid rgba(255,255,255,0.33);
box-shadow: 0 0 20px #CCC;
}
#header {
display: block;
text-align: center;
padding: 45px 50px 15px 50px;
margin: 0 50px;
border-bottom: 1px dotted #AAA;
box-shadow: 0 1px #fff;
}
#footer {
display: block;
text-align: center;
padding: 0 50px;
margin: 50px 50px 0 50px;
border-top: 1px dotted #AAA;
}
div {
display: block;
text-align: left;
padding: 0 10px;
margin: 10px 50px 0 50px;
}
h1 {
margin: 0;
font-size: 24px;
}
h2 {
margin-top: -3px;
font-weight: normal;
font-size: 16px;
}
h3 {
margin-bottom: 0;
margin-top: 25px;
}
option, select {
padding: 2px 0;
}
a {
color: #C81011;
padding: 0;
letter-spacing: 0pt;
font-style: normal;
text-decoration: none;
}
a:visited {
color: #C81011;
text-decoration: none;
}
a:link {
color: #C81011;
text-decoration: none;
}
a:hover {
border-bottom: 1px dashed #F25645;
color: #F25645;
text-decoration: none;
}
a:active {
border-bottom: 1px dashed #F25645;
color: #F25645;
text-decoration: none;
}
a:focus {
border-bottom: 1px dashed #F25645;
color: #F25645;
text-decoration: none;
}
input {
font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: 2px 2px;
border: none;
font-size: 13px;
border: 1px solid #AAAAAA;
text-decoration: none;
}
.picker {
height: 48px;
width: 48px;
background-color: #F7FFF7;
display: inline;
clear: none;
border: 1px solid #AAAAAA;
}