File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 37
37
.markdown-section table th {
38
38
background : # eee ;
39
39
}
40
+
41
+ .page-wrapper .page-inner {
42
+ max-width : 960px ;
43
+ padding-left : 20px ;
44
+ }
45
+
46
+ a .run-code-button : hover , a .run-code-button : focus {
47
+ background : # 98d598 ;
48
+ text-decoration : none;
49
+ }
50
+
51
+ a .run-code-button {
52
+ float : right;
53
+ background : # cae7ca ;
54
+ border-radius : 4px ;
55
+ padding : 3px 10px ;
56
+ text-shadow : 0px 0px 2px white;
57
+ border : 1px solid # add2ad ;
58
+ margin-top : 3px ;
59
+ }
60
+
61
+ span .run-code-loading {
62
+ float : right;
63
+ background : # ffd02b ;
64
+ border-radius : 4px ;
65
+ padding : 3px 10px ;
66
+ text-shadow : 0px 0px 2px white;
67
+ border : 1px solid # eec036 ;
68
+ margin-top : 3px ;
69
+ margin-left : 10px ;
70
+ cursor : wait;
71
+ }
72
+
73
+ .video-player {
74
+ width : 100% ;
75
+ position : relative;
76
+ padding : 2px 0 56.25% 0 ;
77
+ height : 0 ;
78
+ }
79
+
80
+ .video-player iframe {
81
+ position : absolute;
82
+ top : 0 ;
83
+ left : 0 ;
84
+ width : 100% ;
85
+ height : 100% ;
86
+ }
You can’t perform that action at this time.
0 commit comments