-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
135 lines (115 loc) · 2.38 KB
/
main.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
@media screen and (max-width: 1050px) {
.junk { display: none; }
}
body {
background-color: rgb(173, 153, 128);
background-image: url(img/bg.png);
background-size: 256px 256px;
font-family: Georgia;
}
.junk {
background-repeat: no-repeat;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
}
.cactus.junk {
background-image: url(img/cactus.png);
background-position: top left;
background-size: 270px;
z-index: -2;
}
.postit.junk {
background-image: url(img/sticky.png);
background-position: center left;
background-size: 144px;
z-index: -4;
}
.papers.junk {
background-image:url(img/papers.png);
background-position: bottom left;
background-size: 198px;
z-index: -3;
}
.camera.junk {
background-image:url(img/lomo.png);
background-position: top right;
background-size: 230px;
z-index: -2;
}
.cawfee.junk {
background-image:url(img/cawfee.png);
background-position: center right;
background-size: 121px;
z-index: -2;
}
.penpad.junk {
z-index: -2;
background-image:url(img/notepads.png);
background-position: bottom right;
background-size: 206px;
}
.global.shadow {
bottom: 0;
box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: -22;
}
.main.container {
color: #F1F4EE;
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.main .row {
font-size: 15px;
text-align: center;
font-family: Georgia;
font-weight: bold;
}
.main .row a.external_link {
color: #F1F4EE;
display: block;
}
.row .external_title {
margin: 12px;
}
.apps a.external_link {
padding: 27px 0;
}
.utility a.external_link {
padding:75px 0;
}
.spotlight_background {
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
box-shadow: 0 0 128px 128px rgba(255, 255, 255, 0.1);
height: 128px;
left: 0;
margin: 0 auto;
position: fixed;
right: 0;
top: 25%;
width: 128px;
z-index: -31337;
}
.company_name {
color: #F1F4EE;
font-size: 100px;
font-style: italic;
font-weight: bold;
margin-bottom: 45px;
text-align: center;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.app_icon {
border-radius: 24px;
box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
}
.contact_icon {
margin: 10px 0;
}