Karting Wiki Portugal
[ start | index | login or register ]
start > SnipSnap > themes > softBlueTheme > css > wiki.css

wiki.css

Created by admin. Last edited by admin, 16 years and 11 days ago. Viewed 226 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
/**
 * Wiki text stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: SnipSnap-Theme.snip 1606 2004-05-17 10:56:18Z leo $
 */

.bold { font-weight: bold; }
.italic { font-style: italic; }

/************************************************/
/* image positioning                            */
img {
  margin-top: 1px;
  margin-bottom: 1px;
  vertical-align: middle;
}

img.left {
  display: block;
  left: 0px;
}

img.right {
  display: block;
  right: 0px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.float-left {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

img.float-right {
  float: right;
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}


.heading-0 {
  font-weight: bold;
  font-size: 16px;
  font-family: verdana;
  color: #000000;
}

.heading-1 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.heading-1-1 {
  font-size: 14px;
  font-variant: small-caps;
  color: #000;
}

.quote {
  font-style: italic;
  color: inherit;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/************************************************/
/* code formatting */
.code {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px 5px 5px 5px;
  color: inherit;
  background-color: #F0F0F0;
  border: 1px dashed black;
  font-family: courier, courier new, monospace;
  font-size: 12px;
  line-height: 100%;
  white-space: pre;
  width: 98%;
  overflow: auto;
  overflow-x: auto;
}

pre {
  font-size: 12px;
}

.java-keyword {
  font-weight: bold;
  color: #0000aa;
  background-color: inherit;
}

.java-object {
  color: #000088;
  background-color: inherit;
}

.java-quote {
  color: #00aa00;
  background-color: inherit;
}

.xml-keyword {
  font-weight: bold;
}

.xml-tag {
  color: #0000aa;
  background-color: inherit;
}

/* weblog formatting */
.blog-date {
 display: block;
  background-color: #000000;
  background-image: url("/theme/images/timetitlebg1.png");
  background-repeat: no-repeat;
  background-position: left; 
  color: #EEEEEE;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 1px;
  height: 16px
  width: 100%;
  overflow-y: visible;
}

/* special formatting of a wiki table */
.wiki-table {
  border-style: solid;
  border-color: black;
  border-width: 0px 1px 1px 1px;
  empty-cells: show;
  margin-left: auto;
  margin-right: auto;
}

.wiki-table td {
  
  border-top: 1px solid black;
  padding: 4px 4px 4px 4px;
}

.wiki-table th {
  border-top: 1px solid black;
  text-align: left;
  color: #000000;
  background-color: #e3cf6e;
}

.wiki-table .table-odd {
  color: #000000;
  background-color: #fff5ad;
}

.wiki-table .table-even {
  color: #000000;
  background-color: #e3cf6e;
}

/************************************************/
/* list formatting                              */

.list {
}

.list-title {
  font-weight: bold;
  font-size: 10px;
}

.list ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

/* wiki lists */

ul.minus { list-style-type: square; }
ul.star { list-style-type: circle; }
ol.roman { list-style-type: lower-roman; }
ol.ROMAN { list-style-type: upper-roman; }
ol.alpha { list-style-type: lower-alpha; }
ol.ALPHA { list-style-type: upper-alpha; }
ol.greek { list-style-type: lower-greek; }
ol.GREEK { list-style-type: upper-greek; }
ol.hiragana { list-style-type: hiragana; }
ol.HIRAGANA { list-style-type: hiragana-iroha; }
ol.katakana { list-style-type: katakana; }
ol.KATAKANA { list-style-type: katakana-iroha; }
ol.HEBREW { list-style-type: hebrew; }


/************************************************/
/* index formatting                             */
.index-top {
}

.index-top th {
  padding: 1px 1px 1px 1px;
  text-align: left;
  color: inherit;
  font-weight: bold;
  background-color: #EEEEEE;
}

.index {
}

.index td {
  padding: 1px 1px 1px 1px;
}

.index th {
  padding: 1px 1px 1px 1px; 
  text-align: left;
  color: inherit;
  font-weight: bold;
  background-color: #EEEEEE;
}

/************************************************/
/* calendar display                             */
.calendar {
  border-spacing: 0px;
  font-size: 0.7em;
}

.calendar td {
  text-align: right;
  padding: 0px;
}

.calendar caption {
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}

.calendar .today {
  border: 3px solid #cccccc;
}
no comments | post comment
O KartingPT é uma enciclopédia sobre o Karting em Portugal que todos podem editar.

Seja uma prova no Calendário ou uma reportagem completa. Uma entrada sobre Pilotos e Equipas ou a ficha de um dos diversos Kartódromos nacionais.

Utilize a Ajuda e o Guia para saber como editar ou inserir conteúdo.

snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt