mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00

* [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets * Landing Page Updates * Markdown updates, colors coming later * Remove testing theme from FF1 * Color updates for markdown styles * Updates to generated pages, so many updates * [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets * Landing Page Updates * Markdown updates, colors coming later * Remove testing theme from FF1 * Color updates for markdown styles * Updates to generated pages, so many updates * Seed download page improvements * Add styles to weighted-settings page * Minor adjustments to styles * Revert base theme to grass * Add more items to ArchipIDLE * [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets * Landing Page Updates * Markdown updates, colors coming later * Remove testing theme from FF1 * Color updates for markdown styles * Updates to generated pages, so many updates * Seed download page improvements * [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets * Landing Page Updates * Markdown updates, colors coming later * Remove testing theme from FF1 * Color updates for markdown styles * Updates to generated pages, so many updates * Add styles to weighted-settings page * Minor adjustments to styles * Revert base theme to grass * Add more items to ArchipIDLE * Improve Archipidle item name * [WebHost] Update background images, waiting on jungle.png, added partyTime theme * [WebHost] Fix tab ordering on landing page, remove islands on screen scale, fix tutorial page width scaling * [WebHost] Final touches to WebHost * Improve get_world_theme function, add partyTime theme to ArchipIDLE WebWorld * Remove sending_visible from AutoWorld * AP Ocarina of Time Client (#352) * Core: update jinja (#351) * some typing and cleaning, mostly in Fill.py (#349) * some typing and cleaning, mostly in Fill.py * address missing Option types * resolve a few TODOs discussed in pull request * SM: Optimize a bit (#350) * SM: Optimize a bit * SM: init bosses only once * New World Order (#355) * Core: update jinja * SM: Optimize a bit * AutoWorld: import worlds in alphabetical order, to be predictable rather than arbitrary Co-authored-by: Hussein Farran <hmfarran@gmail.com> * Remove references to Z5Client in English OoT setup guide * Prevent markdown code blocks from overflowing their container Co-authored-by: espeon65536 <81029175+espeon65536@users.noreply.github.com> Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com> Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com> Co-authored-by: Hussein Farran <hmfarran@gmail.com>
135 lines
2.3 KiB
CSS
135 lines
2.3 KiB
CSS
.markdown{
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 70rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 30px;
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
border-radius: 8px;
|
|
padding: 25px 30px 30px;
|
|
font-family: LexendDeca-Light, sans-serif;
|
|
font-size: 19px;
|
|
}
|
|
|
|
.markdown img{
|
|
max-width: 100%;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.markdown p{
|
|
margin-top: 0;
|
|
}
|
|
|
|
.markdown a{}
|
|
|
|
.markdown h1{
|
|
font-size: 52px;
|
|
font-weight: normal;
|
|
font-family: LondrinaSolid-Regular, sans-serif;
|
|
text-transform: uppercase;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
text-shadow: 1px 1px 4px #000000;
|
|
}
|
|
|
|
.markdown h2{
|
|
font-size: 38px;
|
|
font-weight: normal;
|
|
font-family: LondrinaSolid-Light, sans-serif;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
margin-bottom: 0.5rem;
|
|
text-transform: lowercase;
|
|
text-shadow: 1px 1px 2px #000000;
|
|
}
|
|
|
|
.markdown h3{
|
|
font-size: 26px;
|
|
font-family: LexendDeca-Regular, sans-serif;
|
|
text-transform: none;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.markdown h4{
|
|
font-family: LexendDeca-Regular, sans-serif;
|
|
text-transform: none;
|
|
font-size: 24px;
|
|
cursor: pointer;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.markdown h5{
|
|
font-family: LexendDeca-Regular, sans-serif;
|
|
text-transform: none;
|
|
font-size: 22px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.markdown h6{
|
|
font-family: LexendDeca-Regular, sans-serif;
|
|
text-transform: none;
|
|
font-size: 20px;
|
|
cursor: pointer;;
|
|
}
|
|
|
|
.markdown h4, .markdown h5,.markdown h6{
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.markdown ul{
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.markdown ol{
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.markdown li{
|
|
|
|
}
|
|
|
|
.markdown #tutorial-video-container{
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.markdown #language-selector-wrapper{
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
|
|
.markdown table{
|
|
border-collapse: collapse;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.markdown table th{
|
|
text-align: left;
|
|
padding: 10px;
|
|
border: 1px solid white;
|
|
font-size: 20px;
|
|
font-family: LexendDeca-Regular, sans-serif;
|
|
}
|
|
|
|
.markdown table td{
|
|
border: 1px solid white;
|
|
text-align: left;
|
|
padding: 10px;
|
|
}
|
|
|
|
.markdown pre{
|
|
overflow-x: auto;
|
|
}
|
|
|
|
strong{
|
|
font-family: LexendDeca-Medium, sans-serif;
|
|
font-weight: normal;
|
|
}
|