X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=bcf16361eae6c26e35d6bec865375935f3c48746;hb=e941e33787f5686885b88070a68005aa1eab5273;hp=0eaee8119d8cb5bcf03ba3eaafba5b8ff129898a;hpb=9016f300544a53cda5eb4063735897891bd90c14;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 0eaee81..bcf1636 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 * @@ -39,9 +39,9 @@ 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 +56,7 @@ td { } img { - position: absolute; + position: absolute; border-style: solid; border-width: 1px; border-color: gray; @@ -69,11 +69,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 +117,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 +129,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 +152,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 +176,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 +208,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 +232,7 @@ input.input_sub_hi { } input.button { - border: 1px solid gray; + border: 1px solid gray; margin: 1px; padding: 2px; color: black; @@ -255,11 +256,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 +269,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