Difference between revisions of "Template:Talkheader/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
(create page)
(No difference)

Revision as of 18:37, 31 May 2021

#talkheadertitle {
   background-color: #03A007;
   text-align: center;
   color: white;
   text-shadow: 0px 2px #00321f;
   font-size: 120%;
}

#talkheaderbody {
   width: 80%;
   margin: 0px auto 1em;
   border: 1px solid rgb(170, 170, 170);
   background-color: rgba(255, 255, 255, 0.58);
   color: rgb(0, 0, 0);
}

/* [[Category:Template stylesheets]] */