For When You Can't Have The Real Thing
[ start | index | login ]
start > SnipSnap > themes > blue > css > admin.css

admin.css

Created by Administrator. Last edited by Administrator, 20 years and 126 days ago. Viewed 715 times. #1
[edit] [rdf]
labels
attachments
/**
 * Debug Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: SnipSnap-Theme-blue.snip,v 1.1 2003/12/21 23:31:25 leo Exp $
 */

.admin {
  color: inherit;
  background-color: #eeeeee;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.admin-menu {
  font-size: 120%;
  width: 100%;
  border-bottom: 3px solid #aaaaaa;
  margin-top: 10px;
}

.menu-items {
  display: table-row;
}

.menu-active {
  display: table-cell;
  font-weight: bold;
  color: inherit;
  background-color: #eeeeee;
  border-left: 1px solid #aaaaaa;
  padding: 5px;
}

.menu-inactive {
  display: table-cell;
  background-color: #ffffff;
  border-left: 1px solid #aaaaaa;
  padding: 5px;
}

.admin th {
  font-size: 120%;
}
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


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