plusieurs auteurs pour les sources
[mw_sourceml] / app / out / default / css / actions / sources.css
index bee10b0..1a7239c 100644 (file)
@@ -1,40 +1,46 @@
 /* ------------------------------- liste groupes ----------- */
 
-ul.groupes
-{ list-style-type: none;
+ul.groupes{
+  list-style-type: none;
 }
 
-ul.groupes li
-{ margin: 10px 10px 10px 100px;
+ul.groupes li{
   padding: 0px;
-/*  float: left;*/
-  width: 370px;
+  float: left;
+  width: 33%;
 }
 
-ul.groupes li h4
-{ font-size: 16px;
+ul.groupes li h4{
+  font-size: 1.2em;
+  font-weight: bold;
   margin: 0px;
   padding: 0px;
+  margin: 10px;
 }
 
-ul.groupes li h4 a
-{ display: block;
+ul.groupes li h4 a{
+  display: block;
   padding: 5px;
-  width: 370px;
   height: 100px;
+  border: solid 1px #d9d9d9;
+  border-radius: 3px 3px 3px 3px;
+  -moz-border-radius: 3px 3px 3px 3px;
+}
+ul.groupes li h4 a:hover{
+  color: #000066;
+  background-color: #f1f1f1;
 }
 
-ul.groupes li h4 a img
-{ display: block;
+ul.groupes li h4 a img{
+  display: block;
   float: left;
 }
 
-ul.groupes li h4 a span
-{ float: right;
+ul.groupes li h4 a span{
   display: block;
+  margin-left: 150px;
   padding: 3px;
   text-align: right;
-  width: 238px;
 }
 
 ul.groupes li .infos li
@@ -55,6 +61,10 @@ ul.groupes li .infos li
 
 /* ------------------------------- page album ----------- */
 
+.logo_album{
+  text-align: center;
+}
+
 p#play_all
 {
 }
@@ -113,7 +123,7 @@ p#play_all a
   float: right;
   padding: 10px 5px 0px 5px;
 }
-
+/*
 ul#lien_contact
 { margin: 20px 18px 0px 0px;
   padding: 0px;
@@ -130,7 +140,7 @@ ul#lien_contact li a
   text-align: right;
   padding: 5px 5px 0px 5px;
 }
-
+*/
 /* ------------------------------- albums (page groupe) --- */
 
 #center ul.menu_albums
@@ -330,21 +340,13 @@ ul.documents li
   padding: 0px;
 }
 
-/* ------------------------------- liste groupes ----------- */
-
-ul.groupes li h4 a
-{ border: solid 1px #d9d9d9;
-  border-radius: 3px 3px 3px 3px;
-  -moz-border-radius: 3px 3px 3px 3px;
-}
-
 /* ------------------------------- page album ----------- */
 
 p#play_all a
 { border: solid 1px #c0c0c0;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
-  background-image: url("../icons/ecouter.png");
+  background-image: url("../../icons/ecouter.png");
   background-repeat: no-repeat;
   background-position: 6px 6px;
   background-color: #ffffff;
@@ -457,7 +459,7 @@ ul#lien_contact li a
 }
 
 .loading
-{ background-image: url("../icons/ajax-loader.gif");
+{ background-image: url("../../icons/ajax-loader.gif");
   background-repeat: no-repeat;
   background-position: 5px 5px;
 }
\ No newline at end of file