hdalab/css/style.css
changeset 115 46c0f7a935d1
parent 110 6455b65fa3b7
child 117 dc6c3ac62efa
--- a/hdalab/css/style.css	Tue Jan 17 00:19:27 2012 +0100
+++ b/hdalab/css/style.css	Mon Jan 30 18:20:21 2012 +0100
@@ -1,9 +1,28 @@
+@font-face
+{
+    font-family: "Open Sans"; src: url(OpenSans-Regular.ttf);
+}
+
+@font-face
+{
+    font-family: "Open Sans"; font-weight: bold; src: url(OpenSans-Bold.ttf);
+}
+
+@font-face
+{
+    font-family: "Open Sans"; font-style: italic; src: url(OpenSans-Italic.ttf);
+}
+
 body {
-    margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;
+    margin: 0; padding: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif;
     background: #ffffff; color: #000000;
     font-size: 10px;
 }
 
+input {
+    font-family: "Open Sans", Arial, Helvetica, sans-serif;
+}
+
 a {
     text-decoration: none;
 }
@@ -16,8 +35,25 @@
     position: relative; width: 960px; margin: 0 auto;
 }
 
+.barrebloc {
+    float: left; width: 473px; border: 1px solid #b0b0b0;
+    background: #e0e0e0; cursor: pointer; cursor: hand;
+}
+
+.barrebloc h2 {
+    margin: 4px 0; font-size: 16px; text-align: center;
+}
+
+.bloc, #bloc_gestvue {
+    float: left; width: 475px; margin-bottom: 10px;
+}
+
+.corpsbloc {
+    float: left; width: 465px; border: 1px solid #b0b0b0; padding: 8px 4px; border-top-style: none;
+}
+
 h1 {
-    float: left; margin: 5px 0; font-size: 20px;
+    float: left; width: 475px; margin: 5px 0; font-size: 20px;
 }
 
 #sessionname {
@@ -32,19 +68,31 @@
     display: inline; margin: 0; padding: 0; font-size: 18px; font-weight: bold;
 }
 
-#onglets {
-    float: right; list-style: none; margin: 2px 0; padding: 0;
+#apartager {
+    float: right; font-size: 14px;
+}
+
+#vues {
+    float: right; text-align: right; width: 475px; margin: 2px 0; padding: 0;
 }
 
-#onglets li {
-    float: left; padding: 3px; margin-right: 2px; font-size: 13px; font-weight: bold;
+#vuestitre {
+     display: inline; padding: 2px 4px; font-size: 15px;
 }
 
-#onglets a {
+#ongletsvues {
+    display: inline; list-style: none; margin: 0; padding: 0;
+}
+
+li.lienvue {
+    display: inline; padding: 3px; font-size: 13px; font-weight: bold;
+}
+
+.lienvue a, #apartager a {
     color: #666666;
 }
 
-#onglets a.actif {
+.lienvue.actif a, #apartager.actif a {
     color: #990000;
 }
 
@@ -58,7 +106,7 @@
 }
 
 #timeline {
-    float: left; width: 100%; margin: 5px 0;
+    float: left; width: 100%; margin: 15px 0;
 }
 
 #dates {
@@ -70,15 +118,29 @@
 }
 
 div.datelabel {
-    width: 60px; margin: 5px 0 0 -30px; font-size: 10px; text-align: center;
+    width: 60px; margin: 4px 0 0 -30px; font-size: 10px; text-align: center; opacity: .8;
 }
 
 #dateheat {
     float: left; width: 100%; height: 20px; z-index: 1;
 }
 
-#dateslider {
-    float: left; width: 100%; height: 12px; margin: 5px 0;
+.handle {
+    position: absolute; width: 0; z-index: 2; cursor: pointer; cursor: hand;
+}
+
+.handleinner {
+    float: left; border: 5px solid #999; background: #fff;
+    height: 30px; width: 10px; margin-top: -10px; border-radius: 4px;
+    opacity: .8;
+}
+
+.handleinner:hover {
+    background: #ccc;
+}
+
+.ui-draggable-dragging .handleinner {
+    background: #660000; color: #ffffff;
 }
 
 #leftcol {
