# HG changeset patch # User Christophe Lincoln # Date 1233958173 -3600 # Node ID 682988d4d77f495d9a41a560e4d14cc9405227ad # Parent d5d97fba55df3aa70d54076c1808ff6597af391b fr: prepa for new handbook-stable diff -r d5d97fba55df -r 682988d4d77f doc/handbook-stable/book.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/handbook-stable/book.css Fri Feb 06 23:09:33 2009 +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 information */ + +#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 d5d97fba55df -r 682988d4d77f doc/handbook-stable/images/css/content-tl.png Binary file doc/handbook-stable/images/css/content-tl.png has changed diff -r d5d97fba55df -r 682988d4d77f doc/handbook-stable/images/css/content-tr.png Binary file doc/handbook-stable/images/css/content-tr.png has changed diff -r d5d97fba55df -r 682988d4d77f doc/handbook-stable/images/css/footer-bl.png Binary file doc/handbook-stable/images/css/footer-bl.png has changed diff -r d5d97fba55df -r 682988d4d77f doc/handbook-stable/images/css/footer-br.png Binary file doc/handbook-stable/images/css/footer-br.png has changed diff -r d5d97fba55df -r 682988d4d77f doc/handbook-stable/images/css/header.png Binary file doc/handbook-stable/images/css/header.png has changed diff -r d5d97fba55df -r 682988d4d77f doc/handbook-stable/template.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/handbook-stable/template.html Fri Feb 06 23:09:33 2009 +0100 @@ -0,0 +1,56 @@ + + + + SliTaz Handbook - Template + + + + + + + + + + + + + + + +
+
+ +

Template

+ +

+CONTENT +

+ + + +
+ + + + +
+ Copyright © 2007 SliTaz - + GNU General Public License;
+ Documentation publiées sous + GNU Free Documentation License + et codée en xHTML 1.0 valide. +
+ + +