/*
	diary style sheet.
*/

@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;
}
