Difference between revisions of "Template:Waterloo/uwaterloo-main-css"

(Blanked the page)
 
Line 1: Line 1:
<html>
 
  
<!--- THIS IS WHERE THE HTML BEGINS --->
 
 
<!-- This tells the browser that your page is responsive -->
 
 
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Josefin+Sans" />
 
<script>
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
 
$(document).ready(function() {
 
 
//remove the HQ_page id
 
$("#HQ_page").attr('id','');
 
 
});
 
 
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
</script>
 
 
<style>
 
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
 
 
.judges-will-not-evaluate { border: 4px solid #F42534; padding: 2% !important; width: 92%!important;}
 
 
</style>
 

Latest revision as of 02:16, 18 October 2019