From acdf786602e567cb90ad85c8f3eb3325d302e46e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 4 Oct 2013 22:19:22 +0530 Subject: [PATCH] [staging area] added caption (call for proposals) on the first carousel image. --- 2014/assets/css/custom.css | 16 ++++++++++++++++ server/staging/lpc14/index.html | 8 ++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 4465ee17..eb9899cc 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -163,6 +163,22 @@ display: none; } +.carousel-caption { + position: absolute; + top: 5%; + bottom: auto; + right: 2%; + left: 35%; + 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; +} + .margin-top { margin-top: 40px; } diff --git a/server/staging/lpc14/index.html b/server/staging/lpc14/index.html index 79477bbe..5798aff4 100644 --- a/server/staging/lpc14/index.html +++ b/server/staging/lpc14/index.html @@ -92,11 +92,15 @@