-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
128 lines (116 loc) · 2.14 KB
/
styles.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
/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 21px;
font-weight:400;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
color: #777;
background: #000;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Coustard', serif;
color:#FFFFFF;
font-weight: normal;
letter-spacing: 1px;
}
h1{font-size: 55px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}
a {
color: #FFFFFF;
text-decoration:none;
font-weight: normal;
padding: 0;
margin: 0;
}
a:hover {text-decoration:underline;}
#maximage {
display:none;
position:fixed !important;
}
.gradient {
left:0;
height:100%;
position:absolute;
top:0;
width:100%;
z-index:999;
}
.show{display: block;}
.hide{opacity: 0;}
/* Set Page Elements */
.content {
float:left;
margin:40px;
position:absolute;
top:200px;
width:600px;
z-index:9999;
-webkit-font-smoothing:antialiased;
}
#logo {
font-family: 'Coustard', serif;
font-size: 36px;
bottom:400px;
height:0 px;
left:40px;
position: absolute;
width:20%;
z-index:1000;
color: #fff;
}
.main-nav{
position:absolute;
bottom: 24px;
left:210px;
z-index:1001;
}
.main-nav ul li {
list-style: none;
display: inline;
padding-right: 10px;
padding-left: 10px;
border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}
.social-nav {
position:absolute;
top: 0px;
left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
list-style: none;
display:block;
float: left;
background: #393939;
padding:100px 10px 5px 10px;
margin: 1px;
opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}
button.full-screen{
position: absolute;
top: 0;
right: 0;
width: 31px;
height: 31px;
background: url("http://i1265.photobucket.com/albums/jj517/angelicatavella/full-screen-btn_zpsdea3c996.png");
border: 0;
cursor: pointer;
opacity: .7;
}
button.full-screen:hover {opacity: 1;}
#arrow_left, #arrow_right {
bottom:30px;
height:42px;
position:absolute;
right:40px;
width:42px;
z-index:1000;
}
#arrow_left {
right:95px;
}