틀:Basics-top/styles.css

Stardew Valley Wiki
< 틀:Basics-top
Margotbean (토론 | 기여)님의 2021년 10월 23일 (토) 16:57 판 (create page)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기
.basicsnavtable {
   border: 1px solid rgb(132,174,236);
   padding: 5px;
   border-radius: 11px;
   border-spacing: 0;
   width: 100%; 
   max-width: 1024px;  
   margin: 15px auto 40px auto;
   font-weight: bold;
   line-height: 1.3em;
   text-align: center;
   background-color: rgba(255,255,255,0.3);
}

.basicsnavtable td {
  padding: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #84AEEC;
}

.basicsnavtable td.last {
  border-right: 0;
}

/* [[Category:틀]] */