MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 7: Line 7:
     font-family: Rodin;
     font-family: Rodin;
     src: url(/w/images/8/80/FOT-RodinNTLGPro-DB.woff2);
     src: url(/w/images/8/80/FOT-RodinNTLGPro-DB.woff2);
    font-weight: normal;
}
@font-face {
    font-family: Rodin;
    src: url(/w/images/b/bd/FOT-RodinNTLGPro-EB.woff2);
    font-weight: bold;
}
}
@font-face {  
@font-face {  
Line 34: Line 28:
h6, #bodyContent h6 {
h6, #bodyContent h6 {
     color: #E6E6E6;
     color: #E6E6E6;
     font-family: Kurokane;
     font-family: "Kurokane", "Arial";
     font-weight: normal;
     font-weight: normal;
}
}
Line 40: Line 34:
     background: url("/w/images/5/50/Wiki-background");
     background: url("/w/images/5/50/Wiki-background");
     color: #E6E6E6;
     color: #E6E6E6;
     font-family: Rodin;
     font-family: "Rodin", "Arial";
}
}
.mw-list-item{
.mw-list-item{
Line 50: Line 44:
url("/w/images/5/50/Wiki-background");
url("/w/images/5/50/Wiki-background");
     color: #E6E6E6;
     color: #E6E6E6;
     font-family: Rodin;
     font-family: "Rodin", "Arial";
}
}
#content, .mw-body {
#content, .mw-body {
     background-color: #000B10;
     background-color: #000B10;
     color: #E6E6E6;
     color: #E6E6E6;
     font-family: Rodin;
     font-family: "Rodin", "Arial";
}
}


Line 213: Line 207:
     border-color: #4A31FF;
     border-color: #4A31FF;
     text-align: center;
     text-align: center;
     font-family: Kurokane;
     font-family: "Kurokane", "Arial";
     font-weight: normal;
     font-weight: normal;
}
}
Line 227: Line 221:
.pixelated{
.pixelated{
     image-rendering: pixelated;
     image-rendering: pixelated;
}
.suggestions {
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  width:0;
  border:0;
  z-index:1099;
  padding:0;
  margin:-1px 0 0 0
}
.suggestions-special {
  position:relative;
  background-color:#fff;
  cursor:pointer;
  border:1px solid #a2a9b1;
  margin:0;
  margin-top:-2px;
  display:none;
  padding:0.25em 0.25em;
  line-height:1.25em
}
.suggestions-results {
  background-color:#fff;
  cursor:pointer;
  border:1px solid #a2a9b1;
  padding:0;
  margin:0
}
.suggestions-result {
  color:#000;
  margin:0;
  line-height:1.5em;
  padding:0.01em 0.25em;
  text-align:left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.suggestions-result-current {
  background-color:#2a4b8d;
  color:#fff
}
.suggestions-special .special-label {
  color:#72777d;
  text-align:left
}
.suggestions-special .special-query {
  color:#000;
  font-style:italic;
  text-align:left
}
.suggestions-special .special-hover {
  background-color:#c8ccd1
}
.suggestions-result-current .special-label,
.suggestions-result-current .special-query {
  color:#fff
}
.highlight {
  font-weight:normal;
}
}