X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fosdem2009%2Fslides.css;h=126bd982fa137565f44b1532c14dec74a44e3b66;hp=be40cbd21422049f86495b6c69e9d61694cf0a63;hb=da7ec9b79379058e3e55a05f1c19f63be6853509;hpb=cc144c07fbaf1a4eac63af217630e7ca69d1472e;ds=sidebyside diff --git a/fosdem2009/slides.css b/fosdem2009/slides.css index be40cbd..126bd98 100644 --- a/fosdem2009/slides.css +++ b/fosdem2009/slides.css @@ -23,10 +23,7 @@ ul { margin-bottom: 0.5em; } -ul:first-child { - margin-top: 0; -} - +ul:first-child, ul:last-child { margin-top: 0; } @@ -122,17 +119,16 @@ h4 { /***** boxes *****/ .simplebox { - margin: 1em; padding: 0.5em; - border: 1px solid #0060C0; - background-color: #E0E9E9; - -moz-border-radius: .5em; - -moz-box-shadow: #b7d8f9 2px 2px 3px; } .captionedbox { - margin: 1em; padding: 0px; +} + +.simplebox, +.captionedbox { + margin: 1em; border: 1px solid #0060C0; background-color: #E0E9E9; -moz-border-radius: .5em; @@ -159,6 +155,7 @@ h4 { .hilite { font-weight: bold; color: #0060C0; + text-shadow: #5959ec 1px 1px 1px; } .border { @@ -190,7 +187,6 @@ a:hover, a:active { color: #800000; text-decoration: underline; } ul.small, .small ul { - margin: 0px; padding: 0px; border: 0px; margin: 0px 0px 0px 1em;