aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Blocks/Flipboard/css/fallback.css')
-rw-r--r--Blocks/Flipboard/css/fallback.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/Blocks/Flipboard/css/fallback.css b/Blocks/Flipboard/css/fallback.css
new file mode 100644
index 0000000..6ceae5a
--- /dev/null
+++ b/Blocks/Flipboard/css/fallback.css
@@ -0,0 +1,41 @@
1.no-csstransforms3d body{
2 overflow: auto;
3}
4.no-csstransforms3d .f-page.f-cover,
5.no-csstransforms3d .f-page.f-cover-back{
6 display: none !important;
7}
8.no-csstransforms3d .f-title{
9 position: relative;
10}
11.no-csstransforms3d .main-title{
12 position: relative;
13 width: 100%;
14}
15.no-csstransforms3d .box{
16 width: auto;
17 float: none;
18 height: auto;
19 margin: 20px;
20 box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
21 cursor: auto;
22}
23.no-csstransforms3d .box:after,
24.no-csstransforms3d .box-img-left:after,
25.no-csstransforms3d .box-img-right:after{
26 display: none;
27}
28.no-csstransforms3d .box .img-cont,
29.no-csstransforms3d .box-img-left .img-cont,
30.no-csstransforms3d .box-img-right .img-cont{
31 width: 300px;
32 height: 200px;
33 float: left;
34 margin: 10px 20px 20px 0;
35}
36.no-csstransforms3d .box-img-left p{
37 margin-left: 0px
38}
39.no-csstransforms3d .box-img-right p{
40 margin-right: 0px
41} \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)