=?utf-8?q?Bug=20507683=20=E2=80=93=20Store=20application=20UI=20state
[straw.git] / data / straw.css
blob53d20e3f366266be6c566080aedaf590e90b08ba
1 body {
2 margin: 0.5em 0.5em 0.5em 0.5em;
5 img { padding: 0.8em; }
8 /* article head */
9 #itemhead {
10 margin-bottom:10px;
11 width:100%;
14 #itemheader {
15 /* the following are replaced by straw to reflect the gtk theme */
16 /* /***HEADERBG*/
17 /***HEADERFG*/
18 /***HEADERBORDERCOLOR*/ */
22 td.headleft {
23 padding: 2px 2px 2px 8px;
24 text-align:right;
25 font-weight: bold;
26 white-space: nowrap;
29 td#date {
30 text-align: right;
31 font-weight: normal;
32 white-space: nowrap;
33 padding: 2px 2px 2px 8px;
36 td.headright {
37 padding:2px 5px;
38 width: 100%;
41 /* "Main" text */
42 div.description {
43 margin: 15px 15px 10px 15px;
44 text-align: justify;
47 /* Dublin Core Information */
48 div.dcinfo {
51 table.dc {
52 width: 100%;
53 border-width:1px;
54 border-top-style:solid;
57 tr.dc {
58 border-width:0;
59 border-bottom-width:1px;
60 border-style:dashed;
63 td.dcname {
64 padding: 1px 0.5em 1px 0.5em;
65 width: 30%;
66 font-weight: bold;
69 td.dcvalue {
70 padding: 1px 0.5em 1px 0.5em;
73 a.dclink {
76 p.emptyfeed {
77 font-size: 1.4em;
78 font-weight: bold;
81 blockquote {
82 border-width: 1px;
83 border-style: solid;
84 padding: 2em;
85 margin: 2em;
87 /***BQUOTEBORDERCOLOR*/
88 /***BQUOTEFG*/
89 /***BQUOTEBG*/
93 blockquote > blockquote {
94 border: 0px;
97 .title {
98 font-size: 14pt;
99 padding: 4px;