X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=0539984470bf9163c89780ac59ae545fb6d1a83d;hb=ac58e12ad31f22ad17c964ad3a36d10390c3dbe3;hp=62ebeda2ad6f90b1a881808a488be92e4286577a;hpb=d9a2a1f60067646ba5456e73ebf6a9663d3df31b;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 62ebeda..0539984 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,7 @@ /* * brisk - brisk.css * - * Copyright (C) 2006-2012 Matteo Nastasi + * Copyright (C) 2006-2014 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -36,7 +36,7 @@ input::-moz-focus-inner { } body { - background-image: url('img/snowy.jpg'); + background-image: url('img/happysunbg.png'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -247,19 +247,19 @@ img.button:hover { cursor: pointer; } -span.au1 { +span.au0 { font-weight: bold; } -span.au2 { +span.au1 { + padding-left: 2px; + padding-right: 4px; font-style: italic; -/* text-decoration: underline; */ - background-color: #bafcba; +/* orange background-color: #ffd780; */ +/* red background-color: #ffb0b0; */ + background-color: #a1c8ff; } -span.au3 { - font-weight: bold; - font-style: italic; -/* text-decoration: underline; */ +span.au2 { background-color: #bafcba; }