미디어위키:Common.css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
백괴게임>아라
잔글편집 요약 없음
백괴게임>아라
잔글편집 요약 없음
473번째 줄: 473번째 줄:
  *
  *
  * 적용 대상: 특수기능(-1), 토론(1), 사용자토론(3), 백괴게임(4), 백괴게임토론(5), 파일(6), 파일토론(7),
  * 적용 대상: 특수기능(-1), 토론(1), 사용자토론(3), 백괴게임(4), 백괴게임토론(5), 파일(6), 파일토론(7),
  * 미디어위키(8), 미디어위키토론(9), 틀(10), 틀토론(11), 도움말(12), 도움말토론(13),
  * 미디어위키(8), 미디어위키토론(9), 틀토론(11), 도움말(12), 도움말토론(13),
  * 분류(14), 분류토론(15), 백괴나라토론(101)
  * 분류(14), 분류토론(15), 백괴나라토론(101)
  *
  *
480번째 줄: 480번째 줄:
.ns-6 * #content, .ns-6 * #p-cactions li a:hover, .ns-6 * #p-cactions li.selected a,
.ns-6 * #content, .ns-6 * #p-cactions li a:hover, .ns-6 * #p-cactions li.selected a,
.ns-8 * #content, .ns-8 * #p-cactions li a:hover, .ns-8 * #p-cactions li.selected a,
.ns-8 * #content, .ns-8 * #p-cactions li a:hover, .ns-8 * #p-cactions li.selected a,
.ns-10 * #content, .ns-10 * #p-cactions li a:hover, .ns-10 * #p-cactions li.selected a,
.ns-14 * #content, .ns-14 * #p-cactions li a:hover, .ns-14 * #p-cactions li.selected a,
.ns-14 * #content, .ns-14 * #p-cactions li a:hover, .ns-14 * #p-cactions li.selected a,
.ns--1 * #content, .ns--1 * #p-cactions li a:hover, .ns--1 * #p-cactions li.selected a {
.ns--1 * #content, .ns--1 * #p-cactions li a:hover, .ns--1 * #p-cactions li.selected a {

2012년 1월 2일 (월) 22:58 판

/* Common CSS for all skins */

/*<pre><nowiki>*/

/* 문서 제목 밑 모양 조절 */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}
#bodyContent #siteSub a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  padding-right: 0;
}

/* 새내기들을 위해 윗부분 '편집' 버튼의 글씨를 언제나 굵게 */
#ca-edit a {
  font-weight: bold !important;
}

/* 차이 보기에서 변화한 부분 모양 조절.
  (회색 점선의 사각형으로 둘러쌈)  */ 
.diffchange {
  background-color: inherit;
  border: 1px dotted #888888;
}

/* 차이 보기의 글자 크기 조절. */
td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}

/* make the list of references look smaller */
ol.references {
   font-size: 85%;
}

/* toccolours 클래스: 일부 틀의 디자인에 사용됨 */
.toccolours {
   border:1px solid #aaaaaa;
   background-color: #f9f9f9;
   padding: 5px;
   font-size: 95%;
}

/* plainlinks 클래스: 링크 옆의 아이콘을 없애줌 */
#bodyContent .plainlinks a {
  padding: 0 !important;
}

/* [[파일:Example.jpg|thumb]] 프레임이 붙어 있는 그림의 배경을 하얀색으로 */
div.thumb div a img {
    background-color:#ffffff;
}

/* 글자 크기 조절 */
.portlet h5,
.portlet ul,
#toc .toctoggle {
    font-size: 100%;
}
.pBody,
#footer,
div.thumb div {
    font-size: 95%;
}
h2 { 
    font-weight: bold;
}

/* 대문에서 특정 요소를 숨김 */
body.page-백괴게임_대문 #t-cite,
body.page-백괴게임_대문 #lastmod,
body.page-백괴게임_대문 #siteSub,
body.page-백괴게임_대문 #contentSub,
body.page-백괴게임_대문 h1.firstHeading {
  display: none !important;
}

/* 링크 냅두면 가만히 가리키면 밑줄 */
.portlet a {
   text-decoration: none;
}
.portlet a:hover {
   text-decoration: underline;
}

.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;
}

/* 일반 단추와 특집 기사 단추 그림 지정 */
li.FA {
    list-style-image: url("http://uncyclopedia.kr/w/images/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png");
}

