Team:UI-Indonesia/css/stylesheet/standard

From 2014.igem.org

(Difference between revisions)
 
(292 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
@charset "UTF-8";
-
<style>
+
 
-
.mfooter {
+
body,
-
  position:absolute;
+
#globalWrapper {
-
  width: 100%;
+
  font-size: 18px;
-
  height: 180px;
+
  font-family: "Titillium Web", Helvetica, sans-serif;
-
  margin: 0px auto;
+
  overflow: visible;
-
  left: 0px;
+
  min-height: 100%
-
  bottom: 0px;
+
-
  color: #333333;
+
-
  background: #f8f8f8;
+
-
  border-top: 1px solid #777777;
+
}
}
-
.footbox1 {
+
 
-
   margin: 10px 110px;
+
p{
-
   float: left;
+
   text-align: justify;
 +
  font-size: 18px;
 +
   line-height: 25px;
}
}
-
.footbox2 {
+
 
-
   position: absolute;
+
.clear {
-
  left: 10px 20px;
+
   clear: both;
}
}
-
.footbox2 a {
+
 
-
   color: #333333;
+
a,
 +
a:link,
 +
a:visited {
 +
   color: #15bdb6;
 +
  text-decoration: none;
}
}
-
</style>
 
-
<div style="clear: both;"></div>
 
-
<div style="height: 180px">
+
a:hover,
-
    
+
a:focus {
-
</div>
+
   color: #1e8380;
 +
}
-
<div class="mfooter">
+
 
-
  <div class="footbox1">
+
/* ---------------- WikiMedia Elements / Page Structure ---------------- */
-
  <a href="https://2014.igem.org/Team:UI-Indonesia">
+
 
-
     <img src="https://static.igem.org/mediawiki/2014/0/05/UI-Indonesia_Image_UIlogoigem.png" height="100px"/>
+
/* HIDE SEARCH CONTROLS AND PAGE TITLE */
-
   </a>
+
#p-logo,
-
  </div>
+
#search-controls,
-
  <div class="footbox2" style="">
+
.firstHeading {
-
     <b>Universitas Indonesia</b></br>
+
    display: none;
-
     UI Campus</br>
+
}
-
     Depok, 16424</br>
+
 
-
     West Java</br>
+
h1, h2, h3, h4, h5, h6 {
-
Indonesia</br>
+
color: #373737;
-
     <img src="https://static.igem.org/mediawiki/2014/0/0a/UI-Indonesia_Image_Messageicon.png" height="10px"/> <a href="mailto:ui.igem2014@gmail.com">ui.igem2014@gmail.com</a>
+
}
-
  </div>
+
/* REMOVE DEFAULT TOP HEADER */
-
  <!--
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
  <div class="footbox" style="margin-left: 100px; margin-top: 30px;">
+
background-color: #f8f8f8;
-
  <a href="http://www.fondationbs.org/">
+
border: 0 none;
-
     <img src="https://static.igem.org/mediawiki/2013/9/95/PB_footerBettencourtlogo.png" height="90px"/>
+
height: 15px;
-
  </a>
+
top: 0;
-
  </div>
+
position: fixed;
-
  <div class="footbox" style="float:right;margin-top:20px;margin-right:20px">
+
width: 100%;
-
    <a href="http://www.digits.com" target="_blank"><img src="http://counter.digits.com/?counter={39ed2bc8-e9ee-aa74-01bb-15a2129b5b32}&template=simple&foreground=ffffff&background=272b1e" alt="Hit Counter by Digits" border="0"/></a> 
+
left: 50%;
-
  </div>
+
z-index: 1900;
-
  <div class="footbox" style="float:right;margin-top:40px;margin-right:20px">
+
margin-left: -487px;
-
  <a href="https://2013.igem.org/Main_Page">
+
-webkit-transition: all 500ms ease;
-
    <img src="https://static.igem.org/mediawiki/2013/b/bc/PB_footeriGEMofficial.png" height="50px"/>
+
  -moz-transition: all 500ms ease;
-
  </a>
+
  -ms-transition: all 500ms ease;
-
   </div>
+
  -o-transition: all 500ms ease;
