forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdemo.css
More file actions
116 lines (115 loc) · 3.13 KB
/
demo.css
File metadata and controls
116 lines (115 loc) · 3.13 KB
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
/* --------------------------------------------------------
FONT ICONS DEMO
-------------------------------------------------------- */
#fontIcons {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
}
#fontIcons .col-md-4,
#fontIcons .col-sm-6,
#fontIcons .col-lg-3 {
border-bottom: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
height: 40px;
padding-top: 10px;
}
#fontIcons .col-md-4 i,
#fontIcons .col-sm-6 i,
#fontIcons .col-lg-3 i {
font-size: 14px;
margin-right: 20px;
}
#fontIcons .col-md-4 span,
#fontIcons .col-sm-6 span,
#fontIcons .col-lg-3 span {
font-size: 16px;
margin-right: 15px;
}
#fontIcons span.text-muted {
visibility: hidden;
position: absolute;
}
#fontIcons ul.bs-glyphicons-list {
margin: 0 auto;
display: block;
float: left;
}
#fontIcons ul.bs-glyphicons-list li {
display: block;
float: left;
width: 120px;
height: 120px;
margin-bottom: 10px;
margin-right: 5px;
text-align: center;
padding: 20px 10px 10px 10px;
background: #f9f9f9;
}
#fontIcons ul.bs-glyphicons-list li span.glyphicon {
display: block;
font-size: 20px;
margin-bottom: 10px;
}
#fontIcons ul.linea {
display: block;
margin: auto auto auto auto;
padding-left: 100px;
}
#fontIcons ul.linea li{
list-style: none;
display: inline-block;
border: 1px solid #f0f0f0;
padding: 5px 0 0 10px;
margin: 0 10px 10px 0;
width: 300px;
}
#fontIcons ul.linea li div.icon {
color: #111;
font-size: 24px;
float: left;
margin-right: 10px;
}
#fontIcons ul.linea li input {
float: left;
border: 0;
width: 250px;
}
@media(max-width:968px) {
#fontIcons ul.linea {
padding-left: 0;
}
}
#svgIcons .flaticon {
width: 48px;
height: 48px;
margin: 1rem;
}
.test-animated-container {
background-color: #f5f7f9;
border: 1px solid #ccc;
cursor: pointer;
text-align: center;
padding: 0;
float: left;
vertical-align: middle;
width: 150px;
height: 50px;
margin-right: 10px;
margin-bottom: 10px;
padding-top: 15px;
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.b1r {
border: 1px solid red;
}
/*
.glyphs.css-mapping{margin:0 0 60px 0;padding:30px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}
.glyphs.css-mapping li{margin:0 10px 10px 0;padding:0;display:inline-block;overflow:hidden}
.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px;color:#162a36 !important;overflow:hidden;float:left;font-size:24px}
.glyphs.css-mapping input{margin:0;margin-top:5px;padding:8px;line-height:16px;font-size:13px;display:block;width:170px;height:40px;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;background:#fff;outline:0;float:right;}
.glyphs.css-mapping input:focus{border:1px solid #ff4530;-webkit-box-shadow:inset 0 0 3px #ff4530;box-shadow:inset 0 0 3px #ff4530}
.glyphs.css-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #ff4530;box-shadow:inset 0 0 3px #ff4530}*/