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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 45개는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import "/index.php?title=User:Senior9324/lab.css&action=raw&ctype=text/css";
pre {
/* 고지 상자 CSS 시작 */
font-family: "NanumGothicCoding", monospace !important;
.notibox {
    margin: 15px 0 0 0;
    padding: 15px;
    border-radius: 4px;
}
.notibox-title {
    font-size: 16pt;
}
.notibox-title + .notibox-content {
    margin-top: .5em;
}
/* 고지 상자 CSS 끝 */
.tp_link a:link, .tp_link a:hover, .tp_link a:focus, .tp_link a:visited {
    color: inherit;
}
}


#libre-frontpage .block {
.albumbox {
    clear: both;
border: 1px solid #aaa;
    width: 100%;
}
}
#libre-frontpage .block-head {
.albumbox .info {
    background-color: #A3CCA3;
padding: 8px;
    color: #336633;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
}
#libre-frontpage .compactinfobox {
.albumbox .info .cover {
    margin: auto;
float: left;
min-width: 30%;
margin-right: 8px;
}
}
@media (min-width: 768px) {
.albumbox .info .cover img {
    #libre-frontpage .project-head {
width: 100%;
        width: 70%;
    }
    #libre-frontpage .compactinfobox {
        marigin: 0.5em;
        float: right;
    }
}
}

2015년 11월 15일 (일) 21:05 기준 최신판

pre {
	font-family: "NanumGothicCoding", monospace !important;
}

.albumbox {
	border: 1px solid #aaa;
}
.albumbox .info {
	padding: 8px;
}
.albumbox .info .cover {
	float: left;
	min-width: 30%;
	margin-right: 8px;
}
.albumbox .info .cover img {
	width: 100%;
}