사용자:Senior9324/common.css: 두 판 사이의 차이

편집 요약 없음
(prefixed class)
30번째 줄: 30번째 줄:
}
}


div.infobox .header {
div.infobox .boxheader {
   text-align: center;
   text-align: center;
}
}
div.infobox .row {
div.infobox .boxrow {
   clear: both;
   clear: both;
   position: relative;
   position: relative;
}
}
div.infobox .subject {
div.infobox .boxlabel {
   float: left;
   float: left;
   white-space: nowrap;
   white-space: nowrap;
}
}
div.infobox .data {
div.infobox .boxdata {
   display: inline-block;
   display: inline-block;
}
}

2015년 7월 9일 (목) 00:23 판

/* 고지 상자 CSS 시작 */
.notibox {
    margin: 15px 0 0 0;
    padding: 15px;
    border-radius: 4px;
}
.notibox-title {
    font-size: 16pt;
}
.notibox-title + .notibox-content {
    margin-top: .5em;
}
/* 고지 상자 CSS 끝 */

pre {
    font-family: "NanumGothicCoding", monospace !important;
}
/* 음반 틀 시험용 */

/** div 쓰는 정보상자 **/
div.infobox {
  float: right;
  clear: right;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  border: 1px solid #aaa;
  background: #f9f9f9;
  font-size: small;
  width: 25em;
}

div.infobox .boxheader {
  text-align: center;
}
div.infobox .boxrow {
  clear: both;
  position: relative;
}
div.infobox .boxlabel {
  float: left;
  white-space: nowrap;
}
div.infobox .boxdata {
  display: inline-block;
}