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

Stardew Valley Wiki
둘러보기로 가기 검색하러 가기
(create)
 
잔글 ("틀:Mainmenu/styles.css" 문서를 보호했습니다: 방문이 많은 문서 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)))
 
(차이 없음)

2023년 2월 1일 (수) 19:26 기준 최신판

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