슈주피디아
잔글편집 요약 없음
(문서의 모든 내용을 삭제)
1번째 줄: 1번째 줄:
/* Common CSS for all skins */
 
 
/*<pre><nowiki>*/
 
 
/* make the list of references look smaller */
 
ol.references {
 
font-size: 85%;
 
}
 
 
.references-small { font-size: 70%;}
 
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
 
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
 
/* Please ignore any validator errors caused by these two lines */
 
.references-2column {
 
font-size: 70%;
 
-moz-column-count:2;
 
column-count:2;
 
}
 
 
.same-bg { background: none }
 
 
/* Highlight clicked reference in blue to help navigation */
 
 
ol.references > li:target {
 
background-color: #DEF;
 
}
 
 
sup.reference:target {
 
background-color: #DEF;
 
}
 
 
/* let's make a class that deals with tables better
 
Any complaints, please message Ta bu shi da yu */
 
 
table.wikitable,
 
table.prettytable {
 
margin: 1em 1em 1em 0;
 
background: #f9f9f9;
 
border: 1px #aaaaaa solid;
 
border-collapse: collapse;
 
}
 
 
table.wikitable th, table.wikitable td,
 
table.prettytable th, table.prettytable td {
 
border: 1px #aaaaaa solid;
 
padding: 0.2em;
 
}
 
 
table.wikitable th,
 
table.prettytable th {
 
background: #f2f2f2;
 
text-align: center;
 
}
 
 
table.wikitable caption,
 
table.prettytable caption {
 
margin-left: inherit;
 
margin-right: inherit;
 
font-weight: bold;
 
}
 
 
 
 
/* Merge template style */
 
 
.messagebox {
 
border: 1px solid #aaaaaa;
 
background-color: #f9f9f9;
 
width: 85%;
 
margin: 0 auto 1em auto;
 
padding: .2em;
 
text-align: justify;
 
font-size: 80%;
 
}
 
.messagebox.merge {
 
border: 1px solid #cf9fff;
 
background-color: #f5edf5;
 
text-align: center;
 
}
 
.messagebox.cleanup {
 
border: 1px solid #9f9fff;
 
background-color: #efefff;
 
text-align: center;
 
}
 
.messagebox.standard-talk {
 
border: 1px solid #c0c090;
 
background-color: #f8eaba;
 
}
 
 
.infobox {
 
border: 1px solid #aaaaaa;
 
background-color: #f9f9f9;
 
margin-bottom: 0.5em;
 
margin-left: 1em;
 
padding: .2em;
 
float: right;
 
clear: right;
 
}
 
.infobox td,
 
.infobox th {
 
vertical-align: top;
 
}
 
.infobox caption {
 
font-size: larger;
 
margin-left: inherit;
 
}
 
.infobox.bordered {
 
border-collapse: collapse;
 
}
 
.infobox.bordered td,
 
.infobox.bordered th {
 
border: 1px solid #aaaaaa;
 
}
 
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless th {
 
border: 0;
 
}
 
.infobox.sisterproject {
 
width: 20em;
 
font-size: 90%;
 
}
 
 
@media print {
 
.infobox.sisterproject {
 
display: none;
 
}
 
}
 
 
/* styles for bordered infobox with merged rows */
 
.infobox.bordered .mergedtoprow td,
 
.infobox.bordered .mergedtoprow th {
 
border: 0;
 
border-top: 1px solid #aaa;
 
border-right: 1px solid #aaa;
 
}
 
 
.infobox.bordered .mergedrow td,
 
.infobox.bordered .mergedrow th {
 
border: 0;
 
border-right: 1px solid #aaa;
 
}
 
 
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
 
 
.infobox.geography {
 
text-align: left;
 
border-collapse: collapse;
 
line-height: 1.2em;
 
font-size: 90%;
 
}
 
 
.infobox.geography td,
 
.infobox.geography th {
 
border-top: solid 1px #aaa;
 
padding: 0.4em 0.6em 0.4em 0.6em;
 
}
 
.infobox.geography .mergedtoprow td,
 
.infobox.geography .mergedtoprow th {
 
border-top: solid 1px #aaa;
 
padding: 0.4em 0.6em 0.2em 0.6em;
 
}
 
 
.infobox.geography .mergedrow td,
 
.infobox.geography .mergedrow th {
 
border: 0;
 
padding: 0 0.6em 0.2em 0.6em;
 
}
 
 
.infobox.geography .mergedbottomrow td,
 
.infobox.geography .mergedbottomrow th {
 
border-top: 0;
 
border-bottom: solid 1px #aaa;
 
padding: 0 0.6em 0.4em 0.6em;
 
}
 
 
.infobox.geography .maptable td,
 
.infobox.geography .maptable th {
 
border: 0;
 
padding: 0;
 
}
 
 
/* Style for "notices" */
 
.notice {
 
margin: 1em;
 
padding: 0.2em;
 
}
 
 
#disambig {
 
border-top: 1px solid #ccc;
 
