X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=812f948f46d8d29549e905fda32ee884e3e512fc;hb=79b3f2cd1c0b8c48292119f8eb17ee58e64b5740;hp=09a501dc62e583bf94a1a7befa32fb548962f4c4;hpb=41e03d6a322d1a87146a8142ba7eeb6443e21200;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 09a501d..812f948 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -148,7 +148,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; @@ -170,7 +170,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; @@ -186,7 +186,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; @@ -206,3 +206,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; +}