Team:Tec-Monterrey/ITESM14 main.css

From 2014.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 4: Line 4:
}
}
-
#wiki-body p {
+
a {
-
    font-size: 20px;
+
  color:#46008b;
-
    font-weight: lighter;
+
}
 +
a:hover{
 +
text-decoration: none;
 +
font-weight:400;
 +
color:#36d8c5;
}
}
-
#wiki-body .navbar-default {
+
/*Accordion*/
-
    background-color: #451d8e;
+
.panel .panel-heading{
-
    border-color: #ff0060;
+
  background-color: #ff0070;
-
    z-index: -1;
+
  color: #ffffff;
}
}
-
#wiki-body .navbar-default .navbar-brand {
+
.panel-title{
-
    color: #f4ff3b;
+
  font-size: 1.5vw;
 +
  font-weight: 400;
}
}
-
#wiki-body .navbar-default .navbar-brand:hover, #wiki-body .navbar-default .navbar-brand:focus {
+
.panel-body {
-
    color: #f4ff3b;
+
  font-size: 1.2vw;
}
}
-
#wiki-body .navbar-default .navbar-text {
+
 
-
    color: #f4ff3b;
+
/* end accordion */
 +
 
 +
body {
 +
  font-family: 'Yanone Kaffeesatz';
 +
  background: url(https://static.igem.org/mediawiki/2014/4/44/ITESM14_background.png);
}
}
-
#wiki-body .navbar-default .navbar-nav > li > a {
+
 
-
     color: #f4ff3b;
+
/*Change selection color*/
 +
p::selection, h1::selection, em::selection, strong::selection, figcaption::selection, a::selection, tr::selection, td::selection, li::selection, th::selection, u::selection, sub::selection, i::selection{
 +
    background:#ff0070;
 +
     color:#ffffff;
}
}
-
#wiki-body .navbar-default .navbar-nav > li > a:hover, #wiki-body .navbar-default .navbar-nav > li > a:focus {
+
p::-moz-selection, h1::-moz-selection, em::-moz-selection, strong::-moz-selection, figcaption::-moz-selection, a::-moz-selection,tr::-moz-selection, td::-moz-selection, li::-moz-selection, th::-moz-selection, u::-moz-selection, sub::-moz-selection, i::-moz-selection{
-
     color: #f4ff3b;
+
    background:#ff0070;
 +
     color:#ffffff;
}
}
-
#wiki-body .navbar-default .navbar-nav > .active > a, #wiki-body .navbar-default .navbar-nav > .active > a:hover, #wiki-body .navbar-default .navbar-nav > .active > a:focus {
+
 
-
     color: #f4ff3b;
+
/* Remove logo and search */
-
    background-color: #ff0060;
+
div#p-logo, div#search-controls {
 +
     display: none;
}
}
-
#wiki-body .navbar-default .navbar-nav > .open > a, #wiki-body .navbar-default .navbar-nav > .open > a:hover, #wiki-body .navbar-default .navbar-nav > .open > a:focus {
+
 
-
     color: f4ff3b;
+
/* Center wiki-menu; set font & bg (as fallback) color */
-
     background-color: #ff0060;
+
div#top-section {
 +
    margin: 0px auto;
 +
    width: auto;
 +
    height: 20px;
 +
     color: #d4c6b6;
 +
     background: transparent;
 +
    margin-top: 50px;
}
}
-
#wiki-body .navbar-default .navbar-toggle {
+
 
-
     border-color: #ff0060;
+
/* Set font and positions */
 +
div#menubar {
 +
     font-size: 13px;
 +
    line-height: 20px;
}
}
-
#wiki-body .navbar-default .navbar-toggle:hover, #wiki-body .navbar-default .navbar-toggle:focus {
+
 
-
     background-color: #ff0060;
+
div#menubar.right-menu {
 +
    margin-right: 134px;
 +
    float: right;
 +
     display: none;
}
}
-
#wiki-body .navbar-default .navbar-toggle .icon-bar {
+
 
-
     background-color: #f4ff3b;
+
div#menubar.left-menu {
 +
     float: left;
 +
    margin-left: 360px;
 +
    display: none;
}
}
-
#wiki-body .navbar-default .navbar-collapse,
+
 
-
#wiki-body .navbar-default .navbar-form {
+
div#menubar li {
-
     border-color: #f4ff3b;
+
     padding: 0px 5px;
 +
    color: #FFFFFF;
 +
    display: inline;
}
}
-
#wiki-body .navbar-default .navbar-link {
+
 
