Diferencia entre revisiones de «Plantilla:Talkheader/styles.css»

De Stardew Valley Wiki
Ir a la navegación Ir a la búsqueda
(create page)
 
Línea 15: Línea 15:
 
}
 
}
  
.white {color: white;}
+
#talkheadertitle a, .white {color: white;}
  
 
/* [[Category:Plantillas]] */
 
/* [[Category:Plantillas]] */

Revisión del 01:22 29 ago 2024

#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, .white {color: white;}

/* [[Category:Plantillas]] */