Namespaces
Views
From GrinderScape Wiki
Jump to: navigation, search
Laddergoat (Talk | contribs) (Created page with "Work in progress") |
|||
Line 1: | Line 1: | ||
− | + | <html> | |
+ | <style> | ||
+ | .main-header-quest { | ||
+ | font-weight: bold; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
+ | .sub-header-quest { | ||
+ | font-size: 15px; | ||
+ | padding-left: 1em; | ||
+ | } | ||
+ | |||
+ | .main-header-text { | ||
+ | font-size: 13px; | ||
+ | padding-left: 0.5em; | ||
+ | } | ||
+ | |||
+ | .sub-header-text { | ||
+ | font-size: 13px; | ||
+ | padding-left: 1.5em; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | .sub-sub-header-quest { | ||
+ | font-size: 13px; | ||
+ | padding-left: 2em; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | .titlebox { | ||
+ | background-color: #5c3219; | ||
+ | font-size: 26px; | ||
+ | font-weight: bold; | ||
+ | padding: 15px 0; | ||
+ | color: white; | ||
+ | margin-bottom: 1em; | ||
+ | margin-top: 1em; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .npc-container-not-completed { | ||
+ | display: inline-block; | ||
+ | margin: 7px 7px; | ||
+ | text-align: center; | ||
+ | width: 23%; | ||
+ | border: 1px solid #5c3219; | ||
+ | background-color: #ff00004b; | ||
+ | box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.3); | ||
+ | } | ||
+ | |||
+ | .npc-container-not-completed:hover { | ||
+ | background-color: #ff000083; | ||
+ | } | ||
+ | |||
+ | .npc-container-completed { | ||
+ | display: inline-block; | ||
+ | margin: 7px 7px; | ||
+ | text-align: center; | ||
+ | width: 23%; | ||
+ | border: 1px solid #5c3219; | ||
+ | background-color: #33ff004b; | ||
+ | box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.3); | ||
+ | } | ||
+ | |||
+ | .npc-container-completed:hover { | ||
+ | background-color: #33ff0083; | ||
+ | } | ||
+ | |||
+ | .npc-img { | ||
+ | text-align: center; | ||
+ | margin: 10px auto; | ||
+ | height: 27px; | ||
+ | width: 27px; | ||
+ | } | ||
+ | |||
+ | .npc-link { | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | font-size: 13px; | ||
+ | padding-bottom: 3px; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
+ | {{Messages/Warning_Message | ||
+ | |message=This page is still under construction, hang tight. Requirements for this quest are incomplete. | ||
+ | }} |
Revision as of 03:12, 21 May 2024
This page is still under construction, hang tight. Requirements for this quest are incomplete.