X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=82fbe9018b962a975c1537080530d78c02c8a163;hb=8cf173d68f241c4a2afb9d129176d43886026ba0;hp=98bba662d8e29d089ae63e14811d953ca2bf02d9;hpb=4cbdccb22145e23fab22225a972b490842209c24;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 98bba66..82fbe90 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,7 @@ /* * brisk - brisk.css * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -22,7 +22,7 @@ */ body { - background-image: url('img/icefallbg.jpg'); + background-image: url('img/snowy.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -46,7 +46,7 @@ img { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; } img.unbo { @@ -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; +}