User:Guarapiranga/vector.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.
/* Article Quality */
.firstHeading {color: black !important;}
.assess-dab-text, .assess-setindex-text {font-style: italic;}
.assess-fa-text::after, .assess-fl-text::after {content:"⭐"; font-size:50%;}
.firstHeading::after {
  border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size:50%;
  margin-left: 5px;
  width: 1.6em;
}
.assess-a-text::after, .assess-al-text::after {
  content: "A";
  color: #5599ff;
  background: #d7eef4;
  border: 2px solid #2a7fff;
}
.assess-a-text::after:hover, .assess-al-text::after:hover {content:"The article is well organized and essentially complete, having been examined by impartial reviewers from a WikiProject or elsewhere."}
.assess-b-text::after, .assess-bl-text::after {
  content: "B";
  color: #6db304;
  background: #c8fb7b;
  border: 2px solid #589003;
}
.assess-c-text::after, .assess-cl-text::after {
  content: "C";
  color: #d4aa00;
  background: #fff6d5;
  border: 2px solid #aa8800;
}
.assess-list-text::after {
  content: "L";
  color: #6600fe;
  background: #efe5ff;
  border: 2px solid #6600fe;
}

/* Navigation Popup */
.navpopup {
  font-size: 0.875em;
  color: #202122;
  max-width: 500px !important;
  line-height: 1.25em;
}
.popup_drop, .popupData {font-size: 0.8em}
.popup_mainlink {
  font-family: 'Linux Libertine','Georgia','Times',serif;
  font-size: 1.5em;
  font-weight: normal
}
.popupMoreLink {display: none}
.popupImage {padding: 0}
.popupImage img {
  height: fit-content;
  width: auto;
  margin: -10px -10px -5px 10px
}

/* Bawl
.BawlSVGLinkIcon {background-size:1.5em}
.BawlSVG {vertical-align:middle}
*/

.toc {font-size:85%}


/* .oo-ui-window-frame {width:35em !important} */

/* Highlight talk comments 
p:hover + dl, dl:hover {background:lightyellow}
p:hover, p:hover + p, dd:hover {background:lightcyan}
*/