Team:UANL Mty-Mexico/CoreCSS

From 2013.igem.org

(Difference between revisions)
 
(44 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style type="text/css">
+
 
 +
<style type="text/css">  
<!-- copy paste code below to remove banner and other igem wiki default settings-->
<!-- copy paste code below to remove banner and other igem wiki default settings-->
Line 552: Line 553:
.h1 {
.h1 {
   font-size: 36px;
   font-size: 36px;
 +
  color: #ffff;
}
}
Line 566: Line 568:
h4,
h4,
.h4 {
.h4 {
-
   font-size: 18px;
+
   font-size: 24px;
 +
  color: #2B60DE
}
}
Line 900: Line 903:
   padding-right: 15px;
   padding-right: 15px;
   padding-left: 15px;
   padding-left: 15px;
-
  font-size:14px
 
}
}
Line 967: Line 969:
@media (min-width: 768px) {
@media (min-width: 768px) {
   .container {
   .container {
-
     max-width: 750px;
+
     max-width: 700px;
-
  }
+
}
   .col-sm-1,
   .col-sm-1,
   .col-sm-2,
   .col-sm-2,
Line 2,437: Line 2,439:
@font-face {
@font-face {
   font-family: 'Glyphicons Halflings';
   font-family: 'Glyphicons Halflings';
-
   src: url('../fonts/glyphicons-halflings-regular.eot');
+
   src: url('https://dl.dropboxusercontent.com/u/82007410/igem%202013/fonts/glyphicons-halflings-regular.eot');
-
   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
+
   src: url('https://dl.dropboxusercontent.com/u/82007410/igem%202013/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://dl.dropboxusercontent.com/u/82007410/igem%202013/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://dl.dropboxusercontent.com/u/82007410/igem%202013/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://dl.dropboxusercontent.com/u/82007410/igem%202013/fonts/glyphicons-halflings-regular.svg') format('svg');
}
}
Line 3,900: Line 3,902:
.nav-tabs {
.nav-tabs {
   border-bottom: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
 +
  font-size:17px;
}
}
Line 4,281: Line 4,284:
.navbar-nav {
.navbar-nav {
   margin: 7.5px -15px;
   margin: 7.5px -15px;
 +
  font-size: 17px;
}
}
Line 6,311: Line 6,315:
td.visible-xs {
td.visible-xs {
   display: none !important;
   display: none !important;
 +
}
 +
 +
.justified{
 +
        text-align:justify;
}
}
@media (max-width: 767px) {
@media (max-width: 767px) {
   .visible
   .visible
 +
 +
 +
/* expandable list CSS*/
 +
expandable1{
 +
  font-weight: 300;
 +
  font-family: Helvetica, Geneva, sans-serif;
 +
  border-bottom: 1px solid #a6a6a6;
 +
  color: #0000;
 +
}
 +
#listContainer{
 +
  margin-top:15px;
 +
}
 +
 +
#expList p {
 +
    margin:0;
 +
    display:block;
 +
}
 +
#expList p:hover {
 +
    none;
 +
#expList ul{
 +
    list-style: none;
 +
    margin:0;
 +
    padding:0;
 +
}
 +
}
 +
#expList li {
 +
    line-height:140%;
 +
    list-style: none;
 +
    text-indent:0px;
 +
    background-position: 1 10px;
 +
    padding-left: 20px;
 +
    background-repeat: no-repeat;
 +
}
 +
 +
/* Collapsed state for list element */
 +
#expList .collapsed {
 +
    background-image: url('https://static.igem.org/mediawiki/2012/1/1a/Expandplussign.png');
 +
}
 +
/* Expanded state for list element
 +
/* NOTE: This class must be located UNDER the collapsed one */
 +
#expList .expanded {
 +
    background-image: url('https://static.igem.org/mediawiki/2012/9/94/Collapseplussign.png');
 +
}
 +
<!--highcharts container-->
 +
.chart {
 +
    height: 200px;
 +
}
 +
 +
.spacer {
 +
    height: 20px;
 +
}
 +
</style>
</style>
</html>
</html>

Latest revision as of 05:17, 27 October 2013