-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdnd.css
128 lines (106 loc) · 2.28 KB
/
dnd.css
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
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,900');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:700');
html {
font-family: 'Lato', sans-serif;
}
body {
font-size: 100%;
color: #222;
}
/*p {
font-size: .8em;
line-height: 1.2em;
}*/
h1 {
font-family: 'Crimsom Text';
font-variant: small-caps;
color: #5c463e;
}
h2 {
font-family: 'Crimsom Text';
font-variant: small-caps;
color: #5c463e;
}
h3 {
font-family: 'Crimsom Text';
font-variant: small-caps;
color: #5c463e;
border-bottom: 2px solid #c9ad6a;
}
.tc-site-title {
color: #35a3d9;
}
blockquote p {
}
blockquote {
box-sizing: border-box;
padding: 5px 10px;
background-color: #e0e5c1;
border-style: solid;
border-width: 11px;
border-image: url(./images/block_border.png) 11;
border-image-outset: 9px 0px;
box-shadow: 1px 4px 14px #888;
margin-top: 24px;
margin-bottom: 36px;
}
.frquote {
box-sizing: border-box;
padding: 5px 10px;
background-color: #e0e5c1;
border-style: solid;
border-width: 11px;
border-image: url(./images/block_border.png) 11;
border-image-outset: 9px 0px;
box-shadow: 1px 4px 14px #888;
margin-top: 24px;
margin-bottom: 36px;
}
b, strong {
color: #5c463e;
}
a.tc-tiddlylink-resolves {
font-weight: bold;
text-decoration: none;
color: #35a3d9;
}
a.tc-tiddlylink-resolves:hover {
text-decoration: underline;
}
a.tc-tiddlylink-missing {
text-decoration: none;
color: #fb6b26;
}
a.tc-tiddlylink-missing:hover {
text-decoration: underline;
}
table {
margin: auto;
border: none;
padding: 2px 12px;
}
table thead tr td, table th {
background-color: transparent;
font-weight: bold;
font-size: 0.9em;
}
table tr {
font-size: 0.8em;
}
table tr:nth-child(even) {
background-color: #e0e5c1;
}
table tr td {
border: none;
padding: 4px 12px;
}
div.tc-tiddler-frame.tc-tiddler-view-frame.tc-tiddler-exists {
//background-image: url("./images/background_light.jpg");
background-color: #eee5ce;
background-image: url(./images/paper_background.jpeg);
box-shadow: 1px 4px 14px #000;
}
body.tc-body {
//background-image: url("./images/background.jpg");
background-color: #2d3e4f;
}