--- Webpacus/root/css/user.css 2005/12/05 23:24:39 231 +++ Webpacus/root/css/user.css 2005/12/31 13:41:02 332 @@ -1,67 +1,90 @@ /* user CSS file */ +a { + color: blue; + text-decoration:none; + border-bottom:1px solid #ccc; +} + +a:visited { + color: blue; + text-decoration:none; + border-bottom:1px solid #ccc; +} + +a:hover { + color: blue; + text-decoration:none; + border-bottom: 0px; +} + +td { + font-size: 0.8em; + font-family: Verdana, Helvetica; +} + .holder, .holder_nonstd, .holder_none { - border: 0px solid grey; - font-size: 0.9em; - font-family: Trebuchet MS, Verdana, Helvetica; - margin: 2em 1em; + border-top: 1px solid #ccc; + font-size: 0.8em; +/* font-family: Trebuchet MS, Verdana, Helvetica; */ + font-family: Verdana, Helvetica; clear: left; } .holder, .holder_none { width: 600px; + min-height: 50px; } .holder_nonstd { - width: 720px; + width: 700px; } + /* .holder_none { color: #ccc; } */ -.bookcov, .bookcov_nonstd { + +.bookcov_short, .bookcov_nonstd { float: left; border: 0px dashed red; - text-align: right; - padding-top: 4px; - padding-right: 20px; clear: none; + text-align: right; } -.bookcov { - height: 100px; - width: 90px; +.bookcov_short { + width: 60px; + padding-top: 4px; + padding-right: 4px; } .bookcov_nonstd { - height: 170px; width: 140px; + padding: 4px 4px 20px 4px; } .desc_short, .desc_nonstd { float: left; border-right: 0px dashed blue; - border-top: 1px dashed blue; margin: 1px; clear: none; } .desc_short { padding: 2px; - width: 340px; - min-height: 100px; + width: 360px; + min-height: 30px; + border-top: 0px dashed blue; } .desc_nonstd { - padding: 4px; - width: 360px; - min-height: 180px; + padding: 4px 10px 10px 10px; + width: 330px; } .links { float: right; - border: 0px solid orange; width: 140px; padding-top: 2px; clear: none; @@ -77,22 +100,46 @@ .cover { border-color: #cccc00; } - + +/* .title { font-weight: bold; } -/* +*/ + +.titleDet { + font-weight: bold; + font-size: 1.2em; +} + +.titleFull { + font-weight: bold; + font-size: 1.2em; +} + .author { - color: blue; + font-style: italic; } -*/ .redstar { - list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle; + /* list-style: url(/img/star-red.gif) circle; */ + list-style: disc; + color: orange; text-align: left; font-size: 0.8em; } +.info { + margin-top: 10px; + margin-bottom: 15px; + border: 0px solid blue; +} + +.lib { + color: green; +} + + .sig { color: #CC3333; } @@ -103,25 +150,31 @@ font-size: 0.9em; } +h3 span { + color: orange; +} .line { background-color: #ffffcc; } .label { - font-size: 0.7em; font-weight: bold; text-align: right; + vertical-align: top; padding-right: 1em; - width: 130px; + width: 90px; +} +.labelNonstd { + font-weight: bold; + font-size: 0.8em; } .line2 { background-color: #ffffff; } - .result { border: 2px dashed #ff0000; }