모듈:Documentation/styles.css: 두 판 사이의 차이

영어 위키백과>Iniquity
(+css)
 
m (판 20개를 가져왔습니다: 영어 위키백과에서 가져옴)
 
(사용자 11명의 중간 판 42개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.ts-doc-doc {
/* {{pp|small=yes}} */
background-color: #eaf3ff;
.documentation,
border: 1px solid #a3caff;
.documentation-metadata {
margin-top: 1em;
border: 1px solid #a2a9b1;
}
background-color: #ecfcf4;
 
clear: both;
.ts-doc-header {
background-color: #c2dcff;
padding: .642857em 1em .5em;
}
 
.ts-doc-header .ts-tlinks-tlinks {
line-height: 24px;
}
}


.ts-doc-header .ts-tlinks-tlinks a.external {
.documentation {
color: #0645ad;
margin: 1em 0 0 0;
padding: 1em;
}
}


.ts-doc-header .ts-tlinks-tlinks a.external:visited {
.documentation-metadata {
color: #0b0080;
margin: 0.2em 0; /* same margin left-right as .documentation */
    font-style: italic;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}
}


.ts-doc-header .ts-tlinks-tlinks a.external:active {
.documentation-startbox {
color: #faa700;
padding-bottom: 3px;
border-bottom: 1px solid #aaa;
margin-bottom: 1ex;
}
}


.ts-doc-content {
.documentation-heading {
padding: .214286em 1em;
font-weight: bold;
font-size: 125%;
}
}


.ts-doc-content:after {
.documentation-clear { /* Don't want things to stick out where they shouldn't. */
content: '';
clear: both;
clear: both;
display: block;
}
.ts-doc-heading {
display: inline-block;
padding-left: 30px;
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/c/ca/OOjs_UI_icon_info.svg/24px-OOjs_UI_icon_info.svg.png) center left/24px 24px no-repeat;
height: 24px;
line-height: 24px;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.ts-doc-content > *:first-child,
.ts-doc-footer > *:first-child {
margin-top: .5em;
}
.ts-doc-content > *:last-child,
.ts-doc-footer > *:last-child {
margin-bottom: .5em;
}
}


.ts-doc-footer {
.documentation-toolbar {
background-color: #eaf3ff;
font-style: normal;
border: 1px solid #a3caff;
font-size: 85%;
padding: .214286em 1em;
margin-top: .214286em;
font-style: italic;
}
}

2021년 12월 28일 (화) 16:20 기준 최신판

/* {{pp|small=yes}} */
.documentation,
.documentation-metadata {
	border: 1px solid #a2a9b1;
	background-color: #ecfcf4;
	clear: both;
}

.documentation {
	margin: 1em 0 0 0;
	padding: 1em;
}

.documentation-metadata {
	margin: 0.2em 0; /* same margin left-right as .documentation */
    font-style: italic;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}

.documentation-startbox {
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1ex;
}

.documentation-heading {
	font-weight: bold;
	font-size: 125%;
}

.documentation-clear { /* Don't want things to stick out where they shouldn't. */
	clear: both;
}

.documentation-toolbar {
	font-style: normal;
	font-size: 85%;
}
• 현재 페이지 URL 줄이기