/* base.css - Layout and general style */ /* $LastChangedDate$ $LastChangedRevision$ $LastChangedBy$ */ /* # 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 HTML-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, 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; margin-bottom: 4px; } a:link { text-decoration:none; } a:visited { text-decoration:none; } a:visited { text-decoration:none; } a:hover { text-decoration:underline; } /* mark external links */ a[href^="http://"], a[href^="https://"] { background: url(/env/grafics/external.png) center right no-repeat; padding-right: 14px; } /* exception for links in search results and image links */ a[target="_self"], a[class="forceNoExternalIcon"], a[class="yacylogo"] { background: transparent; padding-right: 0px; } /* (fix for IE 10) prevent borders on img within links */ a img {border: none} td { padding:1px 2px; } fieldset { margin:10px 5px; padding:10px; } legend { font-size:1.2em; padding:0.2em; text-align:center; } label { cursor:pointer; } input { margin:0.2em; margin-top:0px; margin-bottom:0px; } pre { font-family:monospace; } /* --------------- global classes --------------------- */ tt, *.tt { font-family:Courier,Terminal,sans-serif; } .commit { font-weight:bold; color:green; } .pending { font-weight:bold; color:darkblue; } .error { font-weight:bold; color:red; } .info { font-weight:bold; color:olive; } .help { font-size:90%; } .hidden { display:none; } .listing { font-family:Courier,Terminal,sans-serif; color:black; } .listingem { font-family:Courier,Terminal,sans-serif; color:DimGray; } .listingok { font-family:Courier,Terminal,sans-serif; color:green; } .listingnok { font-family:Courier,Terminal,sans-serif; color:red; } /* .snippetLoaded { font-style:italic; color: #666; } */ .snippetLoaded b { color: black; } .snippetError { font-style:italic; } .settingsValue { font-weight:bold; } .strike { text-decoration: line-through; } .underline { text-decoration: underline; } .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: 128px; height: 128px; /* 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 { line-height: 14px; } 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 div.yacylogo { /* The logo in yacysearch.html */ display:inline; padding:0; margin: 5px; } div.yacylogo { float:left; } /*----------