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

(새 문서: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentatio...)
 
편집 요약 없음
태그: 되돌려진 기여
1번째 줄: 1번째 줄:
.documentation,
.ts-doc-sandbox .mbox-image {
.documentation-metadata {
padding:.75em 0 .75em .75em;
border: 1px solid #a2a9b1;
}
background-color: #ecfcf4;
.ts-doc-doc {
clear: both;
clear: both;
background-color: #eaf3ff;
color: #333;
border: 1px solid #a3caff;
margin-top: 1em;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.ts-doc-header {
background-color: #c2dcff;
color: #333;
padding: .642857em 1em .5em;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
}


.documentation {
.ts-doc-heading {
margin: 1em 0 0 0;
display: inline-block;
padding: 1em;
padding-left: 30px;
background: center left / 24px 24px no-repeat;
/* @noflip */
height: 24px;
line-height: 24px;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
}


.documentation-metadata {
.ts-doc-header .ts-tlinks-tlinks {
margin: 0.2em 0; /* same margin left-right as .documentation */
line-height: 24px;
    /* font-style: italic; */
margin-left: 0;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}
}


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


.documentation-heading {
.ts-doc-header .ts-tlinks-tlinks a.external:visited {
font-weight: bold;
color: #0b0080;
font-size: 125%;
}
}


.documentation-clear { /* Don't want things to stick out where they shouldn't. */
.ts-doc-header .ts-tlinks-tlinks a.external:active {
color: #faa700;
}
 
.ts-doc-content {
padding: .214286em 1em;
}
 
.ts-doc-content:after {
content: '';
clear: both;
clear: both;
display: block;
}
.ts-doc-content > :first-child {
margin-top: .5em;
}
.ts-doc-content > :last-child {
margin-bottom: .5em;
}
.ts-doc-footer {
background-color: #eaf3ff;
color: #333;
border: 1px solid #a3caff;
padding: .214286em 1em;
margin-top: .214286em;
font-style: italic;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
}


.documentation-toolbar {
@media all and (min-width: 720px) {  
font-style: normal;
.ts-doc-header .ts-tlinks-tlinks {
font-size: 85%;
float: right;
}
}
}

2024년 4월 24일 (수) 17:01 판

.ts-doc-sandbox .mbox-image	{
	padding:.75em 0 .75em .75em;
}
	
.ts-doc-doc {
	clear: both;
	background-color: #eaf3ff;
	color: #333;
	border: 1px solid #a3caff;
	margin-top: 1em;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.ts-doc-header {
	background-color: #c2dcff;
	color: #333;
	padding: .642857em 1em .5em;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.ts-doc-heading {
	display: inline-block;
	padding-left: 30px;
	background: center left / 24px 24px no-repeat;
	/* @noflip */
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ts-doc-header .ts-tlinks-tlinks {
	line-height: 24px;
	margin-left: 0;
}

.ts-doc-header .ts-tlinks-tlinks a.external {
	color: #0645ad;
}

.ts-doc-header .ts-tlinks-tlinks a.external:visited {
	color: #0b0080;
}

.ts-doc-header .ts-tlinks-tlinks a.external:active {
	color: #faa700;
}

.ts-doc-content {
	padding: .214286em 1em;
}

.ts-doc-content:after {
	content: '';
	clear: both;
	display: block;
}

.ts-doc-content > :first-child {
	margin-top: .5em;
}

.ts-doc-content > :last-child {
	margin-bottom: .5em;
}

.ts-doc-footer {
	background-color: #eaf3ff;
	color: #333;
	border: 1px solid #a3caff;
	padding: .214286em 1em;
	margin-top: .214286em;
	font-style: italic;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

@media all and (min-width: 720px) { 
	.ts-doc-header .ts-tlinks-tlinks {
		float: right;
	}
}