Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 798 → Rev 799

/trunk/client/projet/projet.css
New file
0,0 → 1,441
/*
+----------------------------------------------------------------------------+
| projets.css |
+----------------------------------------------------------------------------+
| Copyright (c) 2008 Tela Botanica |
+----------------------------------------------------------------------------+
| Feuille de style specifique a l'application projet de Tela Botanica |
+----------------------------------------------------------------------------+
| Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
+----------------------------------------------------------------------------+
*/
 
.table_cadre {
line-height : 18px;
}
 
.information_projet {
float:right;
width:250px;
text-align:left;
max-width: 800px;
padding:5px;
padding-bottom: 10px;
position : relative;
left : -3px;
}
 
 
.information_projet ul {
margin-top : 10px;
}
 
.information_projet li {
margin-left: 20px;
}
 
#texte {
max-width:850px;
}
.liste_projet li {
padding:8px;
list-style-type:none;
 
}
#precedent, #suivant {
border:1px solid black;
padding: 3px 4px 3px 4px;
margin: 3px;
background-image: none;
}
 
#precedent a, #suivant a {
text-decoration:none;
background-image:none;
}
#precedent:before {content: "<< ";}
#suivant:after {content: " >>";}
.nombre_message {
font-size:14px;
color: #ad5a40;
}
 
#precedent:hover, #suivant:hover {background-color:#eddbd6;}
#bouton_repondre {float:none;display:inline;}
.mois {background-color:#DFDFDF;padding:3px;
text-align:center;}
#petit_calendrier table {border:1px solid black;}
#petit_calendrier th {background-color:#C2C0AD;color:white;padding:2px;}
.col_annee {font-weight:bold;}
.liste_projet li:hover {
background-color:#F5F5F5;
}
.liste_projet a, .liste_projet h1 {
background-color:transparent;
}
 
.liste_projet li {
list-style-image: none !important;
}
 
ul.liste_projet {max-width:700px;margin-left:0px;padding-left:0px;}
.liste_projet h1{font-size:15px;padding-top:0px;margin-top:0px}
.liste_projet a {color:blue;}
.projet_activite_elevee {color:red;}
.projet_activite_moyenne {color:green;}
.projet_activite_faible {color:blue;}
 
#projet_theme {
margin-left: 20px;
}
 
#projet_theme h1{
background:none;
color:black;
}
.pager {
width:100%;max-width:600px;
text-align:center;
margin:10px 0 10px 0;
}
 
.pager .page_courante, .pager a {
border:1px solid black;
padding:3px 4px 3px 4px;
margin:3px;
background-image:none;
}
.pager .page_courante {
background-color:#eddbd6;
background-image:none;
}
.pager a:hover {
background-color:#eddbd6;
background-image:none;
}
 
.projet_recherche {
margin-bottom:5px;
}
.projet_recherche fieldset {border:0px;}
.notes input {
border:1px solid #ad5a40;
background-color:#eddbd6;
}
#projet_recherche_submit {
text-align:center;
margin:5px;
}
 
#projet_range {display:inline;}
#projet_choix_mode {display:inline;width:100%;text-align:right;}
#projet_range .nombre {font-weight:bold;}
#cartouche_liste_projet {width:100;margin-left:40px;padding:8px;}
 
table.table_cadre {display:block;max-width:800px;}
.table_cadre a.tri_bas {
background: url("/client/projet/images/icon_sort_dwn.gif") no-repeat left;
padding: 0 0 0 10px;
color:white;
}
.table_cadre a.tri_haut {
background: url("/client/projet/images/icon_sort_up.gif") no-repeat left;
padding: 0 0 0 10px;
color:white;
}
.table_cadre a.tri_sans {
background: url("/client/projet/images/icon_sort.gif") no-repeat left;
padding: 0 0 0 10px;
color:white;
}
 
#table_projet {max-width:100%;width:100%}
 
#projet_bloc_action {
border:0px solid black;
margin:0 0 10px 0px;
width:100%;
max-width:680px;
}
#projet_bloc_action img {
float:left;
}
 
