Difference between revisions of "MediaWiki:Common.css"

From Shmups Wiki -- The Digital Library of Shooting Games
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Hall of Records: table tr.hor-counterstop-hard td { background: #DDF2DD; } table tr.hor-counterstop-soft td {...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
  
 
/* Hall of Records */
 
/* Hall of Records */
table tr.hor-counterstop-hard td {
+
 
     background: #DDF2DD;
+
td.hor-merged-cell-first {
 +
     border-bottom-style: none !important;
 
}
 
}
table tr.hor-counterstop-soft td {
+
 
     background: #DDDDF2;
+
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;
 +
}
 +
 
 +
tr.hor-counterstop-hard td {
 +
    background: #ddddf2;
 +
}
 +
 
 +
tr.hor-counterstop-soft td {
 +
     background: #ddf2dd;
 +
}
 +
 
 +
tr.hor-counterstop-hard td.hor-merged-cell,
 +
tr.hor-counterstop-hard td.hor-merged-cell-last {
 +
    color: #ddddf2;
 +
}
 +
tr.hor-counterstop-soft td.hor-merged-cell,
 +
tr.hor-counterstop-soft td.hor-merged-cell-last {
 +
    color: #ddf2dd;
 
}
 
}

Revision as of 14:03, 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;
}

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

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

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