Browse
For agents
About
GetResponse Forms by Optin Cat
/
1.3.8
GetResponse Forms by Optin Cat
v1.3.8
Switch version
1.3.4
1.3.5
1.3.6
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.5.2
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.6.1
1.6.2
1.6.3
1.7.0
1.7.1
1.7.2
1.8.0
1.8.1
2.0.0
All 36 releases
Overview
Code
getresponse
/
includes
/
classes
/
scssphp
/
tests
/
outputs
/
values.css
values.css
in GetResponse Forms by Optin Cat 1.3.8, at includes/classes/scssphp/tests/outputs/values.css
35 lines
655 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
#
values
{
2
color
:
#
eee
;
3
color
:
#
eee
;
4
height
:
20
px
;
5
width
:
80
%
;
6
color
:
"
hello world
"
;
7
height
:
url
(
"
http://google.com
"
)
;
8
dads
:
url
(
http://leafo.net
)
;
9
padding
:
10
px
10
px
10
px
10
px
,
3
px
3
px
3
px
;
10
textblock
:
"
This is a
\
11
multiline block
\
12
#not { color: #eee;}
"
;
13
margin
:
4
,
3
,
1
;
14
content
:
"
This is a
\
15
multiline string.
"
;
16
border-radius
:
-1
px
-1
px
-1
px
black
;
}
17
18
#
subtraction
{
19
lit
:
10
-11
;
20
lit
:
-1
;
21
lit
:
-1
;
22
lit
:
-1
;
23
var
:
10
-100
;
24
var
:
-90
;
25
var
:
-90
;
26
var
:
-90
;
}
27
28
#
special
{
29
a
:
12
px
expression(
1
+ (
3
/ Foo.bar(
"
baz
"
+
"
bang
"
) +
function
() {
return
12
;
}
) % 12); }
30
31
#
unary
{
32
b
:
0.5
em
;
33
c
:
-foo(
12
px
)
;
34
d
:
+foo(
12
px
)
;
}
35