User:Ykhwong/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.citation-comment {
	display: inline !important;
}

/*
#sidebarCollapse {
	display: none;
}

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

#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;
	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;
}
*/