ETLp
view release on metacpan or search on metacpan
web/stylesheets/style.css view on Meta::CPAN
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #C1DAD7; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CAE8EA; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
/* end css tabs */
/* begin forms */
label.edit {
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
.day-label {
display: block;
float: left;
}
textarea, input {
border: 2px solid #C1DAD7;
}
.submit input {
color: #000;
background: #CAE8EA;
/*border: 2px outset #d7b9c9;*/
margin-left: 10em;
}
input.delete {
margin-left: 2em;
}
fieldset {
border: 2px solid #C1DAD7;
width: 70em;
vertical-align: middle;
}
legend {
/*color: #fff;
background: #CAE8EA;*/
/*border: 1px solid #C1DAD7;*/
padding: 2px 6px;
font-weight: bold;
font-size: 13px;
}
.fieldset {
padding-bottom: 2em;
}
textarea {
width: 40em;
height: 6em;
}
div.schedule-search {
width: 60%;
float: left;
padding-top: 2em;
padding-bottom: 1em;
vertical-align: middle;
}
div.edit-new {
padding-top: 2em;
padding-bottom: 1em;
}
div.schedule-new {
width: 22%;
float: left;
padding-top: 2em;
padding-bottom: 1em;
vertical-align: middle;
}
.days {
vertical-align: middle;
}
/* end forms */
( run in 1.599 second using v1.01-cache-2.11-cpan-39bf76dae61 )