forked from elementary/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
developer.css
74 lines (59 loc) · 1.39 KB
/
developer.css
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
html,
body {
background-image: url('../images/developer/grid-pattern.png');
background-color: #226BB3;
color: white;
fill: white;
}
nav > ul > li > a:focus {
color: #1F1F1F;
fill: #1F1F1F;
}
footer ul li a:focus i.fa {
color: #1F1F1F;
text-shadow: 0 1px 6px #FFF;
}
.row {
text-align: left;
}
.developer-sum {
padding-bottom: 200px;
background-image: url('../images/developer/developer-sketch.png');
background-repeat: no-repeat;
background-position: bottom center;
}
.developer-sections .dev-section a {
color: inherit;
display: inline-block;
padding: 16px 16px 16px 128px;
transition: all 200ms;
}
.developer-sections .dev-section a:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.dev-section {
border: dashed rgba(255, 255, 255, 0.6);
border-width: 0 0 1px 1px;
background-repeat: no-repeat;
background-position: center left 30px;
}
@media (max-width: 1176px) {
.dev-section {
border-left-width: 0;
}
}
.dev-section:last-child {
border-bottom-width: 0;
}
#dev-section-1 {
background-image: url('../images/developer/dev-design.png');
}
#dev-section-2 {
background-image: url('../images/developer/dev-code.png');
}
#dev-section-3 {
background-image: url('../images/developer/dev-manage.png');
}
#dev-section-4 {
background-image: url('../images/developer/dev-dist.png');
}