2012-02-22 12:26:26 +00:00
|
|
|
/*
|
|
|
|
Theme: PorteAil - apparence noire
|
|
|
|
Version: 0.1
|
|
|
|
Author: Olivier DOSSMANN
|
|
|
|
Author URI: http://olivier.dossmann.net
|
|
|
|
Project: PorteAil
|
|
|
|
Project URI: http://porteail.e-mergence.org
|
|
|
|
*/
|
2012-02-18 23:11:06 +00:00
|
|
|
html, body {
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2012-02-22 12:26:26 +00:00
|
|
|
/* BASE */
|
2012-02-18 23:11:06 +00:00
|
|
|
a:link {
|
|
|
|
color: #6276a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #6276a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
background-color: #6276a4;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2012-02-22 12:26:26 +00:00
|
|
|
/* ENTÊTE DE PAGE */
|
2012-02-22 09:33:22 +00:00
|
|
|
#chapeau {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #000000;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-02-22 12:26:26 +00:00
|
|
|
/* CONTENU */
|
|
|
|
/* survol d'un élément */
|
2012-02-22 09:33:22 +00:00
|
|
|
#corps a.cadre:hover {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #000000;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-02-22 12:26:26 +00:00
|
|
|
/* MENU */
|
2012-02-22 09:33:22 +00:00
|
|
|
#cartable {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #000000;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-02-22 09:33:22 +00:00
|
|
|
#cartable h3 {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #ffffff;
|
|
|
|
border-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-02-22 09:33:22 +00:00
|
|
|
#cartable a:link {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #aaaabb;
|
|
|
|
}
|
|
|
|
|
2012-02-22 09:33:22 +00:00
|
|
|
#cartable a:visited {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #aaaabb;
|
|
|
|
}
|
|
|
|
|
2012-02-22 09:33:22 +00:00
|
|
|
#cartable a:hover {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #aaaabb;
|
|
|
|
color: #223355;
|
|
|
|
}
|
|
|
|
|
2012-02-22 12:26:26 +00:00
|
|
|
/* ENQUEUE DE PAGE */
|
2012-02-22 09:33:22 +00:00
|
|
|
#soulier {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|