X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-kvm-forum%2Fstyle.css;h=ab523d2b10efbb4f769a7bf764c9f8222ba66a0d;hb=01f364a5713fcbbc004d6e5da28ab953933142b0;hp=f97631e7ba7e2c1d071fe9083343ba8ba13ac4b5;hpb=09e2e4b5cca66394d8ddf5bee7a4853703676ecc;p=libguestfs-talks.git diff --git a/2019-kvm-forum/style.css b/2019-kvm-forum/style.css index f97631e..ab523d2 100644 --- a/2019-kvm-forum/style.css +++ b/2019-kvm-forum/style.css @@ -2,7 +2,8 @@ body { background: url(redhat.png) no-repeat; - background-position: 98% 0; + background-position: 98% 6px; + background-size: auto 48px; /* font-size: 28pt; */ /* For max */ font-size: 20pt; /* For 1024x768 */ font-family: Red Hat Text, liberation, helvetica; @@ -131,7 +132,7 @@ div.filters { margin-left: auto; margin-right: auto; width: 800px; - height: 200px; + height: 280px; /* Position relative is needed so that items may be positioned inside. */ position: relative; @@ -150,7 +151,7 @@ div.filters ul { position: absolute; top: 10%; width: 700px; - height: 180px; + height: 260px; column-count: 4; list-style-type: none; margin: 0; @@ -241,3 +242,12 @@ span.warning { background-color: yellow; font-weight: bold; } + +/* Attribution for artwork etc. */ +p.attribution { + position: absolute; + right: 10px; + bottom: 10px; + text-align: right; + font-size: 10pt; +}