Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Statsbar.css: Difference between revisions

Template page
Idkman changed the content model of the page Template:Statsbar.css from "wikitext" to "Sanitized CSS"
Tag: content model change
mNo edit summary
 
Line 1: Line 1:
.statsbar {
.statsbar {
  display: flex;
  overflow-x: auto;
   background-color: #f4f4f4;
   background-color: #f4f4f4;
   border: 1px solid #ddd;
   border: 1px solid #ddd;
   padding: 10px;
   padding: 5px;
  margin: 10px 0;
   border-radius: 5px;
   border-radius: 5px;
  font-family: Arial, sans-serif;
}
}


.statsbar p {
.stat {
  margin-right: 15px;
   font-size: 14px;
   font-size: 14px;
   color: #333;
   color: #333;
}
}


.statsbar strong {
.stat:last-child {
  margin-right: 0;
}
 
.stat strong {
   color: #0073e6;
   color: #0073e6;
}
}

Latest revision as of 22:50, 14 February 2025

.statsbar {
  display: flex;
  overflow-x: auto;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}

.stat {
  margin-right: 15px;
  font-size: 14px;
  color: #333;
}

.stat:last-child {
  margin-right: 0;
}

.stat strong {
  color: #0073e6;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.