X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=a16cb13b046b278258aaf6c9b7d73c8ce016f17c;hb=ffb1b78a1c08aed16e179d885c39868f308b8cf5;hp=0eaee8119d8cb5bcf03ba3eaafba5b8ff129898a;hpb=9016f300544a53cda5eb4063735897891bd90c14;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 0eaee81..a16cb13 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -2,7 +2,7 @@ * brisk - brisk.css * * Copyright (C) 2006-2014 Matteo Nastasi - * mailto: nastasi@alternativeoutput.it + * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it * @@ -27,21 +27,13 @@ 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/happysunbg.png'); background-color: #fafafa; background-repeat: no-repeat; - background-position: center center; - margin:0px; - + background-position: center center; + margin: 0px; + height: 800px; padding: 0px; align: center; @@ -56,7 +48,7 @@ td { } img { - position: absolute; + position: absolute; border-style: solid; border-width: 1px; border-color: gray; @@ -69,11 +61,11 @@ img.unbo { img.nobo { position: relative; border-width: 0px; - display: block; + display: block; margin: auto; } -img.inline { +img.inline { position: relative; vertical-align: middle; border-width: 0px; @@ -117,8 +109,9 @@ img.ib_nobo { .notify { /* top: 10%; */ top: 0; + padding: 8px; - left: 50%; + left: 50%; position: absolute; border-style: solid; border-width: 1px; @@ -128,20 +121,20 @@ img.ib_nobo { bottom: 0; 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); -moz-opacity: 0.90; - opacity: 0.90; + opacity: 0.90; } .notify_opaque { /* top: 10%; */ top: 0; - left: 50%; + left: 50%; position: absolute; border-style: solid; border-width: 1px; @@ -151,13 +144,13 @@ img.ib_nobo { bottom: 0; right: 0; align: center; - text-align: center; - background-color: white; + text-align: center; + background-color: white; z-index: 10; visibility: hidden; } -div.notify_clo { +div.notify_clo { position: absolute; align: center; width: 100%; @@ -175,25 +168,25 @@ div.doc_alert { padding: 8px; } -.input_text { +.input_text { background-color: #f8f8f8; - border: 1px solid gray; + border: 1px solid gray; margin: 1px; } -.input_text:hover { +.input_text:hover { background-color: white; - border: 1px solid #ffae00; + border: 1px solid #ffae00; } -.input_text_hi { +.input_text_hi { background-color: white; border: 2px solid #ffae00; margin: 0px; } input.input_sub { - border: 1px solid gray; + border: 1px solid gray; margin: 0px; padding: 1px; color: black; @@ -207,8 +200,8 @@ input.input_sub { min-height: 22px ! important; display: inline; } -input.input_sub:hover { - border: 1px solid #ffae00; +input.input_sub:hover { + border: 1px solid #ffae00; margin: 0px; padding: 1px; } @@ -231,7 +224,7 @@ input.input_sub_hi { } input.button { - border: 1px solid gray; + border: 1px solid gray; margin: 1px; padding: 2px; color: black; @@ -255,11 +248,11 @@ img.button:hover { cursor: pointer; } -span.au0 { +span.au0 span { font-weight: bold; } -span.au1 { +span.au1 span { padding-left: 2px; padding-right: 4px; font-style: italic; @@ -268,10 +261,21 @@ span.au1 { background-color: #a1c8ff; } -span.au2 { +span.au2 span { background-color: #bafcba; } +span.au3 { + padding-left: 24px; + background-image: url('img/books.png'); + background-repeat: no-repeat; + background-position: left center; +} + +span.au3 span { + background-color: transparent; +} + div.bye_msg { font-weigth: bold; } \ No newline at end of file