-
Notifications
You must be signed in to change notification settings - Fork 9
/
coderbits.css
128 lines (127 loc) · 3 KB
/
coderbits.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
117
118
119
120
121
122
123
124
125
126
127
128
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
#coderbits div, #coderbits span,
#coderbits h1, #coderbits h2, #coderbits p,
#coderbits a, #coderbits img, #coderbits strong,
#coderbits ol, #coderbits ul, #coderbits li,
#coderbits section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
#coderbits section {
display: block;
}
#coderbits ol, #coderbits ul {
list-style: none;
}
#coderbits {
border: 1px solid #ddd;
border-radius: 4px;
font: normal 12px arial, sans-serif;
margin: 0 auto;
width: 198px;
background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fafafa 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
color: #000;
}
#coderbits a {
text-decoration: none;
color: #08C;
}
#coderbits a:hover {
text-decoration: none;
color: #05C;
}
#coderbits ol, ul {
list-style: none;
}
div#coderbits-summary {
padding: 4px 12px 2px 12px;
}
div#coderbits-avatar {
float: left;
}
#coderbits-avatar .avatar {
border: 1px solid #ddd;
padding: 1px;
width: 24px;
}
div#coderbits-overview {
margin-left: 36px;
}
#coderbits-overview h1 a {
font-size: 13px;
text-decoration: none;
}
#coderbits-overview p {
color: #666;
font: italic normal 10px arial, sans-serif;
}
div#coderbits-skills {
border-top: 1px solid #eee;
padding: 12px 12px 0 12px;
}
#coderbits-skills h2 {
font-size: 11px;
}
#coderbits-skills p {
font-size: 10px;
}
div#coderbits-stats {
padding: 12px 12px 0 12px;
}
#coderbits-stats p {
font-size: 10px;
}
#coderbits-stats-list li {
display: inline-block;
_display: inline; /* IE fix */
margin-right: 5px;
}
#coderbits-stats-list li p {
line-height: 17px;
}
#coderbits-stats-list li strong {
font-size: 11px;
}
#coderbits-stats-list li span {
color: #999;
font-size: 11px;
-webkit-text-shadow: 1px 1px 0 #fff;
text-shadow: 1px 1px 0 #fff;
}
#coderbits-stats-list li.last {
padding-left: 10px;
border-right: 0;
margin-right: 0;
padding-right: 0;
}
div#coderbits-awards {
padding: 15px 0 10px 7px;
}
#coderbits-badges {
margin-left: 5px;
}
#coderbits-badges img {
width: 22px;
height: 22px;
margin: 0 3px 0 0;
}
#coderbits-badges a {
display: inline-block;
height: 20px;
vertical-align: middle;
margin-left: 7px;
}