Difference between revisions of "MediaWiki:Common.css"

From Shmups Wiki -- The Digital Library of Shooting Games
Jump to navigation Jump to search
 
Line 19: Line 19:
 
}
 
}
  
tr.hor-counterstop-hard td {
+
td.hor-counterstop-hard {
     background: #ddddf2;
+
     background: #ddddf2 !important;
 
}
 
}
  
tr.hor-counterstop-soft td {
+
td.hor-counterstop-soft {
     background: #ddf2dd;
+
     background: #ddf2dd !important;
 
}
 
}
  
tr.hor-counterstop-hard td.hor-merged-cell,
+
td.hor-counterstop-hard.hor-merged-cell,
tr.hor-counterstop-hard td.hor-merged-cell-last {
+
td.hor-counterstop-hard.hor-merged-cell-last {
 
     color: #ddddf2;
 
     color: #ddddf2;
 
}
 
}
tr.hor-counterstop-soft td.hor-merged-cell,
+
 
tr.hor-counterstop-soft td.hor-merged-cell-last {
+
td.hor-counterstop-soft.hor-merged-cell,
 +
td.hor-counterstop-soft.hor-merged-cell-last {
 
     color: #ddf2dd;
 
     color: #ddf2dd;
 
}
 
}

Latest revision as of 22:19, 3 January 2021

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


/* Hall of Records */

td.hor-merged-cell-first {
    border-bottom-style: none !important;
}

td.hor-merged-cell {
    color: #f8f9fa;
    border-top-style: none !important;
    border-bottom-style: none !important;
}

td.hor-merged-cell-last {
    color: #f8f9fa;
    border-top-style: none !important;
}

td.hor-counterstop-hard {
    background: #ddddf2 !important;
}

td.hor-counterstop-soft {
    background: #ddf2dd !important;
}

td.hor-counterstop-hard.hor-merged-cell,
td.hor-counterstop-hard.hor-merged-cell-last {
    color: #ddddf2;
}

td.hor-counterstop-soft.hor-merged-cell,
td.hor-counterstop-soft.hor-merged-cell-last {
    color: #ddf2dd;
}