"틀:Talkheader/styles.css"의 두 판 사이의 차이

Stardew Valley Wiki
둘러보기로 가기 검색하러 가기
(create page)
 
15번째 줄: 15번째 줄:
 
}
 
}
  
.white {color: white;}
+
#talkheadertitle a, .white {color: white;}
  
 
/* [[Category:틀]] */
 
/* [[Category:틀]] */

2024년 8월 29일 (목) 01:23 판

#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:틀]] */