User:Ryan/common.css: Difference between revisions

From Ephinea PSO Wiki
(blanked)
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
.psoStyle {
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 95%;
  color: white;
  background: #9aaaaa;
}


.psoBackground {
  background: repeating-linear-gradient(to bottom, #003431, #006675 1px, #003431 2px, #003431 6px);
}

Revision as of 21:37, 25 April 2023

.psoStyle {
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 95%;
  color: white;
  background: #9aaaaa;
}

.psoBackground {
  background: repeating-linear-gradient(to bottom, #003431, #006675 1px, #003431 2px, #003431 6px);
}