MediaWiki:Mbhh.css: Difference between revisions

From Corsair Cove Official Wiki
Initial skin CSS
 
Added background image and border image for ship thumbnails
Line 25: Line 25:
     justify-content: center;
     justify-content: center;
     width: 100%;
     width: 100%;
}
/* ART */
.cc-ship-background img {
  display: inline-block;
  background-image: url("/images/mbhh_cove/7/76/T_PopulationBackground_Gray.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-image-source: url("/images/mbhh_cove/4/4e/T_Button_SelectionBorder_Default.png") !important;
  border-image-slice: 12 !important;
  border-image-width: auto !important;
  border-image-outset: 6px !important;
}
}

Revision as of 20:25, 23 July 2026

/* All CSS here will be loaded for users of the MBHH skin */
body {
background-image: url(/Corsair_Cove/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/Corsair_Cove/skins/MBHH/resources/images/shade-left.png?30070),
url(/Corsair_Cove/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/Corsair_Cove/skins/MBHH/resources/images/game_bgs/COVE_bg.jpg?placeholder);
}

a, a:link, .toctogglelabel {
   color: #c8b36c !IMPORTANT;
}
a.new {
   color: palevioletred !IMPORTANT;
}

.tabber__tab, a.tabber__tab, a.tabber__tab:visited {
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    justify-content: center;
}

.tabber__tabs {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/* ART */

.cc-ship-background img {
  display: inline-block;
  background-image: url("/images/mbhh_cove/7/76/T_PopulationBackground_Gray.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-image-source: url("/images/mbhh_cove/4/4e/T_Button_SelectionBorder_Default.png") !important;
  border-image-slice: 12 !important;
  border-image-width: auto !important;
  border-image-outset: 6px !important;
}