bootstrap_sb_admin_base_v2 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,16 @@
1
1
  /*!
2
- * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
2
+ * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
4
  */
5
5
  @font-face {
6
- font-family: "FontAwesome";
7
- src: font-url("fontawesome-webfont-v=4.2.0.eot");
8
- src: font-url("fontawesome-webfont-.eot#iefix&v=4.2.0") format("embedded-opentype"),
9
- font-url("fontawesome-webfont-v=4.2.0.woff") format("woff"),
10
- font-url("fontawesome-webfont-v=4.2.0.ttf") format("truetype"),
11
- font-url("fontawesome-webfont-v=4.2.0.svg#fontawesomeregular") format("svg");
6
+ font-family: 'FontAwesome';
7
+ src: font-url("fontawesome-webfont-v=4.6.3.eot");
8
+ src: font-url("fontawesome-webfont.eot#iefix&v=4.6.3") format("embedded-opentype"),
9
+ font_url("fontawesome-webfont-v=4.6.3.woff2") format("woff2"),
10
+ font-url("fontawesome-webfont-v=4.6.3.woff") format("woff"),
11
+ font-url("fontawesome-webfont-v=4.6.3.ttf") format("truetype"),
12
+ font-url("fontawesome-webfont-v=4.6.3.svg#fontawesomeregular") format("svg");
13
+
12
14
  font-weight: normal;
13
15
  font-style: normal;
14
16
  }
@@ -21,7 +23,7 @@
21
23
  -moz-osx-font-smoothing: grayscale;
22
24
  }
23
25
  .fa-lg {
24
- font-size: 1.33333333em;
26
+ font-size: 1.33333em;
25
27
  line-height: 0.75em;
26
28
  vertical-align: -15%;
27
29
  }
@@ -38,12 +40,12 @@
38
40
  font-size: 5em;
39
41
  }
40
42
  .fa-fw {
41
- width: 1.28571429em;
43
+ width: 1.28571em;
42
44
  text-align: center;
43
45
  }
44
46
  .fa-ul {
45
47
  padding-left: 0;
46
- margin-left: 2.14285714em;
48
+ margin-left: 2.14286em;
47
49
  list-style-type: none;
48
50
  > li {
49
51
  position: relative;
@@ -51,12 +53,12 @@
51
53
  }
52
54
  .fa-li {
53
55
  position: absolute;
54
- left: -2.14285714em;
55
- width: 2.14285714em;
56
- top: 0.14285714em;
56
+ left: -2.14286em;
57
+ width: 2.14286em;
58
+ top: 0.14286em;
57
59
  text-align: center;
58
60
  &.fa-lg {
59
- left: -1.85714286em;
61
+ left: -1.85714em;
60
62
  }
61
63
  }
62
64
  .fa-border {
@@ -64,6 +66,12 @@
64
66
  border: solid 0.08em #eee;
65
67
  border-radius: 0.1em;
66
68
  }
69
+ .fa-pull-left {
70
+ float: left;
71
+ }
72
+ .fa-pull-right {
73
+ float: right;
74
+ }
67
75
  .pull-right {
68
76
  float: right;
69
77
  }
@@ -82,6 +90,10 @@
82
90
  -webkit-animation: fa-spin 2s infinite linear;
83
91
  animation: fa-spin 2s infinite linear;
84
92
  }
93
+ .fa-pulse {
94
+ -webkit-animation: fa-spin 1s infinite steps(8);
95
+ animation: fa-spin 1s infinite steps(8);
96
+ }
85
97
  @-webkit-keyframes fa-spin {
86
98
  0% {
87
99
  -webkit-transform: rotate(0deg);
@@ -103,36 +115,36 @@
103
115
  }
104
116
  }
105
117
  .fa-rotate-90 {
106
- filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
118
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
107
119
  -webkit-transform: rotate(90deg);
108
120
  -ms-transform: rotate(90deg);
109
121
  transform: rotate(90deg);
110
122
  }
