X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-kvm-forum%2Fstyle.css;h=abb253993879a361fe0836d7191c2e52d2b93c58;hb=81907fec7271bafe1f748c97773a776de50ee7ad;hp=ced9caf06195ba7c856ab925813ae38ab9a9cd44;hpb=b6560904118476765255308e1f5f240473fa5f88;p=libguestfs-talks.git diff --git a/2019-kvm-forum/style.css b/2019-kvm-forum/style.css index ced9caf..abb2539 100644 --- a/2019-kvm-forum/style.css +++ b/2019-kvm-forum/style.css @@ -132,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; @@ -151,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; @@ -171,6 +171,25 @@ div.filters ul li.highlighted { font-weight: bold; } +/* Colored highlighting */ +div.plugins ul li.bg_r, +div.filters ul li.bg_r { + background: #b00; + color: white; +} + +div.plugins ul li.bg_g, +div.filters ul li.bg_g { + background: #0b0; + color: white; +} + +div.plugins ul li.bg_b, +div.filters ul li.bg_b { + background: #00b; + color: white; +} + /* For images which must be centered on the page. */ div.allcenter { display: flex; @@ -251,3 +270,12 @@ p.attribution { text-align: right; font-size: 10pt; } + +/* Tables */ +table#border { + border-collapse: collapse; +} + +table#border th, table#border td { + border: 1px solid black; +}