PluginProbe
Scrollsequence – Cinematic Scroll Image Animation Plugin / 0.9.92
Scrollsequence – Cinematic Scroll Image Animation Plugin v0.9.92
1.4.3 1.4.4 1.4.5 1.4.6 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 trunk 0.9.92 0.9.93 0.9.94 0.9.96 1.0.072 1.0.073 All 61 releases
scrollsequence / public / css / scrollsequence-public.css

scrollsequence-public.css in Scrollsequence – Cinematic Scroll Image Animation Plugin 0.9.92, at public/css/scrollsequence-public.css

41 lines 599 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your public-facing functionality should be
3 * included in this file.
4 */
5
6
7
8 /* This file is not really needed. */
9
10
11 /*SCROLLSEQUENCE CSS REQUIRED */
12 body,
13 html {
14 height: 100%;
15 font-size: 16px;
16 font-weight: normal;
17 font-family: "Roboto", sans-serif;
18 margin: 0;
19 padding: 0;
20 }
21
22 /*SCROLLSEQUENCE CSS VARIABLE */
23 :root {
24 --border: 0px;
25 }
26 /*SCROLLSEQUENCE CSS DEBUG */
27 #canvas{
28 border: var(--border) solid yellow;
29 }
30
31 #scrollsequence-wrap{
32 border: var(--border) solid black;
33 }
34
35 .scrollsequence-page{
36 border: var(--border) dotted orange;
37
38 }
39
40
41