Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 441: Line 441:
                 height: 160px;
                 height: 160px;
                 background: #f2f2f2;
                 background: #f2f2f2;
-
}
+
                -webkit-transition: all .3s ease-in-out;
 +
                    -moz-transition: all .3s ease-in-out;
 +
                              transition: all .3s ease-in-out;}
 +
 
 +
        #sponsors .sponsor:hover {
 +
                background: #fafafa;
 +
                box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
 +
                border-color: #fafafa;
 +
        }
/* Footer
/* Footer

Revision as of 03:17, 27 July 2013


Page title

List of templates:

Team:Wageningen_UR/Templates/Page Header
this page, include at the start of every page. This page contains all the css needed to style all of the pages.
Team:Wageningen_UR/Templates/Page Footer
include at the end of every page. This page contains all js for all the more complex functions in this wiki.
Team:Wageningen_UR/Templates/Navigation
edit the menu here