slitaz-forge rev 424

doc: start to move to new style
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 14:42:06 2014 +0100 (2014-01-15)
parents 3b79031debec
children 9718ed8566d7
files doc/lib/tpl/slitaz-grey/design.css doc/lib/tpl/slitaz-grey/main.php pangolin/pangolin
line diff
     1.1 --- a/doc/lib/tpl/slitaz-grey/design.css	Wed Jan 15 14:28:14 2014 +0100
     1.2 +++ b/doc/lib/tpl/slitaz-grey/design.css	Wed Jan 15 14:42:06 2014 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  	width: auto;
     1.5  	margin: 0;
     1.6  	padding: 4px 4px 4px 20px;
     1.7 -	font-size: 11px;
     1.8 +	font-size: 12px;
     1.9  	font-weight: bold;
    1.10  }
    1.11  
    1.12 @@ -53,7 +53,7 @@
    1.13  /* Header and title */
    1.14  
    1.15  #header {
    1.16 -	background: #351a0a;
    1.17 +	background: #222;
    1.18  	color: #fff;
    1.19  	width: 100%;
    1.20  	height: 40px;
    1.21 @@ -73,7 +73,7 @@
    1.22  }
    1.23  
    1.24  #header h1 a:hover, #network a:hover { 
    1.25 -	color: #d66018;
    1.26 +	color: #afafaf;
    1.27  }
    1.28  
    1.29  /* Logo */
    1.30 @@ -92,7 +92,7 @@
    1.31  
    1.32  #network { 
    1.33  	float: right; 
    1.34 -	padding: 10px 5px 0; 
    1.35 +	padding: 14px 5px 0; 
    1.36  	font-size: 12px;
    1.37  }
    1.38  
    1.39 @@ -103,11 +103,11 @@
    1.40  
    1.41  #block { 
    1.42  	min-height: 100px; 
    1.43 -	background: #d66018; 
    1.44 +	background: #ccc; 
    1.45  	padding: 20px 12% 0;
    1.46  	text-align: center;
    1.47  	color: #333;
    1.48 -	border-bottom: 1px solid #f5f5f5;
    1.49 +	border-bottom: 1px solid #afafaf;
    1.50  }
    1.51  
    1.52  /* Page content */
    1.53 @@ -161,11 +161,11 @@
    1.54  /* HTML styles */
    1.55  
    1.56  h1, h1 a {
    1.57 -	color: #888;
    1.58 +	color: #444;
    1.59  	background: transparent;
    1.60  	text-align: left;
    1.61  	margin: 0;
    1.62 -	font-size: 130%;
    1.63 +	font-size: 150%;
    1.64  	font-weight: bold;
    1.65  	padding: 0;
    1.66  	text-decoration: none !important;
    1.67 @@ -998,9 +998,9 @@
    1.68  }
    1.69  
    1.70  div.notify { 
    1.71 -	background: #FFCE21;
    1.72 +	background: #cfcfcf;
    1.73  	color: #222;
    1.74 -	border: 1px solid #000;
    1.75 +	border: 1px solid #222;
    1.76  	font-size: 90%;
    1.77  	margin: 0;
    1.78  	padding: 4px;
    1.79 @@ -1008,7 +1008,7 @@
    1.80  	-webkit-border-radius: 4px;
    1.81  	border-radius: 4px;
    1.82  	position: absolute;
    1.83 -	top: 140px;
    1.84 +	top: 150px;
    1.85  	right: 20px;
    1.86  	width: 400px;
    1.87  }
     2.1 --- a/doc/lib/tpl/slitaz-grey/main.php	Wed Jan 15 14:28:14 2014 +0100
     2.2 +++ b/doc/lib/tpl/slitaz-grey/main.php	Wed Jan 15 14:42:06 2014 +0100
     2.3 @@ -31,13 +31,13 @@
     2.4  	<div id="logo"></div>
     2.5  	<!-- SliTaz Network -->
     2.6  	<div id="network">
     2.7 -		<a href="http://www.slitaz.org/">
     2.8 -			<img src="<?php echo DOKU_TPL?>images/home.png" alt="[ Home ]" /></a>
     2.9 +		<a href="http://www.slitaz.org/">Home</a>
    2.10  		<a href="http://scn.slitaz.org/">Community</a>
    2.11  		<a href="http://doc.slitaz.org/">Doc</a>
    2.12  		<a href="http://forum.slitaz.org/">Forum</a>
    2.13 +		<a href="http://irc.slitaz.org/">IRC</a>
    2.14  		<a href="http://slitaz.pro/">Pro</a>
    2.15 -		<a href="http://slitaz.spreadshirt.net/">Shop</a>
    2.16 +		<a href="http://shop.slitaz.org/">Shop</a>
    2.17  		<a href="http://bugs.slitaz.org">Bugs</a>
    2.18  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    2.19  	</div>
     3.1 --- a/pangolin/pangolin	Wed Jan 15 14:28:14 2014 +0100
     3.2 +++ b/pangolin/pangolin	Wed Jan 15 14:42:06 2014 +0100
     3.3 @@ -40,7 +40,7 @@
     3.4  }
     3.5  
     3.6  separator() {
     3.7 -	echo "================================================================================="
     3.8 +	echo "================================================================================"
     3.9  }
    3.10  
    3.11  #