it/itf/static/css/erang/erang.css

94 lines
1.1 KiB
CSS
Raw Normal View History

2010-11-09 19:52:52 +00:00
body {
}
#leftMenu {
float: left;
width: 200px;
margin-top: 40px;
}
2010-11-10 21:40:04 +00:00
#issueSearch {
width: 130px;
}
#searchSubmit {
margin-left: 5px;
width: 50px;
}
2010-11-09 19:52:52 +00:00
.validation {
font-size: 12px;
color: #f00;
}
#wrapper {
width: 1000px;
margin-left: auto;
margin-right: auto;
background: #fff;
}
#newsletterContent {
width: 780px;
float: left;
margin-left: 15px;
}
#commentTable {
width: 100%;
}
.label {
text-align: right;
width: 30%;
}
#commentComment {
width: 400px;
height: 250px;
}
.newsletterList a {
text-decoration: none;
}
.newsletterList li {
margin-bottom: 4px;
list-style-type: none;
}
.response {
font-size: 11px;
text-align: center;
color: #363636;
}
ul {
padding: 0px;
padding-left: 4px;
margin-top: 2px;
}
h3 {
padding: 0px;
margin-bottom: 4px;
}
.homeLink a {
text-decoration: none;
}
.date {
color: #808080;
font-style: italic;
font-size: 10px;
}
.placeholder {
color: #808080;
font-style: italic;
}