slitaz-forge rev 413

forum: new colors and small fix
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 10:36:10 2014 +0100 (2014-01-15)
parents b28605f7f50e
children 7328f834c213
files forum/my-templates/slitaz/footer.php forum/my-templates/slitaz/style.css
line diff
     1.1 --- a/forum/my-templates/slitaz/footer.php	Wed Jan 15 10:19:32 2014 +0100
     1.2 +++ b/forum/my-templates/slitaz/footer.php	Wed Jan 15 10:36:10 2014 +0100
     1.3 @@ -23,6 +23,8 @@
     1.4  			<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
     1.5  			<a href="http://flattr.com/profile/slitaz">Flattr</a>
     1.6  		</p>
     1.7 +		
     1.8 +		<?php do_action('bb_foot'); ?>
     1.9  
    1.10  		<!-- If you like showing off the fact that your server rocks -->
    1.11  		<!-- <p class="showoff">
    1.12 @@ -37,7 +39,5 @@
    1.13  		</p> -->
    1.14  	</div>
    1.15  
    1.16 -<?php do_action('bb_foot'); ?>
    1.17 -
    1.18  </body>
    1.19  </html>
     2.1 --- a/forum/my-templates/slitaz/style.css	Wed Jan 15 10:19:32 2014 +0100
     2.2 +++ b/forum/my-templates/slitaz/style.css	Wed Jan 15 10:36:10 2014 +0100
     2.3 @@ -101,15 +101,15 @@
     2.4  #header p { margin-bottom: 0; }
     2.5  
     2.6  #header h1 a { color: #fff; text-decoration: none; }
     2.7 -#header h1 a:hover, #network a:hover { color: #cfcfcf; }
     2.8 +#header h1 a:hover, #network a:hover { color: #afafaf; }
     2.9  
    2.10  #header div.search {
    2.11  	float: right;
    2.12  	padding: 8px;
    2.13 -	background: #cc5b17;
    2.14 +	background: #666;
    2.15  	position: absolute;
    2.16 -	top: 90px;
    2.17 -	right: 20px;
    2.18 +	top: 68px;
    2.19 +	right: 10%;
    2.20  	width: 210px;
    2.21  	-moz-border-radius: 4px;
    2.22  	-webkit-border-radius: 4px;
    2.23 @@ -150,19 +150,19 @@
    2.24  
    2.25  #network {
    2.26  	float: right;
    2.27 -	padding: 14px 5px 0;
    2.28 +	padding: 12px 5px 0;
    2.29  	font-size: 12px;
    2.30  }
    2.31  #network a { padding: 0 4px; color: #fff; font-weight: bold; text-decoration: none;}
    2.32  #network img, .infobox img { vertical-align: middle; border: 0pt none; }
    2.33  
    2.34  #block {
    2.35 -	min-height: 120px;
    2.36 -	background: #d66018;
    2.37 -	padding: 20px 12% 0;
    2.38 +	min-height: 92px;
    2.39 +	background: #ccc;
    2.40 +	padding: 0px 10% 0;
    2.41  	text-align: center;
    2.42  	color: #333;
    2.43 -	border-bottom: 1px solid #f5f5f5;
    2.44 +	border-bottom: 1px solid #afafaf;
    2.45  }
    2.46  
    2.47  #block a {