Anonymous
×
Create a new article
Write your page title here:
We currently have 97 articles on The Dream Shrine. Type your article name above or click on one of the titles below and start writing!



The Dream Shrine

Template:GameInfo/Styles.css: Difference between revisions

No edit summary
No edit summary
Line 23: Line 23:
     font-family: 'ArnoPro-Bold';
     font-family: 'ArnoPro-Bold';
     color: white;
     color: white;
    text-align: right;
}
}


Line 28: Line 29:
     font-family: 'ArnoPro-Bold';
     font-family: 'ArnoPro-Bold';
     color: white;
     color: white;
    text-align: left;
}
}

Revision as of 15:27, 6 August 2024

.gameinfo {
    width: 30%;
    max-width: 30%;
    float: right;
    clear: right;
    background-color: #465e9f;
}

.gameinfo-title {
    font-size: 2rem;
    font-family: 'ArnoPro-Bold';
    color: white;
}

.gameinfo-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.gameInfo-section-label {
    font-family: 'ArnoPro-Bold';
    color: white;
    text-align: right;
}

.gameInfo-section-text {
    font-family: 'ArnoPro-Bold';
    color: white;
    text-align: left;
}