Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.socicon {
2
  position: relative;
3
  top: 1px;
4
  display: inline-block;
5
  font-family: 'socicon';
6
  font-style: normal;
7
  font-weight: normal;
8
  line-height: 1;
9
  -webkit-font-smoothing: antialiased;
10
}
11
 
12
.socicon-btn:empty
13
.socicon:empty {
14
    width: 1em;
15
}
16
 
17
.socicon-btn {
18
    position: relative;
19
  	display: inline-block;
20
  	font-family: 'socicon';
21
  	font-style: normal;
22
  	font-weight: normal;
23
  	line-height: 1;
24
    -webkit-font-smoothing: antialiased;
25
 
26
    text-align: center;
27
    width: 44px;
28
    height: 44px;
29
    padding-top: 11px;
30
    font-size: 24px;
31
    border: 1px solid $general-panel-border-color;
32
    color: $general-panel-font-color;
33
 
34
    transition: background, color 0.3s;
35
 
36
    &.socicon-solid {
37
    	border: 0;
38
    	width: 46px;
39
	    height: 46px;
40
	    padding-top: 12px;
41
    }
42
 
43
    &.socicon-btn-circle {
44
    	border-radius: 44px !important;
45
    }
46
 
47
    &:hover {
48
    	transition: background, color 0.3s;
49
      text-decoration: none;
50
    }
51
 
52
    &.socicon-lg {
53
    	width: 54px;
54
	    height: 54px;
55
	    padding-top: 13px;
56
	    font-size: 28px;
57
 
58
	    &.socicon-solid {
59
    		border: 0;
60
    		width: 55px;
61
	    	height: 55px;
62
	    	padding-top: 13px;
63
    	}
64
    }
65
 
66
 	&.socicon-sm {
67
    	width: 30px;
68
	    height: 30px;
69
	    padding-top: 8px;
70
	    font-size: 16px;
71
 
72
	    &.socicon-solid {
73
    		border: 0;
74
    		width: 30px;
75
	    	height: 30px;
76
	    	padding-top: 8px;
77
    	}
78
    }
79
}
80
 
81
.socicons {
82
	.socicon-btn {
83
		margin-bottom: 5px;
84
	}
85
}
86
 
87
.socicon-twitter:before { content: "a"; }
88
.socicon-facebook:before { content: "b"; }
89
.socicon-google:before { content: "c"; }
90
.socicon-pinterest:before { content: "d"; }
91
.socicon-foursquare:before { content: "e"; }
92
.socicon-yahoo:before { content: "f"; }
93
.socicon-skype:before { content: "g"; }
94
.socicon-yelp:before { content: "h"; }
95
.socicon-feedburner:before { content: "i"; }
96
.socicon-linkedin:before { content: "j"; }
97
.socicon-viadeo:before { content: "k"; }
98
.socicon-xing:before { content: "l"; }
99
.socicon-myspace:before { content: "m"; }
100
.socicon-soundcloud:before { content: "n"; }
101
.socicon-spotify:before { content: "o"; }
102
.socicon-grooveshark:before { content: "p"; }
103
.socicon-lastfm:before { content: "q"; }
104
.socicon-youtube:before { content: "r"; }
105
.socicon-vimeo:before { content: "s"; }
106
.socicon-dailymotion:before { content: "t"; }
107
.socicon-vine:before { content: "u"; }
108
.socicon-flickr:before { content: "v"; }
109
.socicon-500px:before { content: "w"; }
110
.socicon-instagram:before { content: "x"; }
111
.socicon-wordpress:before { content: "y"; }
112
.socicon-tumblr:before { content: "z"; }
113
.socicon-blogger:before { content: "A"; }
114
.socicon-technorati:before { content: "B"; }
115
.socicon-reddit:before { content: "C"; }
116
.socicon-dribbble:before { content: "D"; }
117
.socicon-stumbleupon:before { content: "E"; }
118
.socicon-digg:before { content: "F"; }
119
.socicon-envato:before { content: "G"; }
120
.socicon-behance:before { content: "H"; }
121
.socicon-delicious:before { content: "I"; }
122
.socicon-deviantart:before { content: "J"; }
123
.socicon-forrst:before { content: "K"; }
124
.socicon-playstore:before { content: "L"; }
125
.socicon-zerply:before { content: "M"; }
126
.socicon-wikipedia:before { content: "N"; }
127
.socicon-apple:before { content: "O"; }
128
.socicon-flattr:before { content: "P"; }
129
.socicon-github:before { content: "Q"; }
130
.socicon-chimein:before { content: "R"; }
131
.socicon-friendfeed:before { content: "S"; }
132
.socicon-newsvine:before { content: "T"; }
133
.socicon-identica:before { content: "U"; }
134
.socicon-bebo:before { content: "V"; }
135
.socicon-zynga:before { content: "W"; }
136
.socicon-steam:before { content: "X"; }
137
.socicon-xbox:before { content: "Y"; }
138
.socicon-windows:before { content: "Z"; }
139
.socicon-outlook:before { content: "1"; }
140
.socicon-coderwall:before { content: "2"; }
141
.socicon-tripadvisor:before { content: "3"; }
142
.socicon-appnet:before { content: "4"; }
143
.socicon-goodreads:before { content: "5"; }
144
.socicon-tripit:before { content: "6"; }
145
.socicon-lanyrd:before { content: "7"; }
146
.socicon-slideshare:before { content: "8"; }
147
.socicon-buffer:before { content: "9"; }
148
.socicon-rss:before { content: ","; }
149
.socicon-vkontakte:before { content: ";"; }
150
.socicon-disqus:before { content: ":"; }
151
.socicon-houzz:before { content: "+"; }
152
.socicon-mail:before { content: "@"; }
153
.socicon-patreon:before { content: "="; }
154
.socicon-paypal:before { content: "-"; }
155
.socicon-playstation:before { content: "^"; }
156
.socicon-smugmug:before { content: "ยจ"; }
157
.socicon-swarm:before { content: "$"; }
158
.socicon-triplej:before { content: "*"; }
159
.socicon-yammer:before { content: "&"; }
160
.socicon-stackoverflow:before { content: "("; }
161
.socicon-drupal:before { content: "#"; }
162
.socicon-odnoklassniki:before { content : ".";}
163
.socicon-android:before { content: "_"; }
164
.socicon-meetup:before { content: "]"; }
165
.socicon-persona:before { content: ")"; }