Team:UANL Mty-Mexico/CoreCSS
From 2013.igem.org
(Difference between revisions)
(37 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 567: | Line 568: | ||
h4, | h4, | ||
.h4 { | .h4 { | ||
- | font-size: | + | font-size: 24px; |
+ | color: #2B60DE | ||
} | } | ||
Line 901: | Line 903: | ||
padding-right: 15px; | padding-right: 15px; | ||
padding-left: 15px; | padding-left: 15px; | ||
- | |||
} | } | ||
Line 968: | Line 969: | ||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
.container { | .container { | ||
- | max-width: | + | max-width: 700px; |
- | + | } | |
.col-sm-1, | .col-sm-1, | ||
.col-sm-2, | .col-sm-2, | ||
Line 3,901: | Line 3,902: | ||
.nav-tabs { | .nav-tabs { | ||
border-bottom: 1px solid #dddddd; | border-bottom: 1px solid #dddddd; | ||
+ | font-size:17px; | ||
} | } | ||
Line 4,282: | Line 4,284: | ||
.navbar-nav { | .navbar-nav { | ||
margin: 7.5px -15px; | margin: 7.5px -15px; | ||
+ | font-size: 17px; | ||
} | } | ||
Line 6,313: | Line 6,316: | ||
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