tazpanel diff styles/default/base.css @ rev 506
boot.cgi: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 12 13:51:30 2015 +0200 (2015-07-12) |
parents | 2a891cb47520 |
children | aaf630cf6a8b |
line diff
1.1 --- a/styles/default/base.css Sat May 23 17:20:17 2015 +0300 1.2 +++ b/styles/default/base.css Sun Jul 12 13:51:30 2015 +0200 1.3 @@ -16,15 +16,24 @@ 1.4 1.5 body > header { 1.6 position: fixed; top: 0; left: 0; 1.7 - width: 100%; 1.8 + width: 100%; height: 40px; 1.9 background-color: #222; 1.10 } 1.11 1.12 body > header h1 { 1.13 margin: 0; 1.14 - color: #fff; 1.15 - font-size: 18px; line-height: 40px; /* center vertical */ 1.16 - font-style: italic; 1.17 + color: #CCC; 1.18 + font-size: 18px; line-height: 21px; 1.19 + font-weight: 300; 1.20 + white-space: nowrap; overflow: hidden; 1.21 + vertical-align: middle; 1.22 +} 1.23 + 1.24 +body > header div { 1.25 + position: absolute; left: 40px; top: 21px; 1.26 + color: #FFF; background: transparent; 1.27 + font-size: 14px; line-height: 19px; 1.28 + font-weight: 300; 1.29 white-space: nowrap; overflow: hidden; 1.30 vertical-align: middle; 1.31 } 1.32 @@ -258,7 +267,7 @@ 1.33 padding: 1em; 1.34 width: 50%; margin: 0.5em auto; 1.35 } 1.36 -.box img { float: left; } 1.37 +.box span { display: inline-block; margin-right: 0.5rem; float: left; } 1.38 1.39 .box ul { list-style-type: none; padding: 0; } 1.40 1.41 @@ -551,20 +560,16 @@ 1.42 [data-icon="tazpanel"]::before { 1.43 display: inline-block; 1.44 content: '\f151'; 1.45 - color: #EBEBEB; 1.46 - border: 1pt solid hsl(5, 85%, 35%); border-radius: 0.2rem; 1.47 + border: 1pt solid; border-radius: 0.2rem; 1.48 font-size: 32px; line-height: 32px; 1.49 1.50 height: 32px; width: 32px; 1.51 margin: 0.2rem; 1.52 padding: 0; 1.53 vertical-align: top; 1.54 - background-image: -webkit-linear-gradient(top, hsl(10, 100%, 40%), hsl(0, 70%, 30%)); 1.55 -} 1.56 -.light [data-icon="tazpanel"]::before { 1.57 - text-shadow: 0 1pt 2pt hsla(0, 0%, 0%, 0.9), 0 0 2pt hsla(0, 0%, 0%, 0.6); 1.58 } 1.59 1.60 +[data-icon^=msg]::before { height: 32px; width: 32px; font-size: 32px; line-height: 32px; } 1.61 1.62 1.63 /******************* 1.64 @@ -770,3 +775,5 @@ 1.65 1.66 .bigScrollable { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: auto; } 1.67 #fileContent.bigScrollable { margin: 0.2rem; top: 2.5rem; } 1.68 + 1.69 +section section { margin: 0.2rem; }