-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextra.css
More file actions
50 lines (40 loc) · 1017 Bytes
/
extra.css
File metadata and controls
50 lines (40 loc) · 1017 Bytes
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
body {
background-size: 100%;
background-attachment:fixed;
}
#editor {
resize:both;
width:100%;
height:350px;
background: none;
}
.form-element {
width:100%;
border: none;
background: none;
}
/** Font Families ***********************************************************/
/****************************************************************************/
.font-ovo {
font-family: 'Ovo', serif;
}
.font-muli {
font-family: 'Muli', sans-serif;
}
.font-karla {
font-family: 'Karla', sans-serif;
}
.font-lusatania {
font-family: 'Lusatania', serif;
}
/** Background Images *******************************************************/
/****************************************************************************/
.background-process {
background-image:url('http://farm5.staticflickr.com/4083/5047210596_0d60ca4b5f_o.jpg');
}
.background-purple {
background-image:url('purple_abstract.jpg');
}
.background-felt {
background-image:url('felt.png');
}