/usr/share/tdiary/theme/dot-lime/dot-lime.css is in tdiary-theme 3.2.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | @charset 'utf-8';
@import url(./dot.css);
html,body {
background-color: #fff;
color: #333;
}
a:link { color: #ac0; }
a:visited { color: #790; }
/*head*/
h1 {
background-image: url(dot-h1_lime.png);
color: #999;
}
div.hatena-body {
}
/*\*/
h1:first-letter {
color: #fff;
}
/*\*/
/*body*/
div.day {
background-image: url(dot-border.png);
}
h2 {
background-image: url(dot-lime.png);
color: #999;
}
div.section {}
div.section h3 { color: #666; }
div.section h3 span.sanchor {
background-image: url(dot-lightgray.png);
color: #ccc;
}
div.section h4 {
color: #ac0;
background-image: url(dot-lime-mini.png);
}
div.section h5 {
color: #666;
background-image: url(dot-lightgray-mini.png);
}
img.photo {
}
div.comment,div.footnote {
border-color: #ccc;
}
/*sidebar*/
div.sidebar {
background-image: url(dot-border.png);
}
div.hatena-module {
}
div.hatena-moduletitle {
background-image: url(dot-lime.png);
}
/*\*/
div.hatena-moduletitle:first-letter { color: #fff; }
/*\*/
td.calendar-day { color: #333; background-image: url(dot-lightgray.png); }
td.calendar-day a:link { color: #790; }
td.calendar-day a:visited { color: #460; }
td.calendar-sunday { color: #fff; background-image: url(dot-lime.png); }
td.calendar-weekday { color: #333; background-image: url(dot-lightgray.png); }
td.calendar-saturday { color: #fff; background-image: url(dot-darkgray.png); }
/*list*/
ul { list-style-image: url(dot-list.png); }
li, dt { border-bottom: 1px dotted #ccc; }
/*書影詳細*/
div.hatena-asin-detail {
}
div.hatena-asin-detail img {}
div.hatena-asin-detail-info {
}
div.hatena-asin-detail-info p {
border-bottom :1px dotted #ac0;
}
span.hatena-asin-detail-label {
color: #790;
font-weight: bold;
}
/*table表記*/
div.day th, div.day td {
border-color: #ac0;
}
div.day th, div.day th a:link, div.day th a:visited {
background: #eee;
color: #333;
}
/*question表記*/
table.hatena-question-detail th, table.hatena-question-detail td {
border-color: #ac0;
}
|