Difference between revisions of "Yue"
Line 1: | Line 1: | ||
− | + | .container { | |
− | + | display: flex; | |
− | + | justify-content: center; | |
+ | width: 1000px; | ||
+ | height: auto; | ||
+ | margin: auto; | ||
+ | display: flex; | ||
+ | flex-direction: column; | ||
+ | font-family: "Brush Script MT"; | ||
+ | background-color: #F7F6f4; | ||
+ | } | ||
+ | |||
+ | .top-section { | ||
+ | display: flex; | ||
+ | } | ||
+ | |||
+ | .header-container { | ||
+ | width: 100%; | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | padding: 2em 0; | ||
+ | } | ||
+ | |||
+ | .header-title { | ||
+ | width: 94%; | ||
+ | font-size: 50px; | ||
+ | letter-spacing: 2px; | ||
+ | word-spacing: 2px; | ||
+ | color: BLACK; | ||
+ | font-weight: 700; | ||
+ | text-decoration: none; | ||
+ | font-style: normal; | ||
+ | font-variant: normal; | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | .left-panel { | ||
+ | width: 30%; | ||
+ | height: auto; | ||
+ | background-color: WHITE GRAY; | ||
+ | border: 0.75em; | ||
+ | border-style: solid; | ||
+ | border-color: black; | ||
+ | border-bottom-style: hidden; | ||
+ | font-size:1.7em; | ||
+ | } | ||
+ | |||
+ | .right-panel { | ||
+ | width: 70%; | ||
+ | display: flex; | ||
+ | flex-direction: column; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .hr-image { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .hr-image img { | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | margin-bottom: 1em; | ||
+ | } | ||
+ | |||
+ | .info-table { | ||
+ | margin: auto; | ||
+ | width: 100%; | ||
+ | padding: 0 1em; | ||
+ | } | ||
+ | |||
+ | .info-table-label { | ||
+ | font-weight: 600; | ||
+ | width: 50%; | ||
+ | } | ||
− | + | .icon { | |
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | } | ||
− | + | hr { | |
− | + | display: flex; | |
− | + | justify-content: center; | |
− | + | height: auto; | |
− | + | background-image: url('https://cityofhopemush.net/images/b/b0/GoldLine.png'); | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .photo-banner { | |
− | + | width: 100%; | |
− | + | } | |
− | + | ||
− | + | .photo-banner img { | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | } | |
− | + | ||
− | + | .mid-banner { | |
− | + | margin-bottom: -1em; | |
− | + | } | |
− | + | ||
− | + | .biography-container { | |
− | + | width: 94%; | |
− | + | padding: 1em 3%; | |
− | + | font-size: 1.7em; | |
− | + | } | |
− | + | ||
− | + | .center { | |
− | + | text-align: center; | |
− | + | } | |
− | + | ||
− | + | .underline { | |
− | + | border-bottom-style: solid; | |
− | + | border-bottom-width: 0.1em; | |
− | + | border-color: black; | |
− | + | padding-bottom: 0.5em; | |
− | + | } | |
− | + | ||
− | + | .label { | |
− | + | margin: 0.2em 0; | |
− | + | font-size: 1.7em; | |
− | + | font-weight: 600; | |
− | + | font-style: italic; | |
− | + | } | |
− | + | ||
− | + | .white { | |
− | + | color: lightgray; | |
− | + | border-color: lightgray; | |
− | + | } | |
− | + | ||
− | + | .hooks-container { | |
− | + | background-color: black; | |
− | + | color: lightgray; | |
− | + | width: 94%; | |
− | + | padding: 1em 3%; | |
− | + | font-size: 1.7em; | |
− | + | display: flex; | |
− | + | flex-direction: column; | |
− | + | } | |
− | + | ||
− | + | .hooks-container, .contacts-container .label { | |
− | + | margin-bottom: 1em; | |
− | + | } | |
− | + | ||
− | + | .contacts-container, .gallery-container, .logs-container { | |
− | + | background-color: white; | |
− | + | color: black; | |
− | + | width: 94%; | |
− | + | padding: 1em 3%; | |
− | + | display: flex; | |
− | + | flex-direction: column; | |
− | + | } | |
− | + | ||
− | + | .hooks-content { | |
− | + | width: 100%; | |
− | + | display: flex; | |
− | + | } | |
− | + | ||
− | + | .hooks-table { | |
− | + | width: 70%; | |
− | + | } | |
− | + | ||
− | + | .hook-table-label { | |
− | + | color: white; | |
− | + | font-weight: 600; | |
− | + | padding-left: 0.5em; | |
− | + | } | |
− | + | ||
− | + | .anim-gif { | |
− | + | width: 30%; | |
− | + | display: flex; | |
− | + | flex-direction: column; | |
− | + | justify-content: center; | |
− | + | } | |
− | + | ||
− | + | .anim-gif img { | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | border-radius: 30%; | |
− | + | } | |
− | + | ||
− | + | .contacts-container, .gallery-container { | |
− | + | background-color: black; | |
− | + | color: lightgray; | |
− | + | width: 94%; | |
− | + | padding: 1em 3%; | |
− | + | display: flex; | |
− | + | flex-direction: column; | |
− | + | } | |
− | + | ||
− | + | .contacts-container a { | |
− | + | color: white | |
− | + | } | |
− | + | ||
− | + | .contacts-container a:visited { | |
− | + | color: white | |
− | + | } | |
− | + | ||
− | + | .contacts-container a:hover { | |
− | + | color: darkred | |
− | + | } | |
− | + | ||
− | + | .logs-container { | |
− | + | margin: 0 1em; | |
− | + | } | |
− | + | ||
− | + | .logs-container a { | |
− | + | color: black | |
− | + | } | |
− | + | ||
− | + | .logs-container a:visited { | |
− | + | color: black | |
− | + | } | |
− | + | ||
− | + | .logs-container a:hover { | |
− | + | color: darkred | |
− | + | } | |
− | + | ||
− | + | .gallery-content ul { | |
− | + | display: flex; | |
− | + | flex-wrap: wrap; | |
− | + | list-style-type: none; | |
− | + | justify-content: center; | |
− | + | } | |
− | + | ||
− | + | .gallery-content img { | |
− | + | height: 240px; | |
− | + | width: 100%; | |
− | + | max-width: 100%; | |
− | + | } | |
− | + | ||
− | + | .gallery-content a { | |
− | + | color: lightgray | |
− | + | } | |
− | + | ||
− | + | .gallery-content a:visited { | |
− | + | color: lightgray | |
− | + | } | |
− | + | ||
− | + | .gallery-content a:hover { | |
− | + | color: darkred | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | { |
Revision as of 15:29, 7 November 2024
.container { display: flex; justify-content: center; width: 1000px; height: auto; margin: auto; display: flex; flex-direction: column; font-family: "Brush Script MT"; background-color: #F7F6f4; }
.top-section { display: flex; }
.header-container { width: 100%; display: flex; justify-content: center; padding: 2em 0; }
.header-title { width: 94%; font-size: 50px; letter-spacing: 2px; word-spacing: 2px; color: BLACK; font-weight: 700; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; }
.left-panel { width: 30%; height: auto; background-color: WHITE GRAY; border: 0.75em; border-style: solid; border-color: black; border-bottom-style: hidden; font-size:1.7em; }
.right-panel { width: 70%; display: flex; flex-direction: column; justify-content: center; }
.hr-image { width: 100%; }
.hr-image img { width: 100%; height: auto; margin-bottom: 1em; }
.info-table { margin: auto; width: 100%; padding: 0 1em; }
.info-table-label { font-weight: 600; width: 50%; }
.icon { display: flex; justify-content: center; }
hr { display: flex; justify-content: center; height: auto; background-image: url('https://cityofhopemush.net/images/b/b0/GoldLine.png'); }
.photo-banner { width: 100%; }
.photo-banner img { width: 100%; height: auto; }
.mid-banner { margin-bottom: -1em; }
.biography-container { width: 94%; padding: 1em 3%; font-size: 1.7em; }
.center { text-align: center; }
.underline { border-bottom-style: solid; border-bottom-width: 0.1em; border-color: black; padding-bottom: 0.5em; }
.label { margin: 0.2em 0; font-size: 1.7em; font-weight: 600; font-style: italic; }
.white { color: lightgray; border-color: lightgray; }
.hooks-container { background-color: black; color: lightgray; width: 94%; padding: 1em 3%; font-size: 1.7em; display: flex; flex-direction: column; }
.hooks-container, .contacts-container .label { margin-bottom: 1em; }
.contacts-container, .gallery-container, .logs-container { background-color: white; color: black; width: 94%; padding: 1em 3%; display: flex; flex-direction: column; }
.hooks-content { width: 100%; display: flex; }
.hooks-table { width: 70%; }
.hook-table-label { color: white; font-weight: 600; padding-left: 0.5em; }
.anim-gif { width: 30%; display: flex; flex-direction: column; justify-content: center; }
.anim-gif img { width: 100%; height: auto; border-radius: 30%; }
.contacts-container, .gallery-container { background-color: black; color: lightgray; width: 94%; padding: 1em 3%; display: flex; flex-direction: column; }
.contacts-container a { color: white }
.contacts-container a:visited { color: white }
.contacts-container a:hover { color: darkred }
.logs-container { margin: 0 1em; }
.logs-container a { color: black }
.logs-container a:visited { color: black }
.logs-container a:hover { color: darkred }
.gallery-content ul { display: flex; flex-wrap: wrap; list-style-type: none; justify-content: center; }
.gallery-content img { height: 240px; width: 100%; max-width: 100%; }
.gallery-content a { color: lightgray }
.gallery-content a:visited { color: lightgray }
.gallery-content a:hover { color: darkred }