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/Echoes-of-Wisdom-Styles.css: Difference between revisions

(MagicPixieDreamGirl changed the content model of the page Template:GameInfo/Echoes-of-Wisdom-Styles.css from "Sanitized CSS" to "CSS")
Tag: content model change
No edit summary
Tag: Reverted
Line 9: Line 9:
#mw-content h2 {
#mw-content h2 {
     color: #71b679;
     color: #71b679;
}
#mw-content h2:Before {
content: "";
background-image: url('./images/coc-bullet.png');
background-size: 100% 100%;
display: inline-block;
width: 32px;
height: 14px;
margin: auto;
}
}

Revision as of 17:39, 6 August 2024

.test {
    color: black;
}

#cosmos-title-text {
    color: #71b679;
}

#mw-content h2 {
    color: #71b679;
}

#mw-content h2:Before {
	content: "";
	background-image: url('./images/coc-bullet.png');
	background-size: 100% 100%;
	display: inline-block;
	width: 32px;
	height: 14px;
	margin: auto;
}