You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
241 lines
2.7 KiB
241 lines
2.7 KiB
table, td, th
|
|
{
|
|
margin: auto;
|
|
text-align: center;
|
|
border-width: thin;
|
|
border-color: black;
|
|
border-style: solid;
|
|
}
|
|
|
|
|
|
video
|
|
{
|
|
width: 40%;
|
|
height: auto;
|
|
autoplay:1;
|
|
border-radius: 50px/35px;
|
|
}
|
|
|
|
|
|
body
|
|
{
|
|
text-align: center;
|
|
font-size: large;
|
|
font-family:fangsong;
|
|
text-orientation: upright;
|
|
background-color: rgb(231,232,207);
|
|
}
|
|
|
|
|
|
figure
|
|
{
|
|
padding-left:14%;
|
|
padding-right:14%;
|
|
margin-top:-0.1%;
|
|
}
|
|
|
|
|
|
figcaption
|
|
{
|
|
border-color :black;
|
|
border-style:solid;
|
|
border-width:thin;
|
|
text-align: center;
|
|
font-size:small;
|
|
color:black;
|
|
padding:0.1%;
|
|
}
|
|
|
|
|
|
ul li
|
|
{
|
|
text-align: center;
|
|
padding-right:3%;
|
|
list-style-position: inside;
|
|
}
|
|
|
|
.navbartitle
|
|
{
|
|
position : sticky;
|
|
top :0;
|
|
background-color: black;
|
|
color: rgb(152,251,152);
|
|
margin: auto;
|
|
border-radius: 50px/35px;
|
|
}
|
|
|
|
.link
|
|
{
|
|
color: rgb(66,162,229);
|
|
}
|
|
|
|
p
|
|
{
|
|
color : rgb(35,42,92);
|
|
margin-left: 20%;
|
|
margin-right: 20%;
|
|
text-align: justify, center;
|
|
}
|
|
|
|
img
|
|
{
|
|
align-content: center;
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-radius: 50px/35px;
|
|
}
|
|
|
|
h1
|
|
{
|
|
background-color: black;
|
|
margin-right: 16%;
|
|
margin-left: 16%;
|
|
color: rgb(152,251,152);
|
|
border-radius: 50px/35px;
|
|
padding-top:3px;
|
|
height: 50px;
|
|
}
|
|
|
|
.button
|
|
{
|
|
background-color: black;
|
|
border-color: black;
|
|
border-style: hidden;
|
|
border-width: thin;
|
|
color: rgb(152,251,152);
|
|
width: 128px;
|
|
font-size: 100%;
|
|
font-family:fangsong;
|
|
display:block;
|
|
cursor:pointer;
|
|
border-radius: 50px/35px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.fixed
|
|
{
|
|
right:0;
|
|
top: 0;
|
|
position: fixed;
|
|
margin-right:1%;
|
|
padding-right:2%;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
aside
|
|
{
|
|
border-style: inset;
|
|
border-color: rgb(60,119,113);
|
|
margin-left: 20%;
|
|
margin-right: 20%;
|
|
}
|
|
|
|
|
|
.tenue
|
|
{
|
|
display:block;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.m
|
|
{
|
|
display: :block;
|
|
width: :100%
|
|
height:auto;
|
|
}
|
|
|
|
.tab
|
|
{
|
|
text-align: center;
|
|
table-layout: center;
|
|
width:73%
|
|
}
|
|
|
|
iframe
|
|
{
|
|
modestbranding:1;
|
|
showinfo:0;
|
|
width:auto;
|
|
height:100%;
|
|
}
|
|
|
|
|
|
.flexbar
|
|
{
|
|
display:flex;
|
|
justify-content:center;
|
|
align-items:center;
|
|
flex-direction:row;
|
|
margin-bottom: -2px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.flex
|
|
{
|
|
display:flex;
|
|
justify-content: space-around;
|
|
align-items:center;
|
|
flex-direction:row;
|
|
margin-bottom: -2px;
|
|
}
|
|
|
|
.imgleft
|
|
{
|
|
max-width: 55%;
|
|
float: left;
|
|
box-shadow: 3px 3px 10px black;
|
|
}
|
|
|
|
.imgright
|
|
{
|
|
max-width: 50%;
|
|
float: right;
|
|
box-shadow: 3px 3px 10px black;
|
|
}
|
|
|
|
.imgrightp
|
|
{
|
|
max-width: 60%;
|
|
float: right;
|
|
box-shadow: 3px 3px 10px black;
|
|
}
|
|
|
|
.cleft
|
|
{
|
|
clear: left;
|
|
}
|
|
|
|
.clright
|
|
{
|
|
clear: right;
|
|
}
|
|
|
|
.left
|
|
{
|
|
border: 1px solid black;
|
|
padding-bottom: 3px;
|
|
padding-top: 1px;
|
|
max-width: 55%;
|
|
float: left;
|
|
border-radius: 50px/35px;
|
|
}
|
|
|
|
.right
|
|
{
|
|
border: 1px solid black;
|
|
padding-bottom: 3px;
|
|
padding-top: 1px;
|
|
max-width: 60%;
|
|
float: right;
|
|
border-radius: 50px/35px;
|
|
}
|
|
|
|
|