사용자:하늘/틀/styles.css: 두 판 사이의 차이

(새 문서: .infobox[style*="solid"] th, .infobox[style*="solid"] td { border-right:none !important; border-left:none !important; } .infobox[style*="solid"] tr:first-child th { border-top:non...)
 
편집 요약 없음
 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.infobox[style*="solid"] th, .infobox[style*="solid"] td {
.mc-ui {
border-right:none !important;
border: 2px solid; border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB; background-color: #C6C6C6;
border-left:none !important;
}
.mc-crafting-table {
display: inline-flex; flex-wrap: wrap; width: 107.5px; height: 107.5px; vertical-align: top;  
}
}


.infobox[style*="solid"] tr:first-child th {
.mc-itemslot {
border-top:none !important;
width: 33.3%; height: 33.3%;;border: 2px solid; border-color: #373737 #FFF #FFF #373737; background: #8B8B8B;
border-radius: 3px 3px 0 0 !important;
}
 
.infobox[style*="solid"] tr:last-child th, .infobox[style*="solid"] tr:last-child td {
border-bottom:none !important;
}
 
.infobox[style*="solid"] tr:last-child th {
border-radius: 0 0 0px 3px !important;
}
}

2022년 7월 29일 (금) 12:43 기준 최신판

.mc-ui {
	border: 2px solid; border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB; background-color: #C6C6C6; 
}	
.mc-crafting-table {
	display: inline-flex; flex-wrap: wrap; width: 107.5px; height: 107.5px; vertical-align: top; 
}

.mc-itemslot {
	width: 33.3%; height: 33.3%;;border: 2px solid; border-color: #373737 #FFF #FFF #373737; background: #8B8B8B;
}