border-bottom: 1px solid #ccc;
 
}
 
 
.spoiler {
 
border-top: 2px solid #ddd;
 
border-bottom: 2px solid #ddd;
 
}
 
 
/* Put a checker background at the image description page only visible if the image has transparent background */
 
 
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
 
 
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
 
.IPA {
 
font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
 
font-family /**/:inherit;
 
}
 
.Unicode {
 
font-family: Code2000, TITUS Cyberbit Basic, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
 
font-family /**/:inherit;
 
}
 
.latinx {
 
font-family: Code2000, TITUS Cyberbit Basic, Microsoft Sans Serif;
 
font-family /**/:inherit;
 
}
 
.polytonic {
 
font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
 
font-family /**/:inherit;
 
}
 
.mufi {
 
font-family: Alphabetum, Cardo, LeedsUni, Junicode, TITUS Cyberbit Basic, ALPHA-Demo;
 
}
 
 
#wpSave {
 
font-weight: bold;
 
}
 
 
.oldhan {
 
font-family: Code2000, UnJamoBatang, 은 자모 바탕, UnBatang, 은 바탕, sans-serif;
 
font-family /**/:inherit;
 
}
 
 
.oldhanyang {
 
font-family:한컴바탕,새바탕,한컴돋움,네이버사전;
 
font-family /**/:inherit;
 
}
 
 
/* Removes underlines from links */
 
.nounderlines a {
 
text-decoration: none;
 
}
 
 
/* Remove underline from IPA links */
 
.IPA a:link, .IPA a:visited {
 
text-decoration: none;
 
}
 
 
/* Removes useless links from printout */
 
@media print {
 
#privacy, #about, #disclaimer {display:none;}
 
}
 
 
/* [[위키백과:사랑방/2007년 1월#틀:듣기 용 아이콘]] */
 
.audiolink a{
 
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
 
padding-left: 16px !important;
 
padding-right: 0 !important;
 
}
 
 
/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
 
[[:en:MediaWiki:Common.css]]에서 가져옴 */
 
 
table.navbox {
 
background-color: #f9f9f9;
 
border: 1px solid #aaa;
 
clear: both;
 
font-size: 90%;
 
margin: 1em 0em 0em;
 
padding: 2px;
 
text-align: center;
 
width: 100%;
 
}
 
 
table.navbox th {
 
background-color: #ccf;
 
padding-left: 1em;
 
padding-right: 1em;
 
}
 
 
table.navbox tr:not(:first-child) th {
 
background-color: #ddf;
 
}
 
 
@media print {
 
.navbox {
 
display: none;
 
}
 
}
 
 
 
/* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */
 
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
 
 
div.Boxmerge,
 
div.NavFrame {
 
margin: 0px;
 
padding: 4px;
 
border: 1px solid #aaa;
 
text-align: center;
 
border-collapse: collapse;
 
font-size: 95%;
 
}
 
div.Boxmerge div.NavFrame {
 
border-style: none;
 
border-style: hidden;
 
}
 
div.NavFrame + div.NavFrame {
 
border-top-style: none;
 
border-top-style: hidden;
 
}
 
div.NavPic {
 
background-color: #fff;
 
margin: 0px;
 
padding: 2px;
 
float: left;
 
}
 
div.NavFrame div.NavHead {
 
height: 1.6em;
 
font-weight: bold;
 
background-color: #ccccff;
 
position:relative;
 
}
 
div.NavFrame p {
 
font-size: 100%;
 
}
 
div.NavFrame div.NavContent {
 
font-size: 100%;
 
}
 
div.NavFrame div.NavContent p {
 
font-size: 100%;
 
}
 
div.NavEnd {
 
margin: 0px;
 
padding: 0px;
 
line-height: 1px;
 
clear: both;
 
}
 
a.NavToggle {
 
position:absolute;
 
top:0px;
 
right:3px;
 
font-weight:normal;
 
font-size:smaller;
 
}
 
/* NavFrame 여기까지 */
 
 
/* [[위키백과:관리자 요청/2007년 11월]] */
 
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
 
 
.nowraplinks a {
 
white-space: nowrap;
 
}
 
 
/* 일반 단추와 알찬 글 단추 그림 지정 */
 
 
.portlet li {
 
list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
 
}
 
li.FA {
 
list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png");
 
}
 
 
/* 목차에서 특정 단계 이하 제목 숨기기 */
 
 
.toclimit-2 .toclevel-2 {display:none;}
 
.toclimit-3 .toclevel-3 {display:none;}
 
.toclimit-4 .toclevel-4 {display:none;}
 
.toclimit-5 .toclevel-5 {display:none;}
 
.toclimit-6 .toclevel-6 {display:none;}
 
.toclimit-7 .toclevel-7 {display:none;}
 
 
/* 포럼에서 포럼토론 탭 안 나오게 하기 (from Uncyclopedia and Wikia) */
 
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li { display: none; }
 
 
ul li a[title="사용자:낚시맨"] { font-weight: bold;color:cornflowerblue; }
 
ul li a[title="사용자토론:낚시맨"],
 
ul li a[title="특수기능:Contributions/낚시맨"] { color:orchid; }
 
 
/*</nowiki></pre>*/
 

2008년 8월 24일 (일) 12:17 판