website_jukni/pastebin/themes/stikkedizr/css/raw.css
2017-12-29 15:51:59 +01:00

24 lines
No EOL
412 B
CSS

/*
raw.css
Stikked
Created by Ben McRedmond on 2008-03-20.
Copyright 2008 Stikked. Some rights reserved.
*/
body {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
}
#container {
width: 95%;
margin: 20px auto;
}
pre {
background-color: #eee;
padding: 5px;
font-family: monospace;
overflow: auto;
}