X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fxnet.css;h=e181a5ada22773aaee05f31a791e041ecfb6f0ab;hb=ceb2a271a647d92967fa0f0810181b06733d3472;hp=b6bfb1d00d058998f82b47d124687be54fdf5880;hpb=9b2e77ded6d273098cd207588fccd85240c96d55;p=platal.git diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css index b6bfb1d..e181a5a 100644 --- a/htdocs/css/xnet.css +++ b/htdocs/css/xnet.css @@ -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 ***************************************************************************/ @@ -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%;