stta/twiki/pub/Plugins/SeeSkin/nested-float.css

67 lines
2.1 KiB
CSS

/* nested-float.css from glish.com
adapted to Twiki by Matt Wilkie
2002-June-03 */
/* Twiki ID's:
title, main, meta, topicaction, topics, zones, footer
*/
html {margin: 0; padding: 0;}
/* @import "glish-all.css"; /* just some basic formatting, no layout stuff */
/* contents of glish-all.css */
a { color: #c00; font-weight: bold; text-decoration: none; }
body { background: #ddd; font: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }
li { margin-bottom: 10px; }
ol { margin-right: 40px; }
pre { color: #800040; font-size: small; }
.greek { color: #999; }
/* end glish-all.css */
body {margin:20px 20px 0px 20px;}
#main {border:1px solid #000;background:#fff;
padding: 2%; margin: 2%;}
/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and
Opera streches it half way. */
#main #menu, #main #topicaction {
border-left: 1px solid #000000;
border-bottom: 1px solid #00000;
float:right;
width:230px;
background:#eee;
margin:0px 0px 10px 10px;
}
p,h1,pre {margin:0px 10px 10px 10px;}
h1 {padding-top:10px;}
#menu p, #topicaction p {/*font-size: x-small;*/}
#wrapper {
width: 70%;
float: left;
}
h1#sitemast {font-size: 115%; line-height: 0.9em;
font-weight: bold; margin: 0; padding: 0.33em 0 0;
/*text-transform: lowercase;*/ letter-spacing: 0.13em;
/*border-bottom: 1px solid;*/}
h1#sitemast span {padding-left: 0.33em; margin: 0;}
h2 {margin: 0; font-weight: bold; font-size: 140%;}
h3 {font-size: 130%; font-weight: bold;
margin: 1em 0 0; padding: 0;
border-style: solid; border-width: 0 0 1px 0;}
h3 a.hlinks {position: relative; bottom: -0.6em;
padding: 1px 0.5em; margin: 0;
border-style: solid; border-width: 1px 2px;
text-decoration: none;}
h4 {margin: 1.66em 0 0; font-size: 115%; font-weight: bold;}
h5 {margin: 1.25em 0 0; font-size: 100%;}
/* colour settings */
h1#sitemast span {background: rgb(96%,96%,94%); /*color: rgb(27%,27%,47%);*/}
h1#sitemast a {/*color: rgb(30%,30%,50%);*/ text-decoration: none;}
#menu hr {display: none; }