Template:Team:TU-Munich/LabHeader
From 2013.igem.org
(Difference between revisions)
Line 128: | Line 128: | ||
div#wikicontent div.labbook div.experiment div.experiment { | div#wikicontent div.labbook div.experiment div.experiment { | ||
margin: 0px !important; | margin: 0px !important; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * jQuery UI CSS Framework 1.8.14 | ||
+ | * | ||
+ | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) | ||
+ | * Dual licensed under the MIT or GPL Version 2 licenses. | ||
+ | * http://jquery.org/license | ||
+ | * | ||
+ | * http://docs.jquery.com/UI/Theming/API | ||
+ | */ | ||
+ | /* Corner radius */ | ||
+ | |||
+ | .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { | ||
+ | -moz-border-radius-topright: 6px !important; | ||
+ | -webkit-border-top-right-radius: 6px !important; | ||
+ | -khtml-border-top-right-radius: 6px !important; | ||
+ | border-top-right-radius: 6px !important; | ||
+ | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important; | ||
+ | -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | } | ||
+ | .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { | ||
+ | -moz-border-radius-topleft: 6px !important; | ||
+ | -webkit-border-top-left-radius: 6px !important; | ||
+ | -khtml-border-top-left-radius: 6px !important; | ||
+ | border-top-left-radius: 6px !important; | ||
+ | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important; | ||
+ | -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | } | ||
+ | .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { | ||
+ | -moz-border-radius-bottomleft: 6px !important; | ||
+ | -webkit-border-bottom-left-radius: 6px !important; | ||
+ | -khtml-border-bottom-left-radius: 6px !important; | ||
+ | border-bottom-left-radius: 6px !important; | ||
+ | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important; | ||
+ | -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | } | ||
+ | .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { | ||
+ | -moz-border-radius-bottomright: 6px !important; | ||
+ | -webkit-border-bottom-right-radius: 6px !important; | ||
+ | -khtml-border-bottom-right-radius: 6px !important; | ||
+ | border-bottom-right-radius: 6px !important; | ||
+ | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important; | ||
+ | -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2) !important; | ||
+ | } | ||
+ | |||
+ | /* Overlays */ | ||
+ | .ui-widget-overlay { | ||
+ | background: #686868 | ||
+ | url(https://static.igem.org/mediawiki/2011/c/c0/Ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important; | ||
+ | opacity: .30 !important; | ||
+ | filter:Alpha(Opacity=30) !important; | ||
+ | } | ||
+ | |||
+ | .ui-widget-shadow { | ||
+ | margin: -8px 0 0 -8px !important; | ||
+ | padding: 8px !important; | ||
+ | background: #686868 | ||
+ | url(https://static.igem.org/mediawiki/2011/c/c0/Ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important; | ||
+ | opacity: .30 !important; | ||
+ | filter:Alpha(Opacity=30) !important; | ||
+ | } | ||
+ | |||
+ | /* Colors */ | ||
+ | |||
+ | div.general { | ||
+ | border: medium solid rgb(115, 208, 255) !important; | ||
+ | } | ||
+ | |||
+ | p.general b { | ||
+ | color: rgb(115, 208, 255) !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | div.effectors { | ||
+ | border: medium solid rgb(116, 183, 112) !important; | ||
+ | } | ||
+ | |||
+ | p.effectors b { | ||
+ | color: rgb(116, 183, 112) !important; | ||
+ | } | ||
+ | |||
+ | div.safety_mechanism { | ||
+ | border: medium solid rgb(0, 32, 96) !important; | ||
+ | } | ||
+ | |||
+ | p.safety_mechanism b { | ||
+ | color: rgb(0, 32, 96) !important; | ||
+ | } | ||
+ | |||
+ | div.vector_design { | ||
+ | border: medium solid rgb(166, 126, 166) !important; | ||
+ | } | ||
+ | |||
+ | p.vector_design b { | ||
+ | color: rgb(166, 126, 166) !important; | ||
+ | } | ||
+ | |||
+ | div.vitality { | ||
+ | border: medium solid rgb(255, 122, 97) !important; | ||
+ | } | ||
+ | |||
+ | p.vitality b { | ||
+ | color: rgb(255, 122, 97) !important; | ||
+ | } | ||
+ | |||
+ | div.killswitch { | ||
+ | border: medium solid rgb(202, 85, 85) !important; | ||
+ | } | ||
+ | |||
+ | p.killswitch b { | ||
+ | color: rgb(202, 85, 85) !important; | ||
} | } | ||
Revision as of 21:31, 27 August 2013