]> git.parisson.com Git - telemeta.git/commitdiff
test commit avec putty
authorjulia <>
Mon, 25 Feb 2008 13:47:14 +0000 (13:47 +0000)
committerjulia <>
Mon, 25 Feb 2008 13:47:14 +0000 (13:47 +0000)
telemeta/htdocs/css/telemeta.css

index 5b83f2e12d1f8af04889352baa063bda8f48e185..ce49f135abffdb9b9d82a9a20baba66580e5a6c8 100644 (file)
-body { font-family: Verdana; font-size: 80%; }
-
-a:link, a:visited {
-    border-bottom:1px dotted #BBBBBB;
-    color:#BB0000;
-    text-decoration:none;
-}
-
-a:link:hover, a:visited:hover { background-color:#EEEEEE; color:#555555; }
-a img { border: none; }
-
-#header {
-    padding-bottom: 0.2em;
-    padding-top: 0.2em;
-}
-
-#logo { padding-top: 1ex; }
-#logo a, #logo a:hover { border: none; background: transparent; }
-
-/*
-#menu a, #menu a:hover { border: none;}
-#menu { 
-    text-align: right; 
-    clear: right; 
-    background: #DDDDDD; 
-    padding: 1px;
-    border-bottom: solid 1px black;
-}
-*/
-#submenu { clear: right; float: right; padding-top: 1em; }
-#submenu a { color: #000066; }
-
-#quick_search { position: absolute; top: 2em; right: 1em; }
-#quick_search input {
-    vertical-align: middle;
-    font-size: 90%;
-}
-
-#quick_search_pattern { }
-
-.item_visualization, #collection_player {
-  clear: right;
-  float: right;
-  padding: 1ex;
-  margin-top: 1em;
-  margin-left: 1em;
-}
-.item_visualization select { width: 200px; }
-.item_visualization .viewport { width: 305px; border: solid 1px black; overflow: auto; }
-
-.exporter {
-    width: 295px;
-    clear: right;
-    float: right;
-    border: solid 1px black;
-    padding: 0.5em;
-    margin: 5px;
-    overflow: auto;
-}
-
-/* Geographic navigator */
-ul.continents, ul.continents ul { list-style: none; margin: 0; padding: 0;}
-ul.continents { margin: 1em 1em; }
-ul.continents ul {margin-left: 0; margin-bottom: 0.9em; padding: 0 1em 1em 0;}
-ul.continents li.name { width: 480px; float: left;}
-ul.continents li.name b { font-size: 120%; font-weight: bold; }
-ul.continents ul li { display: inline; padding-right: 1ex;}
-
-/* Collection table */
-#collection_elements {
-  clear: left;
-  float: left;
-  padding: 1ex;
-  margin-top: 1em;
-  margin-left: 1em;
-  position: absolute;
-  width: 800px;
-}
-
-/* Item table */
-#item_elements {
-  clear: left;
-  float: left;
-  padding: 1ex;
-  margin-top: 1em;
-  margin-left: 1em;
-  position: absolute;
-  width: 800px;
-}
-
-/* Styles for tabular listings (stolen from trac) */
-table.listing {
- clear: both;
- border-bottom: 1px solid #d7d7d7;
- border-collapse: collapse;
- border-spacing: 0;
- margin-top: 1em;
- width: 100%;
-}
-table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
-table.listing thead { background: #f7f7f0 }
-table.listing thead th {
- border: 1px solid #d7d7d7;
- border-bottom-color: #999;
- font-size: 11px;
- font-weight: bold;
- padding: 2px .5em;
- vertical-align: bottom;
-}
-table.listing thead th :link:hover, table.listing thead th :visited:hover {
- background-color: transparent;
-}
-table.listing thead th a { border: none; padding-right: 12px }
-table.listing th.asc a, table.listing th.desc a { font-weight: bold }
-table.listing th.asc a, table.listing th.desc a {
- background-position: 100% 50%;
- background-repeat: no-repeat;
-}
-table.listing th.asc a { background-image: url(../images/asc.png) }
-table.listing th.desc a { background-image: url(../images/desc.png) }
-table.listing tbody td, table.listing tbody th {
- border: 1px dotted #ddd;
- padding: .33em .5em;
- vertical-align: top;
-}
-table.listing tbody td a:hover, table.listing tbody th a:hover {
- background-color: transparent;
-}
-table.listing tbody tr { border-top: 1px solid #ddd }
-table.listing tbody tr.even { background-color: #fcfcfc }
-table.listing tbody tr.odd { background-color: #f7f7f7 }
-table.listing tbody tr:hover { background: #eed !important }
-
-/*
-#content {
-    position: relative;
-} 
-*/
-/* Forms */
-input, textarea, select { margin: 2px }
-input, select { vertical-align: middle }
-input[type=button], input[type=submit], input[type=reset] {
- background: #eee;
- color: #222;
- border: 1px outset #ccc;
- padding: .1em .5em;
-}
-input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
- background: #ccb;
-}
-input[type=button][disabled], input[type=submit][disabled],
-input[type=reset][disabled] {
- background: #f6f6f6;
- border-style: solid;
- color: #999;
-}
-input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7 }
-input[type=text], input.textwidget { padding: .25em .5em }
-input[type=text]:focus, input.textwidget:focus, textarea:focus {
- border: 1px solid #886;
-}
-option { border-bottom: 1px dotted #d7d7d7 }
-fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
-fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }
-* html fieldset.iefix { width: 98% }
-fieldset.iefix p { margin: 0 }
-legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }
-label.disabled { color: #d7d7d7 }
-.buttons { margin: .5em .5em .5em 0 }
-.buttons form, .buttons form div { display: inline }
-.buttons input { margin: 1em .5em .1em 0 }
-.inlinebuttons input { 
- font-size: 70%;
- border-width: 1px;
- border-style: dotted;
- margin: 0;
- padding: 0.1em;
- background: none;
-}
-
-/* HTML dublin core display */
-
-table.dublincore { width: auto; }
-
-/* Navigation (borrowed from Trac) */
-.nav h2, .nav hr { display: none }
-.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
-.nav li {
- border-right: 1px solid #d7d7d7;
- display: inline;
- padding: 0 .75em;
- white-space: nowrap;
-}
-.nav li.last { border-right: none }
-
-/* Main navigation bar  (borrowed from Trac) */
-#menu {
- background: #f7f7f7 url(../images/topbar_gradient.png) 0 0;
- border: 1px solid #000;
- font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
- margin: .66em 0 .33em;
- padding: .2em 0;
-}
-#menu li { border-right: none; padding: .25em 0 }
-#menu :link, #menu :visited {
- background: url(../images/dots.gif) 0 0 no-repeat;
- border-right: 1px solid #fff;
- border-bottom: none;
- border-left: 1px solid #555;
- color: #000;
- padding: .2em 20px;
-}
-* html #menu :link, * html #menu :visited { background-position: 1px 0 }
-#menu :link:hover, #menu :visited:hover {
- background-color: #ccc;
- border-right: 1px solid #ddd;
-}
-#menu .active :link, #menu .active :visited {
- background: #333 url(../images/topbar_gradient2.png) 0 0 repeat-x;
- border-top: none;
- border-right: 1px solid #000;
- color: #eee;
- font-weight: bold;
-}
-#menu .active :link:hover, #menu .active :visited:hover {
- border-right: 1px solid #000;
-}
-
-/* Footer (borrowed from Trac) */
-#footer {
-  clear: both;
-  color: #bbb;
-  font-size: 10px;
-  border-top: 1px solid;
-  height: 31px;
-  padding: .25em 0;
-  margin-top: 3em;
-}
-#footer :link, #footer :visited { color: #bbb; }
-#footer hr { display: none }
-#footer #telemeta_powered { border: 0; float: left }
-#footer #telemeta_powered:hover { background: transparent }
-#footer p { margin: 0 }
-#footer p.left {
-  float: left;
-  margin-left: 1em;
-  padding: 0 1em;
-  border-left: 1px solid #d7d7d7;
-  border-right: 1px solid #d7d7d7;
-}
-#footer p.right {
-  float: right;
-  text-align: right;
-}
-
-/* Homepage */
-
-.homelinks a { font-size: 120%;}
+* {margin: 0; padding: 0;}\r
+body {font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333; background: #FFF;}\r
+\r
+a:link, a:visited {\r
+    border-bottom:1px dotted #BBB;\r
+    color:#BB0000;\r
+    text-decoration:none;\r
+}\r
+a:link:hover, a:visited:hover { background-color:#EEE; color:#555; }\r
+a img { border: none; }\r
+\r
+#header {\r
+    padding-bottom: 0.2em;\r
+    padding-top: 0.2em;\r
+}\r
+\r
+#logo { padding-top: 1ex; }\r
+#logo a, #logo a:hover { border: none; background: transparent; }\r
+\r
+/*\r
+#menu a, #menu a:hover { border: none;}\r
+#menu { \r
+    text-align: right; \r
+    clear: right; \r
+    background: #DDDDDD; \r
+    padding: 1px;\r
+    border-bottom: solid 1px black;\r
+}\r
+*/\r
+#submenu { clear: right; float: right; padding-top: 1em; }\r
+#submenu a { color: #000066; }\r
+\r
+#quick_search { position: absolute; top: 2em; right: 1em; }\r
+#quick_search input {\r
+    vertical-align: middle;\r
+    font-size: 90%;\r
+}\r
+\r
+#quick_search_pattern { }\r
+\r
+.item_visualization, #collection_player {\r
+  clear: right;\r
+  float: right;\r
+  padding: 1ex;\r
+  margin-top: 1em;\r
+  margin-left: 1em;\r
+}\r
+.item_visualization select { width: 200px; }\r
+.item_visualization .viewport { width: 305px; border: solid 1px black; overflow: auto; }\r
+\r
+.exporter {\r
+    width: 295px;\r
+    clear: right;\r
+    float: right;\r
+    border: solid 1px black;\r
+    padding: 0.5em;\r
+    margin: 5px;\r
+    overflow: auto;\r
+}\r
+\r
+/* Geographic navigator */\r
+ul.continents, ul.continents ul { list-style: none; margin: 0; padding: 0;}\r
+ul.continents { margin: 1em 1em; }\r
+ul.continents ul {margin-left: 0; margin-bottom: 0.9em; padding: 0 1em 1em 0;}\r
+ul.continents li.name { width: 480px; float: left;}\r
+ul.continents li.name b { font-size: 120%; font-weight: bold; }\r
+ul.continents ul li { display: inline; padding-right: 1ex;}\r
+\r
+/* Collection table */\r
+#collection_elements {\r
+  clear: left;\r
+  float: left;\r
+  padding: 1ex;\r
+  margin-top: 1em;\r
+  margin-left: 1em;\r
+  position: absolute;\r
+  width: 800px;\r
+}\r
+\r
+/* Item table */\r
+#item_elements {\r
+  clear: left;\r
+  float: left;\r
+  padding: 1ex;\r
+  margin-top: 1em;\r
+  margin-left: 1em;\r
+  position: absolute;\r
+  width: 800px;\r
+}\r
+\r
+/* Styles for tabular listings (stolen from trac) */\r
+table.listing {\r
+ clear: both;\r
+ border-bottom: 1px solid #d7d7d7;\r
+ border-collapse: collapse;\r
+ border-spacing: 0;\r
+ margin-top: 1em;\r
+ width: 100%;\r
+}\r
+table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }\r
+table.listing thead { background: #f7f7f0 }\r
+table.listing thead th {\r
+ /*border: 1px solid #d7d7d7;*/\r
+ border-bottom: 3px solid #FFF;\r
+ font-size: 11px;\r
+ font-weight: bold;\r
+ padding: 2px .5em;\r
+ vertical-align: bottom;\r
+}\r
+table.listing thead th :link:hover, table.listing thead th :visited:hover {\r
+ background-color: transparent;\r
+}\r
+table.listing thead th a { border: none; padding-right: 12px }\r
+table.listing th.asc a, table.listing th.desc a { font-weight: bold }\r
+table.listing th.asc a, table.listing th.desc a {\r
+ background-position: 100% 50%;\r
+ background-repeat: no-repeat;\r
+}\r
+table.listing th.asc a { background-image: url(../images/asc.png) }\r
+table.listing th.desc a { background-image: url(../images/desc.png) }\r
+table.listing tbody td, table.listing tbody th {\r
+ border: 1px dotted #ddd;\r
+ padding: .33em .5em;\r
+ vertical-align: top;\r
+}\r
+table.listing tbody td a:hover, table.listing tbody th a:hover {\r
+ background-color: transparent;\r
+}\r
+table.listing tbody tr { border-top: 1px solid #ddd }\r
+table.listing tbody tr.even { background-color: #fcfcfc }\r
+table.listing tbody tr.odd { background-color: #f7f7f7 }\r
+table.listing tbody tr:hover { background: #eed !important }\r
+\r
+/*\r
+#content {\r
+    position: relative;\r
+} \r
+*/\r
+/* Forms */\r
+input, textarea, select { margin: 2px }\r
+input, select { vertical-align: middle }\r
+input[type=button], input[type=submit], input[type=reset] {\r
+ background: #eee;\r
+ color: #222;\r
+ border: 1px outset #ccc;\r
+ padding: .1em .5em;\r
+}\r
+input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {\r
+ background: #ccb;\r
+}\r
+input[type=button][disabled], input[type=submit][disabled],\r
+input[type=reset][disabled] {\r
+ background: #f6f6f6;\r
+ border-style: solid;\r
+ color: #999;\r
+}\r
+input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7 }\r
+input[type=text], input.textwidget { padding: .25em .5em }\r
+input[type=text]:focus, input.textwidget:focus, textarea:focus {\r
+ border: 1px solid #886;\r
+}\r
+option { border-bottom: 1px dotted #d7d7d7 }\r
+fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }\r
+fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }\r
+* html fieldset.iefix { width: 98% }\r
+fieldset.iefix p { margin: 0 }\r
+legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }\r
+label.disabled { color: #d7d7d7 }\r
+.buttons { margin: .5em .5em .5em 0 }\r
+.buttons form, .buttons form div { display: inline }\r
+.buttons input { margin: 1em .5em .1em 0 }\r
+.inlinebuttons input { \r
+ font-size: 70%;\r
+ border-width: 1px;\r
+ border-style: dotted;\r
+ margin: 0;\r
+ padding: 0.1em;\r
+ background: none;\r
+}\r
+\r
+/* HTML dublin core display */\r
+\r
+table.dublincore { width: auto; }\r
+\r
+/* Navigation (borrowed from Trac) */\r
+.nav h2, .nav hr { display: none }\r
+.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }\r
+.nav li {\r
+ border-right: 1px solid #d7d7d7;\r
+ display: inline;\r
+ padding: 0 .75em;\r
+ white-space: nowrap;\r
+}\r
+.nav li.last { border-right: none }\r
+\r
+/* Main navigation bar  (borrowed from Trac) */\r
+#menu {\r
+ background: #f7f7f7 url(../images/topbar_gradient.png) 0 0;\r
+ border: 1px solid #000;\r
+ font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;\r
+ margin: .66em 0 .33em;\r
+ padding: .2em 0;\r
+}\r
+#menu li { border-right: none; padding: .25em 0 }\r
+#menu :link, #menu :visited {\r
+ background: url(../images/dots.gif) 0 0 no-repeat;\r
+ border-right: 1px solid #fff;\r
+ border-bottom: none;\r
+ border-left: 1px solid #555;\r
+ color: #000;\r
+ padding: .2em 20px;\r
+}\r
+* html #menu :link, * html #menu :visited { background-position: 1px 0 }\r
+#menu :link:hover, #menu :visited:hover {\r
+ background-color: #ccc;\r
+ border-right: 1px solid #ddd;\r
+}\r
+#menu .active :link, #menu .active :visited {\r
+ background: #333 url(../images/topbar_gradient2.png) 0 0 repeat-x;\r
+ border-top: none;\r
+ border-right: 1px solid #000;\r
+ color: #eee;\r
+ font-weight: bold;\r
+}\r
+#menu .active :link:hover, #menu .active :visited:hover {\r
+ border-right: 1px solid #000;\r
+}\r
+\r
+/* Footer (borrowed from Trac) */\r
+#footer {\r
+  clear: both;\r
+  color: #bbb;\r
+  font-size: 10px;\r
+  border-top: 1px solid;\r
+  height: 31px;\r
+  padding: .25em 0;\r
+  margin-top: 3em;\r
+}\r
+#footer :link, #footer :visited { color: #bbb; }\r
+#footer hr { display: none }\r
+#footer #telemeta_powered { border: 0; float: left }\r
+#footer #telemeta_powered:hover { background: transparent }\r
+#footer p { margin: 0 }\r
+#footer p.left {\r
+  float: left;\r
+  margin-left: 1em;\r
+  padding: 0 1em;\r
+  border-left: 1px solid #d7d7d7;\r
+  border-right: 1px solid #d7d7d7;\r
+}\r
+#footer p.right {\r
+  float: right;\r
+  text-align: right;\r
+}\r
+\r
+/* Homepage */\r
+\r
+.homelinks a { font-size: 120%;}\r