Team:TU Eindhoven/Style:NavPanel

From 2014.igem.org

(Difference between revisions)
 
(206 intermediate revisions not shown)
Line 1: Line 1:
-
html, body { height: 100%; }
+
/* Start Initialization */
-
html, body, div, span, applet, object, iframe,
+
 
-
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+
#menubar > ul {
-
a, abbr, acronym, address, big, cite, code,
+
  margin:5px 0px 0px 0px;
-
del, dfn, em, img, ins, kbd, q, s, samp,
+
-
small, strike, strong, sub, sup, tt, var,
+
-
b, u, i, center,
+
-
dl, dt, dd, ol, ul, li,
+
-
fieldset, form, label, legend,
+
-
table, caption, tbody, tfoot, thead, tr, th, td,
+
-
article, aside, canvas, details, embed,
+
-
figure, figcaption, footer, header, hgroup,
+
-
menu, nav, output, ruby, section, summary,
+
-
time, mark, audio, video {
+
-
margin: 0;
+
-
padding: 0;
+
-
border: 0;
+
-
font-size: 100%;
+
-
vertical-align: baseline;
+
}
}
-
+
 
-
article, aside, details, figcaption, figure,
+
/* End Initialization */
-
footer, header, hgroup, menu, nav, section {
+
 
-
display: block;
+
 
 +
/* Start Removing iGEM Style */
 +
 
 +
#searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
  display:none;
}
}
-
body {
+
 
-
line-height: 1;
+
#content {
 +
  font-family: 'Open Sans', sans-serif;
 +
  width:auto;
 +
  padding:0px;
 +
  border:none;
 +
  background:none;
}
}
-
ol, ul {
+
 
-
list-style: none;
+
#globalWrapper {
 +
  width:auto;
 +
  padding:0px;
}
}
-
blockquote, q {
+
 
-
quotes: none;
+
#top-section {
 +
  height:10%;
 +
  width:100%;
 +
  border:none;
 +
  border-top:none;
}
}
-
blockquote:before, blockquote:after,
+
 
-
q:before, q:after {
+
/* End Removing iGEM Style */
-
content: '';
+
 
-
content: none;
+
 
 +
/* Start Customizing iGEM Menubar */
 +
 
 +
#menubar {
 +
  display:table-cell;
 +
  width:auto;
 +
  height:auto;
 +
  opacity:0;
 +
  font-size:14px;
 +
  padding-top:5px;
 +
  background:none;
}
}
-
table {
+
 
-
border-collapse: collapse;
+
#menubar:hover{
-
border-spacing: 0;
+
  display:table-cell;
 +
  width:auto;
 +
  height:auto;
 +
  opacity:1;
 +
  font-size:14px;
 +
  padding-top:5px;
 +
  background:none;
}
}
-
 
-
body { background:#eee; margin:0; }
+
#menubar.left-menu {
-
+
  padding-top:5px;
-
a:link, a:visited, a:active { color: #3c9632; text-decoration: none; outline:none; }
+
  padding-left:2%;
-
a:hover { text-decoration: none; color: #34742d; }
+
}
 +
#menubar.right-menu {
 +
  text-align: right;
 +
  padding-right:2%;
 +
  padding-top:5px;
 +
}
-
body { font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #555; }
+
#menubar.left-menu a {
 +
  border: none;
 +
  color: #454545;
 +
}
-
h1, h2, h3, h4, p { margin:0 0 15px 0; padding:0; }
+
#menubar.right-menu a {
-
h1 { font-size:36px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; }
+
  border: none;
-
h2 { font-size:28px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; padding:15px 0 0 0; }
+
  color: #454545;
-
h3 { font-size:22px; font-weight:normal; font-family:arial, sans-serif; letter-spacing:-1px; color:#333; padding:15px 0 0 0; }
+
}
-
h4 { font-size:16px; font-weight:normal; font-family:arial, sans-serif; color:#333; padding:15px 0 0 0; }
+
-
p { line-height:1.5em }
+
-
.clr {clear:both; font-size:1px; height:1px; }
+
#menubar * {
 +
  background: transparent;
-
/* float clearing for IE6 */
+
}
-
* html .clearfix{ height: 1%; overflow: visible;}
+
-
/* float clearing for IE7 */
+
-
*+html .clearfix{ min-height: 1%;}
+
-
/* float clearing for everyone else */
+
-
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
+
-
#main { width:970px; margin:0 auto; }
+
#menubar * a:hover{
-
#content { padding:30px; background:#fff; min-height:500px; }
+
  color: #00BAC6;
 +
  text-decoration: none;
 +
}
 +
 
 +
#menubar > ul > li:last-child {
 +
  display: none;
 +
}
 +
 
 +
/* End Customizing iGEM Menubar */
 +
 
 +
 
 +
/* Start Customizing TU Eindhoven Menubar */
 +
 
 +
#cssmenu {
 +
  background: url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
 +
  margin: 0;
 +
  width: auto;
 +
  height: auto;
 +
  line-height: 1;
 +
  display: block;
 +
  padding: 1% 3%;
 +
  position: relative;
 +
  font-family: 'Open Sans', sans-serif;
 +
  font-size:18px;
 +
  z-index:110;
 +
}
 +
 
 +