#projet_bloc_action h2 {
clear:none;
}
#projet_lien_inscription {
height:45px;
width:280px;
padding:0 5px 0 0;margin:0;
border:1px solid black;
text-decoration:none;
display:block;
float:left;
background-color:#ede7d8;
overflow:hidden;
}
#projet_lien_inscription a {
padding:0;
width:100%;
display:block;
float:left;
text-decoration:none;
color:black;
background-image:none;
}
 
 
#projet_ou {
text-align:center;
float:left;
width:80px;
font:bold 17px arial;
color:#ad5a40;
margin:20px 50px 10px 50px;
}
 
 
#projet_lien_inscription:hover, #projet_lien_login:hover {background-color:darkgrey;}
 
#projet_lien_login {
background-color:#ede7d8;
width:220px;
height:45px;
margin:0;
overflow:hidden;
border:1px solid black;
float:right;
}
 
#projet_lien_login a {
cursor:pointer;
padding:0;
width:250px;
display:block;
text-decoration:none;
background-image: none;
float:left;
}
#projet_bloc_inscription {
width:265px;
margin-top:10px;
background-color:#ede7d8;
border:1px solid black;
padding:10px;
}
#projet_bloc_inscription span, #projet_lien_inscription span {
margin:12px 0 0 10px;
font:bold 15px Arial, sans-serif;
display:block;
float:left;
color:black;
}
 
#projet_bloc_inscription p {
margin:0;
font:normal 13px/15px Arial;
}
 
#projet_bloc_inscription form {
margin:25px 0 0 0;
font-weight:bold;
}
#projet_bloc_inscription label {
font-weight:normal;
}
#projet_bloc_inscription input {
display:block;
margin-bottom:6px;
width:85%;
}
#projet_bloc_inscription input[type="submit"] {
width:35px;margin:auto;
text-align:center;
}
#projet_bloc_inscription input[type="checkbox"] {
width:15px;
float:left;
}
 
#projet_bloc_inscription:hover {
}
 
 
#laius_inscription {
color:#005500;
font-weight:bold;
line-height:5px;
}
 
#form_connexion2 fieldset {border:0;margin:0;padding:0;}
#form_connexion2 legend {display:none;}
#persistant2 {width:10px;}
/** Les petits bouton */
.projet_bouton_action {
}
.projet_bouton_action:hover {
background-color:#c38673;
}
.projet_bouton_action a {
display:block;
float:left;
margin:0 7px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
background-image:none;
margin-bottom:10px;
}
 
 
.projet_bouton_inline {display:inline;}
 
.projet_bouton_inline a {
display:inline;
 
margin:0 7px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
background-image:none;
 
}
#lien_inscription2 {display:none !important;}
 
.projet_bouton_action a img, .projet_bouton_inline a img {
margin:0 3px -3px 0 !important;
padding:0;
border:none;
width:16px;
height:16px;
}
.projet_bouton_action a:hover, .projet_bouton_inline a:hover{
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;
}
 
.projet_bouton_action a:active{
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff;
}
 
/** Menus de projets **/
.menu_projet li {
background: none;
margin-left:15px;
}
 
.menu_projet > li {
list-style-image: none !important;
}
 
/* Onglets */
 
.onglets {
border-bottom: 1px solid #C2C0AD;
font-weight: bold;
}
 
.onglets li {
list-style-image : none;
}
 
.onglets li:hover {
color:#AD5A40
}
 
.onglets li:hover a {
color:#AD5A40;
}
.onglets .menu_inactif {
border-bottom:#62210F;
}
.onglets .menu_actif {
background-color: #C2C0AD !important;
}
 
.onglets .menu_actif a {
color:#C2C0AD;
}
 
/*Tableau*/
 
.table_cadre {
border: 1px solid #C2C0AD;
}
 
.table_cadre th{
background-color:#A89D80;
padding:0 5px;
color:white;}
.table_cadre a {
color:black !important;}
.table_cadre tr {
height: 30px;
}
 
.table_cadre td {
padding-left:5px;
padding-right:5px;
}
.ligne_paire {
padding-top: 2px;
background-color:#C2C0AD;
}
 
.page li {
list-style-image: none !important;
margin-left: 30px;
}
 
/** Wikini **/
 
#wikini_page {
border-color: #A89D80;
}
 
#toolbar, .buttons {
background: #A89D80 !important;
}
 
.edit {
border-color: #A89D80 !important;
}
 
/** Message **/
.message pre {
white-space: pre-wrap;
}