-
     color: #f4ff3b;
+
/* White on hover */
 +
div#menubar a:hover {
 +
     color: ##f4ff3b;
 +
    text-decoration: none;
}
}
-
#wiki-body .navbar-default .navbar-link:hover {
+
 
-
     color: f4ff3b;
+
 
 +
/* Start header style =================================================== */
 +
 
 +
/* Hide page title (it would appear before the header) */
 +
h1.firstHeading {
 +
     display: none;
}
}
-
@media (max-width: 767px) {
+
#wiki-body p {
-
     .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+
     font-size: 20px;
-
        color: f4ff3b;
+
    font-weight: lighter;
-
     }
+
text-align:justify;
-
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+
}
-
        color: f4ff3b;
+
 
-
    }
+
#wiki-content ul > li {
-
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+
    font-size: 20px;
-
        color: f4ff3b;
+
     font-weight: lighter;
-
        background-color: #ff0060;
+
     line-height: 2em;
-
    }
+
}
 +
 
 +
#column{
 +
-webkit-column-count:2;/*Chrome & Safari*/
 +
-moz-column-count:2;/*Firefox*/
 +
column-count:2;
 +
-webkit-column-gap:3em;
 +
-moz-column-gap:3em;
 +
column-gap: 3em;
 +
}
 +
 
 +
#primers{
 +
list-style-type: none;
 +
font-size: 13.5px;
 +
font-weight: lighter;
 +
padding-left: 0px;
 +
}
 +
 +
#list{
 +
padding-left:0px;
 +
list-style-type:none;
 +
text-align:center;
 +
}
 +
 +
#other-table th{
 +
  background-color: #ff0070;
 +
  color: #ffffff;
 +
  text-align:center;
 +
  border-left: 5px double white;
 +
  border-right: 5px double white;
 +
  border-bottom: 5px double white;
 +
  border-top: 5px double white;
 +
  font-size: 1.5vw;
 +
  font-weight: 400;
 +
 +
  }
 +
 +
#other-table td{
 +
vertical-align:top;
 +
border-bottom: 2px dotted;
 +
text-align:left;
 +
padding-left: 15px;
 +
font-size: 1.2vw;
 +
  font-weight: lighter;
 +
}
 +
 
 +
table,td{
 +
  border-collapse:collapse;
 +
  padding-bottom: 3.5px;
 +
  padding-top: 5px;
 +
  padding-left: 10px;
 +
  padding-right: 10px;
 +
  font-size: 1.2vw;
 +
  font-weight: lighter;
 +
  vertical-align:top;
 +
}
 +
td>strong{
 +
  font-weight: 400;
 +
  font-size: 1.3vw;
 +
}
 +
th {
 +
  padding: 0.5%;
 +
  background: #ffffff;
 +
  color:#ff0070;
 +
  font-size: 1.5vw;
 +
  font-weight: 400;
 +
}
 +
#ttitle{
 +
text-align:center;
 +
font-size:2.3vw;
 +
  font-weight: 700;
 +
}
 +
#tsubtitletd{
 +
border-bottom: 1px dotted black;
 +
}
 +
#tsubtitle2{
 +
border-top: 1px dotted black;
 +
border-bottom: 1px dotted black;
}
}
Line 76: Line 192:
.main-content {
.main-content {
     z-index: -4;
     z-index: -4;
-
    margin-top: 220;
 
}
}
Line 84: Line 199:
     border: 0px;
     border: 0px;
     border-radius: 0px;
     border-radius: 0px;
-
    opacity: 0.9;
 
}
}
h1 {
h1 {
     color: #ff0060;
     color: #ff0060;
 +
}
 +
 +
/*================ Hacer video resposivo ================*/
 +
 +
.video-container {
 +
    position: relative;
 +
    padding-bottom: 56.25%;
 +
    padding-top: 30px;
 +
    margin-bottom: 5%;
 +
    height: 0;
 +
}
 +
 +
.video-container iframe,
 +
.video-container object,
 +
.video-container embed {
 +
    position: absolute;
 +
    top: 30px;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
}
 +
 +
/*============= Fin video responsivo ==============*/
 +
 +
/*============= Modulos pagina de inicio ==========*/
 +
 +
#modulos h1 {
 +
  position: absolute;
 +
  top: 0;
 +
  color: #f4ff3b;
 +
  font-weight: 700;
 +
  font-size: 2.2vw;
 +
  border-bottom: 3px solid;
 +
  margin-top: 0px;
 +
}
 +
