Browse code

Removing old formstone libraries

Benjamin Roth authored on08/06/2016 14:32:18
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,123 +0,0 @@
1
-/*! formstone v0.8.35 [background.css] 2015-12-28 | MIT License | formstone.it */
2
-
3
-/**
4
-	 * @class
5
-	 * @name .fs-background-element
6
-	 * @type element
7
-	 * @description Target elmement
8
-	 */
9
-/**
10
-	 * @class
11
-	 * @name .fs-background
12
-	 * @type element
13
-	 * @description Base widget class
14
-	 */
15
-.fs-background {
16
-  overflow: hidden;
17
-  position: relative;
18
-  /**
19
-		 * @class
20
-		 * @name .fs-background-container
21
-		 * @type element
22
-		 * @description Container element
23
-		 */
24
-  /**
25
-		 * @class
26
-		 * @name .fs-background-media
27
-		 * @type element
28
-		 * @description Media element
29
-		 */
30
-  /**
31
-		 * @class
32
-		 * @name .fs-background-media.fs-background-animated
33
-		 * @type modifier
34
-		 * @description Indicates animated state
35
-		 */
36
-  /**
37
-		 * @class
38
-		 * @name .fs-background-media.fs-background-navtive
39
-		 * @type modifier
40
-		 * @description Indicates native support
41
-		 */
42
-  /**
43
-		 * @class
44
-		 * @name .fs-background-media.fs-background-fixed
45
-		 * @type modifier
46
-		 * @description Indicates fixed positioning
47
-		 */
48
-  /**
49
-		 * @class
50
-		 * @name .fs-background-embed
51
-		 * @type element
52
-		 * @description Embed/iFrame element
53
-		 */
54
-  /**
55
-		 * @class
56
-		 * @name .fs-background-embed.fs-background-embed-ready
57
-		 * @type modifier
58
-		 * @description Indicates ready state
59
-		 */
60
-}
61
-.fs-background,
62
-.fs-background-container,
63
-.fs-background-media {
64
-  -webkit-transition: none;
65
-          transition: none;
66
-}
67
-.fs-background-container {
68
-  width: 100%;
69
-  height: 100%;
70
-  position: absolute;
71
-  top: 0;
72
-  z-index: 0;
73
-  overflow: hidden;
74
-}
75
-.fs-background-media {
76
-  position: absolute;
77
-  top: 0;
78
-  bottom: 0;
79
-  opacity: 0;
80
-}
81
-.fs-background-media.fs-background-animated {
82
-  -webkit-transition: opacity 0.5s linear;
83
-          transition: opacity 0.5s linear;
84
-}
85
-.fs-background-media img,
86
-.fs-background-media video,
87
-.fs-background-media iframe {
88
-  width: 100%;
89
-  height: 100%;
90
-  display: block;
91
-  -webkit-user-drag: none;
92
-}
93
-.fs-background-media.fs-background-native,
94
-.fs-background-media.fs-background-fixed {
95
-  width: 100%;
96
-  height: 100%;
97
-}
98
-.fs-background-media.fs-background-native img,
99
-.fs-background-media.fs-background-fixed img {
100
-  display: none;
101
-}
102
-.fs-background-media.fs-background-native {
103
-  background-position: center;
104
-  background-size: cover;
105
-}
106
-.fs-background-media.fs-background-fixed {
107
-  background-position: center;
108
-  background-attachment: fixed;
109
-}
110
-.fs-background-embed.fs-background-ready:after {
111
-  width: 100%;
112
-  height: 100%;
113
-  position: absolute;
114
-  top: 0;
115
-  right: 0;
116
-  bottom: 0;
117
-  left: 0;
118
-  z-index: 1;
119
-  content: '';
120
-}
121
-.fs-background-embed.fs-background-ready iframe {
122
-  z-index: 0;
123
-}
Browse code

Update Formstone lib to version 0.8.35

Benjamin Roth authored on06/01/2016 15:21:58
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,123 @@
1
+/*! formstone v0.8.35 [background.css] 2015-12-28 | MIT License | formstone.it */
2
+
3
+/**
4
+	 * @class
5
+	 * @name .fs-background-element
6
+	 * @type element
7
+	 * @description Target elmement
8
+	 */
9
+/**
10
+	 * @class
11
+	 * @name .fs-background
12
+	 * @type element
13
+	 * @description Base widget class
14
+	 */
15
+.fs-background {
16
+  overflow: hidden;
17
+  position: relative;
18
+  /**
19
+		 * @class
20
+		 * @name .fs-background-container
21
+		 * @type element
22
+		 * @description Container element
23
+		 */
24
+  /**
25
+		 * @class
26
+		 * @name .fs-background-media
27
+		 * @type element
28
+		 * @description Media element
29
+		 */
30
+  /**
31
+		 * @class
32
+		 * @name .fs-background-media.fs-background-animated
33
+		 * @type modifier
34
+		 * @description Indicates animated state
35
+		 */
36
+  /**
37
+		 * @class
38
+		 * @name .fs-background-media.fs-background-navtive
39
+		 * @type modifier
40
+		 * @description Indicates native support
41
+		 */
42
+  /**
43
+		 * @class
44
+		 * @name .fs-background-media.fs-background-fixed
45
+		 * @type modifier
46
+		 * @description Indicates fixed positioning
47
+		 */
48
+  /**
49
+		 * @class
50
+		 * @name .fs-background-embed
51
+		 * @type element
52
+		 * @description Embed/iFrame element
53
+		 */
54
+  /**
55
+		 * @class
56
+		 * @name .fs-background-embed.fs-background-embed-ready
57
+		 * @type modifier
58
+		 * @description Indicates ready state
59
+		 */
60
+}
61
+.fs-background,
62
+.fs-background-container,
63
+.fs-background-media {
64
+  -webkit-transition: none;
65
+          transition: none;
66
+}
67
+.fs-background-container {
68
+  width: 100%;
69
+  height: 100%;
70
+  position: absolute;
71
+  top: 0;
72
+  z-index: 0;
73
+  overflow: hidden;
74
+}
75
+.fs-background-media {
76
+  position: absolute;
77
+  top: 0;
78
+  bottom: 0;
79
+  opacity: 0;
80
+}
81
+.fs-background-media.fs-background-animated {
82
+  -webkit-transition: opacity 0.5s linear;
83
+          transition: opacity 0.5s linear;
84
+}
85
+.fs-background-media img,
86
+.fs-background-media video,
87
+.fs-background-media iframe {
88
+  width: 100%;
89
+  height: 100%;
90
+  display: block;
91
+  -webkit-user-drag: none;
92
+}
93
+.fs-background-media.fs-background-native,
94
+.fs-background-media.fs-background-fixed {
95
+  width: 100%;
96
+  height: 100%;
97
+}
98
+.fs-background-media.fs-background-native img,
99
+.fs-background-media.fs-background-fixed img {
100
+  display: none;
101
+}
102
+.fs-background-media.fs-background-native {
103
+  background-position: center;
104
+  background-size: cover;
105
+}
106
+.fs-background-media.fs-background-fixed {
107
+  background-position: center;
108
+  background-attachment: fixed;
109
+}
110
+.fs-background-embed.fs-background-ready:after {
111
+  width: 100%;
112
+  height: 100%;
113
+  position: absolute;
114
+  top: 0;
115
+  right: 0;
116
+  bottom: 0;
117
+  left: 0;
118
+  z-index: 1;
119
+  content: '';
120
+}
121
+.fs-background-embed.fs-background-ready iframe {
122
+  z-index: 0;
123
+}