1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
body {
margin: 0.5em 0.5em 0.5em 0.5em;
}
img { padding: 0.8em; }
/* article head */
#itemhead {
margin-bottom:10px;
width:100%;
}
#itemheader {
/* the following are replaced by straw to reflect the gtk theme */
/* /***HEADERBG*/
/***HEADERFG*/
/***HEADERBORDERCOLOR*/ */
}
td.headleft {
padding: 2px 2px 2px 8px;
text-align:right;
font-weight: bold;
white-space: nowrap;
}
td#date {
text-align: right;
font-weight: normal;
white-space: nowrap;
padding: 2px 2px 2px 8px;
}
td.headright {
padding:2px 5px;
width: 100%;
}
/* "Main" text */
div.description {
margin: 15px 15px 10px 15px;
text-align: justify;
}
/* Dublin Core Information */
div.dcinfo {
}
table.dc {
width: 100%;
border-width:1px;
border-top-style:solid;
}
tr.dc {
border-width:0;
border-bottom-width:1px;
border-style:dashed;
}
td.dcname {
padding: 1px 0.5em 1px 0.5em;
width: 30%;
font-weight: bold;
}
td.dcvalue {
padding: 1px 0.5em 1px 0.5em;
}
a.dclink {
}
p.emptyfeed {
font-size: 1.4em;
font-weight: bold;
}
blockquote {
border-width: 1px;
border-style: solid;
padding: 2em;
margin: 2em;
/***BQUOTEBORDERCOLOR*/
/***BQUOTEFG*/
/***BQUOTEBG*/
}
blockquote > blockquote {
border: 0px;
}
.title {
font-size: 14pt;
padding: 4px;
}
|