123456789101112131415161718192021222324252627282930313233343536373839404142 |
- @font-face {
- font-family: 'victormono';
- src: url('font/victormono.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
- body{
- background-color: #16120e;
- color: #ffbf00;
- font-size: 16px;
- font-family: 'victormono';
- margin: 0px
- }
- h1, h2, h3, h4{
- margin: 5px;
- }
- p{
- margin: 5px;
- }
- pre{
- font-size: 16px;
- }
- a:visited{
- color: #ad8200;
- }
- a:link{
- color: #ffbf00;
- }
- .notop{
- margin-top: 0px;
- }
- .center{
- text-align: center;
- }
|