Difference between revisions of "Team:Imperial College/Templates/NavBar"

Line 60: Line 60:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
 +
body{
 +
    margin:0;
 +
    padding:0;
 +
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
 +
    background-blend-mode: screen;
 +
    text-decoration:none;
 +
    overflow: scroll;
 +
    font-family: 'Varela Round', sans-serif;
 +
    box-sizing: border-box;
 +
    color:#24305E;
 +
}
 +
.clr{
 +
    clear:both;
 +
}
  
#home_logo, #sideMenu { display:none; }
+
hr {  
#sideMenu, #top_title, .patrollink  {display:none;}
+
    border: 0;
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
    height: 4px;
body {background-color:white; }
+
    background-image: linear-gradient(to right,white, #F76C6C, white);
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
}
 
+
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
+
  
 +
.container{
 +
width: 100%;
 +
margin-left: auto;
 +
    margin-right:auto;
 +
    padding-top:5%;
 +
height: 100%;
 +
    position: relative;
 +
    padding-bottom: 20px;
 +
    }
 +
   
 +
.content{
 +
    background:none;
 +
    margin:auto;
 +
    padding:0;
 +
    width:90%;
 +
    height: 100%;
 +
    position:relative;
 +
    color:#24305E;
 +
}
  
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/

Revision as of 08:20, 12 September 2018