Browse code

Removing old formstone libraries

Benjamin Roth authored on08/06/2016 14:32:18
Showing1 changed files
1 1
deleted file mode 100755
... ...
@@ -1,138 +0,0 @@
1
-/*! formstone v0.7.12 [pagination.css] 2015-08-12 | MIT License | formstone.it */
2
-
3
-/**
4
-	 * @class
5
-	 * @name .fs-pagination-element
6
-	 * @type element
7
-	 * @description Target elmement
8
-	 */
9
-/**
10
-	 * @class
11
-	 * @name .fs-pagination
12
-	 * @type element
13
-	 * @description Base widget class
14
-	 */
15
-/**
16
-	 * @class
17
-	 * @name .fs-pagination.fs-pagination-mobile
18
-	 * @type modifier
19
-	 * @description Indicates mobile display
20
-	 */
21
-.fs-pagination {
22
-  /**
23
-		 * @class
24
-		 * @name .fs-pagination
25
-		 * @type element
26
-		 * @description Pages container
27
-		 */
28
-  /**
29
-		 * @class
30
-		 * @name .fs-pagination-page
31
-		 * @type element
32
-		 * @description Page element
33
-		 */
34
-  /**
35
-		 * @class
36
-		 * @name .fs-pagination-ellipsis
37
-		 * @type element
38
-		 * @description Ellipsis element
39
-		 */
40
-  /**
41
-		 * @class
42
-		 * @name .fs-pagination-page.fs-pagination-active
43
-		 * @type modifier
44
-		 * @description Indicates active page
45
-		 */
46
-  /**
47
-		 * @class
48
-		 * @name .fs-pagination-page.fs-pagination-first
49
-		 * @type modifier
50
-		 * @description Indicates first page
51
-		 */
52
-  /**
53
-		 * @class
54
-		 * @name .fs-pagination-page.fs-pagination-last
55
-		 * @type modifier
56
-		 * @description Indicates last page
57
-		 */
58
-  /**
59
-		 * @class
60
-		 * @name .fs-pagination-page.fs-pagination-visible
61
-		 * @type modifier
62
-		 * @description Indicates visible page
63
-		 */
64
-  /**
65
-		 * @class
66
-		 * @name .fs-pagination-control
67
-		 * @type element
68
-		 * @description Pagination button
69
-		 */
70
-  /**
71
-		 * @class
72
-		 * @name .fs-pagination-control.fs-pagination-control_previous
73
-		 * @type modifier
74
-		 * @description Indicates previous control
75
-		 */
76
-  /**
77
-		 * @class
78
-		 * @name .fs-pagination-control.fs-pagination-control_next
79
-		 * @type modifier
80
-		 * @description Indicates next control
81
-		 */
82
-  /**
83
-		 * @class
84
-		 * @name .fs-pagination-position
85
-		 * @type element
86
-		 * @description Mobile position indicator
87
-		 */
88
-  /**
89
-		 * @class
90
-		 * @name .fs-pagination-select
91
-		 * @type element
92
-		 * @description Mobile page dropdown
93
-		 */
94
-}
95
-.fs-pagination-pages {
96
-  text-align: center;
97
-}
98
-.fs-pagination-page,
99
-.fs-pagination-ellipsis {
100
-  display: none;
101
-  margin: 0 5px;
102
-}
103
-.fs-pagination-active,
104
-.fs-pagination-first,
105
-.fs-pagination-last,
106
-.fs-pagination-visible {
107
-  display: inline-block;
108
-}
109
-.fs-pagination-control {
110
-  border: none;
111
-  display: block;
112
-}
113
-.fs-pagination-control:focus {
114
-  outline: none;
115
-}
116
-.fs-pagination-control_previous {
117
-  float: left;
118
-}
119
-.fs-pagination-control_next {
120
-  float: right;
121
-}
122
-.fs-pagination-position,
123
-.fs-pagination-select {
124
-  display: none;
125
-}
126
-.fs-pagination-mobile .fs-pagination-pages {
127
-  display: none;
128
-}
129
-.fs-pagination-mobile .fs-pagination-position {
130
-  display: block;
131
-  text-align: center;
132
-}
133
-.fs-pagination-mobile .fs-pagination-select {
134
-  position: absolute;
135
-  z-index: -1;
136
-  display: block;
137
-  opacity: 0;
138
-}
Browse code

