slitaz-forge rev 682

play.slitaz.me: use header
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 01:29:50 2017 +0100 (2017-03-19)
parents 6f8ee67f014d
children 7b0187b47370
files play.slitaz.me/index.html play.slitaz.me/style.css
line diff
     1.1 --- a/play.slitaz.me/index.html	Sat Mar 18 23:23:59 2017 +0100
     1.2 +++ b/play.slitaz.me/index.html	Sun Mar 19 01:29:50 2017 +0100
     1.3 @@ -9,13 +9,13 @@
     1.4  <body>
     1.5  
     1.6  <!-- Header -->
     1.7 -<div id="header">
     1.8 +<header>
     1.9  	<div id="logo"></div>
    1.10  	<div id="network">
    1.11  		<a href="http://www.slitaz.org">SliTaz.Org</a>
    1.12  	</div>
    1.13  	<h1><a href="http://play.slitaz.me">play.SliTaz.me</a></h1>
    1.14 -</div>
    1.15 +</header>
    1.16  
    1.17  <!-- Content -->
    1.18  <div id="content">
     2.1 --- a/play.slitaz.me/style.css	Sat Mar 18 23:23:59 2017 +0100
     2.2 +++ b/play.slitaz.me/style.css	Sun Mar 19 01:29:50 2017 +0100
     2.3 @@ -20,26 +20,26 @@
     2.4  
     2.5  /* Header */
     2.6  
     2.7 -#header {
     2.8 +header {
     2.9  	background: #222;
    2.10  	height: 40px;
    2.11  	border-bottom: 4px solid #682368;
    2.12  }
    2.13  
    2.14 -#header h1 {
    2.15 +header h1 {
    2.16  	margin: 0;
    2.17  	padding: 8px 0 0 42px;
    2.18  	width: 250px;
    2.19  }
    2.20  
    2.21 -#header h1 a { 
    2.22 +header h1 a { 
    2.23  	color: white; 
    2.24  	text-decoration: none;
    2.25  	font-size: 20px;
    2.26  	font-style: italic;
    2.27  }
    2.28  
    2.29 -#header h1 a:hover { 
    2.30 +header h1 a:hover { 
    2.31  	color: #afafaf;
    2.32  }
    2.33