-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtiddlyweb.css
More file actions
113 lines (94 loc) · 1.42 KB
/
tiddlyweb.css
File metadata and controls
113 lines (94 loc) · 1.42 KB
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
body, h1, h2, h3, h4, div, ul {
padding: 0;
margin: 0;
}
body {
font-family: "Lucida Grande", Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5em;
background-color: #FFF;
color: #000;
}
.wikkly-code-block {
font-family: monospace
}
.wikkly-code-inline {
font-family: monospace
}
a:link,
a:visited {
text-decoration: none;
border-bottom: 1px dotted #0056C0;
color: #333;
}
a:hover,
a:active,
a:focus {
text-decoration: none;
color: #0056C0;
}
.tiddler h1 h2 h3 {
margin: 0;
padding: 0;
}
div#header {
background-color: #000;
border-bottom: 2px solid #666;
padding: 2em 1em;
margin: 0;
}
div#header h1 {
font-size: 3em;
font-weight: normal;
color: #FFF;
}
div#content {
display: block;
padding: 1em 1em 2em 1em;
background-color: #EEE;
border-bottom: solid 1px #666;
overflow: auto;
}
div#tiddlersheader,
div.tiddlerslink {
padding: 0 0 1em 0;
}
ul {
margin-left: 1em;
color: #000;
}
ul li {
margin-left: 20px;
}
div.tiddler, ul.listing{
padding: 1em;
border: solid 1px #666;
background-color: #FFF;
overflow: auto;
}
#twitter {
font-size: 75%;
float: right;
overflow: hidden;
}
table {
font-size: 75%;
float: right;
background-color: #FFF;
padding: 5px;
}
div#footer {
padding: 0.5em 1em;
font-size: 0.9em;
background-color: #FFF;
}
div#badge {
float: right;
font-style: italic;
}
div#usergreet {
float: left;
}
.wikkly-strike {
text-decoration: line-through;
}