Template:Team:TU Munich/Header
From 2011.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | /* | ||
+ | * 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-left, .ui-corner-tl { | ||
+ | -moz-border-radius-topleft: 4px; | ||
+ | -webkit-border-top-left-radius: 4px; | ||
+ | -khtml-border-top-left-radius: 4px; | ||
+ | border-top-left-radius: 4px; | ||
+ | } | ||
+ | .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { | ||
+ | -moz-border-radius-topright: 4px; | ||
+ | -webkit-border-top-right-radius: 4px; | ||
+ | -khtml-border-top-right-radius: 4px; | ||
+ | border-top-right-radius: 4px; | ||
+ | } | ||
+ | .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { | ||
+ | -moz-border-radius-bottomleft: 4px; | ||
+ | -webkit-border-bottom-left-radius: 4px; | ||
+ | -khtml-border-bottom-left-radius: 4px; | ||
+ | border-bottom-left-radius: 4px; | ||
+ | } | ||
+ | .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { | ||
+ | -moz-border-radius-bottomright: 4px; | ||
+ | -webkit-border-bottom-right-radius: 4px; | ||
+ | -khtml-border-bottom-right-radius: 4px; | ||
+ | border-bottom-right-radius: 4px; | ||
+ | } | ||
+ | |||
+ | /* Overlays */ | ||
+ | .ui-widget-overlay { | ||
+ | background: #aaaaaa | ||
+ | url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; | ||
+ | opacity: .30; | ||
+ | filter:Alpha(Opacity=30); | ||
+ | } | ||
+ | .ui-widget-shadow { | ||
+ | margin: -8px 0 0 -8px; | ||
+ | padding: 8px; | ||
+ | background: #aaaaaa | ||
+ | url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; | ||
+ | opacity: .30; | ||
+ | filter:Alpha(Opacity=30); | ||
+ | -moz-border-radius: 8px; | ||
+ | -khtml-border-radius: 8px; | ||
+ | -webkit-border-radius: 8px; | ||
+ | border-radius: 8px; | ||
+ | } | ||
+ | |||
#content a[href^="https://"], .link-https { | #content a[href^="https://"], .link-https { | ||
background-image: none !important; | background-image: none !important; |
Revision as of 17:06, 7 July 2011