tazpkg diff doc/style.css @ rev 571

doc: add some clear markup to en, providing it in css (do we need 88% letters size? its small; auto-hyphenation added), add ru doc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 22 16:40:10 2012 +0200 (2012-03-22)
parents 77653f4cfe17
children
line diff
     1.1 --- a/doc/style.css	Thu Jun 02 04:17:36 2011 +0200
     1.2 +++ b/doc/style.css	Thu Mar 22 16:40:10 2012 +0200
     1.3 @@ -1,10 +1,19 @@
     1.4  /* CSS style for SliTaz Doc */
     1.5  
     1.6 -html { min-height:  102%; }
     1.7 -body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.8 +html { min-height: 102%; }
     1.9 +body {
    1.10 +	font: 100% sans-serif, Vernada, Arial;
    1.11 +	margin: 0;
    1.12 +	-moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
    1.13 +}
    1.14 +
    1.15  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.16 -h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
    1.17 -a:hover { text-decoration: none; }
    1.18 +h2 { color: #d66018; }
    1.19 +h3 { color: #666; font-size: 140%; }
    1.20 +
    1.21 +a, a:link, a:visited { color: #436976; text-decoration: none; }
    1.22 +a:hover, a:focus { text-decoration: underline; }
    1.23 +
    1.24  img { border: 0pt none; vertical-align: middle; }
    1.25  pre {
    1.26  	background-color: #f8f8f8;
    1.27 @@ -12,6 +21,8 @@
    1.28  	padding: 10px;
    1.29  	border-radius: 4px;
    1.30  }
    1.31 +code { background-color: #f8f8f8; }
    1.32 +code, tt { color: #666; }
    1.33  
    1.34  #header {
    1.35  	background: #351a0a;
    1.36 @@ -39,10 +50,6 @@
    1.37  }
    1.38  
    1.39  #lang a {
    1.40 -	text-decoration: none;
    1.41  	padding: 0 2px;
    1.42  }
    1.43  
    1.44 -#lang a:hover {
    1.45 -	text-decoration: underline;
    1.46 -}