|
|
Line 419: |
Line 419: |
| } | | } |
| | | |
− | .project-tile a:hover {
| |
− | border:0;
| |
− | }
| |
− |
| |
− | #content-div a,
| |
− | #content-div a:visited,
| |
− | #content-div a:active,
| |
− | #content-div a:hover {
| |
− | text-decoration: none;
| |
− | color: navy;
| |
− | }
| |
− |
| |
− | /*a:hover{
| |
− | color:white;
| |
− | }*/
| |
− |
| |
− | ul {
| |
− | margin:0px;
| |
− | }
| |
− |
| |
− | p{
| |
− | font-size: 19px;
| |
− | }
| |
− |
| |
− | #sub-navigation > ul {
| |
− | display:none;
| |
− | }
| |
− |
| |
− | div.thumb{
| |
− | border-color: rgba(255, 255, 255, 0);
| |
− | }
| |
− |
| |
− | .accordion{
| |
− | width: 100%;
| |
− | margin: 10px auto 10px auto;
| |
− | }
| |
− |
| |
− | .accordion label{
| |
− | font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
| |
− | padding: 5px 20px;
| |
− | position: relative;
| |
− | z-index: 20;
| |
− | display: block;
| |
− | cursor: pointer;
| |
− | color: #003366;
| |
− | line-height: 33px;
| |
− | font-size: 19px;
| |
− | font-weight: 500;
| |
− | -webkit-transition: 0.5s, -webkit-transform 0.5s;
| |
− | transition: 0.5s, transform 0.5s;
| |
− | }
| |
− |
| |
− | .bg-color-2 .accordion label {
| |
− | background-color: #D5CDBC;
| |
− | background-color: #D5CDBC;
| |
− | }
| |
− | .accordion label {
| |
− | background-color: #E8E0D2;
| |
− | }
| |
− |
| |
− | .accordion label:hover{
| |
− | background: #fff;
| |
− | }
| |
− |
| |
− | .accordion input:checked + label,
| |
− | .accordion input:checked + label:hover{
| |
− | background: #CFEAFF;
| |
− | color: #003366;
| |
− | }
| |
− |
| |
− | .accordion input:enabled + label:after{
| |
− | content: '';
| |
− | position: absolute;
| |
− | width: 24px;
| |
− | height: 24px;
| |
− | right: 13px;
| |
− | top: 7px;
| |
− | background: transparent url(https://static.igem.org/mediawiki/2014/f/f8/LMU14_arrow_down.png) no-repeat center center;
| |
− | }
| |
− |
| |
− | .accordion input{
| |
− | display: none;
| |
− | }
| |
− |
| |
− | .accordion article{
| |
− | background: rgba(255, 255, 255, 0.5);
| |
− | margin-top: -1px;
| |
− | overflow: hidden;
| |
− | height: 0px;
| |
− | position: relative;
| |
− | z-index: 10;
| |
− | transition:
| |
− | height 0.3s ease-in-out,
| |
− | box-shadow 0.6s linear;
| |
− | }
| |
− | .accordion input:checked ~ article{
| |
− | transition:
| |
− | height 0.5s ease-in-out,
| |
− | }
| |
− |
| |
− | .accordion input:checked ~ article.ac-small{
| |
− | height: auto;
| |
− | padding-top: 5px;
| |
− | padding-left: 15px;
| |
− | padding-right: 15px;
| |
− | padding-bottom: 10px;
| |
− | text-align: justify;
| |
− | }
| |
− | .accordion input:checked ~ article.ac-medium{
| |
− | height: 180px;
| |
− | }
| |
− | .accordion input:checked ~ article.ac-large{
| |
− | height: 230px;
| |
− | }
| |
− |
| |
− | .accordion input:checked + label:after{
| |
− | background-image: url(https://static.igem.org/mediawiki/2014/7/7a/LMU14_arrow_up.png);
| |
− | }
| |
− |
| |
− | section > div{
| |
− | width: 900px;
| |
− | text-align: left;
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | padding-bottom: 5px;
| |
− | padding-top: 5px;
| |
− | }
| |
− |
| |
− | .accordion article p {
| |
− | font-size: 1em;
| |
− | }
| |
− |
| |
− | .accordion article,
| |
− | section p {
| |
− | text-align: justify;
| |
− | font-size: 19px;
| |
− | line-height:1.5em;
| |
− | }
| |
− |
| |
− | #content-div > section {
| |
− | padding-bottom:20px;
| |
− | }
| |
− | #content-div > section > section > div > img {
| |
− | padding-bottom: 30px;
| |
− | }
| |
− |
| |
− | #content-div > p,
| |
− | #content-div > h1,
| |
− | #content-div > h2,
| |
− | #content-div > h3,
| |
− | #content-div > ul,
| |
− | #content-div > dl,
| |
− | #content-div > table{
| |
− | margin-left:auto;
| |
− | margin-right:auto;
| |
− | }
| |
− |
| |
− | p {
| |
− | text-align:justify;
| |
− | }
| |
− |
| |
− | #content-div {
| |
− | margin: auto;
| |
− | width: 900px;
| |
− | box-shadow: black 0px 0px 20px;
| |
− | background-color: rgb(236, 247, 255);
| |
− | padding: 10px 100px;
| |
− | font-size: 16px;
| |
− | line-height: 1.5em;
| |
− | text-align: left;
| |
− | }
| |
− |
| |
− | #content-div .full-width {
| |
− | width: 100%;
| |
− | }
| |
− |
| |
− | #content-div .text-width,
| |
− | #content-div div.center{
| |
− | width:900px;
| |
− | margin-left:auto;
| |
− | margin-right:auto;
| |
− | padding-right:0px;
| |
− | padding-left:0px;
| |
− | padding-top: 30px;
| |
− | padding-bottom: 30px;
| |
− | float:none;
| |
− | }
| |
− |
| |
− | #content-div .chart-width{
| |
− | width:560px;
| |
− | margin-left:auto;
| |
− | margin-right:auto;
| |
− | padding-right:0px;
| |
− | padding-left:0px;
| |
− | }
| |
− |
| |
− | h3 {
| |
− | font-weight:bold;
| |
− | padding-top: 30px;
| |
− | }
| |
− |
| |
− | h1,h2,h3,h4,h5,h6 {
| |
− | border:none;
| |
− | }
| |
− |
| |
− | #top_menu_14 {
| |
− | border:0px;
| |
− | }
| |
− |
| |
− | #navigation ul li {
| |
− | width:100px;
| |
− | }
| |
− | body {
| |
− | font-size:100%;
| |
− | }
| |
− |
| |
− | #intro-img {
| |
− | height: 250px;
| |
− | width: 1100px;
| |
− | box-shadow: black 0px 0px 30px;
| |
− | position: relative;
| |
− | z-index: -1;
| |
− | }
| |
− | #page-wrapper {
| |
− | margin-top: 71px;
| |
− | }
| |
− | .wikitable {
| |
− | border: none!important;
| |
− | border-top: 3px solid black!important;
| |
− | border-bottom: 3px solid black!important;
| |
− | }
| |
− | .wikitable td, .wikitable th {
| |
− | border: none!important;
| |
− | background: white;
| |
− | }
| |
− | .wikitable th {
| |
− | border-bottom: 3px solid black!important;
| |
− | }
| |
− | .wikitable caption {
| |
− | font-weight: inherit;
| |
− | }
| |
− | .sub-nav-item {
| |
− | padding:7px;
| |
− | }
| |
− | .sub-nav-item:hover {
| |
− | background:#092E38;
| |
− | }
| |
− | #footer
| |
− | {
| |
− | background-color: #555;
| |
− | text-align: center;
| |
− | //height: 200px;
| |
− | margin-bottom: -50px;
| |
− | }
| |
− |
| |
− | #footer-content
| |
− | {
| |
− | padding: 20px;
| |
− | color: snow;
| |
− | }
| |
− |
| |
− | #footer-content h2, #footer-content h3 {
| |
− | border:0;
| |
− | padding:0;
| |
− | margin:0;
| |
− |
| |
− | }
| |
− |
| |
− | #footer-logos a img{
| |
− | height: 80px;
| |
− | margin: 10px;
| |
− | }
| |
− |
| |
− | #footer-logos a{
| |
− | background-color: inherit;
| |
− | }
| |
− | </style>
| |
− |
| |
− | <script>
| |
− | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
| |
− | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
| |
− | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
| |
− | })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
| |
− |
| |
− | ga('create', 'UA-55868873-1', 'auto');
| |
− | ga('require', 'displayfeatures');
| |
− | ga('require', 'linkid', 'linkid.js');
| |
− | ga('send', 'pageview');
| |
| | | |
| </script> | | </script> |