flavors diff gtkonly/rootcd/style.css @ rev 239

Update (c) 2016 and update version date to the latest packages.list changes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 26 12:33:36 2016 +0200 (2016-01-26)
parents acb2438cec93
children
line diff
     1.1 --- a/gtkonly/rootcd/style.css	Sun Nov 08 01:36:56 2015 +0200
     1.2 +++ b/gtkonly/rootcd/style.css	Tue Jan 26 12:33:36 2016 +0200
     1.3 @@ -3,9 +3,9 @@
     1.4  html { min-height: 102%; }
     1.5  
     1.6  body {
     1.7 -	background: #ffffff;
     1.8 -	color: black;
     1.9 -	font: 13px Verdana, Arial, sans-serif;
    1.10 +	background: #eee;
    1.11 +	color: #222;
    1.12 +	font: 16px Verdana, Arial, sans-serif;
    1.13  	margin: 0;
    1.14  	min-width: 640px;
    1.15  }
    1.16 @@ -16,9 +16,12 @@
    1.17  h2 { color: #444; }
    1.18  h3 { color: #666; font-size: 140%; }
    1.19  
    1.20 -#header { 
    1.21 -	height: 40px; 
    1.22 +#header {
    1.23 +	position: fixed;
    1.24 +	width: 100%;
    1.25 +	height: 40px;
    1.26  	background: #351a0a;
    1.27 +	border-bottom: 8px solid #d66018;
    1.28  }
    1.29  
    1.30  #header h1 {
    1.31 @@ -56,7 +59,7 @@
    1.32  }
    1.33  
    1.34  #block { 
    1.35 -	min-height: 8px; 
    1.36 +	min-height: 40px; 
    1.37  	background: #d66018; 
    1.38  	padding: 0;
    1.39  	border-bottom: 1px solid #f5f5f5;
    1.40 @@ -69,8 +72,9 @@
    1.41  
    1.42  #footer {
    1.43  	text-align: center;
    1.44 -	border-top: 1px solid #ddd;
    1.45 +	border-top: 1px solid #ccc;
    1.46  	padding: 40px;
    1.47 +	background-color: #ddd;
    1.48  	color: #666;
    1.49  }
    1.50