diff --git a/index.html b/index.html index 668e4b7..8298890 100644 --- a/index.html +++ b/index.html @@ -7,30 +7,7 @@ glenux/xtm-utils @ GitHub - - + @@ -49,9 +26,12 @@ by glenux
- 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.
+

It is an open-source replacement for the the closed-source binary provided by the XtremSplit website.

+

+

License

GNU LGPL-3

Authors

diff --git a/style.css b/style.css new file mode 100644 index 0000000..296c035 --- /dev/null +++ b/style.css @@ -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; }