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.

372 lines
5.7 KiB
CSS

4 years ago
/*fonts*/
@font-face{
4 years ago
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");
4 years ago
}
@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");
}
4 years ago
@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;
}
body{
4 years ago
width:100%;
font-family: Roboto Mono;
4 years ago
font-size: 24px;
}
4 years ago
.back{
margin:20px;
}
.intro{
margin:40px;
max-width: 60%;
}
.page_title{
4 years ago
font-size:70px;
color: blue;
4 years ago
font-family: pitchoun;
4 years ago
}
4 years ago
.intro_text_01{
margin-top:15px;
4 years ago
font-size:30px;
}
4 years ago
.sec_title_01{
font-size:30px;
}
.sec_title_02{
font-family: pitchoun;
4 years ago
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;
}
4 years ago
.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;
font-style: italic;
}
4 years ago
.sec_title_contributors{
4 years ago
font-size:19px;
padding-top: 20px;
font-style: italic;
4 years ago
}
4 years ago
/*.contributors{
color: black;
margin:40px;
}*/
.contributors_names{
color: black;
margin-top: 10px;
font-size: 19px;
font-style: italic;
}
#week_01{
margin:40px;
4 years ago
padding: 40px;
4 years ago
border-style:dotted;
border-width:7px;
4 years ago
border-color: blue;
margin-top:30px;
max-width:70%;
}
#week_02{
font-family: pitchoun;
font-size:20px;
4 years ago
margin:40px;
4 years ago
padding: 40px;
4 years ago
background-color: yellow;
text-align: center;
margin-top:30px;
max-width:70%;
4 years ago
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%;
}
4 years ago
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;
}
4 years ago
4 years ago
.audio_01{
width:100%;
margin-top:40px;
}
4 years ago
4 years ago
.previous {
color: black;
margin:40px;
margin-top: 15px;
4 years ago
font-size: 60px;
text-align: center;
text-outline: 1px solid;
width: 100%;
height: auto;
background-color: ;
left: 0px;
/* position: relative;*/
margin: 160px 0px 90px 0px;
padding: 0px;
4 years ago
}
audio{
width:100%;
}
a{
color:red;
text-decoration: none;
}
a:hover{
color: orange;
}
.now_playing{
4 years ago
color: red;
4 years ago
}
#track{
display:none;
}
#shell_03 {
white-space: pre-wrap;
height: 30em;
width: 100%;
font-family: monospace;
color: white;
font-size: 14px;
overflow-y: auto;
background: Linen;
margin-top: 20px;
margin-bottom: 20px;
}
#shell_03.hidden {
4 years ago
display:none;
}
#shell_03 iframe {
width: 100%;
height: 100%;
border: none;
background-color: none;
}
#torusKnot {
height: 40em;
4 years ago
width: 100%;
4 years ago
}
/*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;
}
#resources {
white-space: pre-wrap;
height: 100%;
width: 45%;
font-family: monospace;
color: white;
font-size: 14px;
overflow-y: auto;
background: blue;
/*margin-top: 100px;*/
/*margin-bottom: 20px;*/
margin: 0px;
/*margin-top: 100px;*/
border: 10px solid pink;
}
#resources iframe {
width: 100%;
height: 100%;
border: 1px solid;
background-color: none;
position: relative;
}
#week_04{
/*padding: 40px;*/
/* border-style: ridge;
border-width:7px;
border-color: black;*/
/*margin-top:30px;*/
height: 100%;
width: 45%;
margin: 0px;
margin-left: 10px;
background-color: pink;
}
.schedule_04 {
position: relative;
width: 100%;
}
ul#table_content_04 li{
font-size: 18px;
text-align: left;
}
#etherpad {
text-align: center;
white-space: pre-wrap;
height: 45%;
width: 98%;
font-family: monospace;
color: white;
font-size: 14px;
overflow-y: auto;
background: blue;
margin-top: 20px;
margin-bottom: 20px;
border: 10px pink solid;
margin-top: 100px;
}
#etherpad.hidden {
display:block;
width: 100%;
height: 20%;
background-color: pink;
margin-top: 100px;
}
#etherpad iframe {
width: 100%;
height: 100%;
border: none;
background-color: none;
}
.audio_04{
width:100%;
margin-bottom:40px;
}