slitaz-forge rev 310

forum: up network links and rm old forum link
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 29 07:20:48 2012 +0000 (2012-05-29)
parents 1787fefd3f30
children 4b8f5923e787
files forum/my-templates/slitaz/header.php forum/my-templates/slitaz/style.css
line diff
     1.1 --- a/forum/my-templates/slitaz/header.php	Sat May 19 21:10:58 2012 +0200
     1.2 +++ b/forum/my-templates/slitaz/header.php	Tue May 29 07:20:48 2012 +0000
     1.3 @@ -26,18 +26,19 @@
     1.4  <body id="<?php bb_location(); ?>">
     1.5  	<div id="wrapper">
     1.6  		<div id="header" role="banner">
     1.7 -			
     1.8 +
     1.9  			<!-- SliTaz Network -->
    1.10  			<div id="network">
    1.11 -				<a href="http://www.slitaz.org/">
    1.12 -					<img src="<?php bb_uri(); ?>/my-templates/slitaz/images/network.png" alt="network.png" /></a>
    1.13 +				<a href="http://www.slitaz.org/">Home</a>
    1.14  				<a href="http://scn.slitaz.org/">Community</a>
    1.15  				<a href="http://doc.slitaz.org/">Doc</a>
    1.16  				<a href="http://forum.slitaz.org/">Forum</a>
    1.17 -				<a href="http://bugs.slitaz.org/">Bugs</a>
    1.18 +				<a href="http://slitaz.pro/">Pro</a>
    1.19 +				<a href="http://shop.slitaz.org/">Shop</a>
    1.20 +				<a href="http://bugs.slitaz.org">Bugs</a>
    1.21  				<a href="http://hg.slitaz.org/">Hg</a>
    1.22  			</div>
    1.23 -			
    1.24 +
    1.25  			<h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>
    1.26  			<?php if ( bb_get_option('description') ) : ?><p class="description"><?php bb_option('description'); ?></p><?php endif; ?>
    1.27  
    1.28 @@ -47,20 +48,16 @@
    1.29  <?php search_form(); ?>
    1.30  			</div>
    1.31  		</div>
    1.32 -		
    1.33 +
    1.34  		<!-- SliTaz Block -->
    1.35  		<div id="block">
    1.36  			<div style="text-align: justify; width: 48%; padding: 20px 10px 0 0;">
    1.37  				The SliTaz Forum is the place where you can get support,
    1.38 -				ask any questions about SliTaz, make requests, help others 
    1.39 +				ask any questions about SliTaz, make requests, help others
    1.40  				and get involved in a community group.
    1.41 -				<p>
    1.42 -				Old forum: 
    1.43 -				<a href="http://vanilla.slitaz.org/">vanilla.slitaz.org</a>
    1.44 -				</p>
    1.45  			</div>
    1.46  		</div>
    1.47 -		
    1.48 +
    1.49  		<div id="main">
    1.50  
    1.51  <?php if ( bb_is_profile() ) profile_menu(); ?>
     2.1 --- a/forum/my-templates/slitaz/style.css	Sat May 19 21:10:58 2012 +0200
     2.2 +++ b/forum/my-templates/slitaz/style.css	Tue May 29 07:20:48 2012 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  Author URI: http://people.slitaz.org/~pankso/
     2.5  */
     2.6  
     2.7 -/* Globals 
     2.8 +/* Globals
     2.9  =================================== */
    2.10  
    2.11  * { margin: 0; padding: 0; }
    2.12 @@ -101,7 +101,7 @@
    2.13  #header p { margin-bottom: 0; }
    2.14  
    2.15  #header h1 a { color: #fff; text-decoration: none; }
    2.16 -#header h1 a:hover, #network a:hover { color: #d66018; }
    2.17 +#header h1 a:hover, #network a:hover { color: #cfcfcf; }
    2.18  
    2.19  #header div.search {
    2.20  	float: right;
    2.21 @@ -148,29 +148,29 @@
    2.22  	border-color: rgb(0, 100, 0);
    2.23  }
    2.24  
    2.25 -#network { 
    2.26 -	float: right; 
    2.27 -	padding: 10px 5px 0; 
    2.28 +#network {
    2.29 +	float: right;
    2.30 +	padding: 10px 5px 0;
    2.31  	font-size: 12px;
    2.32  }
    2.33 -#network a { padding: 0 6px; color: #fff; font-weight: bold; text-decoration: none;}
    2.34 +#network a { padding: 0 4px; color: #fff; font-weight: bold; text-decoration: none;}
    2.35  #network img, .infobox img { vertical-align: middle; border: 0pt none; }
    2.36  
    2.37 -#block { 
    2.38 -	min-height: 120px; 
    2.39 -	background: #d66018; 
    2.40 +#block {
    2.41 +	min-height: 120px;
    2.42 +	background: #d66018;
    2.43  	padding: 20px 12% 0;
    2.44  	text-align: center;
    2.45  	color: #333;
    2.46  	border-bottom: 1px solid #f5f5f5;
    2.47  }
    2.48  
    2.49 -#block a { 
    2.50 +#block a {
    2.51  	color: #fff;
    2.52  	text-decoration: none;
    2.53  }
    2.54  
    2.55 -#block a:hover { 
    2.56 +#block a:hover {
    2.57  	text-decoration: underline;
    2.58  }
    2.59  
    2.60 @@ -233,7 +233,7 @@
    2.61  	color: #444;
    2.62  	z-index: 1;
    2.63  	font-size: 12px;
    2.64 -	
    2.65 +
    2.66  	padding: 2px;
    2.67  }
    2.68  
    2.69 @@ -241,8 +241,8 @@
    2.70  	bottom: 15px;
    2.71  }
    2.72  
    2.73 -.login p { 
    2.74 -	padding: 0px; 
    2.75 +.login p {
    2.76 +	padding: 0px;
    2.77  	border-bottom: 0px solid #999; }
    2.78  
    2.79  .login label {
    2.80 @@ -789,7 +789,7 @@
    2.81  
    2.82  #userinfo dt { font-weight: bold; }
    2.83  
    2.84 -#userinfo dd { margin: 0 0 5px; } 
    2.85 +#userinfo dd { margin: 0 0 5px; }
    2.86  
    2.87  #useractivity { margin: 15px 0 5px; }
    2.88