website rev 1044

Small CSS fix for lang and so fix sponsor box position, plusfew changes
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 10:00:43 2012 +0200 (2012-04-10)
parents d8f6851f9596
children 637f8fe842b8
files en/index.php en/sponsor/index.php index.php lib/html/follow.html slitaz.css
line diff
     1.1 --- a/en/index.php	Tue Apr 10 08:51:56 2012 +0200
     1.2 +++ b/en/index.php	Tue Apr 10 10:00:43 2012 +0200
     1.3 @@ -39,10 +39,8 @@
     1.4  
     1.5  <div class="box-up">
     1.6  	<p>
     1.7 -		Help us get a dedicated server - Check out our
     1.8 -		<a href="http://www.gofundme.com/3ql70">online fundraising</a>,
     1.9 -		<a href="http://usbkey.slitaz.org/">USB Key Project</a> or
    1.10 -		become an official <a href="/en/sponsor/">sponsor</a>
    1.11 +		Help us get a <a href="http://www.gofundme.com/3ql70">dedicated server</a>,
    1.12 +		and check out our <a href="http://usbkey.slitaz.org/">USB Key Project</a>!
    1.13  	</p>
    1.14  </div>
    1.15  
     2.1 --- a/en/sponsor/index.php	Tue Apr 10 08:51:56 2012 +0200
     2.2 +++ b/en/sponsor/index.php	Tue Apr 10 10:00:43 2012 +0200
     2.3 @@ -32,7 +32,7 @@
     2.4  
     2.5  <!-- Content -->
     2.6  <div id="content">
     2.7 -
     2.8 +	
     2.9  <!-- Featured sponsor -->
    2.10  <div id="sponsor">
    2.11  	<p><strong>Featured sponsor</strong></p>
    2.12 @@ -50,6 +50,8 @@
    2.13  	use in production environments.
    2.14  </p>
    2.15  
    2.16 +
    2.17 +
    2.18  <h3>Monetary support a developer</h3>
    2.19  
    2.20  <p>
     3.1 --- a/index.php	Tue Apr 10 08:51:56 2012 +0200
     3.2 +++ b/index.php	Tue Apr 10 10:00:43 2012 +0200
     3.3 @@ -51,10 +51,8 @@
     3.4  
     3.5  <div class="box-up">
     3.6  	<p>
     3.7 -		Help us get a dedicated server — Check out our
     3.8 -		<a href="http://www.gofundme.com/3ql70">online fundraising</a>,
     3.9 -		<a href="http://usbkey.slitaz.org/">USB Key Project</a> or
    3.10 -		become an official <a href="/en/sponsor/">sponsor</a>
    3.11 +		Help us get a <a href="http://www.gofundme.com/3ql70">dedicated server</a>,
    3.12 +		and check out our <a href="http://usbkey.slitaz.org/">USB Key Project</a>!
    3.13  	</p>
    3.14  </div>
    3.15  
     4.1 --- a/lib/html/follow.html	Tue Apr 10 08:51:56 2012 +0200
     4.2 +++ b/lib/html/follow.html	Tue Apr 10 10:00:43 2012 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  		<!-- Follow -->
     4.5  		<div style="margin-top: 12px;">
     4.6  			<script type="text/javascript">
     4.7 -				/* <![CDATA[ */
     4.8 +			/* <![CDATA[ */
     4.9  				document.write('<a href="https://twitter.com/slitaz" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false">Follow @slitaz</a>');
    4.10  				!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
    4.11  			/* ]]> */
     5.1 --- a/slitaz.css	Tue Apr 10 08:51:56 2012 +0200
     5.2 +++ b/slitaz.css	Tue Apr 10 10:00:43 2012 +0200
     5.3 @@ -47,7 +47,7 @@
     5.4  	font-style: italic;
     5.5  }
     5.6  
     5.7 -#header h1 a:hover, #network a:hover { 
     5.8 +#header h1 a:hover { 
     5.9  	color: #d66018;
    5.10  }
    5.11  
    5.12 @@ -71,7 +71,8 @@
    5.13  	font-size: 12px;
    5.14  }
    5.15  
    5.16 -#network a { padding: 0 6px; }
    5.17 +#network a { padding: 0 4px; }
    5.18 +#network a:hover { color: #cfcfcf; }
    5.19  
    5.20  /* Block */
    5.21  
    5.22 @@ -80,7 +81,7 @@
    5.23  	background: #d66018; 
    5.24  	padding: 26px 10% 0px;
    5.25  	text-align: center;
    5.26 -	color: #333;
    5.27 +	color: #222;
    5.28  	border-bottom: 1px solid #f5f5f5;
    5.29  }
    5.30  
    5.31 @@ -134,6 +135,8 @@
    5.32  #lang {
    5.33  	padding: 6px;
    5.34  	font-size: 11px;
    5.35 +	position: absolute;
    5.36 +	right: 0px;
    5.37  }
    5.38  
    5.39  #lang a {
    5.40 @@ -145,8 +148,8 @@
    5.41  	text-decoration: underline;
    5.42  }
    5.43  
    5.44 -body > #lang { float: right; }		/* for regular pages */
    5.45 -.box #lang { text-align: center; }	/* for /i18n page */
    5.46 +.box #lang { text-align: center; position: relative; 
    5.47 +	font-size: 13px; }	 /* for /i18n page */
    5.48  
    5.49  /* Content */
    5.50