index style: Use a separate stylesheet.
This commit is contained in:
parent
b96e9db826
commit
4accec50b9
2 changed files with 38 additions and 25 deletions
30
index.html
30
index.html
|
@ -7,30 +7,7 @@
|
||||||
|
|
||||||
<title>glenux/xtm-utils @ GitHub</title>
|
<title>glenux/xtm-utils @ GitHub</title>
|
||||||
|
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
body {
|
|
||||||
margin-top: 1.0em;
|
|
||||||
background-color: white;
|
|
||||||
font-family: "Helvetica,Arial,FreeSans";
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
#container {
|
|
||||||
margin: 0 auto;
|
|
||||||
width: 700px;
|
|
||||||
}
|
|
||||||
h1 { font-size: 3.8em; color: #888; margin-bottom: 3px; }
|
|
||||||
h1 .small { font-size: 0.4em; }
|
|
||||||
h1 a { text-decoration: none }
|
|
||||||
h2 { font-size: 1.5em; color: #888; }
|
|
||||||
h3 { text-align: center; color: #888; }
|
|
||||||
a { color: #888; }
|
|
||||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
|
||||||
.download { float: right; }
|
|
||||||
pre { background: #000; color: #fff; padding: 15px;}
|
|
||||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
||||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -49,9 +26,12 @@
|
||||||
<span class="small">by <a href="http://github.com/glenux">glenux</a></span></h1>
|
<span class="small">by <a href="http://github.com/glenux">glenux</a></span></h1>
|
||||||
|
|
||||||
<div class="description">
|
<div class="description">
|
||||||
xtm-utils is a set of tools for joining or splitting files using the XTM format. It is an open-source replacement for the the closed-source binary provided by the XtremSplit website.
|
xtm-utils is a set of tools for joining or splitting files using the XTM format.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>It is an open-source replacement for the the closed-source binary provided by the XtremSplit website.</p>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
<p>GNU LGPL-3</p>
|
<p>GNU LGPL-3</p>
|
||||||
<h2>Authors</h2>
|
<h2>Authors</h2>
|
||||||
|
|
33
style.css
Normal file
33
style.css
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin-top: 1.0em;
|
||||||
|
background-color: white;
|
||||||
|
font-family: "Helvetica,Arial,FreeSans";
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
#container {
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 { font-size: 3.8em; color: #888; margin-bottom: 3px; }
|
||||||
|
|
||||||
|
h1 .small { font-size: 0.4em; }
|
||||||
|
|
||||||
|
h1 a { text-decoration: none }
|
||||||
|
|
||||||
|
h2 { font-size: 1.5em; color: #888; }
|
||||||
|
|
||||||
|
h3 { text-align: center; color: #888; }
|
||||||
|
|
||||||
|
a { color: #888; }
|
||||||
|
|
||||||
|
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||||
|
|
||||||
|
.download { float: right; }
|
||||||
|
|
||||||
|
pre { background: #000; color: #fff; padding: 15px;}
|
||||||
|
|
||||||
|
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||||
|
|
||||||
|
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
Loading…
Reference in a new issue