File: interactive.css

package info (click to toggle)
isort 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,548 kB
  • sloc: python: 15,337; javascript: 42; makefile: 28; sh: 22
file content (26 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
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
.editor {
    height: 400px;
    width: 49.7%;
    display: inline-block;
}
.configurator {
    height: 200px;
    width: 100%;
    clear: both;
    float: left;
}
#liveTester {
    background: black;
    color: white;
}
#sideBySide {
    white-space: nowrap;
}
#liveTester.fullscreen {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    bottom: 0px;
}