* { margin: 0; padding: 0; } body { font-family:"DejaVu Sans", Helvetica, sans-serif; font-size:0.85em; background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y; color:#333333; } img{ border:none; } input{ border:1px solid #AAAAAA; } input[type='submit']:hover{ background-color:#bbb; color:#fff; cursor:pointer; } h1{ color:#3C6EB4; padding:.2em; margin:.2em 0; font-size:1.6em; } h2{ color:#666666; padding:.1em; margin:.3em 1em; font-size:1.4em; } a{ color:#337ACC; text-decoration:none; } th{ vertical-align:top; } a:hover{ text-decoration:underline; } p{ margin:0 .5em; } #reports{ background-color:#E5E5E5; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; display:inline-block; padding:.5em 2em; margin-left:1.2em; } #wrapper{ margin-left: 18px; min-height: 100%; background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y; } #fedora-content{ margin-right:18px; position:relative; } #header { border-top: 10px solid #337ACC; padding: 1ex 17px; margin-right: 18px; background: #FFFFFF url(../images/line.png) 0 100% repeat-x; position:relative; } #header h1{ margin:0; } #ariane p{ display:inline; margin-right:0; } #ariane ul{ display:inline; } #footer{ text-align: center; background: #FFFFFF url(../images/line-bottom.png) 0 0 repeat-x; border-bottom: 10px solid #337ACC; height: 80px; color: #AAAAAA; margin:1em 18px 0 0; font-size:0.8em; } #footer p.disclaimer{ padding-top:3ex; } #footer ul{ list-style: none; } #footer li, #ariane li{ display: inline; border-left: 1px solid #AAAAAA; padding: 0 0.75ex; margin-left: -1px; } #footer ul li:first-child, #ariane ul li:first-child{ border-left:none; } #headsearch{ position:absolute; right:1em; bottom:1.5em; } #list-packages{ width:90%; margin:1em auto 0 auto; border-collapse:collapse; } #list-packages caption, #upstream caption{ background-color:#2963A6; color:white; padding:.1em 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; font-weight:bold; } #list-packages td, #list-packages th{ text-align: left; padding:.2em; background-color:white; } #list-packages thead th{ background-color:#DDDDDD; border-bottom:1px solid #bbb; } #list-packages tbody td{ border-bottom:1px solid #DDDDDD; } #list-packages tbody tr.odd td{ background-color:#F0F0F0; } #list-packages h2{ text-align:center; } #filter{ display:inline-block; position:absolute; right:1em; top:0; } #filter fieldset{ padding:.2em; } #list-packages tfoot td{ text-align:right; font-size:.9em; font-style:italic; } #legend, #upstream{ margin:.5em 1em; list-style:none; width:20em; /*text-align:center;*/ background-color:#E5E5E5; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; padding:.5em 2em; } #upstream { -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; width:90%; margin:.5em auto; } #upstream th{ text-align:right; } #upstream td{ padding-left:1em; text-align:left; } .error { background:url(../images/icon-error.png) no-repeat left; padding-left: 21px!important; } .info { background:url(../images/icon-info.png) no-repeat left; padding-left: 21px!important; } .attn { background:url(../images/attention.png) no-repeat left; padding-left: 21px!important; } .check { background:url(../images/checkmark.png) no-repeat left; padding-left: 21px!important; } .cpan { background:url(../images/perl.gif) no-repeat left; padding-left: 18px!important; } /*.rt { background:url(/img/rt.png) no-repeat left; padding-left: 18px; } .bz { background:url(/img/bz.png) no-repeat left; padding-left: 18px; }*/ /** PKGDB stuff */ #pkgdb-link{ position:absolute; top:0; right:1em; } .ajax{ color: #AAAAAA; font-size:0.8em; } /** AUTOCOMPLETER */ .ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; } .ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; } .ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */ /*width: 100%;*/ font: menu; font-size: 12px; /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */ line-height: 16px; overflow: hidden; } .ac_loading { background: white url(../images/indicator.png) right center no-repeat; } .ac_odd { background-color: #F0F0F0; } .ac_over { background-color: #2963A6; color: white; }