:ColorBox/styles.css

WorldTravelWiki (토론 | 기여)님의 2025년 3월 10일 (월) 10:38 판 (새 문서: Template:ColorBox/styles.css: .color-box { border: 1px solid #ccc; border-radius: 5px; background-color: #f9f9f9; padding: 10px; } .color-box-title { font-weight: bold; margin-bottom: 0.5em; background-color: #eee; padding: 5px; border-radius: 5px 5px 0 0; } .color-box-content { padding: 0; } .color-box-content ul{ list-style: none; padding: 0; })
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

/* Template:ColorBox/styles.css */ .color-box {

 border: 1px solid #ccc;
 border-radius: 5px;
 background-color: #f9f9f9;
 padding: 10px;

}

.color-box-title {

 font-weight: bold;
 margin-bottom: 0.5em;
 background-color: #eee;
 padding: 5px;
 border-radius: 5px 5px 0 0;

}

.color-box-content {

   padding: 0;

} .color-box-content ul{

   list-style: none;
   padding: 0;

}