46 lines
480 B
CSS
46 lines
480 B
CSS
@CHARSET "UTF-8";
|
|
|
|
* { margin:0 ; padding: 0 ; }
|
|
|
|
html {
|
|
width: 100%;
|
|
background-color: #192028 ;
|
|
}
|
|
body {
|
|
position: relative ;
|
|
padding: 0 ;
|
|
width: 650px;
|
|
}
|
|
body, td, pre {
|
|
text-align: none;
|
|
font: 12px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
color: #fff;
|
|
}
|
|
|
|
a{
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
a:hover{
|
|
color: #fff;
|
|
}
|
|
|
|
p{
|
|
margin-top: 5px;
|
|
}
|
|
|
|
ul{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
ol{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
img {
|
|
border: 2px ridge #abc;
|
|
margin: 3px 5px;
|
|
padding: 1px
|
|
}
|
|
|