#cssmenu ul {
 +
  list-style: none;
 +
  height:auto;
 +
  width:auto;
 +
  margin:0;
 +
  display: block;
 +
}
 +
 
 +
#cssmenu ul:after,
 +
#cssmenu:after {
 +
  content: " ";
 +
  display: block;
 +
  font-size: 0;
 +
  height: 0;
 +
  clear: both;
 +
  visibility: hidden;
 +
}
 +
 
 +
#cssmenu ul li {
 +
  margin: 0;
 +
  padding: 0.8% 0.25% 0% 0.25%;
 +
  display: block;
 +
  position: relative;
 +
  height:66px;
 +
}
 +
 
 +
#cssmenu ul li a {
 +
  text-decoration: none;
 +
  display: block;
 +
  margin: 0;
 +
  -webkit-transition: color .3s ease;
 +
  -moz-transition: color .3s ease;
 +
  -ms-transition: color .3s ease;
 +
  -o-transition: color .3s ease;
 +
  transition: color .3s ease;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
 
 +
#cssmenu ul li ul {
 +
  position: absolute;
 +
  left: -9999px;
 +
  top: auto;
 +
  z-index:100;
 +
  background: url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
 +
}
 +
 
 +
#cssmenu ul li ul li {
 +
  max-height: 0;
 +
  position: absolute;
 +
  -webkit-transition: max-height 0.3s ease-out;
 +
  -moz-transition: max-height 0.3s ease-out;
 +
  -ms-transition: max-height 0.3s ease-out;
 +
  -o-transition: max-height 0.3s ease-out;
 +
  transition: max-height 0.3s ease-out;
 +
}
 +
 
 +
#cssmenu ul li ul li a {
 +
  font-size: 14px;
 +
  font-weight: 400;
 +
  text-transform: none;
 +
  color: #c9c9c9;
 +
  letter-spacing: 0;
 +
  display: block;
 +
  padding: 25px 32px;
 +
  -webkit-transition: color .3s ease;
 +
  -moz-transition: color .3s ease;
 +
  -ms-transition: color .3s ease;
 +
  -o-transition: color .3s ease;
 +
  transition: color .3s ease;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
 
 +
#cssmenu ul li ul li:hover > ul {
 +
  left: 100%;
 +
  top: 0;
 +
}
 +
 
 +
#cssmenu ul li ul li:hover > ul > li {
 +
  position: relative;
 +
  max-height: 72px;
 +
}
 +
 
 +
#cssmenu > ul > li {
 +
  float: left;
 +
}
 +
 
 +
#cssmenu.align-center > ul > li {
 +
  float: none;
 +
  display: inline-block;
 +
}
 +
 
 +
#cssmenu.align-center > ul {
 +
  text-align: center;
 +
}
 +
 
 +
#cssmenu.align-center ul ul {
 +
  text-align: left;
 +
}
 +
 
 +
#cssmenu.align-right > ul {
 +
  float: right;
 +
}
 +
 
 +
#cssmenu.align-right > ul > li:hover > ul {
 +
  left: auto;
 +
  right: 0;
 +
}
 +
 
 +
#cssmenu.align-right ul ul li:hover > ul {
 +
  right: 100%;
 +
  left: auto;
 +
}
 +
 
 +
#cssmenu.align-right ul ul li a {
 +
  text-align: right;
 +
}
 +
 
 +
#cssmenu > ul > li:after {
 +
  content: "";
 +
  display: block;
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 0;
 +
  top: 0;
 +
  z-index: 0;
 +
  background: none;
 +
  -webkit-transition: height .3s;
 +
  -moz-transition: height .3s;
 +
  -ms-transition: height .3s;
 +
  -o-transition: height .3s;
 +
  transition: height .3s;
 +
}
 +
 
 +
#cssmenu > ul > li > a {
 +
  color: #c9c9c9;
 +
  padding: 15px 20px;
 +
  font-weight: 700;
 +
  letter-spacing: 1px;
 +
  text-transform: uppercase;
 +
  z-index: 100;
 +
  position: relative;
 +
}
 +
 
 +
#cssmenu > ul > li:hover:after, #cssmenu > ul > li:active:after {
 +
  height: 100%;
 +
}
 +
 
 +
#cssmenu > ul > li:hover > a, #cssmenu > ul > li:active > a {
 +
  color: #00BAC6;
 +
}
 +
 
 +
#cssmenu > ul > li > ul > li:hover > a, #cssmenu > ul > li > ul > li:active > a {
 +
  color: #00BAC6;
 +
}
 +
 
 +
#cssmenu > ul > li > ul > li > ul > li:hover > a, #cssmenu > ul > li > ul > li > ul > li:active > a {
 +
  color: #00BAC6;
 +
}
 +
 
 +
#cssmenu > ul > li > ul > li > ul > li > ul> li:hover > a, #cssmenu > ul > li > ul > li > ul > li > ul> li:active > a {
 +
  color: #00BAC6;
 +
}
 +
 
 +
