-
Notifications
You must be signed in to change notification settings - Fork 0
/
awwwards.css
92 lines (83 loc) · 2.4 KB
/
awwwards.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
/* Base */
#awwwards{
position: absolute;
top: 20px;
width: 90px;
height: 135px;
text-indent: -666em;
overflow: hidden;
z-index: 999999;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
#awwwards.top{
top: 20px;
}
#awwwards.left{
left: 0;
}
#awwwards.right{
right: 0;
}
#awwwards a{
position: absolute;
top: 0;
left: 26px;
display: block;
width: 90px;
height: 135px;
background-repeat: no-repeat;
background-size: 90px 135px;
}
/* HONORABLE */
#awwwards.honorable.black.left a{
background-image: url(ribbons/awwwards_honorable_black_left.png);
}
#awwwards.honorable.black.right a{
background-image: url(ribbons/awwwards_honorable_black_right.png);
}
#awwwards.honorable.silver.left a{
background-image: url(ribbons/awwwards_honorable_silver_left.png);
}
#awwwards.honorable.silver.right a{
background-image: url(ribbons/awwwards_honorable_silver_right.png);
}
#awwwards.honorable.white.left a{
background-image: url(ribbons/awwwards_honorable_white_left.png);
}
#awwwards.honorable.white.right a{
background-image: url(ribbons/awwwards_honorable_white_right.png);
}
#awwwards.honorable.green.left a{
background-image: url(ribbons/awwwards_honorable_green_left.png);
}
#awwwards.honorable.green.right a{
background-image: url(ribbons/awwwards_honorable_green_right.png);
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
/* HONORABLE */
#awwwards.honorable.black.left a{
background-image: url(ribbons/awwwards_honorable_black_left%402x.png);
}
#awwwards.honorable.black.right a{
background-image: url(ribbons/awwwards_honorable_black_right%402x.png);
}
#awwwards.honorable.silver.left a{
background-image: url(ribbons/awwwards_honorable_silver_left%402x.png);
}
#awwwards.honorable.silver.right a{
background-image: url(ribbons/awwwards_honorable_silver_right%402x.png);
}
#awwwards.honorable.white.left a{
background-image: url(ribbons/awwwards_honorable_white_left%402x.png);
}
#awwwards.honorable.white.right a{
background-image: url(ribbons/awwwards_honorable_white_right%402x.png);
}
#awwwards.honorable.green.left a{
background-image: url(ribbons/awwwards_honorable_green_left%402x.png);
}
#awwwards.honorable.green.right a{
background-image: url(ribbons/awwwards_honorable_green_right%402x.png);
}
}