-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
134 lines (133 loc) · 2.22 KB
/
style.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
/*
PCMR yellow: #FACA04
Magenta: #FA04CA
Teal: #04FACA
Neat cyan: #04CAFA
Green: #FA2020
Purple #CA04FA
01b488
*/
body {
background: #000000;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 50% 72%;
font-family: "Open Sans", sans-serif;
margin: 0px;
padding: 0px;
color: #DDDDDD;
}
.floatingthing {
position: absolute;
color: #DDDDDD;
display: flex;
flex-wrap: wrap;
right: 10%;
justify-content: space-around;
flex-direction: column;
}
.spec_section {
border-bottom: 4px solid #01B488;
background-color:#1e1e1eee;
margin-bottom: 10px;
padding: 10px;
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.75);
-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.75);
box-shadow: 0 0 30px 0 rgba(0,0,0,0.75);
width: 520px;
}
#wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#pc {
left: 30px;
top: 30px;
z-index: 10;
bottom: 70px;
}
#footer {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 1.2em;
background: rgba(30,30,30,0.9);
color: #DDDDDD;
border-bottom: 4px solid #01B488;
z-index: 2;
}
h1 {
margin: 0px;
padding: 0px;
color: #01B488;
}
ul {
list-style: none;
padding: 0px;
margin: 0px;
}
li {
padding: 0px;
}
li span {
color: #01B488;
font-weight: bold;
font-size: 1.1em;
padding-right: 10px;
display: inline-block;
font-family: "Open Sans Condensed", sans-serif;
text-align: right;
}
.odd {
background-color: rgba(4, 202, 250, 0.1);
}
h1 span {
color: #DDDDDD;
font-weight: 700;
font-family: "Open Sans Condensed", sans-serif;
}
.floatingthing li span {
width: 110px;
}
a, .pcmr {
color: #01B488;
}
#footer a {
text-decoration: none;
}
#footer .fab {
font-size: 1.5em;
color: #DDD;
display: inline-block;
position: relative;
top: 4px;
}
.goright {
background: #01B488;
line-height: 28px;
padding: 10px 14px 6px 14px;
color: #000000;
font-weight: bold;
float: right;
border-top-left-radius: 10px;
}
.leftside {
padding: 4px 10px 6px 10px;
float: left;
}
a:hover {
text-decoration: none;
}
.spacer {
width:25px;
display: inline-block;
}
.partlink {
float: right;
color: #DDDDDD;
}