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 8: Line 8:
     background-repeat: repeat;
     background-repeat: repeat;
     background-size: 100%;
     background-size: 100%;
    margin-left: 1rem;
}
}


Line 19: Line 20:
     background-repeat: repeat;
     background-repeat: repeat;
     background-size: 100%;
     background-size: 100%;
    margin-left: 1rem;
}
}



Revision as of 16:46, 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%;
    margin-left: 1rem;
}

.gameinfo-echoesofwisdom {
    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%;
    margin-left: 1rem;
}

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

.gameinfo-title-jpja {
    font-size: 1.5rem;
    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%;
}