@import "debug/"; @import "forms.css"; @import "ids.css"; @import "quick.css"; @import "events.css"; @import "gallery.css"; @import "shop.css"; @import "links.css"; @import "news.css"; @import "comments.css"; @import "contact.css"; body { font: 13px "Trebuchet MS", "Tahoma", "Georgia", "Verdana"; margin: 0; padding: 0; background: black; padding-left: 50%; } img { border: none; } input[type="submit"], a[href].button { padding: 0 10px; background-color: silver; color: white; border: 1px solid; border-color: #dddddd #999999 #999999 #dddddd; cursor: pointer; } a[href].button { display: inline-block; text-decoration: none; } a[href].button:visited { color: white; } input[type="submit"]:active, a[href].button:active { border-color: transparent;/*#999999 #dddddd #dddddd #999999;*/ } .dontmiss { /*display: none;*/ margin: 1em 0; } .warning { color: orange; } .dontmiss:before { /*content: "☮"; color: black; font-weight: bold; font-size: 150%; margin: 0.5ex;*/ } .page_title { font-size: 28px; margin-top: 10px; margin-bottom: 30px; } table { margin: 25px 0; } td { padding: 5px; } hr { border: none; border-top: 1px dashed silver; height: 1px; } .dontwrap { white-space: nowrap; } .replace { margin: 20px 0; } blockquote { font-size: 17px; margin-left: 30px; padding-left: 0; font-weight: normal; font-family: "Georgia"; } blockquote:before { content: open-quote; } blockquote:after { content: close-quote; } hr.section { display: none; } .tech, a[href].tech, a[href].tech:visited { color: #00A5D5; } a[href].jumpto, a[href].jumpto:visited { color: navy; white-space: nowrap; display: block; text-decoration: underline; } .longread { margin: 20px 0; } small { font-size: 85%; } small.note { color: gray; } .longread p { /*text-align: justify; line-height: 180%;*/ } h1, h2, h3, h4, h5, h6 { color: black; font-weight: normal; } a[href] { color: gray; text-decoration: underline; } a[href]:visited { color: black; } cite { white-space: nowrap; } ul.teasers { margin: 0; padding: 0; margin: 25px 0; } ul.teasers .teaser { display: none; } ul.teasers li { list-style: none; margin: 0; padding: 0; margin: 1ex 1em; /* margin-top: 20px; margin-bottom: 20px;*/ position: relative; } ul.teasers > li > h3 { margin: 0; padding: 0; font-size: 135%; text-transform: capitalize; } ul.teasers > li > small { color: gray; } .teaser p { margin: 0; } a[href].page_link { color: #004cab; text-decoration: none; } a[href]:hover { text-decoration: underline; } a[href].page_link:hover { text-decoration: underline; } h1 { font-size: 200%; } h2 { font-size: 180%; } h3 { font-size: 170%; } h4 { font-size: 160%; } h5 { font-size: 140%; /*margin: 15px 0;*/ } h6 { font-size: 120%; font-weight: bold; } .note { color: #333333; line-height: 150%; margin: 10px 0; } .explain { color: gray; } .article { margin: 30px 0; } #toc_list > li, #toc_list > li.first, #toc_list > li.last { display: inline; background: white; margin: 0; padding: 0 5px; line-height: 36px; border: 1px solid black; }