From e3fa703e2d88876fed72b731577beffef14c8714 Mon Sep 17 00:00:00 2001 From: julia <> Date: Mon, 25 Feb 2008 13:47:14 +0000 Subject: [PATCH] test commit avec putty --- telemeta/htdocs/css/telemeta.css | 516 +++++++++++++++---------------- 1 file changed, 258 insertions(+), 258 deletions(-) diff --git a/telemeta/htdocs/css/telemeta.css b/telemeta/htdocs/css/telemeta.css index 5b83f2e1..ce49f135 100644 --- a/telemeta/htdocs/css/telemeta.css +++ b/telemeta/htdocs/css/telemeta.css @@ -1,258 +1,258 @@ -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;} +body {font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333; background: #FFF;} + +a:link, a:visited { + border-bottom:1px dotted #BBB; + color:#BB0000; + text-decoration:none; +} +a:link:hover, a:visited:hover { background-color:#EEE; color:#555; } +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: 3px solid #FFF; + 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%;} -- 2.39.5