/*
	diary style sheet.
	$Id: diary.css,v 1.69 2005/07/24 12:14:32 dancer Exp $
*/

@import url(../css/main.css);

h2 {
   text-align: center;
}

h3 {
   margin-top: 0em;
   background-color: #fef;
   border-color: #99c;
   border-width: 0px 9px 4px 0px;
}
h3:before{
	content: ">> ";
}

h2:before{
	content: " --> ";
}
h2:after{
	content: " <--; ";
}

pre {
    color: #ffffff;
    background-color: #000033;
}

/* 
   div will just include the day's work.
 */
div.today {
    border: ridge;
    background-color: #ddf;
    color:#000;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
}

/* This is for planetdebian. */
div.right {
  float: left;
  width: 20%;
  background-color: #ddf;
  margin-right: 20px;
}

tt.timestring {
 background-color: #87A;
 color: #FFF;
	margin-right: 1cm; 
}
tt.timestring:before{
 content: " Time [";
}
tt.timestring:after{
 content: "] ";
}

tt.systemname {
 background-color: #32A;
 color: #AAA;
	margin-right: 1cm; 
}
tt.systemname:before{
 content: " host (";
}
tt.systemname:after{
 content: ") ";
}

img.systemname {
 margin-right: 1cm; 
}

/* The current diary */ 
p.currentdiary{
 background-color: #ccf;
 border: ridge;
}

div.todo {
  width: 20%;
  float: left;
  border: 0px;
  margin: 0px;
  overflow:hidden;
  border-width: 0px;
}

div.daily {
  width: 70%;
  float: left;
  border: 0px;
  margin: 0px;
  overflow:hidden;
  border-width: 0px;
}

iframe.todoframe {
  width: 100%;
  height: 800px;
  border: 0pt;
}

div.photo{
	text-align: center;
}

tt.category {
  background-color: #003;
  color: #fff;
  font-size: 100%;
  border: solid 3px;
  border-color: #009;
}


/* css for planet */

div.right ul li {
   background: #ddf;
   border-left: 1em solid #acf;
   border-top: 1px solid #000;
   color: #ffffff;
   display: block;
   padding: 0.25em 0.25em 0em 0.0em;
   text-decoration: none;
}

div.right ul{
   list-style: none;
   margin: 0 0 0 0;
   padding: 0 ;
}

div.oneinfo {
   margin: 0 0 0.25em 0;
   border-left: 1em solid #035;
   border-bottom: 0.25em solid #035;
   border-right: 0;
   border-top: 0;
   padding: 0 ;
}

div.oneinfo p tt a {
/* title */
   color: #000;
}
div.oneinfo p tt a:visited {
/* title */
   color: #567;
}
div.oneinfo p tt {
/* title */
   border: 0 0 0 0;
}
div.oneinfo p {
/* normal text */
   border: 0 0 0 0;
   margin: 0 0 0 0 ;
}
div.oneinfo em {
/* date text */
   border: 0 0 0 0;
   margin: 0 0 0 0;
   font-size: 80%;
}
