Sébastien Dufromentel 11 years ago
parent
commit
93d77e8b15
1 changed files with 26 additions and 1 deletions
  1. 26 1
      illyse-si-design/css/illyse.css

+ 26 - 1
illyse-si-design/css/illyse.css

@@ -49,7 +49,7 @@ h1:hover a {
 
 h2:before {
 	content: url(../img/coinitem.png);
-	margin-right: 0.2em;
+	margin-right: 0.25em;
 }
 
 /* Couleurs */
@@ -68,3 +68,28 @@ h1:before {
 	color: #FF6600;
 	font-weight: normal;
 }
+
+.side-nav {
+	background-color: #E8E8FF;
+	border: 1px solid #E0E0E0;
+	padding: 0;
+}
+
+.side-nav li:first-child:before {
+	content: "Navigation :";
+	font-weight: bold;
+	display: block;
+	margin-left: 1em;
+	margin-bottom: 0.5em;
+	text-decoration: underline;
+}
+
+.side-nav a {
+	padding: 0 0.5em 0.2em 0.5em;
+}
+
+.side-nav a:hover, .side-nav li.active a {
+	background-color: #0086A9;
+	color: #FFFFFF !important;
+	border-radius: 5px;
+}