# HG changeset patch # User Christophe Lincoln # Date 1205407460 -3600 # Node ID 7a8ba574c1715dba4c87932650ea533a9839f9bf # Parent 5832f9b61264cde5a4326e816cbe84d41c5aa25f Add header image, css and template diff -r 5832f9b61264 -r 7a8ba574c171 slitaz/images/header.png Binary file slitaz/images/header.png has changed diff -r 5832f9b61264 -r 7a8ba574c171 slitaz/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz/style.css Thu Mar 13 12:24:20 2008 +0100 @@ -0,0 +1,57 @@ +/* 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 5832f9b61264 -r 7a8ba574c171 slitaz/template.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz/template.html Thu Mar 13 12:24:20 2008 +0100 @@ -0,0 +1,55 @@ + + + + SliTaz Doc - Template + + + + + + + + + + + + + +
+ +

Generic xHTML template

+ + + +
+ +
+ + + + + +