-
Notifications
You must be signed in to change notification settings - Fork 0
/
newlinks.css
executable file
·70 lines (70 loc) · 1.15 KB
/
newlinks.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
.refresh {
display:block;
margin:-6px 0 5px 0;
}
body {
background:url(bg.gif);
margin:0;
padding:0;
}
#wrapper {
background:#ffffff;
border:1px solid #dddddd;
padding:15px 10px 15px 15px;
overflow:auto;
width:870px;
margin:20px auto 0 auto;
text-align:center;
}
a {
color:#777;
text-decoration:none;
-webkit-transition: all 0.22s ease-out;
-moz-transition: all 0.22s ease-out;
-o-transition: all 0.22s ease-out;
}
a:visited {
opacity:0.5 !important;
-moz-opacity:0.5 !important;
}
.imgbox a, .missing {
margin:0 8px 8px 0;
float:left;
padding:8px;
background:#dddddd;
-webkit-transition: all 0.22s ease-out;
-moz-transition: all 0.22s ease-out;
-o-transition: all 0.22s ease-out;
width:150px;
height:150px;
}
.imgbox a:visited {
border:1px solid red;
}
.imgbox a:hover {
background:#aaaaaa;
}
footer {
margin:10px auto;
color:#777777;
font-size:11px;
font-family: 'Open Sans', sans-serif;
width:870px;
text-align:center;
}
#screenshot img {
max-width:550px;
height:auto;
}
#screenshot{
position:absolute;
border:0;
background:#333;
padding:5px;
display:none;
color:#fff;
margin:62px 0 0 -49px;
}
footer a:hover {
color:#333333;
}