X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-fosdem%2Fstyle.css;h=9c6a9dafdaf881d8fa15fd81163cda2fb466f66f;hb=46399e9345856c352ae48d11264f3f6f3d675a2d;hp=0f7be389813ea968cc941ef5879c80322608fe14;hpb=3ddcd7084593ef8f3a36c84e27501e0c4040f209;p=libguestfs-talks.git diff --git a/2019-fosdem/style.css b/2019-fosdem/style.css index 0f7be38..9c6a9da 100644 --- a/2019-fosdem/style.css +++ b/2019-fosdem/style.css @@ -81,12 +81,13 @@ div.plugins { background: #f8f8ff; border: 1px solid rgb(204,0,0); border-radius: 15px; + margin-left: auto; + margin-right: auto; width: 800px; height: 400px; /* Position relative is needed so that items may be positioned inside. */ position: relative; - column-count: 4; } div.plugins p#caption { @@ -99,14 +100,17 @@ div.plugins p#caption { } div.plugins ul { + position: absolute; + top: 10%; + width: 700px; + height: 380px; + column-count: 4; list-style-type: none; - top: 50%; - transform: translateY(15%); margin: 0; } div.plugins ul li { - padding: 4px; + padding: 0px; margin: 5px; } @@ -124,12 +128,13 @@ div.filters { background: #f8fff8; border: 1px solid rgb(204,0,0); border-radius: 15px; + margin-left: auto; + margin-right: auto; width: 800px; height: 200px; /* Position relative is needed so that items may be positioned inside. */ position: relative; - column-count: 4; } div.filters p.filtercaption { @@ -142,14 +147,17 @@ div.filters p.filtercaption { } div.filters ul { + position: absolute; + top: 10%; + width: 700px; + height: 180px; + column-count: 4; list-style-type: none; - top: 50%; - transform: translateY(15%); margin: 0; } div.filters ul li { - padding: 4px; + padding: 0px; margin: 5px; } @@ -161,3 +169,69 @@ div.filters ul li.highlighted { border-radius: 20px; font-weight: bold; } + +/* For images which must be centered on the page. */ +div.allcenter { + display: flex; + justify-content: center; + align-items: center; + height: 50vw; +} + +div.all-center img { +} + +/* Outlined text. */ +.outline { + text-shadow: 2px 2px 0 rgb(204,0,0), + -2px 2px 0 rgb(204,0,0), + 2px -2px 0 rgb(204,0,0), + -2px -2px 0 rgb(204,0,0), + 0px 2px 0 rgb(204,0,0), + 0px -2px 0 rgb(204,0,0), + -2px 0px 0 rgb(204,0,0), + 2px 0px 0 rgb(204,0,0), + 4px 4px 0 rgb(204,0,0), + -4px 4px 0 rgb(204,0,0), + 4px -4px 0 rgb(204,0,0), + -4px -4px 0 rgb(204,0,0), + + 0px 4px 0 rgb(204,0,0), + 0px -4px 0 rgb(204,0,0), + -4px 0px 0 rgb(204,0,0), + 4px 0px 0 rgb(204,0,0), + 2px 4px 0 rgb(204,0,0), + -2px 4px 0 rgb(204,0,0), + 2px -4px 0 rgb(204,0,0), + -2px -4px 0 rgb(204,0,0), + 4px 2px 0 rgb(204,0,0), + -4px 2px 0 rgb(204,0,0), + 4px -2px 0 rgb(204,0,0), + -4px -2px 0 rgb(204,0,0), + + 4px 4px 0 rgb(255,128,128), + -4px 4px 0 rgb(255,128,128), + 4px -4px 0 rgb(255,128,128), + -4px -4px 0 rgb(255,128,128), + 0px 4px 0 rgb(255,128,128), + 0px -4px 0 rgb(255,128,128), + -4px 0px 0 rgb(255,128,128), + 4px 0px 0 rgb(255,128,128), + 8px 8px 0 rgb(255,128,128), + -8px 8px 0 rgb(255,128,128), + 8px -8px 0 rgb(255,128,128), + -8px -8px 0 rgb(255,128,128), + + 0px 8px 0 rgb(255,128,128), + 0px -8px 0 rgb(255,128,128), + -8px 0px 0 rgb(255,128,128), + 8px 0px 0 rgb(255,128,128), + 4px 8px 0 rgb(255,128,128), + -4px 8px 0 rgb(255,128,128), + 4px -8px 0 rgb(255,128,128), + -4px -8px 0 rgb(255,128,128), + 8px 4px 0 rgb(255,128,128), + -8px 4px 0 rgb(255,128,128), + 8px -4px 0 rgb(255,128,128), + -8px -4px 0 rgb(255,128,128); +}