real-world-css-libraries 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -7
- package/index.js +45 -6
- package/libs/30days30submits-18-v0.0.0.css +213 -0
- package/libs/amoled-cord-v5.0.11.css +894 -0
- package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
- package/libs/bootplus-v1.0.5.css +6876 -0
- package/libs/cleanslate-v0.10.1.css +454 -0
- package/libs/colofilter-v0.0.0.css +232 -0
- package/libs/enferno-v13.1.1.css +75 -0
- package/libs/facebook-buttons-v1.0.0.css +223 -0
- package/libs/fileicon-v0.1.1.css +140 -0
- package/libs/fluentbird-v1.1.2.css +1060 -0
- package/libs/freebies-v0.0.0.css +1110 -0
- package/libs/gitweb-theme-v0.0.0.css +764 -0
- package/libs/gridism-v0.2.2.css +133 -0
- package/libs/holmes-v6.8.12.css +483 -0
- package/libs/justified-v0.0.0.css +14 -0
- package/libs/kickoff-v8.0.0.css +2267 -0
- package/libs/knacss-v8.2.0.css +1141 -0
- package/libs/less-framework-v0.0.0.css +168 -0
- package/libs/linktree-v0.0.0.css +803 -0
- package/libs/littlebox-v0.0.4.css +5833 -0
- package/libs/lynx-v1.4.0.css +1587 -0
- package/libs/medium.css-v1.0.2.css +287 -0
- package/libs/obnoxious-v3.5.2.css +1144 -0
- package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
- package/libs/off-canvas-menu-effects-v0.0.0.css +238 -0
- package/libs/patternbolt-v0.0.0.css +861 -0
- package/libs/progress-tracker-v3.0.0.css +352 -0
- package/libs/proxmorph-v2.7.3.css +3952 -0
- package/libs/sapc-apca-v0.0.0.css +5546 -0
- package/libs/select2-bootstrap-v1.2.5.css +120 -0
- package/libs/shina-fox-v0.1.0.css +1194 -0
- package/libs/simptip-v1.0.4.css +447 -0
- package/libs/social-signin-buttons-v0.0.0.css +387 -0
- package/libs/spicetify-bloom-v0.0.0.css +2725 -0
- package/libs/stackoverflow-dark-v5.1.2.css +4962 -0
- package/libs/swagger-ui-themes-2-v2.1.0.css +1730 -0
- package/libs/swagger-ui-themes-3-v3.0.1.css +1793 -0
- package/libs/tailwind-cards-v0.0.0.css +215592 -0
- package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
- package/libs/tocas-v5.7.0.css +19928 -0
- package/libs/utility-opentype-v0.1.4.css +515 -0
- package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
- package/libs/waffle-grid-v1.3.6.css +544 -0
- package/libs/wenk-v1.0.8.css +126 -0
- package/libs/wikipedia-dark-v3.7.9.css +9990 -0
- package/libs/windows-95-v0.0.0.css +393 -0
- package/libs/woah-v1.3.1.css +1025 -0
- package/libs/yacy-v4.1.2.css +677 -0
- package/libs/yue-v1.1.1.css +180 -0
- package/package.json +3 -3
- package/test.js +3 -4
- /package/libs/{bootstrap-v4.6.2.css → bootstrap-4-v4.6.2.css} +0 -0
- /package/libs/{bootstrap-v5.3.8.css → bootstrap-5-v5.3.8.css} +0 -0
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
/* https://github.com/t0m/select2-bootstrap-css/blob/master/select2-bootstrap.css */
|
|
2
|
+
/**
|
|
3
|
+
* Select2 Bootstrap CSS v1.2.5
|
|
4
|
+
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
|
|
5
|
+
* MIT License
|
|
6
|
+
*/
|
|
7
|
+
.select2-container {
|
|
8
|
+
vertical-align: middle;
|
|
9
|
+
}
|
|
10
|
+
.select2-container.input-mini {
|
|
11
|
+
width: 60px;
|
|
12
|
+
}
|
|
13
|
+
.select2-container.input-small {
|
|
14
|
+
width: 90px;
|
|
15
|
+
}
|
|
16
|
+
.select2-container.input-medium {
|
|
17
|
+
width: 150px;
|
|
18
|
+
}
|
|
19
|
+
.select2-container.input-large {
|
|
20
|
+
width: 210px;
|
|
21
|
+
}
|
|
22
|
+
.select2-container.input-xlarge {
|
|
23
|
+
width: 270px;
|
|
24
|
+
}
|
|
25
|
+
.select2-container.input-xxlarge {
|
|
26
|
+
width: 530px;
|
|
27
|
+
}
|
|
28
|
+
.select2-container.input-default {
|
|
29
|
+
width: 220px;
|
|
30
|
+
}
|
|
31
|
+
.select2-container[class*="span"] {
|
|
32
|
+
float: none;
|
|
33
|
+
margin-left: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.select2-container .select2-choice,
|
|
37
|
+
.select2-container-multi .select2-choices {
|
|
38
|
+
height: 28px;
|
|
39
|
+
line-height: 29px;
|
|
40
|
+
border: 1px solid #ccc;
|
|
41
|
+
-webkit-border-radius: 4px;
|
|
42
|
+
-moz-border-radius: 4px;
|
|
43
|
+
border-radius: 4px;
|
|
44
|
+
background: none;
|
|
45
|
+
background-color: #fff;
|
|
46
|
+
filter: none;
|
|
47
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
48
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
49
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.select2-container .select2-choice div, .select2-container .select2-choice .select2-arrow,
|
|
53
|
+
.select2-container.select2-container-disabled .select2-choice div,
|
|
54
|
+
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
|
|
55
|
+
border-left: none;
|
|
56
|
+
background: none;
|
|
57
|
+
filter: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.control-group.error [class^="select2-choice"] {
|
|
61
|
+
border-color: #b94a48;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.select2-container-multi .select2-choices .select2-search-field {
|
|
65
|
+
height: 28px;
|
|
66
|
+
line-height: 27px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.select2-drop.select2-drop-active,
|
|
70
|
+
.select2-container-active .select2-choice,
|
|
71
|
+
.select2-container-multi.select2-container-active .select2-choices {
|
|
72
|
+
border-color: rgba(82, 168, 236, 0.8);
|
|
73
|
+
border-color: #ccc\0;
|
|
74
|
+
outline: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.select2-container-active .select2-choice,
|
|
78
|
+
.select2-container-multi.select2-container-active .select2-choices {
|
|
79
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
80
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
81
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
[class^="input-"] .select2-container {
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.input-prepend [class^="select2-choice"] {
|
|
89
|
+
border-top-left-radius: 0;
|
|
90
|
+
border-bottom-left-radius: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.input-append [class^="select2-choice"] {
|
|
94
|
+
border-top-right-radius: 0;
|
|
95
|
+
border-bottom-right-radius: 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.select2-dropdown-open [class^="select2-choice"] {
|
|
99
|
+
border-bottom-left-radius: 0;
|
|
100
|
+
border-bottom-right-radius: 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
|
104
|
+
border-top-left-radius: 0;
|
|
105
|
+
border-top-right-radius: 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
[class^="input-"] .select2-offscreen {
|
|
109
|
+
position: absolute;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* This stops the quick flash when a native selectbox is shown and
|
|
114
|
+
* then replaced by a select2 input when javascript kicks in. This can be
|
|
115
|
+
* removed if javascript is not present
|
|
116
|
+
*/
|
|
117
|
+
select.select2 {
|
|
118
|
+
height: 28px;
|
|
119
|
+
visibility: hidden;
|
|
120
|
+
}
|