File: style.css

package info (click to toggle)
chronicle 3.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 488 kB
  • ctags: 81
  • sloc: perl: 1,701; makefile: 121; sh: 9
file content (114 lines) | stat: -rw-r--r-- 1,931 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114

body {
	padding: 0 10px;
	padding-top: 1px;
	padding-bottom: 1em;
	background-color: white;
	color: black;
	margin: 0;
	margin-right: 185px;
	border-right: 1px solid rgb(128, 128, 128);

}

div.title {
}

div.title h1 {
        margin: 0px -10px;
	padding: 5px 10px 0px 10px;
	text-align: center;
}

div.title a {
	color: black !important;
	text-decoration: none !important;
}
div.title a:hover {
	color: black !important;
	text-decoration: none !important;
}

div.title h2 {
	margin: 0 0 1ex 0;
	padding: 0;
        text-align: right;
}

/*
 * Special markup for weblog entries.
 */
div.entry {
	border-left: 1px solid rgb(128, 128, 128);
	border-right: 1px solid rgb(128, 128, 128);
	border-top: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);
        margin: 10px 0px;
}

div.padding {
        padding-top: 15px;
        padding-bottom: 15px;
}
div.entry div.body {
	padding: 10px 10px;
}

div.entry .title {
	background-color: #eee;
	border-bottom: 1px solid rgb(128, 128, 128);
	font-weight: bold;
	font-size: 120%;
	padding: 0.26ex 10px;
	
}
div.entry div.date {
        text-align: right;
}
div.entry div.title a {
	color: black !important;
	text-decoration: none !important;
}
div.entry div.title a:hover {
	color: black !important;
	text-decoration: none !important;
}

div.entry div.tags {
	border-top: 1px solid rgb(128, 128, 128);
	font-style: italic;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 90%;
	text-align: right;
}
div.entry div.tags span.comments {
        padding-left: 5px;
        float: left;
}


div#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 165px;

	font-family: sans-serif;
	font-size: 80%;

	text-align: justify;

	padding: 0 10px;

	background-color: white;
	border-left: 1px solid rgb(128, 128, 128);
	margin: 0;
}

pre {
	overflow:	auto;
	background:	rgb(230,230,230);
	border:		solid;
	border-width:	thin;
	padding: 5px  10px;
}