forked from Shirakumo/sf3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
1 lines (1 loc) · 772 Bytes
/
style.css
File metadata and controls
1 lines (1 loc) · 772 Bytes
1
html{background:#F0F0F0;}body{margin:0 auto;padding:1em;max-width:800px;font-family:sans-serif;font-size:14pt;background:white;color:black;}body.front{padding:0;background:none;max-width:none;}body.front header{background:black;color:white;text-align:center;font-size:1.5em;}body.front header h1{margin:0;padding:1em 1em;}body.front main{background:white;max-width:600px;margin:0 auto;padding:2em;}body.front main nav{font-size:1.25em;margin:1em;}body.front main nav >a{display:block;padding:0.2em;color:inherit;text-decoration:none;}body.front main nav >a:hover{color:#A0A0A0;}.alert{background:red;color:white;font-weight:bold;padding:1em;}.code-block{font-family:monospace;font-size:0.9em;padding:1em;background:#F8F8F8;}.code-block pre{overflow-x:auto;}li>p{margin:0;}