forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.css
More file actions
112 lines (112 loc) · 1.78 KB
/
tutorials.css
File metadata and controls
112 lines (112 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
table#tutorials-table.nav{
width:68%;
margin:0 auto 0 15px;
}
table.nav{
min-width:500px!important;
}
#demoArea{
position:absolute;
right:15px;
bottom:15px;
width:calc(32% - 40px);
height:calc(100% - 126px);
padding:20px 20px 0;
background:#fff;
box-sizing:border-box;
border-radius:0 0 20px 0;
}
#demoTitle{
position:absolute;
top:-33px;
left:0;
font-size:16px;
background:#fff;
padding:8px 20px;
border-bottom:1px solid #ddd;
}
#demoDescription{
line-height:22px;
margin:0 0 10px;
}
#title,#subTitle{
font-size:20px;
}
#linkToBin{
position:absolute;
top:-35px;
right:0px;
font-size:16px;
padding:6px 15px 8px;
color:#000;
background:#ddd;
transition:.3s;
border-radius:5px;
}
#linkToBin.demoLinktoBin{
top:-27px;
}
#linkToBin img{
height:18px;
margin-bottom:-4px;
margin-right:3px;
}
#linkToBin:link{
color:#000;
text-decoration: none;
}
#linkToBin:hover{
background:#fff;
}
#cuteman01{
display:block;
position:absolute;
bottom:-15px;
right:-5px;
width:160px;
height:103px;
z-index:999;
}
#cuteman01:before{
width:500px;
height:15px;
content:'';
position:absolute;
bottom:0;
right:0;
background:#333;
z-index:1;
pointer-events: none;
}
#cuteman01:after{
content:'';
width:100%;
height:100%;
position:absolute;
background:url(../media/cuteman01.png);
background-size:cover;
cursor:pointer;
z-index:2;
}
#sampleButton,#smaple-menu,#demo-resize-bar,#demo-select,#demoButton,.close-btn{
display:none;
}
#demo-area{
display:block!important;
position:relative;
top:0;
right:auto;
border:none;
border-radius:0;
width:100%;
min-width:0;
max-width:100%;
height:calc(100% - 34px)!important;
}
#demo-area .demo-area-content{
padding:0;
}
#demo-frame{
width:100%;
height:100%;
}