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.

105 lines
1.2 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
}
body{
4 years ago
width:100%;
font-family: Roboto Mono;
font-size: 18px;
}
4 years ago
.back{
margin:20px;
}
.intro{
margin:40px;
max-width: 60%;
}
.page_title{
4 years ago
font-size:70px;
4 years ago
color: orangered;
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{
4 years ago
font-family: pitchoun;
font-size:30px;
}
4 years ago
.week_02{
font-family: pitchoun;
}
4 years ago
.sec_title_contributors{
font-size:30px;
}
.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{
margin:40px;
4 years ago
padding: 40px;
border-style: dotted;
border-width: 7px;
border-color: yellow;
margin-top:30px;
max-width:70%;
}
4 years ago
.audio_01{
margin-top:40px;
color:pink;
}
.contributors{
4 years ago
color: orangered;
margin:40px;
}
.contributors_names{
4 years ago
color: orangered;
margin-top: 15px;
}
a{
4 years ago
color:mediumblue;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.now_playing{
color:pink;
}