137 lines
1.7 KiB
CSS
Executable File
137 lines
1.7 KiB
CSS
Executable File
/*
|
|
body {
|
|
background: rgb(220,220,220);
|
|
background: rgba(210,210,210,0.7);
|
|
}
|
|
*/
|
|
|
|
#leftMenu {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#issueSearch {
|
|
width: 130px;
|
|
}
|
|
|
|
#searchSubmit {
|
|
margin-left: 5px;
|
|
width: 50px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.currentIssue {
|
|
color: #640000 !important;
|
|
}
|
|
|
|
.newsletterList a {
|
|
text-decoration: none;
|
|
color: #666;
|
|
}
|
|
|
|
.newsletterList a:hover {
|
|
color: #000;
|
|
}
|
|
|
|
|
|
.newsletterList li {
|
|
margin-bottom: 6px;
|
|
list-style-type: none;
|
|
border-bottom: 1px solid #FECD07;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
#issueListWrapper {
|
|
position: relative;
|
|
padding-bottom: 15px;
|
|
min-height: 350px;
|
|
}
|
|
|
|
.prevBtn {
|
|
position: absolute;
|
|
bottom: 2px;
|
|
left: 2px;
|
|
}
|
|
|
|
.navBtns {
|
|
font-size: 10px;
|
|
cursor: pointer;
|
|
color: #EE9B11;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.navBtns span:hover {
|
|
color: #8A1E1C;
|
|
}
|
|
|
|
.nextBtn {
|
|
position: absolute;
|
|
bottom: 2px;
|
|
right: 2px;
|
|
}
|