Difference between revisions of "Template:HK SKHLPSS CUSTOM CSS"

 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<style>
 
  
body {
+
<script type="text/javascript">
    background-image: url('https://static.igem.org/mediawiki/2017/f/f9/Lpbackground1.jpg');
+
$(document).ready(function(e) {
  position: fixed;
+
  var h = $('#navbar').height();
  left: 0;
+
  $('.my-banner').animate({ paddingTop: h });
  right: 0;
+
});
  z-index: 1;
+
  
  display: block;
+
$(document).ready(function(e){
   width: 1200px;
+
   $('#bodyContent').addClass("container marketing padding-top")
  height: 800px;
+
})
 +
</script>
 +
 
 +
<style>
  
  -webkit-filter: blur(5px);
+
#content {
   -moz-filter: blur(5px);
+
   margin-top: -12px !important
  -o-filter: blur(5px);
+
  -ms-filter: blur(5px);
+
  filter: blur(5px);
+
 
}
 
}
  
 
.container {
 
.container {
   width: 72%;
+
  text-align:justify;
 +
   width: 75%;
 
}
 
}
  
{text-align:justify;}
 
  
 
h1, h2, h3 {
 
h1, h2, h3 {
Line 99: Line 97:
 
}
 
}
  
 +
.carousel-caption {
 +
  background-color: grey;
 +
  padding: 4px 12px 30px 12px
 +
}
  
  
 
</style>   
 
</style>   
 
</html>
 
</html>

Latest revision as of 12:11, 1 November 2017