You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
9 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||
9 years ago
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
8 years ago
|
<link rel="stylesheet" href="/common/render-sd.css" />
|
||
9 years ago
|
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
|
||
|
<style>
|
||
9 years ago
|
html, body {
|
||
8 years ago
|
padding: 0;
|
||
|
margin: 0;
|
||
9 years ago
|
width: 100%;
|
||
8 years ago
|
min-height: 100%;
|
||
|
}
|
||
|
|
||
|
body { overflow-y: auto; }
|
||
|
|
||
|
#inner {
|
||
|
display: fixed;
|
||
|
width: 95%;
|
||
9 years ago
|
height: 100%;
|
||
9 years ago
|
top: 0px;
|
||
|
left: 0px;
|
||
9 years ago
|
|
||
8 years ago
|
margin: 0px auto;
|
||
|
padding: 0px;
|
||
9 years ago
|
}
|
||
8 years ago
|
img { max-width: 100%; }
|
||
|
code { font-family: monospace; }
|
||
9 years ago
|
|
||
8 years ago
|
blockquote, p, pre, code, li { font-size: 20px; }
|
||
9 years ago
|
table, thead, tbody, th, tr, td{
|
||
|
border: 1pt solid #586e75;
|
||
|
background-color: #002b36;
|
||
|
padding: 15px;
|
||
|
}
|
||
9 years ago
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
9 years ago
|
<div id="target">
|
||
9 years ago
|
<div id="inner"></div>
|
||
|
</div>
|