X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=c2cd2c2c842032a227ef91e7c587ca7c4f5166b1;hb=6f7adfc43f2ce4ad8dcf616a58a8edaf3d6c5c42;hp=67e5ec2c440c0c6f7c6e38a1bd129ec0ba994029;hpb=a29738b900316c9ad6ffb5a308861829ee0c1deb;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 67e5ec2..c2cd2c2 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-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -19,15 +19,13 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ body { - background-image: url('img/wip_bg.jpg'); + background-image: url('img/happysunbg.jpg'); background-color: #fafafa; background-repeat: no-repeat; - background-position: top center; + background-position: center center; margin:0px; font-size: 12px; @@ -48,7 +46,7 @@ img { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; } img.unbo { @@ -62,6 +60,12 @@ img.nobo { margin: auto; } +img.inline { + position: relative; + vertical-align: middle; + border-width: 0px; +} + img.nobohide { position: absolute; border-width: 0px; @@ -69,6 +73,26 @@ img.nobohide { z-index: 12; } +.bg_white { + background-color: #ffffff; +} + +.bg_green { + background-color: #aaffaa; +} + +.bg_ligre { + background-color: #ddffdd; +} + +.bg_red { + background-color: #ffaaaa; +} + +.bg_lired { + background-color: #ffdddd; +} + .notify { /* top: 10%; */ top: 0; @@ -92,6 +116,26 @@ img.nobohide { opacity: 0.90; } +.notify_opaque { +/* top: 10%; */ + top: 0; + + left: 50%; + position: absolute; + border-style: solid; + border-width: 1px; +/* margin-top: auto; + margin-bottom: auto;*/ +/* overflow: auto; */ + bottom: 0; + right: 0; + align: center; + text-align: center; + background-color: white; + z-index: 10; + visibility: hidden; +} + div.notify_clo { position: absolute; align: center; @@ -100,18 +144,18 @@ div.notify_clo { bottom: 4px; } -input.input_text { +.input_text { background-color: #f8f8f8; border: 1px solid gray; margin: 1px; } -input.input_text:hover { +.input_text:hover { background-color: white; border: 1px solid #ffae00; } -input.input_text_hi { +.input_text_hi { background-color: white; border: 2px solid #ffae00; margin: 0px; @@ -124,7 +168,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; @@ -146,7 +190,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; @@ -162,7 +206,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; @@ -182,3 +226,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; +}