File: base.css

package info (click to toggle)
tdiary 2.0.2%2B20060303-5
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 8,172 kB
  • ctags: 1,957
  • sloc: ruby: 23,926; lisp: 514; makefile: 87; sh: 71; sql: 32
file content (142 lines) | stat: -rw-r--r-- 1,710 bytes parent folder | download | duplicates (2)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/*
shared style sheet for tDiary.

Copyright (C) 2001-2005, TADA Tadashi <sho@spc.gr.jp>
You can redistribute it and/or modify it under GPL2.
*/

/*
nyear
*/
h2 span.nyear {
	font-size: small;
}

/* 
calendar2 plugin
*/
table.calendar {
	font-size: 90%;
	line-height: 1.1em;
}
table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
}
table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/*
recent_list plugin
*/
p.recentitem {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.recentsubtitles {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/*
footnote plugin
*/
div.body span.footnote {
	vertical-align: super;
	font-size: 70%;
}
div.footnote {
	font-size: small;
}
p.footnote {
	margin: 0.5em;
	padding: 0em;
}

/*
quoted source
*/
p.source{
	margin-right: 1.5em;
	text-align: right;
	font-size:90%;
	font-style: italic;
}

/*
amazon plugin
*/
img.left {
	float: left;
	margin: 0.5em;
}

img.right {
	float: right;
	margin: 0.5em;
}

div.section, div.comment {
	clear: both;
}

/*
image plugin
*/
img.photo {
	float: right;
	margin: 0.5em;
}

/*
calendar3 plugin
*/
.calendar-popup {
	display: none;
	text-align: left;
	position: absolute;
	padding: 0 1ex 0 1ex;
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-width: 1px;
}

.calendar-sunday {
	color: #f00;
}

.calendar-saturday {
	color: #00f;
}

.calendar-weekday {
	color: #000;
}

.calendar-normal {
}

.calendar-day {
}

.calendar-todo {
	border-style: solid;
	border-color: #f00;
	border-width: 1px;
}

/*
highlight plugin
*/
.highlight {
	color: #000;
	background: #ffff66;
}