Difference between revisions of "Template:HK GTC"

Line 36: Line 36:
 
     /*the following rulesets are used to configure the navigation bar. DO NOT EDIT.*/
 
     /*the following rulesets are used to configure the navigation bar. DO NOT EDIT.*/
  
    .navbar {
 
        position: fixed;
 
        width: 100%;
 
        list-style-type: none !important;
 
        list-style-image: none !important;
 
        margin: -8px 0 0 !important;
 
        padding: 0 !important;
 
        background-color: #798cff;
 
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
 
        z-index: 999
 
    }
 
    .navButton,
 
    .dropdown {
 
        float: left;
 
        cursor: pointer;
 
        user-select: none;
 
        margin: 0;
 
    }
 
  
    .navButton>a,
 
    .dropdownButton {
 
        font-family: 'Amaranth', sans-serif;
 
        display: block;
 
        text-align: center;
 
        padding: 14px 16px;
 
        text-decoration: none;
 
        color: #fff;
 
        transition: all .2s;
 
    }
 
 
    .navButton:hover,
 
    .dropdown:hover>.dropdownButton {
 
        background-color: #ffffff;
 
    }
 
 
    .navButton:hover>a,
 
    .dropdown:hover>.dropdownButton {
 
        color: #000000;
 
        text-decoration: none;
 
    }
 
 
    .navButton:active,
 
    .dropdownButton:active .dropdownContent>a:active {
 
        background-color: #ffffff;
 
    }
 
 
    .navButton:active>a,
 
    .dropdownButton:active .dropdownContent>a:active {
 
        color: #000000;
 
    }
 
 
    .dropdown>.dropdownContent {
 
        display: none;
 
        position: absolute;
 
        background-color: #000000;
 
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
 
    }
 
 
    .dropdown:hover>.dropdownContent {
 
        display: block;
 
    }
 
 
 
    .dropdownContent>a {
 
        font-family: 'Amaranth', sans-serif;
 
        color: #ffffff;
 
        padding: 12px 16px;
 
        text-decoration: none;
 
        display: block;
 
        text-align: left;
 
        transition: all .2s;
 
    }
 
 
    .dropdownContent>a:hover {
 
        background-color: #ffffff;
 
        color: #000000;
 
        text-decoration: none;
 
    }
 
 
 
    blockquote {
 
        margin: 15px 45px;
 
        font-size: 19px !important;
 
        line-height: 1.5;
 
        color: #ffffff;
 
    }
 
 
    li {
 
        color: #000000;
 
    }
 
 
    /*ruleset for collage display*/
 
 
    .collage {
 
        display: inline-table;
 
        border: 3mm solid #fdfcf9 !important;
 
    }
 
 
    .collage img, .collage td, .collage tr, .collage tbody{
 
        padding: 0 !important;
 
        border: 0 !important;
 
        margin: 0;
 
    }
 
    .formula {
 
        border: 0mm solid #fdfcf9;
 
        margin: 1px;
 
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
 
    }
 
  
  

Revision as of 08:12, 18 September 2021