# HG changeset patch # User Christophe Lincoln # Date 1488194544 -3600 # Node ID 4a422b8e9883d211cd9fde364dfc699e3427adaf # Parent af57a0cc4aa6533e932ba1c29b6eac2812ee1554 scn: up CSS style diff -r af57a0cc4aa6 -r 4a422b8e9883 scn/style.css --- a/scn/style.css Sun Feb 26 22:46:29 2017 +0100 +++ b/scn/style.css Mon Feb 27 12:22:24 2017 +0100 @@ -322,18 +322,22 @@ #footer a { padding: 0 2px; } -/* Plugins CSS */ +/* + * + * Plugins CSS Styles + * + */ /* Blog */ .post-tools { border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd; padding: 4px 0; } -.post-tools a { text-decoration: none; } +.post-tools a { text-decoration: none; } .post-tools a:hover { text-decoration: underline; } /* Forum */ -#hashtags { font-size: 16px; font-weight: bold; } +#hashtags { font-size: 16px; font-weight: bold; } #hashtags a { text-decoration: none; padding: 0 4px; } .topic { padding: 6px; margin: 4px; } .topic span a { text-decoration: none; color: #666; @@ -383,3 +387,14 @@ border-bottom: 1px solid #ddd; } #users td, #plugins td { padding: 4px 0; } + +/* + * + * SUP CSS Style with receip support, upload, confirm, pkg list, etc + * + */ + +.comment { color: #a00; } +.value { color: #e50; } +.var { color: #05a; } +.color32 { color: green; }