Difference between revisions of "MediaWiki:Common.css"

From Magic Fish Radio
Jump to navigationJump to search
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
     display: inline-block;
 
     display: inline-block;
 
     text-align: center;
 
     text-align: center;
     width: 14.5em;
+
     width: 8.5em;
 +
    cursor: default;
 +
    border: 1px dotted #A0A0A0;
 +
    background-color: #ECECEC;
 +
    color: #191919;
 +
    box-shadow: 0.25em 0.25em 0.25em 0em rgb(0 0 0 / 60%);
 +
}
 +
 
 +
.status td {
 +
  border-radius: .50em;
 +
  margin: .25em 0 0.25m .25em;
 +
  padding: .25em 0;
 +
  width: .70em;
 +
  height: .35 em;
 +
  border: 2px solid #000000;
 +
  background-color: #ECECEC;
 
}
 
}

Latest revision as of 00:47, 21 March 2021

/* CSS placed here will be applied to all skins */

.stat {
    border-radius: 0.5em;
    line-height: 1.3em;
    margin: 0.25em 0 0.25em 0.25em;
    padding: 0.25em 0;
    display: inline-block;
    text-align: center;
    width: 8.5em;
    cursor: default;
    border: 1px dotted #A0A0A0;
    background-color: #ECECEC;
    color: #191919;
    box-shadow: 0.25em 0.25em 0.25em 0em rgb(0 0 0 / 60%);
}

.status td {
   border-radius: .50em;
   margin: .25em 0 0.25m .25em;
   padding: .25em 0;
   width: .70em;
   height: .35 em;
   border: 2px solid #000000;
   background-color: #ECECEC;
}