Initial commit

Benjamin Roth authored on13/08/2015 16:05:27
Showing1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,138 @@
1
+/*! formstone v0.7.12 [pagination.css] 2015-08-12 | MIT License | formstone.it */
2
+
3
+/**
4
+	 * @class
5
+	 * @name .fs-pagination-element
6
+	 * @type element
7
+	 * @description Target elmement
8
+	 */
9
+/**
10
+	 * @class
11
+	 * @name .fs-pagination
12
+	 * @type element
13
+	 * @description Base widget class
14
+	 */
15
+/**
16
+	 * @class
17
+	 * @name .fs-pagination.fs-pagination-mobile
18
+	 * @type modifier
19
+	 * @description Indicates mobile display
20
+	 */
21
+.fs-pagination {
22
+  /**
23
+		 * @class
24
+		 * @name .fs-pagination
25
+		 * @type element
26
+		 * @description Pages container
27
+		 */
28
+  /**
29
+		 * @class
30
+		 * @name .fs-pagination-page
31
+		 * @type element
32
+		 * @description Page element
33
+		 */
34
+  /**
35
+		 * @class
36
+		 * @name .fs-pagination-ellipsis
37
+		 * @type element
38
+		 * @description Ellipsis element
39
+		 */
40
+  /**
41
+		 * @class
42
+		 * @name .fs-pagination-page.fs-pagination-active
43
+		 * @type modifier
44
+		 * @description Indicates active page
45
+		 */
46
+  /**
47
+		 * @class
48
+		 * @name .fs-pagination-page.fs-pagination-first
49
+		 * @type modifier
50
+		 * @description Indicates first page
51
+		 */
52
+  /**
53
+		 * @class
54
+		 * @name .fs-pagination-page.fs-pagination-last
55
+		 * @type modifier
56
+		 * @description Indicates last page
57
+		 */
58
+  /**
59
+		 * @class
60
+		 * @name .fs-pagination-page.fs-pagination-visible
61
+		 * @type modifier
62
+		 * @description Indicates visible page
63
+		 */
64
+  /**
65
+		 * @class
66
+		 * @name .fs-pagination-control
67
+		 * @type element
68
+		 * @description Pagination button
69
+		 */
70
+  /**
71
+		 * @class
72
+		 * @name .fs-pagination-control.fs-pagination-control_previous
73
+		 * @type modifier
74
+		 * @description Indicates previous control
75
+		 */
76
+  /**
77
+		 * @class
78
+		 * @name .fs-pagination-control.fs-pagination-control_next
79
+		 * @type modifier
80
+		 * @description Indicates next control
81
+		 */
82
+  /**
83
+		 * @class
84
+		 * @name .fs-pagination-position
85
+		 * @type element
86
+		 * @description Mobile position indicator
87
+		 */
88
+  /**
89
+		 * @class
90
+		 * @name .fs-pagination-select
91
+		 * @type element
92
+		 * @description Mobile page dropdown
93
+		 */
94
+}
95
+.fs-pagination-pages {
96
+  text-align: center;
97
+}
98
+.fs-pagination-page,
99
+.fs-pagination-ellipsis {
100
+  display: none;
101
+  margin: 0 5px;
102
+}
103
+.fs-pagination-active,
104
+.fs-pagination-first,
105
+.fs-pagination-last,
106
+.fs-pagination-visible {
107
+  display: inline-block;
108
+}
109
+.fs-pagination-control {
110
+  border: none;
111
+  display: block;
112
+}
113
+.fs-pagination-control:focus {
114
+  outline: none;
115
+}
116
+.fs-pagination-control_previous {
117
+  float: left;
118
+}
119
+.fs-pagination-control_next {
120
+  float: right;
121
+}
122
+.fs-pagination-position,
123
+.fs-pagination-select {
124
+  display: none;
125
+}
126
+.fs-pagination-mobile .fs-pagination-pages {
127
+  display: none;
128
+}
129
+.fs-pagination-mobile .fs-pagination-position {
130
+  display: block;
131
+  text-align: center;
132
+}
133
+.fs-pagination-mobile .fs-pagination-select {
134
+  position: absolute;
135
+  z-index: -1;
136
+  display: block;
137
+  opacity: 0;
138
+}