Vorlage:Talkheader/styles.css: Unterschied zwischen den Versionen

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 15: Zeile 15:
 
}
 
}
  
#talkheadertitle a, .white {color: white;}
+
#talkheadertitle a {color: white;}
  
 
/* [[Category:Vorlage]] */
 
/* [[Category:Vorlage]] */

Aktuelle Version vom 29. August 2024, 01:26 Uhr

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

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

#talkheadertitle a {color: white;}

/* [[Category:Vorlage]] */