-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathproudify.css
117 lines (113 loc) · 1.68 KB
/
proudify.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
.proudify a,
.proudify a:active,
.proudify a:visited
{
color: white;
text-decoration: none;
}
.proudify a:hover
{
text-decoration: underline;
}
.proudify ul
{
list-style-type: none;
padding: 0;
}
.proudify .loading
{
text-align: center;
}
.proudify .status
{
float: right;
}
.proudify .red
{
color: red;
}
.proudify .green
{
color: #87EA23;
}
.proudify .desc
{
color: #444;
margin-left: 5px;
font-weight: normal;
}
/****** GitHub - begin ******/
.proudify.github
{
background-color: #222;
color: white;
margin: 0 auto;
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
text-shadow: #111 0px 2px 1px;
border-bottom: 1px solid #333436;
border-right: 1px solid #333436;
}
.proudify.github ul
{
margin: 5px;
}
.proudify.github li
{
box-shadow: black 0px 3px 5px inset;
-moz-box-shadow: black 0px 3px 5px inset;
-webkit-box-shadow: black 0px 3px 5px inset;
-webkit-box-shadow: 5px;
background: #181819;
border-bottom: 1px solid #333436;
border-radius: 5px;
-moz-border-radius: 5px;
padding: 10px;
margin: 5px;
}
/****** GitHub - end ******/
/****** Coderwall - begin ******/
.proudify.coderwall li
{
float: left;
margin: 5px;
}
.proudify.coderwall li a img
{
width: 90px;
height: 90px;
border: 0;
}
.proudify.coderwall li a img
{
opacity: 1.0;
}
.proudify.coderwall li a:hover img
{
opacity: 0.6;
}
/****** Coderwall - end ******/
/****** CodeSchool - begin ******/
.proudify.codeschool li
{
float: left;
margin: 5px;
}
.proudify.codeschool li a img
{
width: 90px;
height: 90px;
border: 0;
}
.proudify.codeschool li a img
{
opacity: 1.0;
}
.proudify.codeschool li a:hover img
{
opacity: 0.6;
}
/****** CodeSchool - end ******/