38 lines
No EOL
601 B
CSS
38 lines
No EOL
601 B
CSS
body {
|
|
background: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.node .submitted {
|
|
padding-right: 0.5em;
|
|
margin-right: 0.5em;
|
|
border-right: 0;
|
|
}
|
|
|
|
div.classified-expires {
|
|
background-color: #688a02;
|
|
/* color: #2b4300; */
|
|
color: white;
|
|
margin: 0 0 1em 1em;
|
|
}
|
|
|
|
div.classified-expires>hr {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
div.classified-expires-later>hr {
|
|
background-color: #2b4300;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
div.classified-expires-soon>hr {
|
|
background-color: red;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#fgcf-subscribe-form #edit-subscribe {
|
|
font-size: 1.2em;
|
|
padding: 5px 10px;
|
|
background-color: #DDDDDD;
|
|
color: #CB4200;
|
|
} |