-
Notifications
You must be signed in to change notification settings - Fork 0
/
linkit.css.php
executable file
·113 lines (112 loc) · 2.07 KB
/
linkit.css.php
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
body {
margin:10px 15px 20px 25px;
padding:0;
}
div {
overflow:auto;
}
a.linkki {
-webkit-transition: all 0.22s ease-out;
-moz-transition: all 0.22s ease-out;
-o-transition: all 0.22s ease-out;
overflow:hidden;
float:left;
margin:10px 10px 0 0;
width:100px !important;
height:60px !important;
display:block;
word-wrap: break-word !important;
background:#dddddd;
color:#222222;
font-family:georgia;
font-size:12px;
text-decoration:none;
text-align:center;
padding:40px 0 0 0;
}
a.kuva {
-webkit-transition: all 0.22s ease-out;
-moz-transition: all 0.22s ease-out;
-o-transition: all 0.22s ease-out;
overflow:hidden;
float:left;
margin:10px 10px 0 0;
width:100px !important;
height:60px !important;
display:block;
word-wrap: break-word !important;
background:#dddddd;
color:#222222;
font-family:georgia;
font-size:12px;
text-decoration:none;
text-align:center;
padding:40px 0 0 0;
}
a.showmore {
-webkit-transition: all 0.22s ease-out;
-moz-transition: all 0.22s ease-out;
-o-transition: all 0.22s ease-out;
overflow:hidden;
float:left;
margin:10px 10px 0 0;
width:100px !important;
height:60px !important;
display:block;
word-wrap: break-word !important;
background:rgba(0,255,0,0.3);
color:#222222;
font-family:georgia;
font-size:12px;
text-decoration:none;
text-align:center;
padding:40px 0 0 0;
}
a.showmore:hover {
background:rgba(0,255,0,0.5);
}
a.linkki:hover {
background:#aaaaaa;
}
a.linkki:visited {
background:#ffffff;
background-position:-999px -999px !important;
}
a:visited {
color:#ffffff;
}
.kuva img {
margin-top:-40px;
}
a.kuva {
font-weight:900;
/*
background-size:150% !important;
text-indent:-9999px !important;
overflow:hidden !important;*/
}
.tooltip {
z-index:30 !important;
position:relative;
width:auto !important;
color:#ffffff !important;
font-family:cambria;
font-size:14px;
text-decoration:none;
background:#101010;
padding:5px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
border:1px solid #101010;
opacity:0.5 !important;
-moz-opacity:0.5 !important;
}
.tooltip span.top {
padding:3px;
margin:0;
}
.tooltip b {
display:none !important;
}