--- branches/ecas/public_html/style.css 2009/04/17 15:01:30 783 +++ branches/ecas/public_html/style.css 2009/04/17 15:04:48 784 @@ -112,6 +112,12 @@ font-size: 70% } +.headline { + font-size: 110%; + font-weight: bold; + font-style: normal; +} + .small { font-size: 80%; } @@ -139,3 +145,45 @@ border-top: 1px dashed navy; } + +.round { + border: 1px solid #e3e4e4; + zoom:1; /* causes IE to behave properly */ +} + +.tl { + background: url(tl.gif) no-repeat top left; + margin:-1px; /* the margin pushes the container out 1px to line up borders */ +} +.tr { + background: url(tr.gif) no-repeat top right; +} +.br { + background: url(br.gif) no-repeat bottom right; +} + +.bl { + background: url(bl.gif) no-repeat bottom left; + padding: 20px; + text-align: center; + vertical-align: center; +} + +.tr, .tl, .bl, .br { + zoom:1; + position:relative; +} + +/* kraj okruglih rubova */ + +.bl table { + margin-left: auto; + margin-right: auto; + text-align: left; +} + +.abeceda { + font-size: 14px; + word-spacing: -0.15em +} +