Team:Bordeaux/Test

From 2012.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<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: 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-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-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);
 
-
    -moz-border-radius: 8px;
 
-
    -khtml-border-radius: 8px;
 
-
    -webkit-border-radius: 8px;
 
-
    border-radius: 8px;
 
-
}
 
.right-menu li a {
.right-menu li a {
Line 92: Line 25:
body {
body {
-
     background-color: white;
+
     background-color: #6c131d;
     color: black;
     color: black;
     font: x-small sans-serif;
     font: x-small sans-serif;
Line 258: Line 191:
</style>
</style>
<body>
<body>
 +
<div id="navpic" class="ui-coner-top">
 +
<a id="bac" href="#"><img width="100%" src="https://static.igem.org/mediawiki/2012/9/98/Banniere_bdx.png"></a>
</body>
</body>
</html>
</html>

Latest revision as of 11:46, 18 July 2012