tazpkg diff tazpanel/pkgs.css @ rev 844

Finish modularization. Beta release: still have few FIXMEs and TODOs.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 03:53:47 2015 +0300 (2015-10-05)
parents a02e36d44d06
children
line diff
     1.1 --- a/tazpanel/pkgs.css	Fri Aug 28 16:10:34 2015 +0300
     1.2 +++ b/tazpanel/pkgs.css	Mon Oct 05 03:53:47 2015 +0300
     1.3 @@ -186,3 +186,34 @@
     1.4  
     1.5  /* infoTable: space between icons */
     1.6  #infoTable span a { margin-right: 1em; }
     1.7 +
     1.8 +/* info: description */
     1.9 +section#desc { padding: 0 1ex; font-size: 1rem; line-height: 1.25rem; }
    1.10 +
    1.11 +section#desc p,
    1.12 +section#desc li { padding: 0; text-align: justify; }
    1.13 +
    1.14 +section#desc ul li { list-style-type: disc; }
    1.15 +
    1.16 +section#desc p code, .light section#desc li code {
    1.17 +	padding: 0.3ex; border-radius: 0.3ex; background-color: hsla(0, 0%, 70%, 0.3); }
    1.18 +
    1.19 +section#desc p,
    1.20 +section#desc ul,
    1.21 +section#desc ol,
    1.22 +section#desc dl,
    1.23 +section#desc table,
    1.24 +section#desc blockquote,
    1.25 +section#desc pre {
    1.26 +	margin: 0.5rem 0; }
    1.27 +
    1.28 +section#desc ul ul,
    1.29 +section#desc ol ol,
    1.30 +section#desc ul ol,
    1.31 +section#desc ol ul {
    1.32 +	margin: 0; }
    1.33 +
    1.34 +section#desc hr {
    1.35 +	margin: 0; border: none; padding: 1.25rem 0 0; }
    1.36 +
    1.37 +section#desc ul, section#desc ol { padding: 0 0 0 1.25em; }