25 lines
No EOL
420 B
CSS
Executable file
25 lines
No EOL
420 B
CSS
Executable file
|
|
.content {
|
|
width:600px;
|
|
font-family:Geneva, Helvetica, Arial, 'DejaVu Sans', sans-serif;
|
|
font-size:16px;
|
|
line-height:20px;
|
|
color:#b1b1b1;
|
|
background-color:rgb(4,0,4);
|
|
margin:0 auto;
|
|
margin-bottom:20px;
|
|
padding:20px;
|
|
text-align:justify;
|
|
border:1px dotted #555;
|
|
display:none;
|
|
}
|
|
|
|
.content a {
|
|
text-decoration:none;
|
|
border-bottom:1px solid #db7232;
|
|
color:#db7232;
|
|
}
|
|
|
|
#showContent {
|
|
display:block;
|
|
} |