slitaz-forge diff mirror/root/static/slitaz.css @ rev 603

Update to the current state of "mirror" and "pkgs"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 06:47:13 2015 +0200 (2015-10-25)
parents 8f7ddeaffa3b
children fd79a2207aed
line diff
     1.1 --- a/mirror/root/static/slitaz.css	Fri Oct 16 02:08:09 2015 +0300
     1.2 +++ b/mirror/root/static/slitaz.css	Sun Oct 25 06:47:13 2015 +0200
     1.3 @@ -11,7 +11,8 @@
     1.4  	box-sizing: border-box;
     1.5  	color: #222;
     1.6  	background: #FFF;
     1.7 -	font: 13px Ubuntu, "Droid Sans", "DejaVu Sans", FreeSans, "Liberation Sans", sans-serif;
     1.8 +	font-size: 90%;
     1.9 +	font-family: Arimo, Ubuntu, "Droid Sans", "DejaVu Sans", FreeSans, "Liberation Sans", sans-serif;
    1.10  	-moz-hyphens: auto; -epub-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
    1.11  }
    1.12  code, pre, samp, kbd {
    1.13 @@ -40,7 +41,7 @@
    1.14  	border-bottom: 1px solid #CCC;
    1.15  }
    1.16  h3 {
    1.17 -	color: #666;
    1.18 +	color: #16A;
    1.19  	font-size: 19px;
    1.20  	font-weight: 300;
    1.21  	margin: 12px auto 0;
    1.22 @@ -69,14 +70,15 @@
    1.23  
    1.24  body > header {
    1.25  	display: block;
    1.26 -	background: #222;
    1.27 +	background: #444;
    1.28  	text-align: justify;
    1.29  	line-height: 0;
    1.30 +	box-shadow: 0 -8px 8px #333 inset;
    1.31  }
    1.32  h1 {
    1.33  	display: inline-block;
    1.34  	margin: auto 0;
    1.35 -	line-height: 20px;
    1.36 +	height: 40px;
    1.37  	white-space: nowrap;
    1.38  	vertical-align: middle;
    1.39  }
    1.40 @@ -177,7 +179,7 @@
    1.41  	margin: 0;
    1.42  	text-align: right;
    1.43  	padding: 6px;
    1.44 -	font-size: 11px;
    1.45 +	font-size: 0.9rem;
    1.46  }
    1.47  .lang a {
    1.48  	padding: 0 2px;
    1.49 @@ -189,16 +191,17 @@
    1.50  /* Main content block */
    1.51  
    1.52  main {
    1.53 +	display: block;
    1.54  	max-width: 700px;
    1.55  	margin: 6px auto;
    1.56  	padding: 0 6px;
    1.57  	text-align: justify;
    1.58  	line-height: 1.5rem;
    1.59  }
    1.60 -p, ul, ol, li, h2, h3, pre, table {
    1.61 +p, ul, ol, h2, h3, pre, table {
    1.62  	max-width: 700px;
    1.63  }
    1.64 -p, ul, ol, li, pre, table {
    1.65 +p, ul, ol, pre, table {
    1.66  	margin: 6px auto;
    1.67  }
    1.68  p, ul, ol {
    1.69 @@ -218,10 +221,16 @@
    1.70  
    1.71  .br::before { content: url(BR.png); }
    1.72  .ch::before { content: url(CH.png); }
    1.73 +.cn::before { content: url(CN.png); }
    1.74  .de::before { content: url(DE.png); }
    1.75 +.es::before { content: url(ES.png); }
    1.76  .fr::before { content: url(FR.png); }
    1.77  .it::before { content: url(IT.png); }
    1.78  .pl::before { content: url(PL.png); }
    1.79 +.ru::before { content: url(RU.png); }
    1.80 +.se::before { content: url(SE.png); }
    1.81 +.tw::before { content: url(TW.png); }
    1.82 +.ua::before { content: url(UA.png); }
    1.83  .us::before { content: url(US.png); }
    1.84  
    1.85  
    1.86 @@ -253,8 +262,8 @@
    1.87  	border: 1px solid #DDD;
    1.88  	width: 100%;
    1.89  	margin-bottom: 20px;
    1.90 -	padding: 6px;
    1.91 -	border-collapse: collapse;
    1.92 +	padding: 0;
    1.93 +	border-spacing: 0;
    1.94  	line-height: 1;
    1.95  }
    1.96  caption {
    1.97 @@ -268,8 +277,8 @@
    1.98  td {
    1.99  	text-align: left;
   1.100  }
   1.101 -th {
   1.102 -	padding: 4px 1px;
   1.103 +td, th {
   1.104 +	padding: 4px;
   1.105  }
   1.106  /* Zebra stripes */
   1.107  tbody tr:nth-child(odd) {
   1.108 @@ -394,10 +403,11 @@
   1.109  body > footer {
   1.110  	background: #F1F1F1;
   1.111  	text-align: center;
   1.112 -	border-top: 1px solid #DDD;
   1.113 +	border-top: 1px solid #CCC;
   1.114  	padding: 6px;
   1.115  	color: #666;
   1.116  	clear: both;
   1.117 +	box-shadow: 0 4px 8px #CCC inset;
   1.118  }
   1.119  body > footer div {
   1.120  	margin: 12px;
   1.121 @@ -428,9 +438,11 @@
   1.122  .exe::before          { content: url(application-x-ms-dos-executable.png); }
   1.123  .rme::before          { content: url(text-x-readme.png); }
   1.124  .log::before          { content: url(text-x-changelog.png); }
   1.125 +.x-flavor,
   1.126  .pkg::before          { content: url(package-x-generic.png); }
   1.127  .server::before       { content: url(network-server.png); }
   1.128 -.locale::before       { content: url(preferences-desktop-locale.png); }
   1.129 +.locale::before       { content: url(preferences-desktop-locale.png); display: inline-block; vertical-align: middle; }
   1.130 +.locale2::before      { content: url(preferences-desktop-locale2.png); display: inline-block; vertical-align: middle; }
   1.131  
   1.132  
   1.133  
   1.134 @@ -442,9 +454,10 @@
   1.135  .touch td, .touch th {
   1.136  	padding: 6px;
   1.137  }
   1.138 -.touch .network a, .touch nav a, .touch .mirrors a, .touch footer a {
   1.139 +.touch .network a, .touch nav a, .touch .mirrors a, .touch footer a,
   1.140 +.touch .info a {
   1.141  	display: inline-block;
   1.142 -	padding: 6px;
   1.143 +	padding: 0 12px 12px 0;
   1.144  }
   1.145  
   1.146  /* Full width for block_info and navigation */