# HG changeset patch # User Christophe Lincoln # Date 1205624347 -3600 # Node ID a717d21c8425e909c94855325dd533e8c3686eec # Parent 5025982c06661f557cb632cf1a23be7c63a515fa Book style for SliTaz - System doc diff -r 5025982c0666 -r a717d21c8425 slitaz/book.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz/book.css Sun Mar 16 00:39:07 2008 +0100 @@ -0,0 +1,170 @@ +/* + CSS style for SliTaz GNU/Linux *book. + Pankso 2007 - www.slitaz.org +*/ + +body { + font: 13px sans-serif, vernada, arial; + background: #222222; + margin: 0; + padding-bottom: 100%; +} + +#header { + background: #BFB06B url(images/css/header.png) repeat-x top; + color: black; + height: 50px; + border-top: 1px solid black; + border-bottom: 1px solid black; +} +#quicknav { + margin-right: 6px; + text-align: right; + font-size: 12px; + } +#quicknav { + margin-right: 6px; +} + +#quicknav a { + background: inherit; + color: #222222; +} + +#quicknav a:hover { + background: inherit; + color: #EDEDED; +} + +/* content. */ + +#content { + background: white url(images/css/content-tl.png) no-repeat top left; + color: black; + padding: 20px; + margin: 30px 50px 0px 50px; + width: auto; + text-align: justify; +} + +#content li { + line-height: 1.5em; + text-align: left; +} + +/* Footer. */ + +#footer { + font-size: 11px; + font-weight: bold; + background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left; + color: black; + height: 20px; + padding: 6px 0px 0px 10px; + margin: 0px 50px 0px 50px; + width: auto; + text-align: center ; +} + +#footer a { + text-decoration: none; + background: #eaeaea; + color: #3E1220; +} + +#footer a:hover { + background: #eaeaea; + color: #DF8F06; +} + +/* Legal informations */ + +#copy { + font-size: 11px ; + text-align: center ; + background: transparent; + color: #a8a8a8; + padding-top: 20px; +} + +#copy a { + background: inherit; + color: #a8a8a8; +} + +#copy a:hover { + background: inherit; + color: #EDEDED; +} + +/* Div for round corners. */ + +.content-right, .footer-right { + width: 16px; + color: white; + background-color: #333333; +} +.content-right { + background: url(images/css/content-tr.png) no-repeat top right; + height: 16px; + right: 50px; + top: 82px; + position: absolute; +} + +.footer-right { + background: url(images/css/footer-br.png) no-repeat bottom right; + height: 20px; + float: right; +} + +/* General HTML entities for content. */ + +h1 { + margin: 0px 0px 0px 16px; +} + +h2 { + margin: 12px 0; + color: #484B7C; + background: white; +} + +h3 { + font-weight: bold; + color: #6c0023; + background: white; +} + +a { + text-decoration: underline; +} +a:hover { + text-decoration: none; +} + +pre { + padding: 5px; + color: black; + background: #e1e0b0; +} +pre.script { + padding: 10px; + color: black; + background: #e8e8e8; + border: 1px inset #333333; +} + +code { + font-size: 12px; + color: #669900; + background: transparent; +} + +li { + line-height: 1.4em; +} + +hr { + border: 0pt none; +} diff -r 5025982c0666 -r a717d21c8425 slitaz/images/css/content-tl.png Binary file slitaz/images/css/content-tl.png has changed diff -r 5025982c0666 -r a717d21c8425 slitaz/images/css/content-tr.png Binary file slitaz/images/css/content-tr.png has changed diff -r 5025982c0666 -r a717d21c8425 slitaz/images/css/footer-bl.png Binary file slitaz/images/css/footer-bl.png has changed diff -r 5025982c0666 -r a717d21c8425 slitaz/images/css/footer-br.png Binary file slitaz/images/css/footer-br.png has changed diff -r 5025982c0666 -r a717d21c8425 slitaz/images/css/header.png Binary file slitaz/images/css/header.png has changed diff -r 5025982c0666 -r a717d21c8425 slitaz/images/header.png Binary file slitaz/images/header.png has changed diff -r 5025982c0666 -r a717d21c8425 slitaz/relnotes.html --- a/slitaz/relnotes.html Thu Mar 13 12:28:13 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,58 +0,0 @@ - - - - SliTaz GNU/Linux X.X - Release Notes - - - - - - - - - - - - - -
- -

Notes de publication

- - -

-[fr] Vous utilisez une version en cuisson, il n'y a pas de notes -de publication. -

- -

-[en] You are using a Cooking version, no releases notes yet. -

- -
- -
- - - - - - diff -r 5025982c0666 -r a717d21c8425 slitaz/style.css --- a/slitaz/style.css Thu Mar 13 12:28:13 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ -body { - font: 90% sans-serif, vernada, arial; - margin: 0; - } -/* Header */ -#header{ - background: #f0ba08 url(images/header.png) repeat-x top; - color: black; - width: 100%; - height: 50px ; - border-top: 1px solid black; - border-bottom: 1px solid black; - } -#content { - margin: 0px 50px 26px 50px; - } -#footer { - border-top: 1px solid black; - } -a { - text-decoration: underline; - } -a:hover { - text-decoration: none; - } -h1 { - margin: 10px 0px 0px 6px; - } -h2 { - margin: 12px 0; - } -pre { - padding: 5px; - color: black; - background: #e1e0b0; - } -pre.script { - padding: 10px; - color: black; - background: #e8e8e8; - border: 1px inset #333333; -} -li { - line-height: 1.4em; - } -code { - font-size: 100%; - color: #669900; - background: transparent; - } -hr { - color: white; - background-color: white; - height: 1px; - border: 0; - } diff -r 5025982c0666 -r a717d21c8425 slitaz/template.html --- a/slitaz/template.html Thu Mar 13 12:28:13 2008 +0100 +++ b/slitaz/template.html Sun Mar 16 00:39:07 2008 +0100 @@ -1,54 +1,56 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - SliTaz Doc - Template + SliTaz - System doc - + - + - + + - + + - +
+
-

Generic xHTML template

+

Template

- +
---> + + - - -
- - -