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 {...")
 
 
(One intermediate revision by the same user not shown)
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;
 +
}
 +
 
 +
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;
 
}
 
}

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;
}