Difference between revisions of "Template:Edigem15 Collaboration"

(Created page with "<html> <!-- Start of CSS--> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear { display:...")
 
 
(14 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
height: 100%;
 
height: 100%;
 
border: 0px;
 
border: 0px;
background-color: #391919;
+
background-color: #fff;
 
margin: 0px;
 
margin: 0px;
 
padding: 0px;
 
padding: 0px;
Line 39: Line 39:
 
margin-left: none;
 
margin-left: none;
 
margin-right: none;
 
margin-right: none;
background-color: #391919;
+
background-color: #fff;
 
                         border: none;
 
                         border: none;
 
padding: 0px;
 
padding: 0px;
Line 53: Line 53:
 
         margin: 0px;
 
         margin: 0px;
 
         padding: 0px;
 
         padding: 0px;
         background-color: #391919;
+
         background-color: #fff;
 
         -webkit-background-size: cover;
 
         -webkit-background-size: cover;
 
         -moz-background-size: cover;
 
         -moz-background-size: cover;
Line 70: Line 70:
 
         height: 100%;
 
         height: 100%;
 
         padding: 0;
 
         padding: 0;
         box-shadow: 0 -200px 200px #22222 inset;
+
         box-shadow: 0 -200px 200px #fff inset;
 
     }
 
     }
 
     p {
 
     p {
Line 86: Line 86:
 
     text-align: center;
 
     text-align: center;
 
     color: #fff;
 
     color: #fff;
     background-color: #391919;
+
     background-color: #fff;
     background: url("https://static.igem.org/mediawiki/2015/d/d0/Edigem15_Design.jpg") no-repeat bottom center scroll;  
+
     background: url("https://static.igem.org/mediawiki/2015/a/ad/Edigem15_Collaboration_bannerpng.jpeg") no-repeat bottom center scroll;  
 
     -webkit-background-size: cover;
 
     -webkit-background-size: cover;
 
     -moz-background-size: cover;
 
     -moz-background-size: cover;
Line 116: Line 116:
 
         height: 100%;
 
         height: 100%;
 
         padding: 0;
 
         padding: 0;
         box-shadow: 0 -100px 100px #391919 inset;
+
         box-shadow: 0 -100px 100px #fff inset;
 
     }
 
     }
  
Line 133: Line 133:
 
     font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
 
     font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
 
     color: #fff;
 
     color: #fff;
     background-color: #391919;
+
     background-color: #fff;
 
}
 
}
  
Line 155: Line 155:
  
  
 +
}
 +
 +
 +
.arrowtext
 +
{
 +
    width: 100%;
 +
    display: block;
 +
}
 +
 +
.arrow
 +
{
 +
    height: 50px;
 +
    width: 100px;
 +
    opacity: 0.7;
 
}
 
}
  
Line 185: Line 199:
 
position: relative;
 
position: relative;
 
padding: 10em 10%;
 
padding: 10em 10%;
background: #391919;
+
background: #fff;
 
color: #fff;
 
color: #fff;
 
text-align: center;
 
text-align: center;
Line 195: Line 209:
 
font-size: 2.8em;
 
font-size: 2.8em;
 
font-weight: 400;
 
