-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
116 lines (113 loc) · 1.74 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
div {
border-radius: 15px 15px;
width: 55%;
margin: 10px;
border: none;
padding: 5px;
background: rgba(0,0,0,.7);
overflow: visible;
}
body {
background-image: url("/bg.png");
background-position: top;
background-repeat: no-repeat;
background-size: 100%;
}
h1 {
font-family: serif;
color: white;
}
h2 {
font-family: sans-serif;
color: white
}
#logo {
border-radius: 15px 15px;
width: 75px;
height: 75px;
float: left;
overflow: auto;
border: none;
background: rgba(0,0,0,0.0);
}
#player {
border-radius: 30px 30px;
border: none;
height: 150px;
position: relative;
width: 35%;
background: rgba(0,0,0,0.0);
margin: 10px;
overflow: visible;
}
#Logotext{
border: none;
position: relative;
background: rgba(0,0,0,0.0);
}
#logoarea {
padding-bottom: 10px;
}
#tumblr {
width: 90%;
padding: 10px;
background: rgba(0,0,0,0.0);
}
h4 {
color: lightgrey;
font-family: monospace;
}
p {
color: lightblue;
}
a {
color: gold;
text-decoration: none;
}
a:hover {
color: skyblue;
}
#tumblrpost {
width: 95%;
background: rgba(0,0,0,0.4);
}
#navbar {
float:right;
margin-top: -5%;
right: 22%;
width: 275px;
background:transparent;
}
#nav {
font-family: Verdana;
font-size:14px;
list-style:none;
margin:0 auto;
padding:0;
width:100%;
overflow: auto;
}
#nav li a:hover {
background: rgba(0,0,0,0.6);
color:#fff;
}
#nav li a {
border: 0px solid;
border-radius:10px;
text-decoration:none;
display: block;
padding:5px 21px;
background: rgba(0,0,0,0.4);
color:#eee;
float:left;
text-align:center;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
text-decoration: none;
}
li {
display: inline;
}