/* Forum formatting -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background: transparent; margin-top: 1em; padding: 12px; }
.forumlist td span { display: block; padding-left: 10px; font-size: smaller }
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_edited a { text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url('http://uncyclopedia.kr/w/images/thumb/1/1c/Crystal_filetypes.png/16px-Crystal_filetypes.png') center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: transparent; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

.forumborder { border-collapse: collapse }
.forumborder td { border-top: solid #aaa 1px }

/* 파일:, 파일토론: 로고 */
body.ns-6 #p-logo a { background-image: url('http://uncyclopedia.kr/w/images/a/ac/Uncommons-logo-ko.png') !important; }
body.ns-7 #p-logo a { background-image: url('http://uncyclopedia.kr/w/images/a/ac/Uncommons-logo-ko.png') !important; }

/* 백괴나라:, 백괴나라토론: 로고 */
body.ns-100 #p-logo a { background-image: url('http://uncyclopedia.kr/w/images/4/4d/아라_백괴나라_루빅스_큐브.png') !important; }
body.ns-101 #p-logo a { background-image: url('http://uncyclopedia.kr/w/images/4/4d/아라_백괴나라_루빅스_큐브.png') !important; }

/* 대문 페이지 제목 숨기기 (가짜 대문도 포함) */
body.page-백괴게임_대문 h1.firstHeading { display:none; }
body.page-백괴게임_대문 h3#siteSub { display:none; }

/**
 *
 * 특정 이름공간 문서의 배경을 하늘색, 토론 이름공간 문서의 배경을 노란색,
 * 프로젝트 이름공간 문서의 배경을 초록색으로 지정합니다.
 *
 * 적용 대상: 특수기능(-1), 토론(1), 사용자토론(3), 백괴게임(4), 백괴게임토론(5), 파일(6), 파일토론(7),
 * 미디어위키(8), 미디어위키토론(9), 틀토론(11), 도움말(12), 도움말토론(13),
 * 분류(14), 분류토론(15), 백괴나라토론(101)
 *
 **/
 
.ns-6 * #content, .ns-6 * #p-cactions li a:hover, .ns-6 * #p-cactions li.selected a,
.ns-8 * #content, .ns-8 * #p-cactions li a:hover, .ns-8 * #p-cactions li.selected a,
.ns-14 * #content, .ns-14 * #p-cactions li a:hover, .ns-14 * #p-cactions li.selected a,
.ns--1 * #content, .ns--1 * #p-cactions li a:hover, .ns--1 * #p-cactions li.selected a {
  background-color: #f5f5ff;
}

.ns-1 * #content, .ns-1 * #p-cactions li a:hover, .ns-1 * #p-cactions li.selected a,
.ns-3 * #content, .ns-3 * #p-cactions li a:hover, .ns-3 * #p-cactions li.selected a,
.ns-5 *#content, .ns-5 * #p-cactions li a:hover, .ns-5 * #p-cactions li.selected a,
.ns-7 * #content, .ns-7 * #p-cactions li a:hover, .ns-7 * #p-cactions li.selected a,
.ns-9 * #content, .ns-9 * #p-cactions li a:hover, .ns-9 * #p-cactions li.selected a,
.ns-11 * #content, .ns-11 * #p-cactions li a:hover, .ns-11 * #p-cactions li.selected a,
.ns-13 * #content, .ns-13 * #p-cactions li a:hover, .ns-13 * #p-cactions li.selected a,
.ns-15 * #content, .ns-15 * #p-cactions li a:hover, .ns-15 * #p-cactions li.selected a,
.ns-101 * #content, .ns-101 * #p-cactions li a:hover, .ns-101 * #p-cactions li.selected a {
  background-color: #fafaee;
}

.ns-4 * #content, .ns-4 * #p-cactions li a:hover, .ns-4 * #p-cactions li.selected a,
.ns-12 * #content, .ns-12 * #p-cactions li a:hover, .ns-12 * #p-cactions li.selected a {
  background-color: #f5fff5;
}

/* 이름공간의 번호, 명칭
 '-2' : '미디어', '-1' : '특수기능'
 '0' : '게임', '1' : '토론'
 '2' : '사용자', '3' : '사용자토론'
 '4' : '백괴게임', '5' : '백괴게임토론'
 '6' : '파일', '7' : '파일토론'
 '8' : '미디어위키', '9' : '미디어위키토론'
 '10' : '틀', '11' : '틀토론'
 '12' : '도움말', '13' : '도움말토론'
 '14' : '분류', '15' : '분류토론'
 '100' : '백괴나라', '101' : '백괴나라토론'
*/

/* pre 상자 */

