28 lines
490 B
CSS
28 lines
490 B
CSS
|
body {
|
|||
|
margin: 50px 50px 0 50px;
|
|||
|
width: 1200px;
|
|||
|
}
|
|||
|
html {
|
|||
|
background-color: #262626;
|
|||
|
color: #f1f1f1;
|
|||
|
font-family: Calibri;
|
|||
|
}
|
|||
|
img {
|
|||
|
border-radius: 4px;
|
|||
|
}
|
|||
|
#guide_content {
|
|||
|
clear:both;
|
|||
|
background-color:#111;
|
|||
|
width:100%;
|
|||
|
max-width:960px;
|
|||
|
overflow:hidden;
|
|||
|
border:1px solid #333;
|
|||
|
margin: 30px 0 10px 0;
|
|||
|
padding: 0px 12px 12px 12px;
|
|||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|||
|
font-size: 14px;
|
|||
|
line-height: 22px;
|
|||
|
}
|
|||
|
a {
|
|||
|
color: pink;
|
|||
|
}
|