Template:Stylesheets/styles-my-home.css

From the MapleStory Wiki, a knowledge base about everything MapleStory
Jump to navigation Jump to search
/* My Home Page Styles */
/* Table Styles */
.my-home-table .my-home-table-sticky-header-1,
.my-home-table .my-home-table-sticky-header-2 {
    position: sticky;
    top: 0;
    box-sizing: border-box;
    z-index: 1;
}

.my-home-table .my-home-table-sticky-header-2 {
    top: 2.4em;
    z-index: 2;
}

.my-home-table.my-home-structure,
.my-home-table.my-home-furnishing {
    width: 100%;
    max-width: 1366px;
}

.my-home-table.my-home-structure .mw-heading,
.my-home-table.my-home-furnishing .mw-heading {
    margin-top: 0;
    padding-top: 0;
}

/* Structure */
.my-home-table.my-home-structure tr:first-child th:nth-child(1) {
    width: 15%;
}

/*.my-home-table.my-home-structure tr:first-child th:nth-child(2) {
    width: 25%;
}*/

.my-home-table.my-home-structure tr:first-child th:nth-child(3) {
    width: 10%;
}

.my-home-table.my-home-structure tr:first-child th:nth-child(4) {
    width: 30%;
}

.my-home-table.my-home-structure td:nth-child(1) {
    text-align: center;
    font-weight: bold;
}

/*.my-home-table.my-home-structure td:nth-child(2) {
    
}*/

.my-home-table.my-home-structure td:nth-child(3) {
    text-align: center;
}

/*.my-home-table.my-home-structure td:nth-child(4) {
    
}*/


/* Furnishing */
.my-home-table.my-home-furnishing .my-home-furnishing-icon-sep {
    height: 1em;
}

.my-home-table.my-home-furnishing tr:first-child th:nth-child(1) {
    width: 15%;
}

/*.my-home-table.my-home-furnishing tr:first-child th:nth-child(2) {
    width: 25%;
}*/

.my-home-table.my-home-furnishing tr:first-child th:nth-child(3) {
    width: 10%;
}

.my-home-table.my-home-furnishing tr:first-child th:nth-child(4) {
    width: 30%;
}

.my-home-table.my-home-furnishing td:nth-child(1) {
    text-align: center;
    font-weight: bold;
}

/*.my-home-table.my-home-furnishing td:nth-child(2) {
    
}*/

.my-home-table.my-home-furnishing td:nth-child(3) {
    text-align: center;
}

/*.my-home-table.my-home-furnishing td:nth-child(4) {
    
}*/

/* Tabber Styles */
.tabber.my-home-tabber-home-types {
    width: 100%;
    max-width: 1366px;
}

.tabber.my-home-tabber-home-types > section > article {
    border: 1px solid var(--border-color-base);
    padding: 5px;
}

.tabber.my-home-tabber-home-types .my-home-tabber-home-types-inner {
    height: 100%;
    box-sizing: border-box;
}

.tabber.my-home-tabber-home-types .my-home-tabber-home-types-inner header {
    margin-bottom: 5px;
}