Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
Line 194: Line 194:
#content table#toc.toc:hover {
#content table#toc.toc:hover {
     left: 0px;
     left: 0px;
-
     top: 20%;
+
     top: 20px;
     position: fixed;
     position: fixed;
     overflow: auto;
     overflow: auto;
-
     width: 180px;
+
     width: 250px;
}
}
#content table#toc.toc {
#content table#toc.toc {
-
     left: -170px;
+
     left: -240px;
-
     top: 20%;
+
     top: 20px;
     position: fixed;
     position: fixed;
     overflow: auto;
     overflow: auto;
-
     width: 180px;
+
     width: 250px;
}
}
Line 248: Line 248:
#top-section:hover li {
#top-section:hover li {
     display: inline;
     display: inline;
-
}
 
-
 
-
 
-
 
-
/*
 
-
* 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 */
 
-
/*
 
-
* 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;
 
-
    -webkit-border-top-right-radius: 6px;
 
-
    -khtml-border-top-right-radius: 6px;
 
-
    border-top-right-radius: 6px;
 
-
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 
-
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
}
 
-
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
 
-
    -moz-border-radius-topleft: 6px;
 
-
    -webkit-border-top-left-radius: 6px;
 
-
    -khtml-border-top-left-radius: 6px;
 
-
    border-top-left-radius: 6px;
 
-
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 
-
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
}
 
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
 
-
    -moz-border-radius-bottomleft: 6px;
 
-
    -webkit-border-bottom-left-radius: 6px;
 
-
    -khtml-border-bottom-left-radius: 6px;
 
-
    border-bottom-left-radius: 6px;
 
-
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 
-
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
}
 
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
 
-
    -moz-border-radius-bottomright: 6px;
 
-
    -webkit-border-bottom-right-radius: 6px;
 
-
    -khtml-border-bottom-right-radius: 6px;
 
-
    border-bottom-right-radius: 6px;
 
-
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 
-
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 
-
}
 
-
 
-
/* 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;
 
-
    opacity: .30;
 
-
    filter:Alpha(Opacity=30);
 
-
}
 
-
 
-
.ui-widget-shadow {
 
-
    margin: -8px 0 0 -8px;
 
-
    padding: 8px;
 
-
    background: #686868
 
-
    url(https://static.igem.org/mediawiki/2011/c/c0/Ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
 
-
    opacity: .30;
 
-
    filter:Alpha(Opacity=30);
 
-
}
 
-
 
-
#content a[href^="https://"], .link-https {
 
-
background-image: none !important;
 
-
padding: 0 !important;
 
}
}
Line 456: Line 371:
     margin:0;
     margin:0;
}
}
-
 
-
 
#navigation ul li a {
#navigation ul li a {
Line 474: Line 387:
     color:white;
     color:white;
}
}
-
 
#navigation ul li ul {
#navigation ul li ul {
Line 497: Line 409:
     background:#0C68AE;
     background:#0C68AE;
     color:white;
     color:white;
 +
}
 +
 +
/*
 +
* 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;
 +
    -webkit-border-top-right-radius: 6px;
 +
    -khtml-border-top-right-radius: 6px;
 +
    border-top-right-radius: 6px;
 +
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 +
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
}
 +
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
 +
    -moz-border-radius-topleft: 6px;
 +
    -webkit-border-top-left-radius: 6px;
 +
    -khtml-border-top-left-radius: 6px;
 +
    border-top-left-radius: 6px;
 +
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 +
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
}
 +
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
 +
    -moz-border-radius-bottomleft: 6px;
 +
    -webkit-border-bottom-left-radius: 6px;
 +
    -khtml-border-bottom-left-radius: 6px;
 +
    border-bottom-left-radius: 6px;
 +
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 +
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
}
 +
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
 +
    -moz-border-radius-bottomright: 6px;
 +
    -webkit-border-bottom-right-radius: 6px;
 +
    -khtml-border-bottom-right-radius: 6px;
 +
    border-bottom-right-radius: 6px;
 +
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
 +
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
 +
}
 +
 +
/* 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;
 +
    opacity: .30;
 +
    filter:Alpha(Opacity=30);
 +
}
 +
 +
.ui-widget-shadow {
 +
    margin: -8px 0 0 -8px;
 +
    padding: 8px;
 +
    background: #686868
 +
    url(https://static.igem.org/mediawiki/2011/c/c0/Ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
 +
    opacity: .30;
 +
    filter:Alpha(Opacity=30);
 +
}
 +
 +
#content a[href^="https://"], .link-https {
 +
background-image: none !important;
 +
padding: 0 !important;
}
}

Revision as of 17:19, 30 August 2012