Jump to content

User:Ritenerek/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Change reference style.
Remove stupid radial background
 
Line 1: Line 1:
#wpTextbox0 * {
background-color: white;
}

#wpTextbox1 {
font-family: sans;
background: rgb(242,60,7);
background: radial-gradient(circle, #f23c07 10%, #f1a105 20%, #f1dd05 30%, #9af105 40%, #05f14a 50%, #05f1c1 60%, #05a2f1 70%, #0527f1 80%, #9d05f1 90%, #e105f1 100%);
}

.mw-changeslist-watchedunseen {
.mw-changeslist-watchedunseen {
border: 0.2em solid blue;
border: 0.2em solid blue;

Latest revision as of 11:07, 5 April 2024

.mw-changeslist-watchedunseen {
  border: 0.2em solid blue;
  background: lightblue;
}

.reference a {
  color: blue;
  font-weight: bold;
}

.reference a:visited {
  color: blue;
}