~stephen-stewart/ulysses/move-box-sizing-to-base

« back to all changes in this revision

Viewing changes to public/typography.css

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2014-09-25 09:26:43 UTC
  • mfrom: (43.1.14 gulpify-and-update)
  • Revision ID: tarmac-20140925092643-jzluuaboybxm4q73
[r=james-w] update to version 1.0.0

* update grids to pure 0.5
* default to border-box
* default to minified css
* switch to gulp
* remove bower dep
* svg symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
html,
2
 
body {
3
 
  font-family: "Ubuntu", Arial, "libra sans", sans-serif;
4
 
  font-weight: 300;
5
 
  font-style: normal;
6
 
  font-size: 16px;
7
 
  line-height: 25px;
8
 
  color: #333;
9
 
}
10
 
 
11
 
.ues-g [class *= "ues-u"],
12
 
.ues-g-r [class *= "ues-u"] {
13
 
  font-family: "Ubuntu", Arial, "libra sans", sans-serif;
14
 
}
15
 
 
16
 
/** headlines **/
17
 
 
18
 
h1,
19
 
h2,
20
 
h3,
21
 
h4,
22
 
h5,
23
 
h6 {
24
 
  font-weight: 300;
25
 
  padding: 0 0 0 0;
26
 
  margin: 0.5em 0 1em 0;
27
 
  line-height: 1;
28
 
}
29
 
 
30
 
p + h2,
31
 
p + h3,
32
 
p + h4,
33
 
p + h5,
34
 
p + h6 {
35
 
  margin-top: 1em;
36
 
}
37
 
 
38
 
.ues-hdisplay {
39
 
  font-size: 45px;
40
 
}
41
 
 
42
 
.ues-hmain,
43
 
h1 {
44
 
  font-size: 32px;
45
 
}
46
 
 
47
 
.ues-hmedium,
48
 
h2 {
49
 
  font-size: 23px;
50
 
}
51
 
 
52
 
.ues-hlight,
53
 
h3,
54
 
h4,
55
 
h5,
56
 
h6 {
57
 
  font-size: 18px;
58
 
}
59
 
 
60
 
.ues-hinline {
61
 
  display: inline;
62
 
  font-weight: 400;
63
 
  font-size: 1em;
64
 
  line-height: inherit;
65
 
  padding: 0;
66
 
  margin-left: 0;
67
 
  margin-right: 0;
68
 
}
69
 
 
70
 
/** paragraph styles **/
71
 
 
72
 
p {
73
 
  margin: 0 0 1em;
74
 
}
75
 
 
76
 
p:last-child {
77
 
  margin: 0;
78
 
}
79
 
 
80
 
.ues-lead {
81
 
  font-size: 23px;
82
 
  line-height: 1.5;
83
 
  margin: 0 0 0.5em;
84
 
}
85
 
 
86
 
/** links **/
87
 
 
88
 
a {
89
 
  color: #dd4814;
90
 
  text-decoration: none;
91
 
}
92
 
 
93
 
/** lists **/
94
 
 
95
 
ul,
96
 
ol {
97
 
  margin: 0.5em 0;
98
 
  padding: 0;
99
 
}
100
 
 
101
 
ul li {
102
 
  list-style: none;
103
 
}
104
 
 
105
 
.ues-list {
106
 
  padding-left: 40px;
107
 
  margin-bottom: 15px;
108
 
}
109
 
 
110
 
.ues-list li {
111
 
  list-style: disc;
112
 
}
113
 
 
114
 
ol.ues-list li {
115
 
  list-style: decimal;
116
 
}
117
 
 
118
 
dl.ues-list {
119
 
  padding: 0;
120
 
}
121
 
 
122
 
dl.ues-list dd {
123
 
  list-style: disc;
124
 
}
125
 
 
126
 
.ues-list-bordered {
127
 
  padding: 0;
128
 
}
129
 
 
130
 