#modulos .texto-modulos p {
 +
  color: #ffffff;
 +
  font-weight:300;
 +
  font-size:1.6vw;
 +
  text-align: center;
 +
  padding-top: 100px;
 +
}
 +
#modulos .texto-modulos{
 +
  height: 100%;
 +
  position: absolute;
 +
  top: 0;
 +
  background-color: rgba(0,0,0,0.3);
 +
  opacity: 0;
 +
  -webkit-transition: opacity 500ms;
 +
  -moz-transition: opacity 500ms;
 +
  -o-transition: opacity 500ms;
 +
  transition: opacity 500ms;
 +
}
 +
#modulos .texto-modulos:hover {
 +
  opacity: 1;
 +
}
 +
 +
 +
 +
/*=================== Footer ===================*/
 +
 +
 +
div#footer {
 +
    width: 920px;
 +
    margin: 0px auto;
 +
    padding: 0px 20px;
 +
    text-align: center;
 +
}
 +
 +
div#footer ul {
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
 +
div#footer li {
 +
    padding: 0px 5px;
 +
    display: inline;
 +
}
 +
 +
 +
footer{
 +
    height: 245px;
 +
    position:relative;
 +
    z-index:20;
 +
    background-color:#451d8e;
 +
}
 +
 +
div#footer-box {
 +
    background-color: #451d8e;
 +
}
 +
 +
div#footer {
 +
    width: auto;
 +
    margin: 0px auto;
 +
    padding: 0px 20px;
 +
    text-align: center;
 +
}
 +
 +
div#footer ul {
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
 +
div#footer li {
 +
    padding: 0px 5px;
 +
    display: inline;
 +
}
 +
 +
div#footer li#t-recentchangeslinked {
 +
    display: none;
 +
}
 +
 +
div#footer-box a {
 +
    color: #FFFFFF;
 +
    font-size: 12px;
 +
}
 +
 +
div#footer-box a:hover {
 +
    text-decoration: underline;
 +
}
 +
 +
div#footer div#f-poweredbyico {
 +
    margin-top: 3px;
 +
    float: right;
 +
}
 +
 +
div#footer div#f-copyrightico {
 +
    margin-top: 3px;
 +
    float: left;
}
}

Latest revision as of 02:27, 18 October 2014

  1. globalWrapper {
   font-family: 'Yanone Kaffeesatz';
   background: url(ITESM14_background.png);

}

a {

  color:#46008b;

} a:hover{

text-decoration: none;
font-weight:400;
color:#36d8c5;

}

/*Accordion*/ .panel .panel-heading{

 background-color: #ff0070;
 color: #ffffff;

} .panel-title{

 font-size: 1.5vw;
 font-weight: 400;

} .panel-body {

 font-size: 1.2vw;

}

/* end accordion */

body {

 font-family: 'Yanone Kaffeesatz';
 background: url(ITESM14_background.png);

}

/*Change selection color*/ p::selection, h1::selection, em::selection, strong::selection, figcaption::selection, a::selection, tr::selection, td::selection, li::selection, th::selection, u::selection, sub::selection, i::selection{

   background:#ff0070;
   color:#ffffff;

} p::-moz-selection, h1::-moz-selection, em::-moz-selection, strong::-moz-selection, figcaption::-moz-selection, a::-moz-selection,tr::-moz-selection, td::-moz-selection, li::-moz-selection, th::-moz-selection, u::-moz-selection, sub::-moz-selection, i::-moz-selection{

   background:#ff0070;
   color:#ffffff;

}

/* Remove logo and search */ div#p-logo, div#search-controls {

   display: none;

}

/* Center wiki-menu; set font & bg (as fallback) color */ div#top-section {

   margin: 0px auto;
   width: auto;
   height: 20px;
   color: #d4c6b6;
   background: transparent;
   margin-top: 50px;

}

/* Set font and positions */ div#menubar {

   font-size: 13px;
   line-height: 20px;

}

div#menubar.right-menu {

   margin-right: 134px;
   float: right;
   display: none;

}

div#menubar.left-menu {

   float: left;
   margin-left: 360px;
   display: none;

}

div#menubar li {

   padding: 0px 5px;
   color: #FFFFFF;
   display: inline;

}

/* White on hover */ div#menubar a:hover {

   color: ##f4ff3b;
   text-decoration: none;

}


