HomePage RecentChanges

This wiki was last modified more than half a year ago and will be deleted eventually!

css

body {
  font-family: "Times New Roman",Georgia,Times;
  color: #000;
  background-color: #aa8;
  margin:1em 2em;
}
div[class="wrapper"] {
  margin-right: 120px;
  border-right: 1px solid black;
  min-height: 200px;
}
div.sidebar {
  width: 120px;
  position: absolute;
  top: 5em;
  right: 2em;
  text-align: right;
}
div.footer {
  clear:both;
  font-size: 80%;
}
h1 {
  font-weight: bold;
  color: white;
  background-color: #333;
  width: 100%;
  font-size: 130%;
  padding: 0.2em;
}
h1 a:link, h1 a:visited {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}
h2 {
  font-weight: bold;
  color: white;
  background-color: #000;
  width: 98%;
  font-size: 110%;
  padding: 0.2em;
}
a:link {
  font-weight: bold;
  color: #851;
  background-color: inherit;
}
a:visited {
  font-weight: bold;
  color: #542;
  background-color: inherit;
}
a:active {
  font-weight: bold;
  color:#a41;
  background-color: inherit;
}
.bar a {
  padding-right: 1en;
}
textarea { width:100%; }
div.edit { padding-right: 1em; }
img.logo { float: right; clear: right; border-style:none; }
div.diff { padding-left:5%; padding-right:5%; }
div.old { background-color:#FFFFAF; }
div.new { background-color:#CFFFCF; }
div.message { background-color:#FEE; }
div.journal h1 { font-size:large; }
table.history { border-style:none; }
td.history { border-style:none; }
span.result { font-size:larger; }
span.info { font-size:smaller; font-style:italic; }
div.rc hr { display: none; }
div.rss { background-color:#EEF; }
div.search { background-color:#F1F5FF }
a.left { float: left; padding-right: 1em; }

@media print {
    body { font-size:12pt; }
    a, a:link, a:visited {
      color:#000;
      text-decoration:none;
      font-weight: medium;
    }
    h1 a, h2 a, h3 a, h4 a { font-style: normal; }
    a.edit, div.footer, form, span.gotobar, a.number span { display:none; }
    a[class="url number"]:after, a[class="inter number"]:after { content:"[" attr(href) "]"; }
    a[class="local number"]:after { content:"[" attr(title) "]"; }
    img[smiley] { line-height: inherit; }
}
/* usemod, tables, long tables */
table.user { border-style:solid; border-width:thin; }
table.user td, table.user th { border-style:solid; border-width:thin; padding:5px; }
table.user th { font-weight:bold; }
table.user td.r { text-align:right; }
table.user td.l { text-align:left; }
table.user td.c { text-align:center; }
table.user td.j { text-align:justify; }
table.user td.mark { background-color:yellow; }