X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fprive%2Faide_body.css;fp=www%2Fprive%2Faide_body.css;h=73c20ed083bce36baca9854a153e56c9ef41922c;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/prive/aide_body.css b/www/prive/aide_body.css new file mode 100644 index 0000000..73c20ed --- /dev/null +++ b/www/prive/aide_body.css @@ -0,0 +1,57 @@ +/**************************************************************************/ +/* SPIP, Systeme de publication pour l'internet */ +/* */ +/* Copyright (c) 2001-2010 */ +/* Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James */ +/* */ +/* Ce programme est un logiciel libre distribue sous licence GNU/GPL. */ +/* Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. */ +/**************************************************************************/ + +.spip_cadre { + width : 100%; + background-color: #FFFFFF; + padding: 5px; +} +.spip_quote { + margin-left : 40px; + margin-top : 10px; + margin-bottom : 10px; + border : solid 1px #aaaaaa; + background-color: #dddddd; + padding: 5px; +} + +a { text-decoration: none; } +a:focus,a:hover,a:active { color: #FF9900; text-decoration: underline; } + +body { + font-family: Georgia, Garamond, Times New Roman, serif; +} +h3.spip { + font-family: Verdana, Geneva, Sans, sans-serif; + font-weight: bold; + font-size: 115%; + text-align: center; +} + +table.spip { +} + +table.spip tr.row_first { + background-color: #FCF4D0; +} + +table.spip tr.row_odd { + background-color: #C0C0C0; +} + +table.spip tr.row_even { + background-color: #F0F0F0; +} + +table.spip td { + padding: 1px; + text-align: left; + vertical-align: middle; +}