/* Start header style =================================================== */

/* Hide page title (it would appear before the header) */ h1.firstHeading {

   display: none;

}

  1. wiki-body p {
   font-size: 20px;
   font-weight: lighter;

text-align:justify; }

  1. wiki-content ul > li {
   font-size: 20px;
   font-weight: lighter;
   line-height: 2em;

}

  1. column{

-webkit-column-count:2;/*Chrome & Safari*/ -moz-column-count:2;/*Firefox*/ column-count:2; -webkit-column-gap:3em; -moz-column-gap:3em; column-gap: 3em; }

  1. primers{

list-style-type: none; font-size: 13.5px; font-weight: lighter; padding-left: 0px; }

  1. list{

padding-left:0px; list-style-type:none; text-align:center; }

  1. other-table th{
 background-color: #ff0070;
 color: #ffffff;
 text-align:center;
 border-left: 5px double white;
 border-right: 5px double white;
 border-bottom: 5px double white;
 border-top: 5px double white;
 font-size: 1.5vw;
 font-weight: 400;

 }

#other-table td{
vertical-align:top;
border-bottom: 2px dotted;
text-align:left;
padding-left: 15px;
font-size: 1.2vw;
  font-weight: lighter;
}

table,td{

  border-collapse:collapse;
  padding-bottom: 3.5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2vw;
  font-weight: lighter;
  vertical-align:top;

} td>strong{

 font-weight: 400;
 font-size: 1.3vw;

} th {

  padding: 0.5%;
  background: #ffffff;
  color:#ff0070;
  font-size: 1.5vw;
  font-weight: 400;

}

  1. ttitle{

text-align:center; font-size:2.3vw;

 font-weight: 700;

}

  1. tsubtitletd{

border-bottom: 1px dotted black; }

  1. tsubtitle2{

border-top: 1px dotted black; border-bottom: 1px dotted black; }

.mypic {

   z-index: 2000;

}

.main-content {

   z-index: -4;

}

.well {

   z-index: -6;
   background-color: #ffffff;
   border: 0px;
   border-radius: 0px;

}

h1 {

   color: #ff0060;

}

/*================ Hacer video resposivo ================*/

.video-container {

   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   margin-bottom: 5%; 
   height: 0; 
}

.video-container iframe, .video-container object, .video-container embed {

   position: absolute;
   top: 30px;
   left: 0;
   width: 100%;
   height: 100%;

}

/*============= Fin video responsivo ==============*/

/*============= Modulos pagina de inicio ==========*/

  1. modulos h1 {
 position: absolute;
 top: 0;
 color: #f4ff3b;
 font-weight: 700;
 font-size: 2.2vw;
 border-bottom: 3px solid;
 margin-top: 0px;

}

  1. modulos .texto-modulos p {
 color: #ffffff;
 font-weight:300; 
 font-size:1.6vw; 
 text-align: center;
 padding-top: 100px;

}

  1. modulos .texto-modulos{
 height: 100%;
 position: absolute;
 top: 0;
 background-color: rgba(0,0,0,0.3);
 opacity: 0;
 -webkit-transition: opacity 500ms;
 -moz-transition: opacity 500ms;
 -o-transition: opacity 500ms;
 transition: opacity 500ms;

}

  1. modulos .texto-modulos:hover {
 opacity: 1;

}


/*=================== Footer ===================*/


div#footer {

   width: 920px;
   margin: 0px auto;
   padding: 0px 20px;
   text-align: center;

}

div#footer ul {

  margin: 0;
  padding: 0;

}

div#footer li {

   padding: 0px 5px;
   display: inline;

}


footer{

   height: 245px;
   position:relative;
   z-index:20;
   background-color:#451d8e;

}

div#footer-box {

   background-color: #451d8e;

}

div#footer {

   width: auto;
   margin: 0px auto;
   padding: 0px 20px;
   text-align: center;

}

div#footer ul {

  margin: 0;
  padding: 0;

}

div#footer li {

   padding: 0px 5px;
   display: inline;

}

div#footer li#t-recentchangeslinked {

   display: none;

}

div#footer-box a {

   color: #FFFFFF;
   font-size: 12px;

}

div#footer-box a:hover {

   text-decoration: underline;

}

div#footer div#f-poweredbyico {

   margin-top: 3px;
   float: right;

}

div#footer div#f-copyrightico {

   margin-top: 3px;
   float: left;

}