File: straw.css

package info (click to toggle)
straw 0.25.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,396 kB
  • ctags: 2,043
  • sloc: python: 11,154; ansic: 516; makefile: 20
file content (84 lines) | stat: -rw-r--r-- 1,298 bytes parent folder | download
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
body {
	background: white;
       color: #000;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

/* article head */
table#itemhead {
         margin-bottom:10px;
         width:100%;
         background-color:#EEE;
         color: #000;
         border: 1px solid #999;
}
 

td.headleft {
         padding: 2px 2px 2px 8px;
         text-align:right;
         font-weight: bold;
         white-space: nowrap;
}
 

td.headright {
         padding:2px 5px;
         width: 100%;
}

/* "Main" text */
div.description {
	margin: 15px 15px 10px 15px;
	text-align: justify;
}

/* Dublin Core Information */
div.dcinfo {
/*	color: #C0C0C0;*/
}
	
table.dc {
	width: 100%;
	border-width:1px;
	border-top-style:solid;
/*	border-color:#D0D0D0;*/
}

tr.dc {
	border-width:0;
	border-bottom-width:1px;
	border-style:dashed;
/*	border-color:#D0D0D0;*/
}

td.dcname {
	padding: 1px 0.5em 1px 0.5em;
/*	color: #C0C0C0;*/
	width: 30%;
        font-weight: bold;
}

td.dcvalue {
	padding: 1px 0.5em 1px 0.5em;
/*	color: #C0C0C0;*/
}

a.dclink {
 /*   color: #C0C0C0;*/
}

p.emptyfeed {
	font-size: 1.4em;
	font-weight: bold;
}

blockquote { 
        border-width: 1px;
        border-style: solid;
        border-color: #000000;
        padding: 2em;
        margin: 2em;
        background-color: #EAE8E3;
        color: #000;
}