-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUlysses.css
More file actions
171 lines (154 loc) · 3.05 KB
/
Ulysses.css
File metadata and controls
171 lines (154 loc) · 3.05 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/*
This document has been created with Marked.app <http://marked2app.com>
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Ulysses Freestraction Light
Author: Jonathan Poritsky <http://candlerblog.com>
Description: Based on the Freestraction color scheme used in Ulysses III <http://www.ulyssesapp.com>.
For more information read the introductory post: http://candlerblog.com/2013/04/11/ulysses-iii-and-marked/
*/
html {
background-color: #f3f3f3;
color: #656565;
}
body {
margin-left:auto;
margin-right:auto;
padding: 2em;
border: 0;
font-size: 1em;
line-height: 1.7em;
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,sans-serif;
max-width: 50em;
}
a {
padding:0 0.3em 0.1em 0.3em;
color: #656565;
background: #f7f7f7;
text-decoration:none;
border: 1px solid #d4d4d4;
border-radius: 4px;
}
a:hover {
padding:0 0.3em 0.1em 0.3em;
text-decoration: none;
background:-webkit-gradient(linear, 80% 20%, 80% 100%, from(#315983), to(#224C78));
color: #f7ffff;
border-top: 1px solid rgb(69,105,143);
border-bottom: 1px solid rgb(47,76,105);
border-right: 1px solid rgb(47,76,105);
border-left: 1px solid rgb(47,76,105);
border-radius: 4px;
box-shadow: 0px 0px 0px 1px rgb(47,76,105);;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
color: rgb(12,139,186);
line-height: 1;
font-weight: 600;
font-family: "Minion Pro","Chaparral Pro",Georgia,serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.6em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
}
h6 {
font-style: italic;
font-size: 1em;
}
ol, ul {
margin-left: -15px;
margin-right: 25px;
}
ul li {
list-style: none;
}
ul li:before {
content:'\2010';
display: block;
position: relative;
max-width: 0;
max-height: 0;
left: -.8em;
top: -.1em;
color: rgb(12,139,186);
font-size:1.2em;
}
li {
font-size: .9em;
}
li p {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.footnote {
font-size: 50%;
vertical-align: super;
}
div.footnotes {
font-size: 80%;
}
pre, code {
white-space: pre-wrap;
}
blockquote {
background:rgb(230,230,230);
display: block;
font-style:italic;
font-weight:200;
color: rgb(12,139,186);
padding:0.2em 2em 0.2em 2em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
code {
font-family: Inconsolata,"Courier Prime",mono;
font-size:80%;
padding: 2px;
color: rgb(20,126,73);
background: rgb(224,232,228);
}
table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
table th {
font-weight: bold;
}
table th, table td {
font-size: 0.9em;
border: 1px solid #ccc;
padding: 6px 13px;
}
table tr {
border-top: 1px solid #ccc;
background-color: #fff;
}
table tr:nth-child(2n) {
background-color: #f8f8f8;
}
.tagit {
border: 5px solid #e3e3e3;
background: #1572b6;
font-family: Verdana;
font-weight: bold;
font-size: 0.8em;
color: white;
margin: 20px;
padding: 2%;
text-align: center;
}