font-weight: 400;
 +
        color: #740404;
 
}
 
}
  
 
section p {
 
section p {
color: #fff;
+
color: #740404;
 
font-size: 1.3em;
 
font-size: 1.3em;
 
line-height: 1.5;
 
line-height: 1.5;
Line 228: Line 243:
 
.column {
 
.column {
 
display: inline-block;
 
display: inline-block;
vertical-align: top;
+
vertical-align: middle;
 +
        margin: auto;
 
}
 
}
  
 
.icon {
 
.icon {
 
display: block;
 
display: block;
width: 2em;
 
height: 2em;
 
border-radius: 50%;
 
 
background: rgba(0,0,0,0.1);
 
background: rgba(0,0,0,0.1);
 
color: #fff;
 
color: #fff;
Line 241: Line 254:
 
font-size: 8em;
 
font-size: 8em;
 
line-height: 2em;
 
line-height: 2em;
margin: 0 auto;
+
margin-right:10%;
 +
        vertical-align: middle;
 
}
 
}
  
 +
 +
.icon-right {
 +
display: block;
 +
background: rgba(0,0,0,0.1);
 +
color: #fff;
 +
text-align: center;
 +
font-size: 8em;
 +
line-height: 2em;
 +
margin-left:10%;
 +
        vertical-align: middle;
 +
}
 
section.color h2 {
 
section.color h2 {
 +
color: #fff;
 +
}
 +
 +
section.color p {
 
color: #fff;
 
color: #fff;
 
}
 
}
  
 
.color {
 
.color {
background: #7b3a3a;
+
background: #000;
 
}
 
}
  
Line 699: Line 728:
 
.text:first-child,
 
.text:first-child,
 
.text:nth-child(2) {
 
.text:nth-child(2) {
 +
                margin: auto;
 
text-align: center;
 
text-align: center;
 
}
 
}
  
 
.icon {
 
.icon {
margin: 0 auto;
+
margin-left:auto;
 +
                margin-right: auto;
 +
                margin-top: 10%;
 
}
 
}
  
.col-2 .column:first-child .icon {
+
.col-2 .column:first-child {
margin: 0 auto 50px;
+
margin: auto;
 
}
 
}
  
.col-2 .column:nth-child(2) .icon {
+
.col-2 .column:nth-child(2) {
margin: 50px auto 0;
+
margin: auto;
 
}
 
}
 
}
 
}
 +
 +
/*menu*/
  
 
#custom-bootstrap-menu.navbar-default .navbar-brand {
 
#custom-bootstrap-menu.navbar-default .navbar-brand {
Line 719: Line 753:
 
}
 
}
 
#custom-bootstrap-menu.navbar-default {
 
#custom-bootstrap-menu.navbar-default {
     font-size: 20px;
+
     font-size: 18px;
 
     background-color: rgba(34, 34, 34, 1);
 
     background-color: rgba(34, 34, 34, 1);
 
     border-bottom-width: 0px;
 
     border-bottom-width: 0px;
Line 726: Line 760:
 
     color: rgba(255, 255, 255, 1);
 
     color: rgba(255, 255, 255, 1);
 
     background-color: rgba(34, 34, 34, 1);
 
     background-color: rgba(34, 34, 34, 1);
 +
    padding-left:5px;
 +
    padding-right:5px;
 +
    padding-top: 10px;
 
}
 
}
 
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
 
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
Line 753: Line 790:
 
}
 
}
  
 +
/*end menu*/
  
 +
/*buttons*/
 +
 +
.btn {
 +
    padding: 14px 24px;
 +
    border: 0 none;
 +
    font-weight: 700;
 +
    letter-spacing: 1px;
 +
    text-transform: uppercase;
 +
}
 +
 +
.btn:focus, .btn:active:focus, .btn.active:focus {
 +
    outline: 0 none;
 +
}
 +
 +
.btn-primary {
 +
    background: #fff;
 +
    color: #ffffff;
 +
}
 +
 +
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
 +
    background: #fff;
 +
}
 +
 +
.btn-primary:active, .btn-primary.active {
 +
    background: #fff;
 +
    box-shadow: none;
 +
}
 +
 +
.btn.outline {
 +
    background: none;
 +
    padding: 12px 22px;
 +
}
 +
 +
.btn-primary.outline {
 +
    border: 2px solid #fff;
 +
    color: #fff;
 +
}
 +
 +
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
 +
    color: #fff;
 +
    border-color: #fff;
 +
}
 +
.btn-primary.outline:active, .btn-primary.outline.active {
 +
    border-color: #fff;
 +
    color: #fff;
 +
    box-shadow: none;
 +
}
  
 
</style>
 
</style>

Latest revision as of 21:02, 18 September 2015