-
   -->
+
     transition: all 500ms ease;
-
   <div style="clear: both;"></div> 
+
}
-
   <center>
+
 
-
     Copyright &copy; 2014.igem.org. All rights reserved.
+
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
   </center>
+
background-color: #f8f8f8;
-
</div>
+
height: 10px;
-
</body>
+
display: block;
-
</html>
+
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
/*
 +
#top-section {
 +
    background: #f8f8f8;
 +
    position: fixed;
 +
    top: -10px;
 +
    border: none;
 +
    width: 100%;
 +
    height: auto;
 +
    z-index: -1000;
 +
    margin: 0px auto;
 +
    
 +
}
 +
*/
 +
/* EDIT AND USER MENU */
 +
#menubar {
 +
    font-family: "Titillium Web", Helvetica, sans-serif;
 +
     top: 0 !important;
 +
     font-size: 0.45em;
 +
}
 +
 
 +
#menubar li,
 +
#menubar li a:link {
 +
    text-transform: uppercase;
 +
}
 +
 
 +
/* Highlight with background colour on hover */
 +
#top-section:hover #menubar li a {
 +
     color: #15bdb6;
 +
}
 +
 
 +
#menubar li a:link,
 +
#menubar li a:visited {
 +
     color: #15bdb6;
 +
    background-color: #f8f8f8;;
 +
}
 +
 
 +
#menubar li a:hover,
 +
#menubar li a:focus {
 +
     color: #15bdb6;
 +
    text-decoration: underline;
 +
}
 +
 
 +
 
 +
/* EDIT */
 +
#menubar.left-menu {
 +
    position: fixed;
 +
background: #f8f8f8;
 +
    margin-left: 0px;
 +
 
 +
}
 +
 
 +
#menubar.left-menu:hover {
 +
    background-color: #f8f8f8;;
 +
}
 +
 
 +
/* USER */
 +
#menubar.right-menu {
 +
background: #f8f8f8;
 +
    position: fixed;
 +
    margin-right: 0px;
 +
 
 +
}
 +
 
 +
/* CHANGING WHITE BACKGROUND */
 +
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
        background: transparent;
 +
width: 100%;
 +
height: auto;
 +
border: none;
 +
margin: 0px auto;
 +
padding: 0px;
 +
}
 +
 
 +
body {
 +
background-color: #f8f8f8;
 +
    background-position: center;
 +
    background-attachment: fixed;
 +
    background-repeat: no-repeat;
 +
width: 100%;
 +
height: auto;
 +
}
 +
 
 +
 
 +
html, .wrapper { /*-- changes default wiki settings --*/
 +
        background: transparent;
 +
width: 100%;
 +
min-height: 100%;
 +
height: 100%;
 +
position: relative;
 +
}
 +
 
 +
/* NAVIGATION BAR */
 +
 
 +
#igem-logo {
 +
    position: fixed;
 +
display: block;
 +
bottom: 5%;
 +
left: 100px;
 +
z-index: 5000;
 +
margin: 0px auto;
 +
    float: left;
 +
overflow: visibile;
 +
}
 +
#ui-igem-logo {
 +
    position: fixed;
 +
display: block;
 +
bottom: 5%;
 +
left: 160px;
 +
z-index: 5001;
 +
margin: 0px auto;
 +
        float: left;
 +
overflow: visibile;
 +
}
 +
 
 +
/* HIDING FOOTER BOX */
 +
 
 +
#footer-box{display:none;}
 +
#catlinks{display:none;}
 +
 
 +
/* PARAGRAPHS */
 +
 
 +
h1,h2,h3,h4 {
 +
     font-weight: normal;
 +
    letter-spacing: 0 px;
 +
    border-bottom:none;
 +
}
 +
h2 {
 +
    color: #15bdb6;
 +
    font-size: 25px;
 +
    line-height: 26px;
 +
    border-bottom: 1px solid #1e8380;
 +
    font-weight: bold;
 +
}
 +
h3,h4 {
 +
    color: #15bdb6;
 +
    font-size: 20px;
 +
    line-height: 21px;
 +
    font-weight: bold;
 +
}
 +
