X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=812f948f46d8d29549e905fda32ee884e3e512fc;hb=79b3f2cd1c0b8c48292119f8eb17ee58e64b5740;hp=c977cd29d6b3ef51d2894b1680253d478e323070;hpb=bdb3cb2379f32bfb9279da661b1d4dbaf9712299;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index c977cd2..812f948 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,7 @@ /* * brisk - brisk.css * - * Copyright (C) 2006-2008 Matteo Nastasi + * Copyright (C) 2006-2011 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -19,12 +19,10 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ body { - background-image: url('img/funghi_bg2.jpg'); + background-image: url('img/icefallbg.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -150,7 +148,7 @@ input.input_sub { color: black; background-color: #f8f8f8; vertical-align: middle; - text-decoration:none; + text-decoration: none; font-size: 100%; cursor: pointer; height: 22px ! important; @@ -172,7 +170,7 @@ input.input_sub_hi { background-color: white; /* background-color: RGB(246,246,246); */ vertical-align: middle; - text-decoration:none; + text-decoration: none; font-size: 100%; cursor: pointer; height: 22px ! important; @@ -188,7 +186,7 @@ input.button { color: black; background-color: RGB(246,246,246); vertical-align: middle; - text-decoration:none; + text-decoration: none; font-size: 100%; cursor: pointer; height: 20px ! important; @@ -208,3 +206,20 @@ input.button:active { img.button:hover { cursor: pointer; } + +span.au1 { + font-weight: bold; +} + +span.au2 { + font-style: italic; +/* text-decoration: underline; */ + background-color: #bafcba; +} + +span.au3 { + font-weight: bold; + font-style: italic; +/* text-decoration: underline; */ + background-color: #bafcba; +}