-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSS Notes
71 lines (64 loc) · 981 Bytes
/
CSS Notes
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
--CSS Notes
<style>
div {
background-color: #752e2e;
}
</style>
h1 {
color: efefef;
font-size: 80px;
}
h2 {
color: efefef;
}
h3 {
color: efefef;
}
body {
color: efefef;
}
/*
Text
Headers/Titles
-Righteous
--App Name 80pt (Bold) #efefef
--Main Menu 37pt (Bold) #efefef
--Logged in user name 24pt (Italic) #efefef
--Field Name 32pt (Bold) #efefef
Field Values
-Arial
--Fields 27pt #efefef
--Expand Links 24pt (Italic)
Bullets
Images
-Background Logo
--\images\BackgroundLogo.png
--512x512
-AppIcon
--\images\BackgroundLogo.png
--80x80
-Button
--\images\the_button.jpg
-Robin
--\images\robin.png
-Place
--\images\place.png
-Circle of Trust
--\images\CoT.png
-Sequence
--\images\sequence.png
-RPAN
--\images\rpan.png
-Search
--\images\SearchIcon.png
-Menu
--\images\MenuIcon.png
-Settings Gear
--\images\Settings_app_icon.png
-Edit Icon
--\images\Edit-icon-grey.png
-Knight Swoosh Logo
--\images\knightswoosh.jpg
-Knight Timer Logo
--\images\knighttimer.png
*/