119 lines
1.1 KiB
CSS
119 lines
1.1 KiB
CSS
body {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
text-shadow: 0 0 0 #fff;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#page_container {
|
|
|
|
margin: auto;
|
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
padding: 0 0 10px;
|
|
|
|
}
|
|
|
|
#example {
|
|
|
|
position:relative;
|
|
|
|
padding: 5px 20px 10px;
|
|
|
|
background: #EBEDEE;
|
|
|
|
margin-bottom:-20px;
|
|
|
|
border-bottom: 1px solid #868F99;
|
|
|
|
height:283px
|
|
|
|
}
|
|
|
|
#example h4{margin-top:2px}
|
|
|
|
/* Form */
|
|
|
|
|
|
|
|
#calendar_form {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#calendar_form #labels label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#calendar_form #fields span {
|
|
|
|
background: #ccc;
|
|
|
|
border-bottom: 1px solid #999;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 4px;
|
|
|
|
|
|
|
|
box-shadow: 0 1px 1px #ccc;
|
|
|
|
-webkit-box-shadow: 0 1px 1px #ccc;
|
|
|
|
-moz-box-shadow: 0 1px 1px #ccc;
|
|
|
|
}
|
|
|
|
#calendar_form #fields span input {
|
|
|
|
border-style: none;
|
|
|
|
background-color: transparent;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 2px 6px;
|
|
|
|
width: 96px;
|
|
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
-moz-border-radius: 11px;
|
|
|
|
}
|
|
|
|
#calendar_form #fields span input:focus {
|
|
|
|
outline: none;
|
|
|
|
background: #aaa;
|
|
|
|
}
|
|
|
|
#calendar_form #fields span input.error {
|
|
|
|
background: #faa;
|
|
|
|
} |