Line 1: | Line 1: | ||
− | .title{ | + | .title { |
− | + | width: 980px; | |
− | + | color: #393C40; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | height: auto; | |
− | + | font-size: 50px; | |
− | + | font-family: courier; | |
− | + | font-weight: 400; | |
− | + | padding: 20px; | |
− | + | text-align: center; | |
− | .title_2{ | + | } |
− | + | ||
− | + | .title_2 { | |
− | + | width: 980px; | |
− | + | color: #393C40; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | height: auto; | |
− | + | font-size: 42px; | |
− | + | font-family: courier; | |
− | + | font-weight: 300; | |
− | .content{ | + | padding: 20px; |
− | + | text-align: center; | |
− | + | } | |
− | + | ||
− | + | .content { | |
− | + | width: 980px; | |
− | + | color: #393C40; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | height: auto; | |
− | + | font-size: 18px; | |
− | + | font-family: arial; | |
− | + | font-weight: 100; | |
− | + | letter-spacing: 1px; | |
− | + | line-height: 1.5em; | |
− | + | margin-bottom: 40px; | |
− | + | } | |
− | + | ||
− | + | .linkOfPicture { | |
− | + | width: 980px; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | } | |
− | .titleInContent{ | + | |
− | + | .logoPicture { | |
− | + | width: 980px; | |
− | + | height: auto; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | text-align: center; | |
− | + | } | |
− | .instructionOfPicture{ | + | |
− | + | .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: 20px; | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: #F9F9F6; | ||
+ | } | ||
+ | |||
+ | .dataText { | ||
+ | font-weight: 300; | ||
+ | font-size: 20px; | ||
+ | font-style: oblique; | ||
+ | } |
Revision as of 06:48, 6 October 2018
.title { width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 50px; font-family: courier; font-weight: 400; padding: 20px; text-align: center; }
.title_2 { width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 42px; font-family: courier; font-weight: 300; padding: 20px; text-align: center; }
.content { width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 18px; font-family: arial; font-weight: 100; letter-spacing: 1px; line-height: 1.5em; margin-bottom: 40px; }
.linkOfPicture { width: 980px; margin-left: auto; margin-right: auto; }
.logoPicture { width: 980px; 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: 20px; 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; }
body { background-color: #F9F9F6; }
.dataText { font-weight: 300; font-size: 20px; font-style: oblique; }