User:Kwj2772/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Sticky header search bar adjustments */
.vector-sticky-header.vector-header-search-toggled .vector-search-box {
  position: relative;
  left: 20%;
  max-width: 600px;
}
/* 왼쪽 목차 모양 - 현재 문단 강조 등 */
.sidebar-toc-title, .sidebar-toc .sidebar-toc-list-item-active > .sidebar-toc-link {
	font-weight: bold;
}
/* 보호 문서를 편집할 때, 편집창의 배경을 붉은색으로 만듭니다.
   보호 문서인지를 미처 신경쓰하지 못하고 편집하는 실수를 막습니다.
*/
textarea.mw-textarea-protected, .ns-8 textarea {
  	background: #FFFFDB;
}

textarea#wpTextbox1 { font-family: monospace !important; }
/* RC Config */
.mw-plusminus-pos {
  	color:green;
}
.mw-plusminus-neg {
  	color:red;
}
.minoredit {
  	color: #808080;
}
.newpage {
  	color: #FF0000;
}
.botedit {
  	color: #3CB371;
} 

/* Edit summary button */ 
#usrSumBtn {
  white-space: nowrap;
}
 
#usrSumBtn sumBtn {
  background: #C2F2FF;
  border: 1px solid #9BD5F5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B;
}
 
#usrSumBtn sumBtn:hover {
  background: #B1EBFF;
  border: 1px solid #64BDF0;
  color: black;
  text-decoration: none;
}

#wpSave {
    font-weight: bold;
}

th b, b strong {
    font-weight: bold;
}
 
/* Removes underlines from links */
.nounderlines a { 
    text-decoration: none;
}
 
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}

 
#utcdate a { font-weight:bolder; font-size:100% !important; }

/* Kategorien etwas schöner darstellen */
#catlinks {
	border: 0px;
	border-top: 2px dotted #aaaaaa;
}
#mw-normal-catlinks {
       border: 0px;
}
#mw-hidden-catlinks {
       border: 0px;
} 
/*  Kategorienseite mit transparentem Hintergrund */
#mw-subcategories table {
       background-color: transparent;
}
 
#mw-pages table {
       background-color: transparent;
}



/* 부분 편집 링크를 굵게 */
span.editsection {
        font-weight: bold;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 8em;
}

/*.notice-all { display: none; }

.siteNoticeBig { display: none; }*/

pre {
 border: 1px solid #EBEBEB;
 background-color: #F7F7F7;
}

/* [[위키백과토론:위키프로젝트 시스템/벡터 스킨#IE8에서 사이드바 글자 짤림 현상]] 관련
- 2010년 4월 9일 (금) 10:05 [[사용자:PuzzletChung]] */
#mw-panel div.portal div.body ul li {
 padding: 0.24em 0;
}
 
/* 사이드바와 상단의 글자 뜨는 현상 */
 
#p-personal li {
    font-size: small !important;
}
 
.portal li {
    padding-top: 3px !important;
    margin-top: -3px !important;
}

/* 탭 강조 */
.selected {
    font-weight: bold;
}

/*#centralNotice { display: none !important; }*/


/* Babel */
/*.mw-babel-box-level-N  {
	display: none;
}
 
div.mw-babel-box table th  {
	font-family: sans-serif;
	font-size:14pt;
	text-align:center;
	width:45px;
	height:45px; 
}
 
div.mw-babel-box table td {
	font-size:8pt;
	padding:4pt;
	line-height:1.25em;
}
 
div.mw-babel-box-N  {
	float: left;
	border:solid #6EF7A7 1px;
	margin:1px;
}
 
div.mw-babel-box-4  {
	float:left;
	border:solid #77E0E8 1px;
	margin:1px;
}
 
div.mw-babel-box-3  {
	float:left;
	border:solid #99B3FF 1px;
	margin:1px;
}
 
div.mw-babel-box-2  {
	float:left;
	border:solid #BCB9EF 1px;
	margin:1px;
}
 
div.mw-babel-box-1  {
	float:left;
	border:solid #E0C0E0 1px;
	margin:1px;
}
 
div.mw-babel-box-0  {
	float:left;
	border:solid #FFB3B3 1px;
	margin:1px;
}
 
div.mw-babel-box-N table  {
	background: #C5FCDC;
}
 
div.mw-babel-box-4 table {
	background: #D0F8FF;
}
 
div.mw-babel-box-3 table  {
	background: #E0E8FF;
}
 
div.mw-babel-box-2 table {
	background: #E9E5F9;
}
 
div.mw-babel-box-1 table {
	background: #F3E0F3;
}
 
div.mw-babel-box-0 table {
	background: #FFE0E8;
}
 
div.mw-babel-box-N table th  {
	background: #6EF7A7;
}
 
div.mw-babel-box-4 table th {
	background: #77E0E8;
}
 
div.mw-babel-box-3 table th  {
	background: #99B3FF;
}
 
div.mw-babel-box-2 table th {
	background: #BCB9EF;
}
 
div.mw-babel-box-1 table th {
	background: #E0C0E0;
}
 
div.mw-babel-box-0 table th {
	background: #FFB3B3;
}
*/
/* installation
@import "//meta.wikimedia.org/w/index.php?title=User:Kwj2772/global.css&action=raw&ctype=text/css";
*/
/* Validation : 
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fmeta.wikimedia.org%2Fw%2Findex.php%3Ftitle%3DUser%3AKwj2772%2Fglobal.css%26action%3Draw%26ctype%3Dtext%2Fcss&profile=css21&usermedium=all&warning=1&lang=en
*/