@@ -86,7 +148,7 @@
 }
 
 #bandefiltre {
-    float: left; width: 100%; margin: 10px 0 5px;
+    float: left; width: 100%; margin-top: 10px;
 }
 
 #filtertitle {
@@ -97,10 +159,6 @@
     list-style: none; float: left; margin: 0 20px; padding: 0; font-size: 12px;
 }
 
-.inactif #filters, .inactif #filtertitle {
-    opacity: .3;
-}
-
 #filters li {
     float: left; padding: 2px 3px; margin-right: 5px; font-weight: bold;
 }
@@ -125,16 +183,8 @@
     display: inline; margin: 0; padding: 0; font-size: 11px;
 }
 
-#affres {
-    float: left; margin: 1px 0; font-size: 13px; display: none; font-weight: bold;
-}
-
-.inactif #affres {
-    display: block;
-}
-
 #contentcount {
-    float: right; height: 13px; font-size: 13px; padding: 6px 0;
+    float: left; width: 100%; text-align: right; font-size: 13px; margin: 2px 0;
 }
 
 #filters a.remfil {
@@ -142,11 +192,11 @@
 }
 
 #map {
-    float: left; width: 100%; height: 200px;
+    height: 200px;
 }
 
 #tagcloud {
-    float: left; width: 100%; text-align: center;
+    text-align: center;
 }
 
 #tclist {
@@ -169,20 +219,29 @@
     color: #800000;
 }
 
+
+#tagsearchwrap {
+    width: 50%;
+}
+
 #tagsearch {
-    float: left; clear: both; width: 50%; margin: 10px 0; font-size: 13px; border-style: none; border-bottom: 1px solid #000;
+    width: 100%; font-size: 16px; font-weight: bold; border-style: none; border-bottom: 1px solid #000;
 }
 
 #tagsearch.grise {
-    
+    color: #666; font-style: italic; font-weight: normal;
 }
 
 #rightcol {
     float: left; width: 475px; margin-left: 5px;
 }
 
-#contents {
-    float: left; width: 100%;
+#disciplines {
+    height: 120px;
+}
+
+#disciplines g {
+    cursor: pointer; cursor: hand;
 }
 
 #contentlist {
@@ -242,30 +301,14 @@
     color: #ffff00; font-weight: bold;
 }
 
-#taginfo {
-    float:left; width: 100%;
-}
-
-#addtofilter {
-    float: right; text-align: right;
-}
-
-#addtofilter a {
-    color: #000000; font-size: 12px; font-weight: bold; background: #ffc080; padding: 3px; border-radius: 5px;
-}
-
-#addtofilter a:hover {
-    background: #ffffff;
+#tagcount {
+    float: right; text-align: right; font-size: 14px; font-weight: bold;
 }
 
 #taginfo p, h2, h3  {
     margin: 5px 0;
 }
 
-#taginfo h2 {
-    font-size: 16px;
-}
-
 #taginfo h3 {
     font-size: 14px;
 }
@@ -276,4 +319,36 @@
 
 #img_wikipedia {
     float: left; max-width: 160px; max-height: 120px; margin: 2px 2px 2px 0;
-}
\ No newline at end of file
+}
+
+#gestvue {
+    display: none;
+}
+
+#div_titrevue {
+    margin: 5px 0;
+}
+
+#div_titrevue label {
+    font-size: 14px;
+}
+
+#titrevue {
+    font-size: 15px; margin: 0 0 0 5px; width: 220px; padding: 2px; border-style: none; border-bottom: 1px solid #000;
+}
+
+#gestvue h4 {
+    margin: 2px 0; font-size: 14px;
+}
+
+#widgetlist {
+    list-style: none; padding: 0; margin: 0; width: 100%;
+}
+
+#widgetlist li {
+    float: left; width: 48%;
+}
+
+#widgetlist label {
+    font-size: 13px;
+}