틀:Mainmenu/styles.css

Stardew Valley Wiki
< 틀:Mainmenu
Margotbean (토론 | 기여)님의 2023년 2월 1일 (수) 19:26 판 ("틀:Mainmenu/styles.css" 문서를 보호했습니다: 방문이 많은 문서 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기
#mainmenucontainer table.wikitable {
   background-color: rgba(209,248,255,0.67); 
   width: 100%; 
   display: table;
   margin-top: 0;
}

#mainmenucontainer table.wikitable th.quarter {
   width: 25%;
}

#mainmenucontainer table.wikitable td {
   vertical-align: top;
   border: 0 !important;
   background: transparent !important;
}

#mainmenucontainer table.wikitable td div.bordered {
   border: 1px solid #8DCAF0; 
   border-radius: 11px; 
   box-shadow: 0px 1px rgba(0,0,0,0.3); 
   margin-bottom: 3px;
}

/* [[Category:틀]] */