#cssmenu > ul > li:hover > ul {
 +
  left: 0;
 +
}
 +
 
 +
#cssmenu > ul > li:hover > ul > li {
 +
  max-height: 72px;
 +
  position: relative;
 +
}
 +
 
 +
#cssmenu #menu-button {
 +
  display: none;
 +
}
 +
 
 +
#cssmenu > ul > li > a {
 +
  display: block;
 +
}
 +
 
 +
#cssmenu > ul > li {
 +
  width:auto;
 +
}
 +
 
 +
#cssmenu > ul > li.has-sub > ul {
 +
  width: 275px;
 +
  display: block;
 +
}
 +
 
 +
#cssmenu > ul > li.has-sub > ul > li.has-sub > ul {
 +
  width: 100%;
 +
  display: block;
 +
}
-
footer { padding:15px 0; font-size:11px; text-align:center; color:#777 }
+
/* End Customizing TU Eindhoven Menubar */

Latest revision as of 05:23, 13 September 2014

/* Start Initialization */

  1. menubar > ul {
  margin:5px 0px 0px 0px;

}

/* End Initialization */


/* Start Removing iGEM Style */

  1. searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
  display:none;

}

  1. content {
  font-family: 'Open Sans', sans-serif;
  width:auto;
  padding:0px;
  border:none;
  background:none;

}

  1. globalWrapper {
  width:auto;
  padding:0px;

}

  1. top-section {
  height:10%;
  width:100%;
  border:none;
  border-top:none;

}

/* End Removing iGEM Style */


/* Start Customizing iGEM Menubar */

  1. menubar {
  display:table-cell;
  width:auto;
  height:auto;
  opacity:0;
  font-size:14px;
  padding-top:5px;
  background:none;

}

  1. menubar:hover{
  display:table-cell;
  width:auto;
  height:auto;
  opacity:1;
  font-size:14px;
  padding-top:5px;
  background:none;

}

  1. menubar.left-menu {
  padding-top:5px;
  padding-left:2%;

}

  1. menubar.right-menu {
  text-align: right;
  padding-right:2%;
  padding-top:5px;

}

  1. menubar.left-menu a {
  border: none;
  color: #454545;

}

  1. menubar.right-menu a {
  border: none;
  color: #454545;

}

  1. menubar * {
  background: transparent;

}

  1. menubar * a:hover{
  color: #00BAC6;
  text-decoration: none;

}

  1. menubar > ul > li:last-child {
  display: none;

}

/* End Customizing iGEM Menubar */


/* Start Customizing TU Eindhoven Menubar */

  1. cssmenu {
  background: url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  display: block;
  padding: 1% 3%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  z-index:110;

}

  1. cssmenu ul {
  list-style: none;
  height:auto;
  width:auto;
  margin:0;
  display: block;

}

  1. cssmenu ul:after,
  2. cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;

}

  1. cssmenu ul li {
  margin: 0;
  padding: 0.8% 0.25% 0% 0.25%;
  display: block;
  position: relative;
  height:66px;

}

  1. cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

  1. cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index:100;
  background: url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');

}

  1. cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;

}

  1. cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #c9c9c9;
  letter-spacing: 0;
  display: block;
  padding: 25px 32px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

  1. cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;

}

  1. cssmenu ul li ul li:hover > ul > li {
  position: relative;
  max-height: 72px;

}

  1. cssmenu > ul > li {
  float: left;

}

  1. cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;

}

  1. cssmenu.align-center > ul {
  text-align: center;

}

  1. cssmenu.align-center ul ul {
  text-align: left;

}

  1. cssmenu.align-right > ul {
  float: right;

}

  1. cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;

}

  1. cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;

}

  1. cssmenu.align-right ul ul li a {
  text-align: right;

}

  1. cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: none;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;

}

  1. cssmenu > ul > li > a {
  color: #c9c9c9;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100;
  position: relative;

}

  1. cssmenu > ul > li:hover:after, #cssmenu > ul > li:active:after {
  height: 100%;

}

  1. cssmenu > ul > li:hover > a, #cssmenu > ul > li:active > a {
  color: #00BAC6;

}

  1. cssmenu > ul > li > ul > li:hover > a, #cssmenu > ul > li > ul > li:active > a {
  color: #00BAC6;

}

  1. cssmenu > ul > li > ul > li > ul > li:hover > a, #cssmenu > ul > li > ul > li > ul > li:active > a {
  color: #00BAC6;

}

  1. cssmenu > ul > li > ul > li > ul > li > ul> li:hover > a, #cssmenu > ul > li > ul > li > ul > li > ul> li:active > a {
  color: #00BAC6;

}

  1. cssmenu > ul > li:hover > ul {
  left: 0;

}

  1. cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;

}

  1. cssmenu #menu-button {
  display: none;

}

  1. cssmenu > ul > li > a {
  display: block;

}

  1. cssmenu > ul > li {
  width:auto;

}

  1. cssmenu > ul > li.has-sub > ul {
  width: 275px;
  display: block;

}

  1. cssmenu > ul > li.has-sub > ul > li.has-sub > ul {
  width: 100%;
  display: block;

}

/* End Customizing TU Eindhoven Menubar */