Difference between revisions of "Maya"
m (Modernizing some code and changing formatting errors.) |
m (Updated CSS.) |
||
| Line 1: | Line 1: | ||
<css> | <css> | ||
| + | /* ========================= | ||
| + | GLOBAL PAGE WRAPPERS | ||
| + | ========================= */ | ||
| − | #bg-box {background-color: #d5d1c5; padding: 40px} | + | #bg-box { |
| + | background-color: #d5d1c5; | ||
| + | padding: 40px; | ||
| + | } | ||
| − | #body-box { | + | #body-box { |
| + | background-color: #d4d1c6; | ||
| + | box-shadow: 0 0 80px #5b5941; | ||
| + | /* NOTE: text-align removed here to avoid unintentionally centering block content */ | ||
| + | } | ||
| − | + | /* ========================= | |
| + | CONTENT CONTAINER | ||
| + | ========================= */ | ||
| − | . | + | .container { |
| + | width: 90%; | ||
| + | margin: 20px auto 15px auto; /* actual horizontal centering */ | ||
| + | padding: 10px; | ||
| + | background-color: #1C0B19; | ||
| + | border-radius: 15px; | ||
| + | box-shadow: 8px 8px 28px black; | ||
| + | } | ||
| − | + | /* ========================= | |
| + | TYPOGRAPHY | ||
| + | ========================= */ | ||
| − | . | + | .infoheader { |
| + | color: #317Ca5; | ||
| + | padding-left: 5px; | ||
| + | font-family: Georgia, serif; | ||
| + | text-transform: uppercase; | ||
| + | text-align: right; | ||
| + | } | ||
| − | . | + | .infotext { |
| + | color: #1c0b19; | ||
| + | padding: 0 5px 0 3px; | ||
| + | font-family: Futura, sans-serif; | ||
| + | text-align: left; | ||
| + | } | ||
| − | . | + | .quote { |
| + | color: #1c0b19; | ||
| + | font-family: Futura, sans-serif; | ||
| + | } | ||
| − | + | .sig { | |
| + | text-align: center; | ||
| + | font-size: 96px; | ||
| + | color: #279af1; | ||
| + | font-family: Zapfino, 'Brush Script MT', cursive; | ||
| + | line-height: 95%; | ||
| + | } | ||
| − | + | .cell-fill img { | |
| + | max-width: 100%; | ||
| + | height: auto; | ||
| + | } | ||
| − | + | em { | |
| + | font-family: Georgia, serif; | ||
| + | color: #279af1; | ||
| + | font-size: 220%; | ||
| + | font-style: normal; | ||
| + | text-transform: uppercase; | ||
| + | } | ||
| − | a:link {color: #4C9F70; font-weight: bold} | + | strong { |
| − | a:visited {color: #B76D68; font-weight:bold} | + | font-family: Georgia, serif; |
| + | color: #3A7CA5; | ||
| + | font-size: 125%; | ||
| + | font-style: normal; | ||
| + | text-transform: uppercase; | ||
| + | } | ||
| + | |||
| + | b { | ||
| + | font-family: Georgia, serif; | ||
| + | color: #b76D68; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | /* ========================= | ||
| + | LINKS | ||
| + | ========================= */ | ||
| + | |||
| + | a:link { | ||
| + | color: #4C9F70; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | a:visited { | ||
| + | color: #B76D68; | ||
| + | font-weight: bold; | ||
| + | } | ||
</css> | </css> | ||
| + | |||
__NOTOC__ | __NOTOC__ | ||
Revision as of 10:46, 18 December 2025
|
