slitaz-forge rev 664

scn: up CSS style
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 27 12:22:24 2017 +0100 (2017-02-27)
parents af57a0cc4aa6
children 2d84d16c8cfa
files scn/style.css
line diff
     1.1 --- a/scn/style.css	Sun Feb 26 22:46:29 2017 +0100
     1.2 +++ b/scn/style.css	Mon Feb 27 12:22:24 2017 +0100
     1.3 @@ -322,18 +322,22 @@
     1.4  
     1.5  #footer a { padding: 0 2px; }
     1.6  
     1.7 -/* Plugins CSS */
     1.8 +/* 
     1.9 + * 
    1.10 + * Plugins CSS Styles
    1.11 + * 
    1.12 + */
    1.13  
    1.14  /* Blog */
    1.15  .post-tools { 
    1.16  	border-top: 1px dotted #ddd;
    1.17  	border-bottom: 1px dotted #ddd;
    1.18  	padding: 4px 0; }
    1.19 -.post-tools a { text-decoration: none; }
    1.20 +.post-tools a      { text-decoration: none; }
    1.21  .post-tools a:hover { text-decoration: underline; }
    1.22  
    1.23  /* Forum */
    1.24 -#hashtags { font-size: 16px; font-weight: bold; }
    1.25 +#hashtags   { font-size: 16px; font-weight: bold; }
    1.26  #hashtags a { text-decoration: none; padding: 0 4px; }
    1.27  .topic { padding: 6px; margin: 4px; }
    1.28  .topic span a { text-decoration: none; color: #666;
    1.29 @@ -383,3 +387,14 @@
    1.30  	border-bottom: 1px solid #ddd; 
    1.31  }
    1.32  #users td, #plugins td { padding: 4px 0; }
    1.33 +
    1.34 +/*
    1.35 + * 
    1.36 + * SUP CSS Style with receip support, upload, confirm, pkg list, etc
    1.37 + * 
    1.38 + */
    1.39 +
    1.40 +.comment { color: #a00; }
    1.41 +.value   { color: #e50; }
    1.42 +.var     { color: #05a; }
    1.43 +.color32 { color: green; }