From a92f99fbb4f521f3ddeb30883961787e68f66a9a Mon Sep 17 00:00:00 2001 From: Zak Rogoff Date: Tue, 15 Oct 2013 13:59:46 -0400 Subject: [PATCH] Adding top-left overlay class. --- 2014/assets/css/custom.css | 16 ++++++++++++++++ server/staging/lpc14/index.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 0e718054..593da6dd 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -264,6 +264,22 @@ input[type="checkbox"] { border-radius: 8px; } +.carousel-caption-tl { + position: absolute; + top: 5%; + bottom: auto; + right: 55%; + left: 2%; + z-index: 10; + padding-top: 10px; + padding-bottom: 10px; + color: #ffffff; + text-align: center; + background-color: rgba(0, 0, 0,0.4); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + border-radius: 8px; +} + @media screen and (min-width: 1280px) { .carousel-caption-tr { padding-bottom: 10px; diff --git a/server/staging/lpc14/index.html b/server/staging/lpc14/index.html index e8037453..c3815158 100644 --- a/server/staging/lpc14/index.html +++ b/server/staging/lpc14/index.html @@ -145,7 +145,7 @@
  • [ A presentation at LibrePlanet 2013] -