111
123
  .fa-rotate-180 {
112
- filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
124
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
113
125
  -webkit-transform: rotate(180deg);
114
126
  -ms-transform: rotate(180deg);
115
127
  transform: rotate(180deg);
116
128
  }
117
129
  .fa-rotate-270 {
118
- filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
130
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
119
131
  -webkit-transform: rotate(270deg);
120
132
  -ms-transform: rotate(270deg);
121
133
  transform: rotate(270deg);
122
134
  }
123
135
  .fa-flip-horizontal {
124
- filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
136
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
125
137
  -webkit-transform: scale(-1, 1);
126
138
  -ms-transform: scale(-1, 1);
127
139
  transform: scale(-1, 1);
128
140
  }
129
141
  .fa-flip-vertical {
130
- filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
142
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
131
143
  -webkit-transform: scale(1, -1);
132
144
  -ms-transform: scale(1, -1);
133
145
  transform: scale(1, -1);
134
146
  }
135
- :root {
147
+ :root {
136
148
  .fa-rotate-90,
137
149
  .fa-rotate-180,
138
150
  .fa-rotate-270,
@@ -612,6 +624,7 @@
612
624
  .fa-twitter:before {
613
625
  content: "\f099";
614
626
  }
627
+ .fa-facebook-f:before,
615
628
  .fa-facebook:before {
616
629
  content: "\f09a";
617
630
  }
@@ -624,6 +637,7 @@
624
637
  .fa-credit-card:before {
625
638
  content: "\f09d";
626
639
  }
640
+ .fa-feed:before,
627
641
  .fa-rss:before {
628
642
  content: "\f09e";
629
643
  }
@@ -1261,7 +1275,8 @@
1261
1275
  .fa-male:before {
1262
1276
  content: "\f183";
1263
1277
  }
1264
- .fa-gittip:before {
1278
+ .fa-gittip:before,
1279
+ .fa-gratipay:before {
1265
1280
  content: "\f184";
1266
1281
  }
1267
1282
  .fa-sun-o:before {
@@ -1365,7 +1380,7 @@
1365
1380
  .fa-digg:before {
1366
1381
  content: "\f1a6";
1367
1382
  }
1368
- .fa-pied-piper:before {
1383
+ .fa-pied-piper-pp:before {
1369
1384
  content: "\f1a7";
1370
1385
  }
1371
1386
  .fa-pied-piper-alt:before {
@@ -1491,6 +1506,7 @@
1491
1506
  content: "\f1ce";
1492
1507
  }
1493
1508
  .fa-ra:before,
1509
+ .fa-resistance:before,
1494
1510
  .fa-rebel:before {
1495
1511
  content: "\f1d0";
1496
1512
  }
@@ -1504,6 +1520,8 @@
1504
1520
  .fa-git:before {
1505
1521
  content: "\f1d3";
1506
1522
  }
1523
+ .fa-y-combinator-square:before,
1524
+ .fa-yc-square:before,
1507
1525
  .fa-hacker-news:before {
1508
1526
  content: "\f1d4";
1509
1527
  }
@@ -1672,3 +1690,506 @@
1672
1690
  .fa-meanpath:before {
1673
1691
  content: "\f20c";
1674
1692
  }
1693
+ .fa-buysellads:before {
1694
+ content: "\f20d";
1695
+ }
1696
+ .fa-connectdevelop:before {
1697
+ content: "\f20e";
1698
+ }
1699
+ .fa-dashcube:before {
1700
+ content: "\f210";
1701
+ }
1702
+ .fa-forumbee:before {
1703
+ content: "\f211";
1704
+ }
1705
+ .fa-leanpub:before {
1706
+ content: "\f212";
1707
+ }
1708
+ .fa-sellsy:before {
1709
+ content: "\f213";
1710
+ }
1711
+ .fa-shirtsinbulk:before {
1712
+ content: "\f214";
1713
+ }
1714
+ .fa-simplybuilt:before {
1715
+ content: "\f215";
1716
+ }
1717
+ .fa-skyatlas:before {
1718
+ content: "\f216";
1719
+ }
1720
+ .fa-cart-plus:before {
1721
+ content: "\f217";
1722
+ }
1723
+ .fa-cart-arrow-down:before {
1724
+ content: "\f218";
1725
+ }
1726
+ .fa-diamond:before {
1727
+ content: "\f219";
1728
+ }
1729
+ .fa-ship:before {
1730
+ content: "\f21a";
1731
+ }
1732
+ .fa-user-secret:before {
1733
+ content: "\f21b";
1734
+ }
1735
+ .fa-motorcycle:before {
1736
+ content: "\f21c";
1737
+ }
1738
+ .fa-street-view:before {
1739
+ content: "\f21d";
1740
+ }
1741
+ .fa-heartbeat:before {
1742
+ content: "\f21e";
1743
+ }
1744
+ .fa-venus:before {
1745
+ content: "\f221";
1746
+ }
1747
+ .fa-mars:before {
1748
+ content: "\f222";
1749
+ }
1750
+ .fa-mercury:before {
1751
+ content: "\f223";
1752
+ }
1753
+ .fa-intersex:before,
1754
+ .fa-transgender:before {
1755
+ content: "\f224";
1756
+ }
1757
+ .fa-transgender-alt:before {
1758
+ content: "\f225";
1759
+ }
1760
+ .fa-venus-double:before {
1761
+ content: "\f226";
1762
+ }
1763
+ .fa-mars-double:before {
1764
+ content: "\f227";
1765
+ }
1766
+ .fa-venus-mars:before {
1767
+ content: "\f228";
1768
+ }
1769
+ .fa-mars-stroke:before {
1770
+ content: "\f229";
1771
+ }
1772
+ .fa-mars-stroke-v:before {
1773
+ content: "\f22a";
1774
+ }
1775
+ .fa-mars-stroke-h:before {
1776
+ content: "\f22b";
1777
+ }
1778
+ .fa-neuter:before {
1779
+ content: "\f22c";
1780
+ }
1781
+ .fa-genderless:before {
1782
+ content: "\f22d";
1783
+ }
1784
+ .fa-facebook-official:before {
1785
+ content: "\f230";
1786
+ }
1787
+ .fa-pinterest-p:before {
1788
+ content: "\f231";
1789
+ }
1790
+ .fa-whatsapp:before {
1791
+ content: "\f232";
1792
+ }
1793
+ .fa-server:before {
1794
+ content: "\f233";
1795
+ }
1796
+ .fa-user-plus:before {
1797
+ content: "\f234";
1798
+ }
1799
+ .fa-user-times:before {
1800
+ content: "\f235";
1801
+ }
1802
+ .fa-hotel:before,
1803
+ .fa-bed:before {
1804
+ content: "\f236";
1805
+ }
1806
+ .fa-viacoin:before {
1807
+ content: "\f237";
1808
+ }
1809
+ .fa-train:before {
1810
+ content: "\f238";
1811
+ }
1812
+ .fa-subway:before {
1813
+ content: "\f239";
1814
+ }
1815
+ .fa-medium:before {
1816
+ content: "\f23a";
1817
+ }
1818
+ .fa-yc:before,
1819
+ .fa-y-combinator:before {
1820
+ content: "\f23b";
1821
+ }
1822
+ .fa-optin-monster:before {
1823
+ content: "\f23c";
1824
+ }
1825
+ .fa-opencart:before {
1826
+ content: "\f23d";
1827
+ }
1828
+ .fa-expeditedssl:before {
1829
+ content: "\f23e";
1830
+ }
1831
+ .fa-battery-4:before,
1832
+ .fa-battery-full:before {
1833
+ content: "\f240";
1834
+ }
1835
+ .fa-battery-3:before,
1836
+ .fa-battery-three-quarters:before {
1837
+ content: "\f241";
1838
+ }
1839
+ .fa-battery-2:before,
1840
+ .fa-battery-half:before {
1841
+ content: "\f242";
1842
+ }
1843
+ .fa-battery-1:before,
1844
+ .fa-battery-quarter:before {
1845
+ content: "\f243";
1846
+ }
1847
+ .fa-battery-0:before,
1848
+ .fa-battery-empty:before {
1849
+ content: "\f244";
1850
+ }
1851
+ .fa-mouse-pointer:before {
1852
+ content: "\f245";
1853
+ }
1854
+ .fa-i-cursor:before {
1855
+ content: "\f246";
1856
+ }
1857
+ .fa-object-group:before {
1858
+ content: "\f247";
1859
+ }
1860
+ .fa-object-ungroup:before {
1861
+ content: "\f248";
1862
+ }
1863
+ .fa-sticky-note:before {
1864
+ content: "\f249";
1865
+ }
1866
+ .fa-sticky-note-o:before {
1867
+ content: "\f24a";
1868
+ }
1869
+ .fa-cc-jcb:before {
1870
+ content: "\f24b";
1871
+ }
1872
+ .fa-cc-diners-club:before {
1873
+ content: "\f24c";
1874
+ }
1875
+ .fa-clone:before {
1876
+ content: "\f24d";
1877
+ }
1878
+ .fa-balance-scale:before {
1879
+ content: "\f24e";
1880
+ }
1881
+ .fa-hourglass-o:before {
1882
+ content: "\f250";
1883
+ }
1884
+ .fa-hourglass-1:before,
1885
+ .fa-hourglass-start:before {
1886
+ content: "\f251";
1887
+ }
1888
+ .fa-hourglass-2:before,
1889
+ .fa-hourglass-half:before {
1890
+ content: "\f252";
1891
+ }
1892
+ .fa-hourglass-3:before,
1893
+ .fa-hourglass-end:before {
1894
+ content: "\f253";
1895
+ }
1896
+ .fa-hourglass:before {
1897
+ content: "\f254";
1898
+ }
1899
+ .fa-hand-grab-o:before,
1900
+ .fa-hand-rock-o:before {
1901
+ content: "\f255";
1902
+ }
1903
+ .fa-hand-stop-o:before,
1904
+ .fa-hand-paper-o:before {
1905
+ content: "\f256";
1906
+ }
1907
+ .fa-hand-scissors-o:before {
1908
+ content: "\f257";
1909
+ }
1910
+ .fa-hand-lizard-o:before {
1911
+ content: "\f258";
1912
+ }
1913
+ .fa-hand-spock-o:before {
1914
+ content: "\f259";
1915
+ }
1916
+ .fa-hand-pointer-o:before {
1917
+ content: "\f25a";
1918
+ }
1919
+ .fa-hand-peace-o:before {
1920
+ content: "\f25b";
1921
+ }
1922
+ .fa-trademark:before {
1923
+ content: "\f25c";
1924
+ }
1925
+ .fa-registered:before {
1926
+ content: "\f25d";
1927
+ }
1928
+ .fa-creative-commons:before {
1929
+ content: "\f25e";
1930
+ }
1931
+ .fa-gg:before {
1932
+ content: "\f260";
1933
+ }
1934
+ .fa-gg-circle:before {
1935
+ content: "\f261";
1936
+ }
1937
+ .fa-tripadvisor:before {
1938
+ content: "\f262";
1939
+ }
1940
+ .fa-odnoklassniki:before {
1941
+ content: "\f263";
1942
+ }
1943
+ .fa-odnoklassniki-square:before {
1944
+ content: "\f264";
1945
+ }
1946
+ .fa-get-pocket:before {
1947
+ content: "\f265";
1948
+ }
1949
+ .fa-wikipedia-w:before {
1950
+ content: "\f266";
1951
+ }
1952
+ .fa-safari:before {
1953
+ content: "\f267";
1954
+ }
1955
+ .fa-chrome:before {
1956
+ content: "\f268";
1957
+ }
1958
+ .fa-firefox:before {
1959
+ content: "\f269";
1960
+ }
1961
+ .fa-opera:before {
1962
+ content: "\f26a";
1963
+ }
1964
+ .fa-internet-explorer:before {
1965
+ content: "\f26b";
1966
+ }
1967
+ .fa-tv:before,
1968
+ .fa-television:before {
1969
+ content: "\f26c";
1970
+ }
1971
+ .fa-contao:before {
1972
+ content: "\f26d";
1973
+ }
1974
+ .fa-500px:before {
1975
+ content: "\f26e";
1976
+ }
1977
+ .fa-amazon:before {
1978
+ content: "\f270";
1979
+ }
1980
+ .fa-calendar-plus-o:before {
1981
+ content: "\f271";
1982
+ }
1983
+ .fa-calendar-minus-o:before {
1984
+ content: "\f272";
1985
+ }
1986
+ .fa-calendar-times-o:before {
1987
+ content: "\f273";
1988
+ }
1989
+ .fa-calendar-check-o:before {
1990
+ content: "\f274";
1991
+ }
1992
+ .fa-industry:before {
1993
+ content: "\f275";
1994
+ }
1995
+ .fa-map-pin:before {
1996
+ content: "\f276";
1997
+ }
1998
+ .fa-map-signs:before {
1999
+ content: "\f277";
2000
+ }
2001
+ .fa-map-o:before {
2002
+ content: "\f278";
2003
+ }
2004
+ .fa-map:before {
2005
+ content: "\f279";
2006
+ }
2007
+ .fa-commenting:before {
2008
+ content: "\f27a";
2009
+ }
2010
+ .fa-commenting-o:before {
2011
+ content: "\f27b";
2012
+ }
2013
+ .fa-houzz:before {
2014
+ content: "\f27c";
2015
+ }
2016
+ .fa-vimeo:before {
2017
+ content: "\f27d";
2018
+ }
2019
+ .fa-black-tie:before {
2020
+ content: "\f27e";
2021
+ }
2022
+ .fa-fonticons:before {
2023
+ content: "\f280";
2024
+ }
2025
+ .fa-reddit-alien:before {
2026
+ content: "\f281";
2027
+ }
2028
+ .fa-edge:before {
2029
+ content: "\f282";
2030
+ }
2031
+ .fa-credit-card-alt:before {
2032
+ content: "\f283";
2033
+ }
2034
+ .fa-codiepie:before {
2035
+ content: "\f284";
2036
+ }
2037
+ .fa-modx:before {
2038
+ content: "\f285";
2039
+ }
2040
+ .fa-fort-awesome:before {
2041
+ content: "\f286";
2042
+ }
2043
+ .fa-usb:before {
2044
+ content: "\f287";
2045
+ }
2046
+ .fa-product-hunt:before {
2047
+ content: "\f288";
2048
+ }
2049
+ .fa-mixcloud:before {
2050
+ content: "\f289";
2051
+ }
2052
+ .fa-scribd:before {
2053
+ content: "\f28a";
2054
+ }
2055
+ .fa-pause-circle:before {
2056
+ content: "\f28b";
2057
+ }
2058
+ .fa-pause-circle-o:before {
2059
+ content: "\f28c";
2060
+ }
2061
+ .fa-stop-circle:before {
2062
+ content: "\f28d";
2063
+ }
2064
+ .fa-stop-circle-o:before {
2065
+ content: "\f28e";
2066
+ }
2067
+ .fa-shopping-bag:before {
2068
+ content: "\f290";
2069
+ }
2070
+ .fa-shopping-basket:before {
2071
+ content: "\f291";
2072
+ }
2073
+ .fa-hashtag:before {
2074
+ content: "\f292";
2075
+ }
2076
+ .fa-bluetooth:before {
2077
+ content: "\f293";
2078
+ }
2079
+ .fa-bluetooth-b:before {
2080
+ content: "\f294";
2081
+ }
2082
+ .fa-percent:before {
2083
+ content: "\f295";
2084
+ }
2085
+ .fa-gitlab:before {
2086
+ content: "\f296";
2087
+ }
2088
+ .fa-wpbeginner:before {
2089
+ content: "\f297";
2090
+ }
2091
+ .fa-wpforms:before {
2092
+ content: "\f298";
2093
+ }
2094
+ .fa-envira:before {
2095
+ content: "\f299";
2096
+ }
2097
+ .fa-universal-access:before {
2098
+ content: "\f29a";
2099
+ }
2100
+ .fa-wheelchair-alt:before {
2101
+ content: "\f29b";
2102
+ }
2103
+ .fa-question-circle-o:before {
2104
+ content: "\f29c";
2105
+ }
2106
+ .fa-blind:before {
2107
+ content: "\f29d";
2108
+ }
2109
+ .fa-audio-description:before {
2110
+ content: "\f29e";
2111
+ }
2112
+ .fa-volume-control-phone:before {
2113
+ content: "\f2a0";
2114
+ }
2115
+ .fa-braille:before {
2116
+ content: "\f2a1";
2117
+ }
2118
+ .fa-assistive-listening-systems:before {
2119
+ content: "\f2a2";
2120
+ }
2121
+ .fa-asl-interpreting:before,
2122
+ .fa-american-sign-language-interpreting:before {
2123
+ content: "\f2a3";
2124
+ }
2125
+ .fa-deafness:before,
2126
+ .fa-hard-of-hearing:before,
2127
+ .fa-deaf:before {
2128
+ content: "\f2a4";
2129
+ }
2130
+ .fa-glide:before {
2131
+ content: "\f2a5";
2132
+ }
2133
+ .fa-glide-g:before {
2134
+ content: "\f2a6";
2135
+ }
2136
+ .fa-signing:before,
2137
+ .fa-sign-language:before {
2138
+ content: "\f2a7";
2139
+ }
2140
+ .fa-low-vision:before {
2141
+ content: "\f2a8";
2142
+ }
2143
+ .fa-viadeo:before {
2144
+ content: "\f2a9";
2145
+ }
2146
+ .fa-viadeo-square:before {
2147
+ content: "\f2aa";
2148
+ }
2149
+ .fa-snapchat:before {
2150
+ content: "\f2ab";
2151
+ }
2152
+ .fa-snapchat-ghost:before {
2153
+ content: "\f2ac";
2154
+ }
2155
+ .fa-snapchat-square:before {
2156
+ content: "\f2ad";
2157
+ }
2158
+ .fa-pied-piper:before {
2159
+ content: "\f2ae";
2160
+ }
2161
+ .fa-first-order:before {
2162
+ content: "\f2b0";
2163
+ }
2164
+ .fa-yoast:before {
2165
+ content: "\f2b1";
2166
+ }
2167
+ .fa-themeisle:before {
2168
+ content: "\f2b2";
2169
+ }
2170
+ .fa-google-plus-circle:before,
2171
+ .fa-google-plus-official:before {
2172
+ content: "\f2b3";
2173
+ }
2174
+ .fa-fa:before,
2175
+ .fa-font-awesome:before {
2176
+ content: "\f2b4";
2177
+ }
2178
+ .sr-only {
2179
+ position: absolute;
2180
+ width: 1px;
2181
+ height: 1px;
2182
+ padding: 0;
2183
+ margin: -1px;
2184
+ overflow: hidden;
2185
+ clip: rect(0, 0, 0, 0);
2186
+ border: 0;
2187
+ }
2188
+ .sr-only-focusable:active, .sr-only-focusable:focus {
2189
+ position: static;
2190
+ width: auto;
2191
+ height: auto;
2192
+ margin: 0;
2193
+ overflow: visible;
2194
+ clip: auto;
2195
+ }