h4 {
 +
    font-size: 18px;
 +
    line-height: 19px;
 +
    font-weight: bold;
 +
}
 +
 
 +
sup {
 +
    vertical-align: super;
 +
    font-size: 10px;
 +
    font-color: #1e8380;
 +
}
 +
 
 +
/* PAGE CONTENT */
 +
 
 +
#main-box {
 +
display: block;
 +
position: relative;
 +
width: 70%;
 +
height: auto;
 +
margin: 0px auto;
 +
margin-bottom: 0px;
 +
background: transparent;
 +
        margin-top: 70px;
 +
        clear: both;
 +
}
 +
#page-box1 {
 +
display: block;
 +
position: relative;
 +
width: 70%;
 +
height: auto;
 +
margin: 0px auto;
 +
margin-bottom: 0px;
 +
background: #ffffff;
 +
        color: #332e2e;
 +
        padding: 30px;
 +
        padding-top: 15px;
 +
        border-radius: 20px;
 +
        margin-top: 80px;
 +
        clear: both;
 +
-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68);
 +
-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.68);
 +
box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.68);
 +
 
 +
#header {
 +
        background: transparent;
 +
position: relative;
 +
width: 70%;
 +
height: auto;
 +
margin: 0px auto;
 +
display: block;
 +
        margin-top: 80px;
 +
}
 +
 
 +
#one-box {
 +
display: block;
 +
        background-color: #ffffff;
 +
        color: #332e2e;
 +
position: relative;
 +
width: 90%;
 +
height: auto;
 +
margin: 0px auto;
 +
        padding: 30px;
 +
        padding-top: 15px;
 +
        border-radius: 20px;
 +
        margin-top: 30px;
 +
        clear: both;
 +
-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68);
 +
-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.68);
 +
box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.68);
 +
}
 +
 
 +
#Teamslide {
 +
      background: transparent;
 +
position: relative;
 +
width: 100%;
 +
height: auto;
 +
margin: 0px auto;
 +
display: block;
 +
}
 +
 
 +
 
 +
/* CUSTOMIZING BOOTSTRAP CSS */
 +
 
 +
.container {
 +
  width: 80%;
 +
   height: auto;
 +
   padding-right: 15px;
 +
  padding-left: 15px;
 +
   margin-right: auto;
 +
   margin-left: auto;
 +
}
 +
@media (min-width: 768px) {
 +
  .container {
 +
     width: 750px;
 +
  }
 +
}
 +
@media (min-width: 992px) {
 +
  .container {
 +
    width: 970px;
 +
   }
 +
}
 +
@media (min-width: 1200px) {
 +
  .container {
 +
    width: 1170px;
 +
  }
 +
}

Latest revision as of 16:27, 17 October 2014

@charset "UTF-8";

body,

  1. globalWrapper {
  font-size: 18px;
  font-family: "Titillium Web", Helvetica, sans-serif;
  overflow: visible;
  min-height: 100%

}

p{

 text-align: justify;
 font-size: 18px;
 line-height: 25px;

}

.clear {

 clear: both;

}

a, a:link, a:visited {

 color: #15bdb6;
 text-decoration: none;

}

a:hover, a:focus {

 color: #1e8380;

}


/* ---------------- WikiMedia Elements / Page Structure ---------------- */

/* HIDE SEARCH CONTROLS AND PAGE TITLE */

  1. p-logo,
  2. search-controls,

.firstHeading {

   display: none;

}

h1, h2, h3, h4, h5, h6 { color: #373737; } /* REMOVE DEFAULT TOP HEADER */

  1. top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/

background-color: #f8f8f8; border: 0 none; height: 15px; top: 0; position: fixed; width: 100%; left: 50%; z-index: 1900; margin-left: -487px; -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
   transition: all 500ms ease;

}

  1. top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/

background-color: #f8f8f8; height: 10px; display: block; z-index: 10; position: fixed; width: 100%; top: 0; } /*

  1. top-section {
   background: #f8f8f8;
   position: fixed;
   top: -10px;
   border: none;
   width: 100%;
   height: auto;
   z-index: -1000;
   margin: 0px auto;
  

}

  • /

