2012-02-22 12:26:26 +00:00
|
|
|
/*
|
2013-05-16 09:39:01 +00:00
|
|
|
Theme: PorteAil - Blue appearance
|
2012-02-22 12:26:26 +00:00
|
|
|
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: #e9ecf4;
|
|
|
|
color: #223355;
|
|
|
|
}
|
|
|
|
|
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: #555577;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
color: #555577;
|
|
|
|
}
|
|
|
|
|
2013-05-16 09:39:01 +00:00
|
|
|
/* HEADER */
|
2012-11-16 11:07:19 +00:00
|
|
|
header {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #223355;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2013-05-16 09:39:01 +00:00
|
|
|
/* CONTENT */
|
|
|
|
/* element overview */
|
2012-02-22 09:33:22 +00:00
|
|
|
#corps a.cadre:hover {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #223355;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-02-22 12:26:26 +00:00
|
|
|
/* MENU */
|
2012-12-19 13:56:14 +00:00
|
|
|
nav#cartable {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #223355;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-12-19 13:56:14 +00:00
|
|
|
nav#cartable h3 {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #ffffff;
|
|
|
|
border-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-12-19 13:56:14 +00:00
|
|
|
nav#cartable a:link {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #aaaabb;
|
|
|
|
}
|
|
|
|
|
2012-12-19 13:56:14 +00:00
|
|
|
nav#cartable a:visited {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #aaaabb;
|
|
|
|
}
|
|
|
|
|
2012-12-19 13:56:14 +00:00
|
|
|
nav#cartable a:hover {
|
2012-02-18 23:11:06 +00:00
|
|
|
background-color: #aaaabb;
|
|
|
|
color: #223355;
|
|
|
|
}
|
|
|
|
|
2013-05-16 09:39:01 +00:00
|
|
|
/* FOOTER */
|
2012-11-16 11:07:19 +00:00
|
|
|
footer {
|
2012-02-18 23:11:06 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|