TWiki Web Html Head
This is the default style definitions for this site.
%STARTINCLUDE%
<style type="text/css">
.natTopBar {
color:#333333;
border-top:1px #aaaaaa dotted;
border-bottom:1px #aaaaaa dotted;
_border-bottom:1px #aaaaaa solid; /* IE only */
}
.natSideBar, .natTopRight {
width:280px;
min-width:280px;
max-width:280px;
}
.natBody { font-size:15px; }
/* header art variation */
.natHeaderArt {
background:#ECF2F8;
/* background-image:url(...);
background-repeat:no-repeat;
background-position:top left; */
}
.natWebSlogan {
display:none
}
.natTopBarSizer {
height:72px;
max-height:72px;
}
.natTopLeftContents,
.natTopRightContents {
margin: 5px 5px 5px 5px;
}
.twikiRight {
position:relative;
float:right;
display:inline;
margin:0;
}
.twikiLeft {
position:relative;
float:left;
display:inline;
margin:0;
}
.twikiPageForm {
display:block;
/*_width:0px; IE does not know display:table but this way it somewhat behaves like it */
}
.natMainContents a {
color: #003366;
text-decoration: underline;
}
.natMainContents a:hover {
color: red;
}
h1 {
font-size: 24px;
}
.natMain h1 .twikiEmulatedLink, .natMain h2 .twikiEmulatedLink, .natMain h3 .twikiEmulatedLink, .natMain h4 .twikiEmulatedLink, .natMain h5 .twikiEmulatedLink, .natMain h1 a, .natMain h2 a, .natMain h3 a, .natMain h4 a, .natMain h5 a, .natMain h6 a, .natMain h1 a:hover, .natMain h2 a:hover, .natMain h3 a:hover, .natMain h4 a:hover, .natMain h5 a:hover, .natMain h6 a:hover {
text-decoration: underline;
line-height: 140%;
}
img {
border:0;
}
</style>
%STOPINCLUDE%