.ues-list-bordered li {
131
 
  list-style: none;
132
 
  border-bottom: 1px dotted #ccc;
133
 
  padding: 0.3em;
134
 
}
135
 
 
136
 
.ues-list-inline {
137
 
  display: inline;
138
 
  overflow: hidden;
139
 
  margin-left: 0.3em;
140
 
  padding: 0;
141
 
}
142
 
 
143
 
.ues-list-inline li {
144
 
  list-style: none;
145
 
  display: inline-block;
146
 
}
147
 
 
148
 
.ues-list-inline li:after {
149
 
  content: ' |';
150
 
  margin: 0 0.15em;
151
 
}
152
 
 
153
 
.ues-list-inline li:last-child:after {
154
 
  content: '';
155
 
}
156
 
 
157
 
/** everything else **/
158
 
 
159
 
pre {
160
 
  margin: 0.5em 0;
161
 
}
162
 
 
163
 
pre,
164
 
code {
165
 
  font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace;
166
 
  font-weight: 300;
167
 
}
168
 
 
169
 
abbr {
170
 
  border-bottom: 1px solid #333;
171
 
}
172
 
 
173
 
/** logos **/
174
 
 
175
 
.ues-u1-logo {
176
 
  display: inline-block;
177
 
  width: 143px;
178
 
  height: 57px;
179
 
  background-image: url(svg/u1-logo-sprite.svg);
180
 
  background-color: transparent;
181
 
  background-repeat: no-repeat;
182
 
  background-size: 288px 60px;
183
 
  text-indent: -9000px;
184
 
  direction: ltr;
185
 
}
186
 
 
187
 
.ues-u1-logo-on-white {
188
 
  background-position: -145px 0;
189
 
}
 
 
b'\\ No newline at end of file'
 
1
html,body{font-weight:300;font-style:normal;font-size:16px;line-height:25px;color:#333}html,body,.ues-g [class*="ues-u"],.ues-g-r [class*="ues-u"]{font-family:"Ubuntu",Arial,"libra sans",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:300;padding:0;margin:.5em 0 1em;line-height:1}p+h2,p+h3,p+h4,p+h5,p+h6{margin-top:1em}.ues-hdisplay{font-size:45px}.ues-hmain,h1{font-size:32px}.ues-hmedium,h2{font-size:23px}.ues-hlight,h3,h4,h5,h6{font-size:18px}.ues-hinline{display:inline;font-weight:400;font-size:1em;line-height:inherit;padding:0;margin-left:0;margin-right:0}p{margin:0 0 1em}p:last-child{margin:0}.ues-lead{font-size:23px;line-height:1.5;margin:0 0 .5em}a{color:#dd4814;text-decoration:none}ul,ol{margin:.5em 0;padding:0}ul li{list-style:none}.ues-list{padding-left:40px;margin-bottom:15px}.ues-list li{list-style:disc}ol.ues-list li{list-style:decimal}dl.ues-list{padding:0}dl.ues-list dd{list-style:disc}.ues-list-bordered{padding:0}.ues-list-bordered li{list-style:none;border-bottom:1px dotted #ccc;padding:.3em}.ues-list-inline{display:inline;overflow:hidden;margin-left:.3em;padding:0}.ues-list-inline li{list-style:none;display:inline-block}.ues-list-inline li:after{content:' |';margin:0 .15em}.ues-list-inline li:last-child:after{content:''}pre{margin:.5em 0}pre,code{font-family:"Ubuntu Mono",Monaco,Menlo,Consolas,"Courier New",monospace;font-weight:300}abbr{border-bottom:1px solid #333}.ues-u1-logo{display:inline-block;width:143px;height:57px;background-image:url(svg/u1-logo-sprite.svg);background-color:transparent;background-repeat:no-repeat;background-size:288px 60px;text-indent:-9000px;direction:ltr}.ues-u1-logo-on-white{background-position:-145px 0}
 
 
b'\\ No newline at end of file'