You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1005 lines
15 KiB
CSS
1005 lines
15 KiB
CSS
/*fonts*/
|
|
@font-face{
|
|
font-family:"Pitchoun";
|
|
src: url("font/pitchoun.ttf") format("truetype"),
|
|
url("http://hershey-noailles.luuse.io/output/pitchoun-dashed-regular/Hershey-Noailles-pitchoun-dashed-regular.ttf")format("truetype");
|
|
|
|
}
|
|
|
|
@font-face{
|
|
font-family:"Hershey";
|
|
src: url("font/Hershey-Noailles-timesb-handles-bold.ttf") format("truetype"),
|
|
url("http://hershey-noailles.luuse.io/output/timesb-handles-bold/Hershey-Noailles-timesb-handles-bold.ttf") format("truetype");
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: 'GapSansBold';
|
|
src: url('font/gapsansbold-webfont.eot');
|
|
src: url('font/gapsansbold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('font/gapsansbold-webfont.woff2') format('woff2'),
|
|
url('font/gapsansbold-webfont.woff') format('woff'),
|
|
url('font/gapsansbold-webfont.ttf') format('truetype'),
|
|
url('font/gapsansbold-webfont.svg#gap_sansbold') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
@font-face{
|
|
font-family:"Roboto Mono";
|
|
src: url("font/RobotoMono-Regular.ttf") format("truetype"),
|
|
url("https://fonts.googleapis.com/css?family=Roboto Mono")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Pilowlava";
|
|
src: url("font/Pilowlava-Regular.otf") format("opentype");
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "MisterPixel";
|
|
src: url("font/Mister Pixel Tools.otf") format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Kumar";
|
|
src: url("font/KumarOneOutline-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Typefesse";
|
|
src: url("font/Typefesse_Claire-Obscure.otf") format("opentype");
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
width:100%;
|
|
font-family: Roboto Mono;
|
|
font-size: 22px;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.back{
|
|
margin:20px;
|
|
}
|
|
|
|
a#main_page_link{
|
|
color:black;
|
|
}
|
|
a#main_page_link:hover{
|
|
color:fuchsia;
|
|
}
|
|
|
|
.intro{
|
|
margin:60px;
|
|
max-width: 60%;
|
|
margin-left: 100px;
|
|
font-size: 30px;
|
|
font-family: monotype;
|
|
}
|
|
|
|
#dash {
|
|
position: relative;
|
|
background-color: red;
|
|
width: 100%;
|
|
height: 5%;
|
|
}
|
|
|
|
.page_title{
|
|
font-size:70px;
|
|
color: blue;
|
|
font-family: pitchoun;
|
|
|
|
|
|
}
|
|
|
|
|
|
.page_title_2{
|
|
font-size: 70px;
|
|
color: #6dc82a;
|
|
font-family: Typefesse;
|
|
|
|
/*text-shadow: 10px 10px blue;*/
|
|
|
|
}
|
|
|
|
|
|
.intro_text{
|
|
margin-left:100px;
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.sec_title_01{
|
|
font-size:30px;
|
|
}
|
|
|
|
.sec_title_02{
|
|
font-family: pitchoun;
|
|
font-size:40px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sec_title_03{
|
|
font-family: hershey;
|
|
font-size:40px;
|
|
text-align: center;
|
|
color: white;
|
|
text-shadow: 2px 3px 5px;
|
|
}
|
|
|
|
.text_below_3{
|
|
font-family: hershey;
|
|
font-size:20px;
|
|
text-align: center;
|
|
color: blue;
|
|
text-shadow: 2px;
|
|
}
|
|
|
|
.text_above_3{
|
|
font-family: hershey;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
color: white;
|
|
text-shadow: 2px;
|
|
|
|
}
|
|
.sec_title_contributors{
|
|
font-size: 20px;
|
|
padding-top: 20px;
|
|
font-family: monotype;
|
|
}
|
|
|
|
/*.contributors{
|
|
color: black;
|
|
margin:40px;
|
|
}*/
|
|
|
|
.contributors_names{
|
|
color: black;
|
|
margin-top: 10px;
|
|
font-size: 22px;
|
|
font-family: monotype;
|
|
|
|
}
|
|
|
|
#week_01{
|
|
margin:40px;
|
|
padding: 40px;
|
|
border-style:dotted;
|
|
border-width:7px;
|
|
border-color: blue;
|
|
margin-top:30px;
|
|
max-width:70%;
|
|
}
|
|
|
|
#week_02{
|
|
font-family: pitchoun;
|
|
font-size:20px;
|
|
margin:40px;
|
|
padding: 40px;
|
|
background-color: yellow;
|
|
text-align: center;
|
|
margin-top:30px;
|
|
max-width:70%;
|
|
right: 0px;
|
|
margin-left: 30%;
|
|
}
|
|
|
|
#week_03{
|
|
font-family: hershey;
|
|
font-size:20px;
|
|
margin:40px;
|
|
padding: 40px;
|
|
background-image: linear-gradient(blue, white);
|
|
text-align: center;
|
|
margin-top:30px;
|
|
margin-bottom:30px;
|
|
max-width:70%;
|
|
right: 0px;
|
|
margin-right: 30%;
|
|
}
|
|
|
|
ul#table_content_01 li{
|
|
font-size: 18px;
|
|
}
|
|
|
|
ul#table_content_02 li{
|
|
display: inline;
|
|
align-content: initial;
|
|
margin-left:5px;
|
|
}
|
|
|
|
ul#table_content_02{
|
|
margin-left: 15px;
|
|
margin-right: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
ul#table_content_03 li{
|
|
display: inline;
|
|
align-content: initial;
|
|
margin-left:5px;
|
|
}
|
|
|
|
|
|
ul#table_content_03{
|
|
color: white;
|
|
margin-left: 15px;
|
|
margin-right: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
#table_content_02 span{
|
|
margin-left: 5px;
|
|
color: orangered;
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
#table_content_03 span{
|
|
margin-left: 5px;
|
|
color: yellow;
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
|
.audio_01{
|
|
width:100%;
|
|
margin-top:40px;
|
|
}
|
|
|
|
|
|
|
|
.previous {
|
|
color: black;
|
|
font-size: 80px;
|
|
font-family: GapSansBold;
|
|
letter-spacing: 100px;
|
|
width: 100%;
|
|
height: auto;
|
|
padding-top: 60px;
|
|
margin-bottom: 60px;
|
|
text-align: center;
|
|
border-top: 5px dashed black;
|
|
}
|
|
|
|
audio{
|
|
width:100%;
|
|
}
|
|
|
|
a{
|
|
color:red;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover{
|
|
color: blue;
|
|
}
|
|
|
|
.now_playing{
|
|
color: white;
|
|
font-size: 20px;
|
|
background-color: black;
|
|
}
|
|
|
|
#implicancies_05 .now_playing{
|
|
color: fuchsia;
|
|
font-size: 20px;
|
|
}
|
|
|
|
|
|
#track{
|
|
display:none;
|
|
}
|
|
|
|
#shell_03 {
|
|
position: absolute;
|
|
white-space: pre-wrap;
|
|
/*height: 350px;
|
|
width: 500px;*/
|
|
font-family: monospace;
|
|
color: white;
|
|
font-size: 14px;
|
|
background: black;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
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;
|
|
|
|
}
|
|
|
|
#shell_03.hidden {
|
|
display:none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#shell_03 iframe{
|
|
width: 700px;
|
|
height: 200px;
|
|
border: none;
|
|
background-color: none;
|
|
overflow: hidden;
|
|
border: 3px solid white;
|
|
}
|
|
|
|
#torusKnot {
|
|
height: 40em;
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
/*broadcast 12.4*/
|
|
|
|
|
|
#implicancies_04 > div {
|
|
display: inline-block;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#implicancies_04 {
|
|
text-align: center;
|
|
margin: 0px;
|
|
max-width: 100%;
|
|
height: 60%;
|
|
padding: 0px;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
#resources, #resources_04 {
|
|
white-space: pre-wrap;
|
|
height: 360px;
|
|
width: 45%;
|
|
color: black;
|
|
font-size: 14px;
|
|
/*overflow-y: auto;*/
|
|
background: #FAF0E6;
|
|
margin: 0px;
|
|
border: 10px solid black;
|
|
float: left;
|
|
margin-left: 50px;
|
|
font-family: Roboto Mono;
|
|
}
|
|
|
|
|
|
|
|
#resources iframe, #iframe_04 {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #FAF0E6;
|
|
background-color: none;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
#week_04{
|
|
width: 43%;
|
|
margin: 0px;
|
|
margin-right: 70px;
|
|
background-color: ;
|
|
float: right;
|
|
}
|
|
|
|
.schedule_04 {
|
|
width: 100%;
|
|
padding-top: 0px;
|
|
margin-top: 0px;
|
|
background-color:;
|
|
|
|
}
|
|
|
|
#table_content_04 {
|
|
align-content: initial;
|
|
font-size: 18px;
|
|
text-align: left;
|
|
background-color:;
|
|
list-style-type: none;
|
|
padding-left: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.audio_04{
|
|
width:100%;
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
background-color: white;
|
|
}
|
|
|
|
.link_04{
|
|
color:blue;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.about_04{
|
|
text-align: center;
|
|
color: black;
|
|
font-family:"Roboto Mono";
|
|
font-size: 15px;
|
|
}
|
|
|
|
#etherpad_04 {
|
|
display: block;
|
|
width: 100%;
|
|
height: 20%;
|
|
background: #FAF0E6;
|
|
margin-top:50px;
|
|
text-align:center;
|
|
|
|
|
|
}
|
|
|
|
/* Broadcast 12.5 */
|
|
|
|
.audio_05{
|
|
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_05 {
|
|
position:relative;
|
|
background-color: black;
|
|
color: white;
|
|
border: 0px none;
|
|
padding: 20px;
|
|
height: 800px;
|
|
}
|
|
|
|
#etherpad {
|
|
/*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 {
|
|
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:hover{
|
|
z-index:1000;
|
|
}
|
|
|
|
.etherpad_iframe{
|
|
display: inline-block;
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#etherpad_drag.hidden {
|
|
display:none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.link_05 {
|
|
display:inline-block;
|
|
height: 100px;
|
|
width: 100px;
|
|
position: relative;
|
|
color: white;
|
|
}
|
|
|
|
#resources_05 {
|
|
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_05 iframe, #iframe_05 {
|
|
width: 100%;
|
|
height: 100%;
|
|
/*border: 3px solid white;*/
|
|
background-color: black;
|
|
position: relative;
|
|
}
|
|
|
|
.schedule_05{
|
|
font-size: 18px;
|
|
}
|
|
|
|
.misterpixel {
|
|
font-family: "MisterPixel";
|
|
font-size: 25px;
|
|
}
|
|
|
|
#table_content_05{
|
|
/*position: relative;*/
|
|
/*align-content: left;*/
|
|
font-size: 18px;
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#table_content_05 > ul{
|
|
list-style-type: none;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
.numbers_table_content_05{
|
|
font-family:Pilowlava;
|
|
font-size:25px;
|
|
color:fuchsia;
|
|
}
|
|
|
|
|
|
|
|
#week_05{
|
|
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_05.hidden{
|
|
display:none;
|
|
}
|
|
#shell_03.hidden{
|
|
display:none;
|
|
}
|
|
#resources_05.hidden{
|
|
display:none;
|
|
}
|
|
|
|
#week_05:hover{
|
|
z-index:800;
|
|
}
|
|
#shell_03:hover{
|
|
z-index:800;
|
|
}
|
|
#resources_05:hover{
|
|
z-index:800;
|
|
}
|
|
.audio_05:hover{
|
|
z-index:800;
|
|
}
|
|
|
|
#etherpad_drag:hover{
|
|
z-index:800;
|
|
}
|
|
|
|
.icon {
|
|
position: relative;
|
|
margin: 40px 50px 20px 50px;
|
|
}
|
|
|
|
.icon:active {
|
|
cursor:pointer;
|
|
filter: invert(1);
|
|
|
|
}
|
|
|
|
#clock_icon {
|
|
color: white;
|
|
border: 3px white solid;
|
|
width: 100px;
|
|
height: 100px;
|
|
align-content: center;
|
|
float:left;
|
|
}
|
|
|
|
#TOC_icon {
|
|
color: white;
|
|
border: 3px white solid;
|
|
width: 100px;
|
|
height: 100px;
|
|
align-content: center;
|
|
float:left;
|
|
}
|
|
|
|
#resources_icon {
|
|
color: white;
|
|
border: 3px white solid;
|
|
width: 100px;
|
|
height: 100px;
|
|
align-content: center;
|
|
float:left;
|
|
}
|
|
|
|
#TOC_icon:hover {
|
|
color: fuchsia;
|
|
cursor:pointer;
|
|
filter: invert(1);
|
|
}
|
|
#clock_icon:hover {
|
|
color: fuchsia;
|
|
cursor:pointer;
|
|
filter: invert(1);
|
|
}
|
|
#resources_icon:hover {
|
|
color: fuchsia;
|
|
cursor:pointer;
|
|
filter: invert(1);
|
|
}
|
|
|
|
|
|
|
|
.link_05:hover {
|
|
color: fuchsia;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.link_05 > img:hover {
|
|
filter: invert(1);
|
|
}
|
|
|
|
|
|
#shell_03header{
|
|
padding: 5px;
|
|
padding-top: 10px;
|
|
cursor: move;
|
|
background-color: white;
|
|
color: #fff;
|
|
z-index:2000;
|
|
font-size: 8pt;
|
|
color:black;
|
|
}
|
|
|
|
|
|
#week_05header{
|
|
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_05header{
|
|
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{
|
|
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;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*broadcast 12.6*/
|
|
|
|
|
|
#implicancies_06 > div {
|
|
display: inline-block;
|
|
text-align: center;
|
|
background-color: black;
|
|
z-index: 100;
|
|
margin-top: 180px;
|
|
padding-top: 60px;
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
#implicancies_06 {
|
|
text-align: center;
|
|
margin: 0px;
|
|
max-width: 100%;
|
|
height: 60%;
|
|
padding: 0px;
|
|
background-color: darkgrey;
|
|
z-index: 100;
|
|
}
|
|
|
|
#resources, #resources_06 {
|
|
white-space: pre-wrap;
|
|
height: 432px;
|
|
width: 768px;
|
|
color: white;
|
|
font-size: 14px;
|
|
/*overflow-y: auto;*/
|
|
background-image: linear-gradient(to right, black, darkblue);
|
|
margin: 0px;
|
|
border: 10px solid black;
|
|
float: right;
|
|
font-family: Roboto Mono;
|
|
}
|
|
|
|
|
|
|
|
#resources iframe, #iframe_06 {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid black;
|
|
background-color: none;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
#week_06{
|
|
width: 100%;
|
|
margin: 0px;
|
|
margin-right: 70px;
|
|
background-color: ;
|
|
float: left;
|
|
font-family: monotype;
|
|
}
|
|
|
|
.schedule_06 {
|
|
padding-top: 0px;
|
|
margin-top: 0px;
|
|
background-color:;
|
|
color:#6dc82a;
|
|
float: left;
|
|
font-size: 34px;
|
|
font-style: italic;
|
|
margin-left:20%;
|
|
}
|
|
|
|
#table_content_06{
|
|
width:35%;
|
|
}
|
|
|
|
#table_content_06 >ul {
|
|
display: inline;
|
|
align-content: initial;
|
|
font-size: 20px;
|
|
text-align: left;
|
|
background-color:;
|
|
list-style-type: none;
|
|
padding-left: 30px;
|
|
margin-bottom: 30px;
|
|
color:#6dc82a;
|
|
}
|
|
|
|
/*ul#table_content_06 li{
|
|
display: inline;
|
|
align-content: initial;
|
|
margin-left:5px;
|
|
}*/
|
|
|
|
.audio_06{
|
|
display: inline-block;
|
|
width:60%;
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
background-color: black;
|
|
margin-right:200px;
|
|
}
|
|
|
|
.link_06{
|
|
color:blue;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.about_06{
|
|
text-align: center;
|
|
color: black;
|
|
font-family:"Roboto Mono";
|
|
font-size: 15px;
|
|
}
|
|
|
|
#comment06 {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 20%;
|
|
background-image: linear-gradient(to right, black, darkblue);
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
margin-top: 30px;
|
|
color: #6dc82a;
|
|
|
|
}
|
|
|
|
/*#etherpad_06 {
|
|
position: absolute;
|
|
top: 830px;
|
|
left: 300px;
|
|
z-index: 10;
|
|
height: 500px;
|
|
width: 500px;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#etherpad_06header {
|
|
padding: 10px;
|
|
cursor: move;
|
|
z-index: 10;
|
|
background-image: linear-gradient(to right, black, darkblue);
|
|
color: black;
|
|
font-size: 12px;
|
|
color: #6dc82a;
|
|
}
|
|
|
|
.e06_hidden {
|
|
display: none;
|
|
right: 40%;
|
|
}
|
|
|
|
#iframe_pad06 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}*/
|
|
|
|
#chat06 {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 20%;
|
|
background-image: linear-gradient(to right, black, black, darkblue);
|
|
text-align: center;
|
|
padding-top: 15px;
|
|
padding-bottom: 10px;
|
|
/*margin-top: 30px;*/
|
|
color: #6dc82a;
|
|
float: right;
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
#chat_btn{
|
|
font-family: monotype;
|
|
font-size: 20px;
|
|
}
|
|
|
|
#chat_btn:hover{
|
|
color:#6dc82a;
|
|
}
|
|
|
|
|
|
#chatwindow {
|
|
position: absolute;
|
|
top: 173%;
|
|
left: 0px;
|
|
z-index: 10;
|
|
height: 500px;
|
|
width: 570px;
|
|
text-align: center;
|
|
/* border: 1px solid #d3d3d3;*/
|
|
}
|
|
|
|
#chat_06header {
|
|
padding: 10px;
|
|
cursor: move;
|
|
z-index: 10;
|
|
background-image: linear-gradient(to right, darkblue, black, darkblue);
|
|
color: black;
|
|
font-size: 12px;
|
|
color: #6dc82a;
|
|
}
|
|
|
|
.ch06_hidden {
|
|
display: none;
|
|
right: 40%;
|
|
}
|
|
|
|
#iframe_chat06 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
.archive{
|
|
display: inline-block;
|
|
/*background-color: red;*/
|
|
height: 100%;
|
|
padding-top: 200px;
|
|
}
|
|
|
|
div.c_downclock{
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
margin-top: 55px;
|
|
margin-right: 45px;
|
|
z-index: -10;
|
|
}
|
|
|
|
#implicancies_06 .now_playing{
|
|
background-color: rgba(0,0,139, 0.5);
|
|
}
|