osp-website
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

arctic_layout.css
text/css

Download raw (966 bytes)

/**
 * Tableless Layout - additional CSS for arctic-template
 *
 * @author Michael Klier <chi@chimeric.de>
 */

/* -------------- top row --------------- */
div.dokuwiki .header {
  height: __header_height__;
  border: 1px solid __border__;
  background-color: __header_background__;
  margin-bottom: 0.2em;
}

div.dokuwiki .pagename {
  margin: 0.2em;
  font-size: 130%;
  color: __lightgray__;
}

div.dokuwiki .logo {
  margin: 0.2em;
  font-size: 130%;
}

div.dokuwiki .pagename a {
  color: __pagename_color__ !important;
}

div.dokuwiki .logo a {
  color: __logo_color__ !important;
}


/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  padding: 2px;
  height: 26px;
}

div.dokuwiki #bar__top {
  background: none;
}

div.dokuwiki #bar__bottom {
  background: none;
}

/* ------------- File Metadata ----------------------- */
div.dokuwiki div.meta {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* 
setup vim: ts=2 sw=2:
*/