slitaz-forge rev 677

Up slitaz.me and bigger font
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 22:21:02 2017 +0100 (2017-03-16)
parents bd8dbd3cc49f
children a84a8415f54b
files play.slitaz.me/style.css slitaz.me/index.html slitaz.me/style.css
line diff
     1.1 --- a/play.slitaz.me/style.css	Thu Mar 16 20:15:04 2017 +0000
     1.2 +++ b/play.slitaz.me/style.css	Thu Mar 16 22:21:02 2017 +0100
     1.3 @@ -8,6 +8,10 @@
     1.4  a { text-decoration: underline; color: #215090; }
     1.5  a:hover { text-decoration: none; }
     1.6  img { border: 0pt none; vertical-align: middle; }
     1.7 +pre {
     1.8 +	overflow: auto;
     1.9 +	font-size: 110%;
    1.10 +}
    1.11  
    1.12  /* Header */
    1.13  
     2.1 --- a/slitaz.me/index.html	Thu Mar 16 20:15:04 2017 +0000
     2.2 +++ b/slitaz.me/index.html	Thu Mar 16 22:21:02 2017 +0100
     2.3 @@ -12,9 +12,9 @@
     2.4  <div id="header">
     2.5  	<div id="logo"></div>
     2.6  	<div id="network">
     2.7 -		<a href="http://www.slitaz.org">SliTaz.Org</a>
     2.8  		<a href="http://pizza.slitaz.me">Pizza</a>
     2.9  		<a href="http://play.slitaz.me">Play</a>
    2.10 +		<a href="http://www.slitaz.org">SliTaz.Org</a>
    2.11  	</div>
    2.12  	<h1><a href="http://slitaz.me">SliTaz.me</a></h1>
    2.13  </div>
    2.14 @@ -23,10 +23,14 @@
    2.15  <div id="content">
    2.16  
    2.17  <p>
    2.18 -The slitaz.me domain is used for personalized user services such as
    2.19 -the SliTaz online builder: <a href="http://pizza.slitaz.me">pizza.slitaz.me</a>
    2.20 +The slitaz.me domain is used for personalized user and contributors services:
    2.21  </p>
    2.22  
    2.23 +<ul>
    2.24 +	<li>SliTaz online builder: <a href="http://pizza.slitaz.me">pizza.slitaz.me</a></li>
    2.25 +	<li>SliTaz gaming services: <a href="http://play.slitaz.me">play.slitaz.me</a></li>
    2.26 +</ul>
    2.27 +
    2.28  <!-- End of content -->
    2.29  </div>
    2.30  
     3.1 --- a/slitaz.me/style.css	Thu Mar 16 20:15:04 2017 +0000
     3.2 +++ b/slitaz.me/style.css	Thu Mar 16 22:21:02 2017 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  /* CSS style for SliTaz.me */
     3.5  
     3.6  html { min-height: 102%; }
     3.7 -body { font: 13px sans-serif, vernada, arial; margin: 0; }
     3.8 +body { font-size: 90%; margin: 0; }
     3.9  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    3.10  h1 a { color: #fff; text-decoration: none; }
    3.11  h2 { color: #444; } h3 { color: #666; font-size: 140%; }