-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpattern.css
More file actions
68 lines (45 loc) · 3.31 KB
/
Copy pathpattern.css
File metadata and controls
68 lines (45 loc) · 3.31 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
/* Pattern Library CSS Styles */
h1 {font-weight: 200}
h2 {font-weight: 200; font-size: 1.8em}
.spacer {background-image: url("http://www.eysys.com/assets/images/Spacer.png"); background-repeat: no-repeat; background-position: center 0px; background-size: 70px; padding: 0.8em; margin-bottom: 3em}
.hero {background-color: #3397db; background-image: url("http://www.eysys.com/assets/images/background1.png"); background-position: center; background-size: cover; color: #fff; padding-top: 8em; display: block; text-align: center;}
section {width: 100%; display: inline-block; padding: 3em;}
.logo img {width: 200px; display: inline-block; position: relative;}
/* SECTION - COLOURS */
.colours {background-color: #345573; color: white; text-align: center;}
.swatch-card {width: 16%; display: inline-block; position: relative; border-radius: 3px; height: 220px; margin: 1em; border: 1px solid white; }
.swatch-card span {display: block; bottom: 0px; position: absolute; width: 100%; background-color: white; color: black; border-radius: 2px}
.swatch1 {background-color: #4E8ED8}
.swatch2 {background-color: #1D3E5B}
.swatch3 {background-color: #345573}
.swatch4 {background-color: #FCFCFC}
.swatch5 {background-color: #FFFFFF}
.swatch6 {background-color: #FF4242}
.swatch7 {background-color: #42DA98}
.swatch8 {background-color: #B055FF}
.swatch9 {background-color: #50E3C2}
.swatch10 {background-color: #F8E71C}
/* SECTION - TYPOGRAPHY */
.typography {background-color: #f6fbff; color: black; text-align: center;}
/* SECTION - ICON FONT */
.iconfont {background-color: #345573; color: white; text-align: center;}
.iconfont .icon-card {width: 14%; display: inline-block; position: relative; border-radius: 3px; height: 150px; margin: 1em; padding-top: 1em;}
.iconfont .icon-card span {padding: 1em; display: block; bottom: 0px; position: absolute; width: 100%; background-color: #1D3E5B; color: white; border-radius: 2px; }
.iconfont .icon-card i {font-size: 4em; color: #CFCFCF;}
/* SECTION - NAVIGATION */
.navigation {color: black; text-align: center; background-color: white}
/* SECTION - BUTTONS */
.buttons-section {background-color: white;color: black; text-align: center;}
/* SECTION - HEADERS */
.headers {background-color: #345573; color: white; text-align: center;}
/* SECTION - LISTS */
.list {background-color: #fff; width: 100%; height: 150px; position: relative; display: block; text-align: left;}
.lists {background-color: #f6fbff; color: black; text-align: center;}
.iconholistic {background-color: #345573; color: white; text-align: center;}
.iconholistic .icon-card {width: 14%; display: inline-block; position: relative; border-radius: 3px; height: 150px; margin: 1em; padding-top: 1em;}
.iconholistic .icon-card span {padding: 1em; display: block; bottom: 0px; position: absolute; width: 100%; background-color: #1D3E5B; color: white; border-radius: 2px; }
.iconholistic .icon-card i {font-size: 1.5em;}
nav {position: relative; display: inline-block; transition: 1s fade-in-out; text-align: left;}
.containerfornav {width: 300px; position: relative;display: block; /* margin: 0 auto; */ float: left; margin: 2em; height: 800px;}
.containerfornavsmall {width: 100px; position: relative;display: block; /* margin: 0 auto; */ float: left; margin: 2em; height: 800px;}
#list {width: 400px; display: block; height: 100%, background-color: #white;}