plugins/nuggie/style.css
author Dan
Tue, 11 Dec 2007 02:03:54 -0500
changeset 0 a09fb41e48d5
child 9 8dc58f08a066
permissions -rw-r--r--
First commit! Woohoo! Basic status of things is in extended description. * You can write blog posts and view them in a standard blog-like index page * All blogs are per-user and blogs can be made public or private * Setting permissions on a per-blog/per-post basis should work except for some inheritance issues * Planets are not in any way implemented * Tagging posts does not work * Basically the only thing you can do is write and display posts and make comments. It's basic, but it works. More to come very soon!

div.blog-post-header {
  border-bottom: 1px solid #C0C0C0;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
}
div.blog-post-header div.blog-post-datemark {
  float: right;
  text-align: center;
  font-weight: bold;
  color: #505050;
  background-color: #E0E0E0;
  font-size: 12pt;
  padding: 7px;
}
div.blog-post-header h3 {
  font-size: 16pt;
  font-family: myriad pro, verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 4px;
}
div.blog-post-header h3 a {
  color: #202020;
  text-decoration: none;
  border-bottom: 1px dotted #C0C0C0;
}
div.blog-post-header h3 a:hover {
  border-bottom: 1px solid #808080;
  color: #305070;
}
div.blog-post-body {
  clear: both;
}