MediaWiki:Common.css: Difference between revisions

No edit summary
mNo edit summary
Line 37: Line 37:
table.secFixes tr:nth-child(even) {
table.secFixes tr:nth-child(even) {
   background: #EFEFEF;
   background: #EFEFEF;
}
table.secFixes thead {
  background: #F15992;
}
}
table.secFixes thead th {
table.secFixes thead th {
   font-weight: bold;
   font-weight: bold;
   color: #FFFFFF;
   color: #FFFFFF !important;
   text-align: center;
   text-align: center !important;
   background: #F15992;
   background: #F15992 !important;
}
}

Revision as of 03:33, 13 September 2019

.lazyYT-title {
    z-index: 100!important;
    color: #fff!important;
    font-family: sans-serif!important;
    font-size: 12px!important;
    top: 10px!important;
    left: 12px!important;
    position: absolute!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important;
    font-style: normal!important;
    font-weight: normal!important;
}
.lazyYT-button {
    margin: 0!important;
    padding: 0!important;
    width: 60px!important;
    height: 41px!important;
    z-index: 100!important;
    position: absolute!important;
    top: 50%!important;
    margin-top: -22px!important;
    left: 50%!important;
    margin-left: -30px!important;
}
table.secFixes {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  text-align: left;
  border-collapse: collapse;
}
table.secFixes td, table.secFixes th {
  border: 1px solid #FFFFFF;
  padding: 2px 2px;
}
table.secFixes tr:nth-child(even) {
  background: #EFEFEF;
}
table.secFixes thead th {
  font-weight: bold;
  color: #FFFFFF !important;
  text-align: center !important;
  background: #F15992 !important;
}
Jump to: navigation, search