Login   Register  
PHP Classes
elePHPant
Icontem

File: docs/css/theme.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stefan Löwe  >  Reingold Tilford  >  docs/css/theme.css  >  Download  
File: docs/css/theme.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Reingold Tilford
Render tree structures in several image formats
Author: By
Last change:
Date: 2011-11-07 13:37
Size: 958 bytes
 

Contents

Class file image Download
@import url('sen.full.min.css');
@import url('navigation.css');
@import url('api-content.css');
@import url('default.css');

#page
{
  background: white;
}

#db-header
{
  height: 1px;
  background: black;
  padding: 0px;
}

#db-header * {
    display: none !important;
}

#db-header h1
{
  display:        inline;
  margin-left:    10px;
  padding-top:    29px;
  padding-bottom: 0px;
  border:         none;
  color:          #FFFFFF;
}

#db-header span
{
  float: left;
  padding-left: 10px;
  height: 50px;
}

#db-header div.docblox
{
  float: left;
  background: transparent url('../images/icon48x48.png') top left no-repeat;
  padding-left: 60px;
  height: 50px;
}

div#menubar
{
  float: right;
}

ul#menu li
{
  border: none;
}

#menu a
{
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover
{
  background: #111;
  color: red;
}

table#overview th
{
  text-align: left;
}

table#overview td
{
  border: none;
}