X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=bcf16361eae6c26e35d6bec865375935f3c48746;hb=484a365c1e66ba4b878117275423a1594c209960;hp=f041039122e66c3f507baaa89663ebf01a3e95dd;hpb=28bc29c2571daed80d85b53abebf0649d033cf25;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index f041039..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; @@ -86,6 +86,14 @@ img.nobohide { z-index: 12; } +img.bordergray { + border: 1px solid gray; +} + +img.ib_nobo { + border: 0px solid gray; +} + .bg_white { background-color: #ffffff; } @@ -109,8 +117,9 @@ img.nobohide { .notify { /* top: 10%; */ top: 0; + padding: 8px; - left: 50%; + left: 50%; position: absolute; border-style: solid; border-width: 1px; @@ -120,20 +129,20 @@ img.nobohide { 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; @@ -143,13 +152,13 @@ img.nobohide { 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%; @@ -167,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; @@ -199,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; } @@ -223,7 +232,7 @@ input.input_sub_hi { } input.button { - border: 1px solid gray; + border: 1px solid gray; margin: 1px; padding: 2px; color: black; @@ -247,17 +256,34 @@ 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; - background-color: #ffd780; +/* orange background-color: #ffd780; */ +/* red background-color: #ffb0b0; */ + 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