wiki-archive/twiki/pub/SDD/StyleSheets/SDD02p.CSS,v

227 lines
8.4 KiB
Plaintext

head 1.3;
access;
symbols;
locks; strict;
comment @# @;
expand @b@;
1.3
date 2004.12.13.16.48.26; author GregorHagedorn; state Exp;
branches;
next 1.2;
1.2
date 2004.12.13.14.45.22; author GregorHagedorn; state Exp;
branches;
next 1.1;
1.1
date 2004.11.05.09.18.34; author GregorHagedorn; state Exp;
branches;
next ;
desc
@none
@
1.3
log
@none
@
text
@/* Stylesheet based on:
Workbench Version 2.7 Print-optimized: Arial+black+11pt (c) G. Hagedorn 12.2004
Extended with the SDD Primer styles, (c) Kevin Thiele, 2004
Extended with TWIKI void-skin styles
*/
/* ### BEGIN SDD Primer styles ### */
/* Note for Kevin: I only copied these from the screen stylesheet;
you may want to change the color/background here for printing as opposed to screen purposes! */
.Example { padding:5; border:1px solid #A099CC; background-color: #DDDDFF; margin-left:30; margin-right:30 }
.exampleHeader { padding:0; border-bottom:1px solid #A099CC; border-left-width:1; border-right-width:1; border-top-width:1; background-color: #DDDDFF; font-style:italic; color:#0000FF }
span.element-mandatory { color: #0000FF; font-style: italic; font-weight:bold }
span.element-optional { color: #0000FF; font-weight: bold }
span.element-normal { color: #0000FF; }
/* ### END SDD Primer styles ### */
body, table {
color:black;
background:white; /* 'background-color' does not work on MAC IE 3!, 'background' does! */
background-position:top left;
background-attachment:fixed;
background-repeat:no-repeat;
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;}
/* Link Pseudo styles */
:link {background:transparent;color:#000000;text-decoration:underline;}
:visited {background:transparent;color:#000000;text-decoration:underline;}
a.invis, a.help {background:transparent;color:#000000;text-decoration:none;} /* invisible links */
a.footnote {color:black;background:transparent;text-decoration:none;vertical-align:top;font-size:72%;}
a img {border:0 none;}
img[usemap] {border:0 none;} /* img outside of hyperlink, but associated with a map, suppress border! */
h1, h2, h3, h4, h5, h6 {
text-align:left;
background:transparent;
margin-top:1em;margin-bottom: 0.6em;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;}
h1 {font-size:160%;}
h2 {font-size:145%;}
h3 {font-size:125%;}
h4 {font-size:115%;}
h5, h6 {font-size:100%;}
div, th, td, form, input, textarea, select, p, ul, ol, li, dl, address, blockquote {
font-family:Arial,Helvetica,sans-serif;}
pre, tt, code, kbd, samp {
font-family:"Courier New",Courier,monospace;}
ul, ol, pre {margin-top:0em;margin-bottom:0em;}
p, li, dl, address, blockquote {margin-top:0.7em;margin-bottom:0.7em;}
/* List definitions: */
ul {margin-left:1.5em;list-style-type:square}
ol {margin-left:1.9em;list-style-type:decimal}
ul ul {list-style-type:circle}
ol ol {list-style-type:lower-alpha}
ul.compact, ul.compact li, ul.compact li p, ol.compact, ol.compact li, ol.compact li p {margin-top:0;margin-bottom:0;}
ul.separated, ul.separated li, ol.separated, ol.separated li {margin-top:0.7em;margin-bottom:0.7em;}
ol.loweralpha {list-style-type:lower-alpha}
dt {margin-top:0; margin-bottom:0;font-weight:bold}
dt.label {display: run-in;}
dd, dd p {margin-top:0;margin-bottom:0.7em;}
sup {text-decoration:none;font-size:86%;}
sub {text-decoration:none;font-size:86%;}
span.refauthor,
span.taxauthor,
span.personname {font-variant:small-caps}
span.hilite {background:yellow;}
.title {text-align:center}
.newchapter {page-break-before:always}
.hide {display:none}
.large {font-size:115%}
.small {font-size:86%}
.tiny {font-size:73%}
.justify {text-align:justify}
.largejustify {font-size:115%;text-align:justify}
.smalljustify {font-size:86%;text-align:justify}
.tinyjustify {font-size:73%;text-align:justify}
p.hanging {text-indent:-2em;margin-left:2em} /* for hanging text indentation (first line left, following indented), Word Ctrl-T */
p.compact {margin-top:0.1em;margin-bottom: 0.1em;} /* used especially as start-paragraph for compact lists: */
p.copyright {font-size:86%}
p.signature {font-size:86%;text-align:right} /* for right aligned author/version/date information, below document or below title */
/* for authors comments on a text */
p.note {margin-left:0.6cm;}
p.smallnote{margin-left:0.6cm;font-size:86%;}
/* for other peoples revision comments on a text */
p.comment {margin-left:0.6cm;font-size:86%;color:#000099}
p.comment2 {margin-left:0.6cm;font-size:86%;color:#007722}
p.comment3 {margin-left:0.6cm;font-size:86%;color:maroon}
p.comment4 {margin-left:0.6cm;font-size:86%;color:#ee5500}
div.note {margin-left:0.6cm;}
div.impressum {font-size:10px;text-align:center} /* using fixed size, 9 is absolute min! */
div.formblock1,
td.formblock1 {background-color:#EEEEEE; font-size:86%; padding: 0px 7px 7px 7px;margin: 0px 7px 7px 0px;} /* create visible blocks of elements within an html form */
table caption {font-size:125%;font-weight:bold;font-family:Arial,Helvetica,sans-serif;}
th {font-weight:bold;text-align:left;}
th[align=center] {font-weight:bold;text-align:center;}
tr.header, td.header {color:black;background-color:lightgrey;vertical-align:bottom;font-weight:bold}
tr.data1, td.data1 {color:black;background-color:white;vertical-align:top}
tr.data2, td.data2 {color:black;background-color:white;vertical-align:top}
tr.separator, td.separator {color:black;background-color:lightgrey}
hr {color:#000000;}
/* ### Special for the WIKI */
ul li, ul li p, ol li, ol li p {margin-top:0;margin-bottom:0;}
/* ### BEGIN TWIKI void skin ### */
/* Start header on every page */
#headerbox {margin:0em; height:1.8em; text-decoration:none}
#headerbox h1 {float:left; font-size:1.6em; font-weight:bold; padding:0.1em; margin-top:0em; margin-left:0.5em; text-decoration:none}
#headerbox .pagename {font-size:1.2em; font-weight:bold; text-align:right; margin-right:1em; padding-top:0.4em; text-decoration:none}
#headerbox p { display:inline;}
.revbar {margin-left:22.2em; font-size:1.2em; text-decoration:none}
#menubox {height:1.5em; font-size:0.9em}
#menubox a {text-decoration:none}
#menubox a.user {text-decoration:none}
#searchbox {float:right; margin-right:1.2em; font-size:1.0em; padding:0em}
#searchbox input {font-size:1.0em}
#searchbox form {display:inline; margin:0em; padding:0em}
#helpbox {font-size:0.9em; padding-left:1.8em; padding-right:1.8em; padding-top:0.6em; height:2.0em}
/* End header on every page */
div.hbar {height:0.4em}
#widgetbox {float:left; width:17em; margin:0em}
#widgetsidebarbox {float:left; width:17em; margin:0em}
#widgetsidebarbox a {text-decoration:none}
#widgetsidebarbox a.user {text-decoration:none}
#contentbox {margin-right:1.5em; margin-left:17.3em; padding:0em}
#contentbox.print {margin-right:1.5em; margin-left:10.3em}
.widget {padding:0.5em; margin:3.0em 0.5em 1.5em 1em}
.widgetbroadcast {padding:1em; margin:3.0em 0.5em 1.5em 1em}
.widget .boxtitle {position:relative; display:inline; top:-1.2em; font-size:1em; font-weight:normal; padding:1px 2px; margin:0em; margin-left:0.5em; margin-bottom:-1.2em}
td.tablecol0 {margin-bottom:0.4em}
td.tablecol1 {margin-bottom:0.4em}
td.tablecol0 p {padding-top:0.4em; padding-bottom:0.4em}
td.tablecol1 p {padding-top:0.4em; padding-bottom:0.4em}
.tableheader p {padding-top:0.4em; padding-bottom:0.4em}
div.tableheader {font-family:verdana, sans-serif}
/* The copyright, privacy, etc box */
#boringbox {clear:left; margin:0em; margin-bottom:1em; font-size:0.8em; padding:0.3em; text-align:center}
.hide {position:absolute; width:1px; visibility:hidden; height:1px}
li.uncheck {list-style:url(unchecked.jpg) }
li.check {list-style:url(checked.jpg) }
li.pcheck {list-style:url(partchecked.jpg) }
blockquote,
.blockquote {margin-left:2.0em; width:80%; border-left:1px; border-right:0px; border-top:0px; border-bottom:0px; border-color:black; border-style:solid; padding-left:1em}
div.fragment {margin-left:2em; margin-right:2em; padding:4px}
/* ### END TWIKI void skin ### */
@
1.2
log
@none
@
text
@d120 2
@
1.1
log
@none
@
text
@d2 4
a5 2
Workbench Version 2.4 Print-optimized: Arial+black+11pt (c) G. Hagedorn 3.2003
Extended with the SDD Primer styles, (c) Kevin Thiele, 2004 */
d27 6
a32 3
a:link {background:transparent;color:#000000;text-decoration:underline;}
a:visited {background:transparent;color:#000000;text-decoration:underline;}
a.invis, a.help, a.footnote {background:transparent;color:#000000;text-decoration:none;} /* invisible links */
d119 43
@