diff --git a/12/style.css b/12/style.css index 2aacf3e..6601874 100644 --- a/12/style.css +++ b/12/style.css @@ -739,4 +739,320 @@ filter: invert(1); color:black; width: 98%; display: inline-block; +} + + +/* Broadcast 12.6 */ + +.audio_06{ + width:900px; + height: 200px; + margin-top: 20px; + margin-bottom: 20px; + background-color: black; + border: 3px white solid; + position: absolute; + top: 250px; + z-index:102; + padding: 30px; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -o-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + user-select: none; +} + +#implicancies_06 { + position:relative; + background-color: black; + color: white; + border: 0px none; + padding: 20px; + height: 800px; +} + + #etherpad_06 { + /*text-align: center;*/ + white-space: pre-wrap; + width: 100px; + height: 100px; + font-family: Roboto Mono; + color: white; + /*overflow-y: hidden; + margin-bottom: 20px; + margin-top: 20px;*/ + background-color: black; + position: relative; + border: 3px white solid; + /*padding-top:30px;*/ + float: left; +} + + +#etherpad_drag_06 { + margin: 20px; + display: block; + width: 800px; + height: 500px; + border: none; + background-color: black; + position: absolute; + border: 3px white solid; + top: 530px; + left: 0px; + z-index:100; + box-shadow: 15px 10px black; +} + +.etherpad_iframe_06:hover{ + z-index:1000; +} + +.etherpad_iframe_06{ + display: inline-block; + position: relative; + height: 100%; + width: 100%; + padding-top: 20px; +} + +#etherpad_drag_06.hidden { + display:none; + overflow: hidden; +} + +.link_06 { + display:inline-block; + height: 100px; + width: 100px; + position: relative; + color: white; +} + +#resources_06 { + white-space: pre-wrap; + height: 360px; + width: 640px; + color: white; + font-size: 14px; + /*overflow-y: auto;*/ + background: black; + margin: 20px; + border: 3px solid white; + float: left; + font-family: Roboto Mono; + position: absolute; + top: 400px; + left: 740px; + z-index:101; + +} + + +#resources_06 iframe, #iframe_06 { + width: 100%; + height: 100%; + /*border: 3px solid white;*/ + background-color: black; + position: relative; +} + +.schedule_06{ + font-size: 18px; +} + +.misterpixel_06 { + font-family: "MisterPixel"; + font-size: 25px; +} + +#table_content_06{ + /*position: relative;*/ + /*align-content: left;*/ + font-size: 18px; + text-align: left; + width: 100%; + height: 100%; + } + +#table_content_06 > ul{ + list-style-type: none; + margin:0px; + padding:0px; +} + +.numbers_table_content_06{ + font-family:Pilowlava; + font-size:25px; + color:fuchsia; + } + + + +#week_06{ + margin-left: 3vw; + margin-bottom: 3vw; + padding: 3vw; + background-color: black; + position: relative; + width: 300px; + height: 620px; + float: left; + border: 3px solid white; + position: absolute; + top: 40px; + left: 900px; + z-index:100; +} + +#week_06.hidden{ + display:none; +} +#shell_06.hidden{ + display:none; +} +#resources_06.hidden{ + display:none; +} + +#week_06:hover{ + z-index:800; +} +#shell_06:hover{ + z-index:800; +} +#resources_06:hover{ + z-index:800; +} +.audio_06:hover{ + z-index:800; +} + +#etherpad_drag_06:hover{ + z-index:800; +} + +.icon_06 { + position: relative; + margin: 40px 50px 20px 50px; +} + +.icon_06:active { + cursor:pointer; + filter: invert(1); + +} + +#clock_icon_06 { + color: white; + border: 3px white solid; + width: 100px; + height: 100px; + align-content: center; + float:left; +} + +#TOC_icon_06 { + color: white; + border: 3px white solid; + width: 100px; + height: 100px; + align-content: center; + float:left; +} + +#resources_icon_06 { + color: white; + border: 3px white solid; + width: 100px; + height: 100px; + align-content: center; + float:left; +} + +#TOC_icon_06:hover { +color: fuchsia; +cursor:pointer; +filter: invert(1); +} +#clock_icon_06:hover { +color: fuchsia; +cursor:pointer; +filter: invert(1); +} +#resources_icon_06:hover { +color: fuchsia; +cursor:pointer; +filter: invert(1); +} + + + +.link_06:hover { +color: fuchsia; +cursor:pointer; +} + +.link_06 > img:hover { +filter: invert(1); +} + + +#shell_06header{ + padding: 5px; + padding-top: 10px; + cursor: move; + background-color: white; + color: #fff; + z-index:2000; + font-size: 8pt; + color:black; +} + + +#week_06header{ + position: absolute; + top:0px; + left:0px; + padding: 5px; + cursor: move; + background-color: white; + color: #fff; + z-index:2000; + font-size: 8pt; + color:black; + width: 98%; + display: inline-block; +} + +#resources_06header{ + position: absolute; + top:0px; + left:0px; + padding: 5px; + cursor: move; + background-color: white; + color: #fff; + z-index:2000; + font-size: 8pt; + color:black; + width: 100%; + display: inline-block; +} + +#etherpad_drag_header_06{ + position: absolute; + top:0px; + left:0px; + padding: 5px; + cursor: move; + background-color: white; + color: #fff; + z-index:2000; + font-size: 8pt; + color:black; + width: 98%; + display: inline-block; } \ No newline at end of file