/* EDIT AND USER MENU */

  1. menubar {
   font-family: "Titillium Web", Helvetica, sans-serif;
   top: 0 !important;
   font-size: 0.45em;

}

  1. menubar li,
  2. menubar li a:link {
   text-transform: uppercase;

}

/* Highlight with background colour on hover */

  1. top-section:hover #menubar li a {
   color: #15bdb6;

}

  1. menubar li a:link,
  2. menubar li a:visited {
   color: #15bdb6;
   background-color: #f8f8f8;;

}

  1. menubar li a:hover,
  2. menubar li a:focus {
   color: #15bdb6;
   text-decoration: underline;

}


/* EDIT */

  1. menubar.left-menu {
    position: fixed;

background: #f8f8f8;

    margin-left: 0px;

}

  1. menubar.left-menu:hover {
   background-color: #f8f8f8;;

}

/* USER */

  1. menubar.right-menu {

background: #f8f8f8;

   position: fixed;
   margin-right: 0px;

}

/* CHANGING WHITE BACKGROUND */

  1. globalWrapper, #content { /*-- changes default wiki settings --*/
       background: transparent;

width: 100%; height: auto; border: none; margin: 0px auto; padding: 0px; }

body { background-color: #f8f8f8;

   background-position: center; 
   background-attachment: fixed;
   background-repeat: no-repeat; 

width: 100%; height: auto; }


html, .wrapper { /*-- changes default wiki settings --*/

       background: transparent;

width: 100%; min-height: 100%; height: 100%; position: relative; }

/* NAVIGATION BAR */

  1. igem-logo {
   position: fixed;

display: block; bottom: 5%; left: 100px; z-index: 5000; margin: 0px auto;

   float: left;

overflow: visibile; }

  1. ui-igem-logo {
   position: fixed;

display: block; bottom: 5%; left: 160px; z-index: 5001; margin: 0px auto;

       float: left;

overflow: visibile; }

/* HIDING FOOTER BOX */

  1. footer-box{display:none;}
  2. catlinks{display:none;}

/* PARAGRAPHS */

h1,h2,h3,h4 {

   font-weight: normal;
   letter-spacing: 0 px;
   border-bottom:none;

} h2 {

   color: #15bdb6;
   font-size: 25px;
   line-height: 26px;
   border-bottom: 1px solid #1e8380;
   font-weight: bold;

} h3,h4 {

   color: #15bdb6;
   font-size: 20px;
   line-height: 21px;
   font-weight: bold;

} h4 {

   font-size: 18px;
   line-height: 19px;
   font-weight: bold;

}

sup {

   vertical-align: super;
   font-size: 10px;
   font-color: #1e8380;

}

/* PAGE CONTENT */

  1. main-box {

display: block; position: relative; width: 70%; height: auto; margin: 0px auto; margin-bottom: 0px; background: transparent;

       margin-top: 70px;
       clear: both;

}

  1. page-box1 {

display: block; position: relative; width: 70%; height: auto; margin: 0px auto; margin-bottom: 0px; background: #ffffff;

       color: #332e2e;
       padding: 30px;
       padding-top: 15px;
       border-radius: 20px;
       margin-top: 80px;
       clear: both;

-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68);

  1. header {
       background: transparent;

position: relative; width: 70%; height: auto; margin: 0px auto; display: block;

       margin-top: 80px;

}

  1. one-box {
	display: block;
       background-color: #ffffff;
       color: #332e2e;

position: relative; width: 90%; height: auto; margin: 0px auto;

       padding: 30px;
       padding-top: 15px;
       border-radius: 20px;
       margin-top: 30px;
       clear: both;

-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.68); }

  1. Teamslide {
      background: transparent;

position: relative; width: 100%; height: auto; margin: 0px auto; display: block; }


/* CUSTOMIZING BOOTSTRAP CSS */

.container {

 width: 80%;
 height: auto;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;

} @media (min-width: 768px) {

 .container {
   width: 750px;
 }

} @media (min-width: 992px) {

 .container {
   width: 970px;
 }

} @media (min-width: 1200px) {

 .container {
   width: 1170px;
 }

}