Line 148: | Line 148: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
− | color: # | + | color: #BC818D; |
− | font-family: "arial | + | font-family: "arial"; |
font-size: 22px; | font-size: 22px; | ||
white-space: nowrap; | white-space: nowrap; |
Revision as of 09:01, 13 October 2018
.title { width: 100%; color: #393C40; margin-left: auto; margin-right: auto;
margin-bottom: 25px;
height: auto; font-size: 80px; font-family: Comic Sans MS bold; font-weight: 400; text-align: center; padding-top: 70px; padding-bottom: 50px; }
.title_2 { width: 100%; color: #393C40; text-align: center; margin-left: auto; margin-right: auto; height: auto; font-size: 60px; font-family: Comic sans MS bold; font-weight: 300; padding-top: 40px; padding-bottom: 40px; }
.littletitle { width: 100%; color: #BC818D; margin-left: 0px; height: auto; font-size: 22px; font-family: arial; font-weight: 350; }
.content { width: 980px; color: #393C40; margin-left: auto; margin-right: auto; font-size: 18px; font-family: arial; font-weight: 100; letter-spacing: 1px; line-height: 1.5em; }
.linkOfPicture { margin-left: auto; margin-right: auto;
text-align: center;
}
.linkpicture2{
margin-right: 75px; margin-left: 75px; width: 25%;
}
.linkpicture3{
margin-right: 25px; margin-left: 25px; width: 25%;
}
td{ vertical-align: middle; text-align: center; color: #393C40; font-size: 14px; }
.logoPicture { width: 100%; height: auto; margin-left: auto; margin-right: auto; text-align: center; }
.titleInContent { color: #BC818D; font-size: 24px; letter-spacing: 1px; line-height: 2em; font-family: arial; font-weight: 200; }
.instructionOfPicture { color: #767171; font-family: arial; font-size: 16px; text-align: center; font-weight: 100; letter-spacing: 1px; }
.codeText { width: 500px; margin-left: 240px; color: #959DA5; font-family: fixedsys; font-size: 20px; font-style: italic; text-align: left; }
.codeText>p{ color: #959DA5; font-family: fixedsys; font-size: 20px; font-style: italic; text-align: left; }
.background {
width: 1120px;
margin-left: auto; margin-right: auto; background-color:#fdfdfd; }
.dataText { font-weight: 300; font-size: 20px; font-style: oblique; }
.judgeTitle{ width: 100%; margin-left: auto; margin-right: auto; color: #808080; font-family: "century gothic"; font-size: 30px; padding-bottom: 20px; padding-top: 20px; white-space: nowrap; }
.judgeTitle2{ width: 100%; margin-left: auto; margin-right: auto; color: #BC818D; font-family: "arial"; font-size: 22px; white-space: nowrap; }
.test_a:hover img{
transform: scale(1.05); transition: all 1s ease 0s;
}