Team:ETH Zurich/Templates

From 2013.igem.org

(Difference between revisions)
Line 59: Line 59:
#eth_nav > ul > li > a
#eth_nav > ul > li > a
{ display: block;
{ display: block;
-
background: #324143;
+
        width: auto;
 +
        height: auto;
 +
/*Standard background color*/
 +
background: CornflowerBlue;
padding: 5px 15px;
padding: 5px 15px;
text-decoration: none;
text-decoration: none;
Line 69: Line 72:
#eth_nav > ul > li > strong.selflink
#eth_nav > ul > li > strong.selflink
{ display: block;
{ display: block;
-
background: #324143;
+
/*color change when clicked on*/
 +
background: RoyalBlue;
padding: 5px 15px;
padding: 5px 15px;
text-decoration: none;
text-decoration: none;
Line 79: Line 83:
#eth_nav ul li a:hover
#eth_nav ul li a:hover
-
{ background: #24313C;
+
/*color change when mouse on menu*/
 +
{ background: RoyalBlue;
}
}
Line 114: Line 119:
#eth_nav > ul > li > ul > li > strong.selflink
#eth_nav > ul > li > ul > li > strong.selflink
{  width: auto;
{  width: auto;
-
     background: #009966;
+
     background: RoyalBlue;
     color: #EAFFED;
     color: #EAFFED;
     display: block;
     display: block;
Line 127: Line 132:
#eth_nav ul li ul li a:hover
#eth_nav ul li ul li a:hover
-
{ background: #9ACB98;
+
{ background: RoyalBlue;
}
}
Line 143: Line 148:
.eth_submenu ul li a {
.eth_submenu ul li a {
   display: block;
   display: block;
-
   background: #009966;
+
/*color when mouse on it*/
 +
   background: RoyalBlue;
   padding: 5px 20px;
   padding: 5px 20px;
   text-decoration: none;
   text-decoration: none;
   border-right: 1px solid white;
   border-right: 1px solid white;
-
   color: #EAFFED;
+
   color: RoyalBlue;
   white-space: nowrap;
   white-space: nowrap;
}
}
Line 153: Line 159:
.eth_submenu ul li strong.selflink {
.eth_submenu ul li strong.selflink {
   display: block;
   display: block;
-
   background: #009966;
+
   background: CornflowerBlue;
   padding: 5px 20px;
   padding: 5px 20px;
   text-decoration: none;
   text-decoration: none;
   border-right: 1px solid white;
   border-right: 1px solid white;
-
   color: #EAFFED;
+
   color: CornflowerBlue;
   white-space: nowrap;
   white-space: nowrap;
}
}
Line 171: Line 177:
.eth_submenu ul li:first-child {  
.eth_submenu ul li:first-child {  
   display: block;
   display: block;
-
   background: #009966;
+
   background: CornflowerBlue;
   padding: 5px 20px;
   padding: 5px 20px;
   text-decoration: none;
   text-decoration: none;
Line 180: Line 186:
.eth_submenu ul li a:hover {
.eth_submenu ul li a:hover {
-
   background: #99CC99;
+
   background: CornflowerBlue;
}
}
Line 205: Line 211:
#eth_menu {
#eth_menu {
-
   background-color: #324143;
+
   background-color: CornflowerBlue;
   border: none;
   border: none;
   left: 125px;
   left: 125px;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
-
   position: relative;
+
   float: middle;
-
  top: -25px;
+
   width: auto;
-
  left:  87px;
+
-
   width: 730px;
+
   border-radius: 8px 0 8px 0;
   border-radius: 8px 0 8px 0;
}
}

Revision as of 10:03, 9 July 2013

Header sweeper.png
80px-Eth igem logo.png
  • Home
  • Team
  • Project
  • Parts
  • Modeling
  • Notebook
  • Safety
  • Attributions
  • Templates
    • Layout
  • [http://2013.igem.org/wiki/index.php?title=Special:UserLogin&returnto=Team:ETH_Zurich/Templates Login]
  • [http://2013.igem.org/Team:ETH_Zurich/Templates WIKI]
    • [http://2013.igem.org/Team:ETH_Zurich/Templates View page]
    • [http://2013.igem.org/wiki/index.php?title=Team:ETH_Zurich/Templates&action=edit Edit page]
    • [http://2013.igem.org/wiki/index.php?title=Team:ETH_Zurich/Templates&action=history History of this page]
    • [http://2013.igem.org/Special:Upload Upload new file]

General info to change the layout

Go on "Templates" than "Layout" than "WIKI" than "edit page" to make modifications in the layout of the top section. Before saving the page please make "show preview" to see what you just did. In the worst case scenario, the person who did the change can undo the changes by checking the history of changes.

Feel free to change stuff ! The changes you do here are directly applied to all pages.














Attention : This top section layout is from ETH_Zurich Team 2012, I will have to ask their permission to use it for the submission.