pre {
padding: 1em;
border: 1px solid #003399;
color: #003399;
background-color: #F4F6FE;
line-height: 1.1em;
overflow: auto;
}

/* 서버 공지 */

#siteNotice table { 
background:transparent;
text-align:left;
}

#mw-subcategories table {
  background: transparent;
 }

#mw-pages table {
  background: transparent;
 }
 
/* [[큐브]] */
body-page.-큐브_큐브.subpages {
 display: none;
}

/* 최근 바뀜에서의 편집 관련 표시 */
.minor {
  font-size: smaller;
  color: #808080;
}
.newpage {
  font-size: smaller;
  color: #FF0000;
}
.bot {
  font-size: smaller;
  color: #3CB371;
}

/* 편집 요약, 이유의 모양 설정.
 (기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}

/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
 (증가는 초록색 감소는 빨간색) */
.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
  color:red;
}

/* 문서 목록과 주시문서 목록에서 넘겨주기의 모양 설정
 (연한 회색) */
.allpagesredirect a,
.watchlistredir a  {
  color:#888888;
}

/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.my-buttons {
  padding: 0.5em;
}
.my-buttons a {
  color: #005896;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
  background-color: #bbccdd !important;
}
#editpage-specialchars a {
  text-decoration: none;
}
#editpage-specialchars a:hover {
  text-decoration: underline;
}


/* 댸문에서 특정 요소를 숨김 */
body.page-백괴게임_댸문 #t-cite,
body.page-백괴게임_댸문 #lastmod,
body.page-백괴게임_댸문 #siteSub,
body.page-백괴게임_댸문 #contentSub,
body.page-백괴게임_댸문 h1.firstHeading {
  display: none !important;
}
body.page-백괴게임_데몬 #t-cite,
body.page-백괴게임_데몬 #lastmod,
body.page-백괴게임_데몬 #siteSub,
body.page-백괴게임_데몬 #contentSub,
body.page-백괴게임_데몬 h1.firstHeading {
  display: none !important;
}

/* 검은 배경 */
.blackbg { background-color: #000000; color: #FFFFFF; }
.blackbg a { color: #FFFFCC; }
.blackbg a:visited { color: #FFFFCC; }
.blackbg a:hover { color: #FFFFFF; }
.blackbg a.new { color: #FF6666; }
.scmd { color: #FFFFCC; }
.blackbg * a.extiw { color: #CCFFCC; !important; }
.blackbg * a.external { color: #FFFFCC; !important; }

/* 보여주지 말아야 할 글자를 가리키면 원래 글자가 나타냄 */
.censored {
	color: black;
	background-color: black;
	padding: 1px;
}

.censored a {
	color: black;
	text-decoration: underline;
	padding: 1px;
}

.censored:hover {
	color: inherit;
	background-color: inherit !important;
}

/* 숨겨진 내용 보이기 -Dawg */
.sighidden { display: none; }
.sigexpand:hover .sighidden { display: inline; }
.sigclick:active .sighidden { display: inline; }

#embedFlashDoc { display: none; }

/* 기부 패러디를 위한 것들 */
.walesh1{ 	background-color: #8ca5b6; 
	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/9/96/Jimbo-bikini-babes_gradient.png);
	background-repeat:repeat-x; }
.walesh2{	background-color: #c0a282;
	background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/1/19/Grad_header2.png);
	background-repeat:repeat-x; }
.walesh3{	background-color: #a19f93;
	background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/3/3f/Grad_header3.png);
	background-repeat:repeat-x; }
.walesh4{	background-color: #242304;
	background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/4/4c/Leafy.png);
	background-repeat:repeat-x; }
.walesh5{	background-color: #491787;
	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/bc/Purpley.png);
	background-repeat:repeat-x; }
.sannseh6{	background-image: url(http://images1.wikia.nocookie.net/uncyclopedia/images/3/3e/Prettiestpretty_pattern.png);
 	background-repeat:repeat-x; }
.gradientg6{ 	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/b7/Banner_gradient.gif);
	background-repeat:repeat-x; background-position: bottom;}
 
/* 위키미디어에서 훔친 버튼 */
.nt-button-2011-start { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 100% 100%;
	float: right;
	height: 30px;
	width: 4px;
}
.nt-button-2011-end { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 0% 0%;
	float: right;
	height: 30px;
	width: 4px;
}
.nt-button-2011-label { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	color: rgb(0, 0, 0);
	cursor: pointer;
	float: right;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-decoration: none;
	white-space: nowrap;
}

/*</nowiki></pre>*/