Difference between revisions of "Template:Aalto-Helsinki"

(Updated css)
Line 6: Line 6:
 
}
 
}
 
          
 
          
 
#content {
 
width:auto;
 
margin-left:0px;
 
}
 
 
#sideMenu {
 
display:none;
 
}
 
 
#top_title {
 
display:none;
 
}
 
 
 
 
html, body, section, .container {
 
html, body, section, .container {
 
height: 100%;
 
height: 100%;
Line 49: Line 34:
 
text-shadow: 4px 2px rgba(0,0,0,0.5);
 
text-shadow: 4px 2px rgba(0,0,0,0.5);
 
}
 
}
 +
  
 
.centerrow {
 
.centerrow {
Line 133: Line 119:
 
   -moz-osx-font-smoothing: grayscale;
 
   -moz-osx-font-smoothing: grayscale;
 
   font-family: 'Source Sans Pro', sans-serif;
 
   font-family: 'Source Sans Pro', sans-serif;
 +
 
 +
 
}
 
}
  
Line 172: Line 160:
  
  
/*.lakephoto {
+
.lakephoto {
 
/*background: url('/2016/img/lake2.jpg') no-repeat;*/
 
/*background: url('/2016/img/lake2.jpg') no-repeat;*/
/*background: url('/Users/Misan/Desktop/iGEM/Wiki/Aalto-Helsinki-2016-Wiki/img/lake2.jpg') no-repeat;
+
background: url('file:///C:/Users/Saara/Documents/iGEM/Aalto-Helsinki-2016-Wiki/img/lake2.jpg') no-repeat;
 
background-size: 100%;
 
background-size: 100%;
 
background-size: cover;
 
background-size: cover;
Line 180: Line 168:
 
height: 110%;
 
height: 110%;
 
width: 100%;
 
width: 100%;
}*/
+
}
  
 
/* Emphasis Title KOKEILU
 
/* Emphasis Title KOKEILU
Line 216: Line 204:
  
 
.sciencephoto {
 
.sciencephoto {
background: url('/2016/img/colorful2.jpg') no-repeat;
+
background: url('file:///C:/Users/Saara/Documents/iGEM/Aalto-Helsinki-2016-Wiki/img/lab.jpg') no-repeat;
 
background-size: 100%;
 
background-size: 100%;
 
background-position: 0% 0%;
 
background-position: 0% 0%;
Line 335: Line 323:
 
-webkit-transform: translateX(-50%) rotate(-45deg);
 
-webkit-transform: translateX(-50%) rotate(-45deg);
 
transform: translateX(-50%) rotate(-45deg);
 
transform: translateX(-50%) rotate(-45deg);
 +
}
 +
 +
ul.topnav {
 +
list-style-type: none;
 +
    margin: 0;
 +
    padding: 0;
 +
    overflow: hidden;
 +
position: fixed;
 +
top: 0;
 +
    width: 100%;
 +
}
 +
 +
ul.topnav li {
 +
    float: left;
 +
}
 +
 +
ul.topnav li a {
 +
    display: block;
 +
    color: white;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
}
 +
 +
ul.topnav li a:hover {
 +
color: #000080;
 
}
 
}
  
Line 341: Line 354:
 
}
 
}
  
.shrink a{
+
ul.shrink li a{
 
color: black;
 
color: black;
 +
}
 +
 +
ul.botnav {
 +
list-style-type: none;
 +
    margin: 0;
 +
    padding: 0;
 +
    overflow: hidden;
 +
position: fixed;
 +
bottom: 0;
 +
    width: 100%;
 +
}
 +
 +
ul.botnav li {
 +
    text-align: center;
 +
 +
 +
}
 +
 +
ul.botnav li a {
 +
    display: inline;
 +
float: left;
 +
    color: black;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
font-weight: bold;
 +
}
 +
 +
ul.botnav li a:hover {
 +
color: #F0C133;
 
}
 
}
  

Revision as of 09:50, 23 August 2016