Team:British Columbia/Test/Custom CSS

From 2014.igem.org

(Difference between revisions)
(Undo revision 406341 by JRound (talk))
 
(39 intermediate revisions not shown)
Line 7: Line 7:
<!-- ========================== Google Fonts ========================== -->
<!-- ========================== Google Fonts ========================== -->
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
-
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
+
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
Line 33: Line 33:
<style type="text/css">
<style type="text/css">
 +
 +
 +
#center_welcome{
#center_welcome{
Line 59: Line 62:
p {
p {
       font-family: 'PT Sans', sans-serif;
       font-family: 'PT Sans', sans-serif;
-
       font-size: 100%;
+
       font-size: 110%;
}
}
Line 68: Line 71:
header {
header {
-
<!--
 
-
        background-image: url('https://static.igem.org/mediawiki/2014/b/b9/Banner-01.png');
 
-
        background-repeat: no-repeat;
 
-
background-position: 10% 16%;
 
-
height: 300px;
 
-
        min-width:600px;
 
-
-->
 
-
 
background-image: url('https://static.igem.org/mediawiki/2014/b/b9/Banner-01.png');
background-image: url('https://static.igem.org/mediawiki/2014/b/b9/Banner-01.png');
background-repeat: no-repeat;
background-repeat: no-repeat;
Line 83: Line 78:
}
}
-
}
+
 
svg {
svg {
Line 90: Line 85:
img#sponsor_platinum{
img#sponsor_platinum{
-
     width: 400px;
+
     width: 500px;
     height: auto;
     height: auto;
}
}
img#sponsor_gold{
img#sponsor_gold{
-
     width: 250px;
+
     width: 400px;
     height: auto;
     height: auto;
}
}
img#sponsor_silver{
img#sponsor_silver{
-
     width: 100px;
+
     width: 250px;
     height: auto;
     height: auto;
}
}
Line 109: Line 104:
   margin-right: auto;
   margin-right: auto;
}
}
 +
 +
#welcome {
 +
display: inline-block;
 +
vertical-align: middle;
 +
float: none;
 +
}
 +
 +
.vertical-align {
 +
  display: flex;
 +
  align-items: center;   
 +
}
 +
 +
 +
.scrollup {
 +
    width: 40px;
 +
    height: 40px;
 +
    position: fixed;
 +
    bottom: 50px;
 +
    right: 50px;
 +
    float: right;
 +
}
 +
 +
.scrollup:hover{
 +
opacity: 0.4;
 +
}
 +
</style>
</style>

Latest revision as of 20:39, 30 March 2015

2014 UBC iGEM