사용자:Hys0729/common.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

.citation-comment {
	display: inline !important;
}

#sidebarCollapse {
	display: none;
}

#p-logo {
	display:none;
	position: fixed;
}
/*
#p-logo {
	position: fixed;
}

a.mw-wiki-logo {
	position: fixed;
	background-color: white;
	width: 36px;
	height: 36px;
	max-width: 36px;
	max-height: 36px;
	background-size: 36px;
	left: 18px;
	top: 0px;
	margin: 0px;
	padding: 5px;
}
*/

#mw-panel .portal .body {
	background-image: linear-gradient( to left, #0050ff 100%, #0050ff 100% );
}

#p-namespaces {
	position: absolute;
	left: 16px;
}

#p-personal {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 36px;
	padding-top: 10px;
	padding-right: 20px;
	background-color: #e8eeff;
	float: right;
}

#mw-panel {
	position: fixed;
	background-color: #6489f5;
	/*padding-left: 70px;*/
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	height: 46px;
	width: 100%
}

/**************************************/

#content {
	position: relative;
	left: -160px;
	right: 0px;
	margin-right: -145px
}

#p-navigation, #mw-panel h3 {
  background-color: #2d5191;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none
}

#p-navigation {
	height: 20px;
	background-color: #80b0ff;
}

#mw-panel .portal {
  position: relative;
  display: inline-block;
}

#mw-panel ul {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: "0px 8px 16px 0px rgba(0;0;0;0.2)";
  z-index: 1
}

#mw-panel li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#mw-panel li:hover {
  background-color: #ddd;
}

#mw-panel .portal:hover ul {
  display: block;
}

#p-lang ul {
  overflow-y: scroll;
  height: 300px;	
}


#mw-panel .portal:hover h3 {
  background-color: #1e3763;
}

.wbc-editpage {
	position: relative;
	top: -13px;
	right: -56px;
}

.wb-langlinks-add, .wb-langlinks-edit.wb-langlinks-link {
	height: 0px;
}

#p-wikibase-otherprojects li {
	background-origin: content-box;
}