X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fcss%2Fxnet.css;h=ce841ef1fd75d40136ab1d3fc87eb238eb85a83f;hb=714f6c56cf799ab6518beaad6ebe55552dfca892;hp=3c9889a22acfb47baef7e9b8d385b442fa68bb0b;hpb=98a7e9dc645a582adb7219299a24107e6bd1d2a2;p=platal.git diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css index 3c9889a..ce841ef 100644 --- a/htdocs/css/xnet.css +++ b/htdocs/css/xnet.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * + * Copyright (C) 2003-2007 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -63,6 +63,24 @@ td { vertical-align: top; } h1 { font-size: 130%; } h2 { font-size: 115%; } +.smaller { + font-size: smaller; + font-style: italic; +} + +input.error, textarea.error { + background-color: #faa; +} + +input.valid, textarea.valid { + background-color: #afa; +} + +input.warning, textarea.warning { + background-color: #fda; +} + + /*************************************************************************** * DEBUG ***************************************************************************/ @@ -76,9 +94,9 @@ h2 { font-size: 115%; } font-weight: bold; } -#db-trace div.hide { display: none; } -#db-trace:hover div.hide { display: block } -#db-trace h1 { margin: 0px; } +.backtrace div.hide { display: none; } +.backtrace:hover div.hide { display: block } +.backtrace h1 { margin: 0px; } /*************************************************************************** * LAYOUT @@ -170,10 +188,10 @@ td#menu { * CLASSES ***************************************************************************/ -div.breadcrumb { +.breadcrumb { font-weight: bold; font-size: 90%; - padding: 0.5em 0em; + padding: 0.5em 0em 0em 0.2em; } .erreur { color: red !important; } @@ -335,6 +353,10 @@ td.oval2 { .oval a, .oval2 a { color: #d0c198; } .oval a.has_site { color: white; } +.jone a { color: #FF9; } +.rouje a { color: #D88; } +.jone a.has_site { color: #FE0; } +.rouje a.has_site { color: #D00; } #content td.oval, #content td.oval2 { font-size: 90%; @@ -366,3 +388,43 @@ td.infos { color: #505050; } +/*************************************************************************** + ***************************************************************************/ + +.wizard { + margin-left: -1em; + margin-top: -0.5em; +} + +.wizard .wiz_header { + height: 30px; + width: 100%; + background: url('../images/skins/wiz_xnet_background.png') bottom left no-repeat; + margin-bottom: 1em; +} + +.wizard .wiz_header .wiz_tab { + height: 100%; + text-align: center; + font-size: 75%; +} + +.wizard .wiz_header .wiz_tab:hover { + color: #5c81aa; + font-weight: bold; +} + +.wizard .wiz_header .active, .wizard .wiz_header .active:hover { +} + +.wizard .wiz_header a { + color: #000; + text-decoration: none; + margin-top: 2px; + vertical-align: bottom; +} + +.wizard .wiz_header a.active { + font-weight: bold; +} +