/* base.css - Layout and general style */ /* $LastChangedDate: 23.01.2007 $ $LastChangedRevision: $ $LastChangedBy: netbude $ */ /* # use section names to jump ############ Sections: ######################## ## "global elements" ## # all html elements without ".class" or "#id" ############################################### ## "global classes" ## # i.e. ".strong"; ".left"; ".error"; ############################################### ## "privat classes" ## # all htnml-elements with a specific class # i.e. "div.content"; "span.left"; # and # "div.content span a."; "form.search fieldset legend"; # sorted by the last html-element ############################################### ## "site specific" ## # all site specific elements # i.e. "body#search form"; "body#stats table td.strong"; ############################################### ## "other" ## # all "other" elements # i.e. "#left"; "#myID.div"; */ /* --------------- global elements -------------------------- */ * { font-family:/*Helvetica, Arial, */sans-serif; } /* the following dl style is needed to patch a bug in Safari which occurs when definition lists appears inside of fieldsets */ dl { display:inline-block; width:96%; } body { margin:0; padding:0; } body, table, textarea { font-size: 12px; } h1, h2, h3, h4 { font-style:normal; } h1 { font-size:2em; } h2 { font-size:1.6em; clear:left; /* The heading after the submenu has to be left again */ } h3 { font-size:1.3em; } h4 { font-size:1.1em; } a:link { text-decoration:none; } a:visited { text-decoration:none; } a:hover { text-decoration:underline; } img { border:0; } td { padding:1px 2px; } fieldset { margin:10px 5px; padding:10px; } legend { font-size:1.2em; padding:0.2em; text-align:center; } /* --------------- global classes --------------------- */ tt, *.tt { font-family:Courier,Terminal,sans-serif; } .error { font-weight:bold; } .commit { font-weight:bold; color:green; } .help { font-size:90%; } .snippetLoaded { font-style:italic; color: #666; } .snippetLoaded b { color: black; } .snippetError { font-style:italic; } .settingsValue { font-weight:bold; } .Headline { font-weight: bold; font-size: 160%; text-align: center; height: 36px; width:100%; } .Heading { height: 36px; } .Post { padding:10px; margin-bottom:10px; } .PostSubject { padding:5px; margin:0; } .PostBody { margin:10px; } .PostBody h2 { margin: .4em 0 0; } .PostBody h3 { margin: .3em 0 0; } .PostBody h4 { margin: .2em 0 0; } .PostInfo { padding:1px 10px; } .WikiTOCBox { padding: 8px; } .diff { margin: 10px 5px; border: 1px dashed #722; padding: .5em; font-family: monospace; } .diff .unchanged { font-family: monospace; } .diff .added { font-family: monospace; } .diff .deleted { font-family: monospace; text-decoration: line-through; } .thumbcontainer { margin: 2px; width: 100px; height: 160px; /* 96px thumbnail + some lines of text */ float: left; } .hides .hoverShow { display: none; } .hides:hover .hoverShow { display: block; position: absolute; border: 3px double; margin: 0 0 0 2em; padding: .3em; height: 20em; overflow: auto; width: 30em; } /* ---------------- private classes ---------------------*/ /*----------
*/ p.aftersurftips { clear:both; } p.info { margin-top:5em; padding-top:5px; text-align:center; } div.bookmark p { margin:1px; } div.searchresults p{ margin:2px 2px 2px 2px; padding-left: 20px; } form.search.small p.yacylogo { /* The logo in yacysearch.html */ display:block; float:left; padding:0; margin: 0 5px 5px; width:90px; } /*----------