Adding Sumana announcement to the sidebar.
[libreplanet-static.git] / 2016 / assets / css / custom.css
index ae11947150387f476484e2dc653f3957147e2823..d9fcf3de82f4eb685d8bf05298e941aa0a79d486 100644 (file)
@@ -77,6 +77,51 @@ h3  {
   padding-bottom: 25px;
 }
 
+.speakers-block {
+    border-bottom: 1px solid rgb(200, 200, 200);
+    margin-bottom: 20px;
+}
+
+.keynote-speakers-header {
+    margin-bottom: 20px;
+}
+
+.speaker-block {
+    padding-bottom: 20px;
+}
+
+.keynote-speaker-header h2 {
+    font-size: 25px;
+    padding-top: 0px;
+}
+
+.speaker-header h2 {
+    font-size: 20px;
+    padding-top: 0px;
+}
+
+.program-session-room-details {
+    margin-top: 4px;
+}
+
+.program-session-room-details button {
+    margin-left: 5px;
+}
+
+.program-session-ical-bg {
+    background-color: rgb(245, 245, 245);
+    padding: 5px;
+    border-radius: 3px;
+}
+
+article.ical-howto header {
+    margin-bottom: 10px;
+}
+
+article.ical-howto h2 {
+    font-size: 15px;
+}
+
 /* Breadcrumb */
 
 .breadcrumb > .active {
@@ -182,6 +227,7 @@ hr {
 .checkbox .help-block {
   display: inline-block;
   margin-top: 0;
+  margin-left: 0;
   margin-bottom: 10px;
   color: #737373;
 }
@@ -464,6 +510,7 @@ hr {
 .lp-banner {
   box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);
   margin-bottom: 20px;
+  padding-bottom: 5px;
   border-bottom: 3px solid rgba(88, 208, 121, 0.8);
   text-shadow: 0px 1px 0px #ffffff;
   background-color: rgb(250, 250, 250);
@@ -547,7 +594,7 @@ hr {
 
 /* Sponsor Logo */
 
-.sponsor-logo {
+.spnsr-logo {
   display: inline-block;
   max-width: 40%;
   margin: 0px 40px 40px 0px;
@@ -594,7 +641,6 @@ hr {
   }
 }
 
-
 /* Navs */
 
 @media (min-width:768px) {
@@ -662,6 +708,56 @@ hr {
   right: 1%;
 }
 
+.navbar-default {
+    background-color: rgb(250, 250, 250);
+    border-color: #e7e7e7;
+    border-bottom: 3px solid rgba(88, 208, 121, 0.8);
+}
+
+.navbar-brand {
+    float: left;
+    font-size: 18px;
+    height: 50px;
+    line-height: 20px;
+    margin-bottom: 9px;
+    padding: 15px;
+}
+
+.navbar-toggle {
+    background-color: transparent;
+    background-image: none;
+    border: 1px solid transparent;
+    border-radius: 4px;
+    float: right;
+    margin-bottom: 8px;
+    margin-right: 15px;
+    margin-top: 13px;
+    padding: 9px 10px;
+    position: relative;
+}
+
+.navbar-default .navbar-toggle {
+    border-color: rgb(250, 250, 250);
+}
+
+.navbar-default .navbar-toggle:focus,
+.navbar-default .navbar-toggle:hover {
+    background-color: rgb(245, 245, 245);
+}
+
+.navbar-default .navbar-toggle .icon-bar {
+    background-color: rgb(180, 180, 180);
+}
+
+.navbar-collapse {
+    background-color: rgb(240, 240, 240);
+    border-top: 1px solid transparent;
+    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
+    overflow-x: visible;
+    padding-left: 15px;
+    padding-right: 15px;
+}
+
 
 /* Footer - adapted from <http://getbootstrap.com/examples/sticky-footer/>
 -------------------------------------------------- */