Line 85: | Line 85: | ||
z-index: 100; | z-index: 100; | ||
margin-top: 230px; | margin-top: 230px; | ||
+ | } | ||
+ | .content .smallimg.clicked { | ||
+ | transition: all .2s ease-in; | ||
+ | -webkit-transform: scale(1.5); | ||
+ | transform: scale(1.5); | ||
+ | z-index: 100; | ||
+ | margin-top: 60px; | ||
} | } | ||
.smallimg { | .smallimg { | ||
Line 94: | Line 101: | ||
margin: 20px 80px; | margin: 20px 80px; | ||
} | } | ||
− | #MyImage { | + | .twoimg { |
+ | margin: 10px; | ||
+ | width: 50%; | ||
+ | } | ||
+ | #resultimg { | ||
+ | text-align:center; | ||
+ | } | ||
+ | #MyImage, #SwitchImage{ | ||
display: block; | display: block; | ||
margin: auto; | margin: auto; | ||
margin-top: 20px; | margin-top: 20px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
− | width: | + | width: 100%; |
− | height: | + | height: 100%; |
} | } | ||
.btn { | .btn { | ||
Line 122: | Line 136: | ||
td { | td { | ||
text-align: center; | text-align: center; | ||
− | color: black | + | color: black; |
− | border: 2px solid black | + | border: 2px solid black; |
− | background-color: white | + | background-color: white; |
− | + | ||
} | } | ||
table { | table { | ||
border: 3px solid white; | border: 3px solid white; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | .table { | ||
+ | padding-top: 80px; | ||
} | } | ||
th { | th { | ||
− | background-color: #262624 | + | background-color: #262624; |
− | color: white | + | color: white; |
− | border: 2px solid white | + | border: 2px solid white; |
font-size: 20px; | font-size: 20px; | ||
− | padding: 10px 10px | + | padding: 10px 10px; |
} | } | ||
.bbg td { | .bbg td { | ||
− | background-color: #262624 | + | background-color: #262624; |
− | color: white | + | color: white; |
− | border: 2px solid rgba(255, 255, 255, 0.5) | + | border: 2px solid rgba(255, 255, 255, 0.5); |
− | padding: 5px 0 | + | padding: 5px 0; |
} | } | ||
table.bbg { | table.bbg { | ||
Line 153: | Line 169: | ||
.card-body { | .card-body { | ||
padding: 1rem 0; | padding: 1rem 0; | ||
+ | } | ||
+ | li { | ||
+ | color: white; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | ol { | ||
+ | margin: 0; | ||
+ | } | ||
+ | .bigli { | ||
+ | color: #272625; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .achievementborder { | ||
+ | border: 3px solid rgba(255, 255, 255, 0.5); | ||
+ | background: #7ae26f; | ||
+ | } | ||
+ | a.link { | ||
+ | color: #7ae26f; | ||
+ | } | ||
+ | .smallp { | ||
+ | font-size: 15px; | ||
} | } |
Revision as of 17:16, 21 September 2018
body {
background-color: #272625;
}
- HQ_page p {
font-size: 20px; margin: 0; background-color: #010E00;
} h3, h1, p {
color: white; padding-bottom: 10px;
} .container.content {
margin-top: 70px;
} .caret {
display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent;
}
- HQ_page h1 {
border-bottom: 10px solid #7ae26f;
} [class*="col-"] {
float: left; padding: 13px;
} a.list-group-item:visited {
color: white;
} a:hover {
background-color: transparent;
} .list-group {
margin-top: 100px;
} .col-2.side {
padding: 0;
} .list-group-item {
padding: .55rem .35rem; background-color: #272625; color: white; border: none; font-size: 19px; margin: 10px 0;
} a.list-group-item.list-group-item-action {
background-color: transparent;
} a.list-group-item.list-group-item-action:hover {
color: #98CC9B;
} a.list-group-item.list-group-item-action.active {
background-color: transparent; color: #7ae26f;
}
.head { color: white; width: 50%; font-size: 50px; font-weight: 700; border-bottom: 10px solid #7ae26f; position: relative; margin-top: 100px; } #achievement, #purpose, #CO2_uptake, #CO2_metabolism, #CO2_vs_xylose, #reference { padding-top: 80px; }
img.contentimg { width: 30%; margin: 20px 80px; cursor: pointer; } .content img.clicked { transition: all .2s ease-in; -webkit-transform: scale(2.9); transform: scale(2.9); z-index: 100; margin-top: 230px; } .content .smallimg.clicked { transition: all .2s ease-in; -webkit-transform: scale(1.5); transform: scale(1.5); z-index: 100; margin-top: 60px; } .smallimg { width: 100%; height: 100%; } #easypathway { width: 30%; margin: 20px 80px; } .twoimg { margin: 10px; width: 50%; } #resultimg { text-align:center; } #MyImage, #SwitchImage{ display: block; margin: auto; margin-top: 20px; margin-bottom: 20px; width: 100%; height: 100%; } .btn { background-color: #98CC9B; color: #272625; border: none; font-size: 1.5rem; } .btn:hover { color: white; background-color: transparent; border-color: transparent; border-bottom: 3px; border-bottom-color: #98CC9B; border-bottom-style: solid; border-radius: 0rem; } .btn.focus, .btn:focus { box-shadow: none; } td { text-align: center; color: black; border: 2px solid black; background-color: white; } table { border: 3px solid white; text-align: center; } .table { padding-top: 80px; } th { background-color: #262624; color: white; border: 2px solid white; font-size: 20px; padding: 10px 10px; } .bbg td { background-color: #262624; color: white; border: 2px solid rgba(255, 255, 255, 0.5); padding: 5px 0; } table.bbg { border: 3px solid rgba(255, 255, 255, 0.5); } .card { background-color: transparent; border: 0; } .card-body { padding: 1rem 0; } li { color: white; font-size: 20px; } ol { margin: 0; } .bigli { color: #272625; font-weight: bold; } .achievementborder { border: 3px solid rgba(255, 255, 255, 0.5); background: #7ae26f; } a.link { color: #7ae26f; } .smallp { font-size: 15px; }