X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=0eaee8119d8cb5bcf03ba3eaafba5b8ff129898a;hb=9016f300544a53cda5eb4063735897891bd90c14;hp=a3cc7cb17216a7caac91232ae82e29ce7a75bc42;hpb=a838a4cb3f09dec55f9edb3d882d30320faa3eef;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index a3cc7cb..0eaee81 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,10 @@ /* * brisk - brisk.css * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2014 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,35 +19,51 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ +* { + font-family: verdana, helvetica, arial, sans-serif; + font-size: 13px; + line-height: 120%; +} + +/* TRICK TO REMOVE EXCESS OF PADDING INSIDE INPUT BUTTONS WITH FIREFOX */ +input::-moz-focus-inner { + border: 0; + padding: 0; + margin-top:-2px; + margin-bottom: -2px; +} + body { - background-image: url('img/spring.jpg'); + background-image: url('img/happysunbg.png'); + background-color: #fafafa; background-repeat: no-repeat; - background-position: top center; + background-position: center center; margin:0px; - font-size: 12px; padding: 0px; align: center; } div { - font-size: 12px; + font-size: 100%; } td { - font-size: 12px; + font-size: 100%; } img { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; +} + +img.unbo { + border-width: 0px; } img.nobo { @@ -54,20 +73,63 @@ img.nobo { margin: auto; } -.notify { +img.inline { + position: relative; + vertical-align: middle; + border-width: 0px; +} + +img.nobohide { + position: absolute; + border-width: 0px; + visibility: hidden; + z-index: 12; +} + +img.bordergray { + border: 1px solid gray; +} + +img.ib_nobo { + border: 0px solid gray; +} + +.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; + + left: 50%; + position: absolute; border-style: solid; border-width: 1px; - position: absolute; - margin-top: auto; - margin-bottom: auto; - overflow: auto; - top: 0; +/* margin-top: auto; + margin-bottom: auto;*/ +/* overflow: auto; */ bottom: 0; - left: 50%; right: 0; align: center; - text-align: center; - background-color: white; + text-align: center; + background-color: white; z-index: 10; visibility: hidden; filter: alpha(opacity=90); @@ -75,26 +137,109 @@ img.nobo { 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; */ + position: absolute; align: center; width: 100%; left: 0px; -/* bottom: 4px;*/ + bottom: 4px; +} + +div.doc_alert { + color: #ff5400; + background-color: #ffd780; + font-family: monospace; + font-weight: bold; + text-align: center; + margin: 8px; + padding: 8px; +} + +.input_text { + background-color: #f8f8f8; + border: 1px solid gray; + margin: 1px; + } + +.input_text:hover { + background-color: white; + border: 1px solid #ffae00; + } + +.input_text_hi { + background-color: white; + border: 2px solid #ffae00; + margin: 0px; + } + +input.input_sub { + border: 1px solid gray; + margin: 0px; + padding: 1px; + color: black; + background-color: #f8f8f8; + vertical-align: middle; + text-decoration: none; + font-size: 100%; + cursor: pointer; + height: 22px ! important; + max-height: 22px ! important; + min-height: 22px ! important; + display: inline; +} +input.input_sub:hover { + border: 1px solid #ffae00; + margin: 0px; + padding: 1px; + } + +input.input_sub_hi { + border: 2px solid #ffae00; + padding: 0px; + margin: 0px; + color: black; + background-color: white; +/* background-color: RGB(246,246,246); */ + vertical-align: middle; + text-decoration: none; + font-size: 100%; + cursor: pointer; + height: 22px ! important; + max-height: 22px ! important; + min-height: 22px ! important; + display: inline; } input.button { border: 1px solid gray; + margin: 1px; + padding: 2px; 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; - max-height: 20px ! important; - min-height: 20px ! important; - margin: 1px; display: inline; } @@ -109,3 +254,24 @@ input.button:active { img.button:hover { cursor: pointer; } + +span.au0 { + font-weight: bold; +} + +span.au1 { + padding-left: 2px; + padding-right: 4px; + font-style: italic; +/* orange background-color: #ffd780; */ +/* red background-color: #ffb0b0; */ + background-color: #a1c8ff; +} + +span.au2 { + background-color: #bafcba; +} + +div.bye_msg { + font-weigth: bold; +} \ No newline at end of file