[SKEL][PLUGINS] +reservation evenements
[lhc/web/www.git] / www / plugins / skel_lhc / habillage / skel_lhc.css
index 350257e..91bf398 100644 (file)
     padding: 1px;
 }
 
-.cartouche {
-    float: right;
-}
+/*** Zone 8 images ***/
+#featured-list-visible {
+       padding: 0;
+       margin: 0;
+       list-style: none;
+}
+
+#featured-list-visible .post {
+       padding: 0;
+       margin: 0 36px 26px 0;
+       width: 213px;
+       height: 176px;
+       float: left;
+}
+#featured-list-visible .post:nth-child(4n+4) {
+       margin-right: 0;
+}
+#featured-list-visible .post:last-child {
+       margin-bottom: 0;
+}
+#featured-list-visible .post a {
+       display: block;
+       border: 5px solid #93989b;
+       border-radius: 3px;
+       width: 203px;
+       height: 166px;
+       overflow: hidden;       
+}
+#featured-list-visible .post a:hover {
+       border-color: #293238;  
+}
+#featured-list-visible .post img {
+    -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Hack IE8 */
+    filter: alpha(opacity = 100); /* Hack IE 5-7 */
+    -webkit-transition: opacity 0.5s ease-in-out;/* transition pour Chrome et Safari */
+    -moz-transition: opacity 0.5s ease-in-out;/* transition pour Firefox */
+    -o-transition: opacity 0.5s ease-in-out;/* transition pour Opéra */
+    transition: opacity 0.5s ease-in-out;
+}
+#featured-list-visible .post:hover img {
+    border-color: #293238;
+    opacity: 0.7;
+    -ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* Hack IE 8 */
+    filter: alpha(opacity = 70);
+}
+#featured-list-visible .post .info_art {
+    height: 156px;
+    visibility: visible;
+} 
 
 .page-header .page-title {
     color: #16212c;
@@ -148,3 +194,36 @@ dl.spip_documents {
     color: #16212c;
     border: none;
 }
+
+.calendriermini .ui-datepicker-buttonpane button, .formulaire_spip .boutons input, input.submit {
+ float:right;
+ margin:.5em .2em .4em;
+ cursor:pointer;
+ padding:0 10px;
+ width:auto;
+ overflow:visible;
+ background-color: #F39200;
+ color: #FFF;
+ border: 0 none;
+ border-radius: 10px;
+ line-height: 30px;
+ height: 30px;
+ font-weight: bold;
+ font-size: 14px;
+ text-align: center;
+}
+
+/*** Reservation événements ***/
+
+.reponse_formulaire_ok {
+  color: #16212c;
+}
+
+thead th {
+  background: none repeat scroll 0 0 #7F7F7E;
+  color: #fff;
+}
+
+#secondary.sidebar .ui-datepicker-calendar a:link {
+  color: #16212c;
+}