-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLineAwesomeCKE.css
More file actions
55 lines (49 loc) · 827 Bytes
/
LineAwesomeCKE.css
File metadata and controls
55 lines (49 loc) · 827 Bytes
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
#lineawesome{
overflow:auto;
text-align:center;
height:400px;
width:100%;
margin:-2px;
}
#lineawesome>a{
display:block;
float:left;
margin:2px;
padding:.5em;
width:80px;
overflow:hidden;
border-radius:5px;
background:rgba(0,0,0,0.075);
white-space:normal;
text-align:center;
height:80px;
}
#lineawesome>a:hover{
background:rgba(255,255,255,0.25);
}
#lineawesome>a.active{
background:#fff;
}
#lineawesome>a>span.las,
#lineawesome>a>span.lab{
font-size:32px;
color:#000;
margin-bottom:0.5em;
}
#lineawesome>a>span.las{
font-family:'Line Awesome Free'!important;
}
#lineawesome>a>span.lab{
font-family:'Line Awesome Brands'!important;
}
#lineawesome>a>div{
line-height:1;
height:2.5em;
overflow:hidden;
text-align:center;
white-space:normal;
}
.lineawesomeSearch{
background:transparent!important;
border:none!important;
}