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 5: Line 5:
     clear: right;
     clear: right;
     background-color: #d4d47b;
     background-color: #d4d47b;
     background-image: repeating-linear-gradient(180deg, #d4d47b 0%, #71b679 50%, #d4d47b 100%);
     background-image: repeating-linear-gradient(180deg, #71b679 0%, #d4d47b 50%, #71b679 100%);
     background-repeat: repeat;
     background-repeat: repeat;
     background-size: 100%;
     background-size: 100%;

Revision as of 16:01, 6 August 2024

.gameinfo {
    width: 30%;
    max-width: 30%;
    float: right;
    clear: right;
    background-color: #d4d47b;
    background-image: repeating-linear-gradient(180deg, #71b679 0%, #d4d47b 50%, #71b679 100%);
    background-repeat: repeat;
    background-size: 100%;
}

.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;
    flex: 40%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	max-width: 40%;
}

.gameInfo-section-text {
    font-family: 'ArnoPro-Bold';
    color: white;
    text-align: left;
	flex: 60%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	max-width: 60%;
}