|
|
|
@ -1,5 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*fonts*/
|
|
|
|
|
@font-face{
|
|
|
|
|
font-family:"Pitchoun";
|
|
|
|
@ -8,6 +6,11 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
|
font-family:"Hershey";
|
|
|
|
|
src: url("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");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
|
|
|
|
@ -48,8 +51,21 @@ body{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sec_title_03{
|
|
|
|
|
font-family: hershey;
|
|
|
|
|
font-size:40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: black;
|
|
|
|
|
text-shadow: 2px 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text_below_3{
|
|
|
|
|
font-family: hershey;
|
|
|
|
|
font-size:20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: black;
|
|
|
|
|
text-shadow: 2px;
|
|
|
|
|
}
|
|
|
|
|
.sec_title_contributors{
|
|
|
|
|
font-size:30px;
|
|
|
|
|
}
|
|
|
|
@ -78,6 +94,20 @@ body{
|
|
|
|
|
margin-left: 30%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#week_03{
|
|
|
|
|
font-family: hershey;
|
|
|
|
|
font-size:20px;
|
|
|
|
|
margin:40px;
|
|
|
|
|
padding: 40px;
|
|
|
|
|
background-color: #66CDAA;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top:30px;
|
|
|
|
|
max-width:70%;
|
|
|
|
|
right: 0px;
|
|
|
|
|
margin-right: 30%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ul#table_content_02 li{
|
|
|
|
|
display: inline;
|
|
|
|
|
align-content: initial;
|
|
|
|
@ -92,6 +122,22 @@ ul#table_content_02{
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
ul#table_content_03 li{
|
|
|
|
|
display: inline;
|
|
|
|
|
align-content: initial;
|
|
|
|
|
margin-left:5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ul#table_content_03{
|
|
|
|
|
color: black;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#table_content_02 span{
|
|
|
|
|
margin-left: 5px;
|
|
|
|
@ -100,13 +146,20 @@ ul#table_content_02{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#table_content_03 span{
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
color: yellow;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.audio_01{
|
|
|
|
|
width:100%;
|
|
|
|
|
margin-top:40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contributors{
|
|
|
|
|
color: orangered;
|
|
|
|
|
color: black;
|
|
|
|
|
margin:40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|