-
Notifications
You must be signed in to change notification settings - Fork 15
/
custom.css
60 lines (49 loc) · 1 KB
/
custom.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
body{
/* font-family: "ff-providence-sans-web-pro-1","ff-providence-sans-web-pro-2",sans-serif;*/
font-family: 'Yanone Kaffeesatz', Helvetica, arial, serif;
/* background: black url("http://farm5.static.flickr.com/4093/4953449631_57e5c365a7_b.jpg") fixed no-repeat center center;*/
background: black url("./naxos_background.png") fixed no-repeat center center;
}
body>header{
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
padding:5px;
overflow:hidden;
position:fixed;
z-index:3000;
top:0;
right:0;
/* text-align:right;*/
background-color:white;
width:200px;
}
body>header, body>header a{
color:#452F27;
}
body>header div a:hover{
/* color:blue;*/
text-decoration:underline;
}
#content{
background-color:#9BBAB2;
width:462px;
}
a{
color:#452F27;
}
#connections{
list-style-type:none;
}
#connections li{
}
#connections li a{
display:block;
}
img.connection{
height:24px;
width:24px;
border:0;
}
#connections li a img{
}