-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
133 lines (105 loc) · 2.31 KB
/
default.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
@font-face {font-family: 'CallunaSans-Regular'; src: url('assets/typeface/244165_1_0.eot');src: url('assets/typeface/244165_1_0.eot?#iefix') format('embedded-opentype'),url('assets/typeface/244165_1_0.woff') format('woff'),url('assets/typeface/244165_1_0.ttf') format('truetype');}
@font-face {font-family: 'GeoticaThree-Regular'; src: url('assets/typeface/244165_0_0.eot');src: url('assets/typeface/244165_0_0.eot?#iefix') format('embedded-opentype'),url('assets/typeface/244165_0_0.woff') format('woff'),url('assets/typeface/244165_0_0.ttf') format('truetype');}
a {
color: #7C1818;
text-decoration: none;
font-family: CallunaSans-Regular;
}
header {
text-align: center;
margin-top: -36px;
}
.name{
color: #000000;
text-align: left;
padding: 0;
}
.name h1{
font-size: 80px;
text-align: left;
font-family: GeoticaThree-Regular;
font-weight: lighter;
height: 40px;
padding-left: 45px;
}
.name .title{
font-size: 20px;
text-align: left;
width: 400px;
padding-left: 45px;
}
.nameplate {
display:block;
position:absolute;
bottom:0;
right:0;
width:500px;
margin: 50px;
padding: 10px;
border-radius: 40px;
color: #FFF;
/* background: rgba(176, 196, 222, 0.6);
background: rgba(220, 220, 220, 0.6);
background: rgba(112, 128, 154, 0.88);*/
background: rgba(146, 166, 192, 0.88);
}
.nameplate a{
font-weight: bolder;
}
html {
background: FloralWhite;
font-family: CallunaSans-Regular;
}
.navbar {
}
.navbar ul {
list-style: none;
margin-left: 20px;
padding-left: 0
}
.navbar li {
display:inline-block;
margin-right: 10px;
text-align: center;
width: 100px;
}
.navbar {
margin-top:30px;
}
.navbar img{
width: 50px;
height: 50px;
border: 0px solid #ccc;
border-radius: 50px;
float: left;
margin-top: 5px;
margin-left: 20px;
padding: 5px;
}
.navbar img:hover {
border: 5px solid #DDDDDD;
padding: 0px;
}
.navbar {hover: none;}
#bg_div {
z-index:-1;
width: 100%;
height: 100%;
position: fixed;
top:0;
left:0;
}
#bg_div > img {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
.bg{
position:fixed;
top: 0;
left: 0;
}
.bgwidth { max-width: 100%; }
.bgheight { max-height: 100%; }