From Dark and Darker Wiki

No edit summary
No edit summary
 
(10 intermediate revisions 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 */
.stripedtable tr:nth-child(even) {
.stripedtable tr:nth-child(even) {
  background-color: rgb(100,100,100,0.3);
    background-color: rgb(100,100,100,0.3);
}
}


/*=============================================================
/*=============================================================
Rarity Colors
Rarity Colors
==============================================================*/
==============================================================*/
:root {
:root {
Line 11: Line 11:
     --rarity-Nightmare: 120, 60, 140;
     --rarity-Nightmare: 120, 60, 140;
}
}
.rarityElite {
.rarityElite {
     border: 1px solid rgb(var(--rarity-Elite),.5);
     border: 1px solid rgb(var(--rarity-Elite),.5);
     background: linear-gradient(360deg,rgb(var(--rarity-Elite),.5),rgba(0,0,0,0.5));
     background: linear-gradient(360deg,rgb(var(--rarity-Elite),.5),rgba(0,0,0,0.5));
}
}
.colorrarityElite {
.colorrarityElite {
     color: rgb(var(--rarity-Elite));
     color: rgb(var(--rarity-Elite));
}
}
.rarityNightmare {
.rarityNightmare {
     border: 1px solid rgb(var(--rarity-Nightmare),.5);
     border: 1px solid rgb(var(--rarity-Nightmare),.5);
     background: linear-gradient(360deg,rgb(var(--rarity-Nightmare),.5),rgba(0,0,0,0.5));
     background: linear-gradient(360deg,rgb(var(--rarity-Nightmare),.5),rgba(0,0,0,0.5));
}
}
.colorrarityNightmare {
    color: rgb(var(--rarity-Nightmare));
}
.cr0 {
    color: rgb(var(--rarity-0));
}
.cr1 {
    color: rgb(var(--rarity-1));
}
.cr2 {
    color: rgb(var(--rarity-2));
}
.cr3 {
    color: rgb(var(--rarity-3));
}
.cr4 {
    color: rgb(var(--rarity-4));
}
.cr5 {
    color: rgb(var(--rarity-5));
}
.cr6 {
    color: rgb(var(--rarity-6));
}
.cr7 {
    color: rgb(var(--rarity-7));
}
.cr8 {
    color: rgb(var(--rarity-7));
}
/*=============================================================
Loot and Drop Source Table Classes
==============================================================*/
table.loottable, table.dropsourcetable {
    border-spacing: 0px;
    border-collapse:collapse;
    padding: 10px;
    text-align:center;
    vertical-align:middle;
    text-shadow:1px 1px 4px #000;


    & caption, & th, & td {
        border: 1px solid #eeea;
        padding: 5px;
    }


.colorrarityNightmare {
    & caption, & th, &.summary td:first-child {
    color: rgb(var(--rarity-Nightmare));
        background-color: #eee3;
        font-weight: bold;
    }
}
}
/*=============================================================
/*=============================================================
Class Page /Classes
Class Page /Classes
==============================================================*/
==============================================================*/
.image-row {
.image-row {
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
Line 40: Line 84:
     align-items: center;
     align-items: center;
     margin-top: 20px;
     margin-top: 20px;
  }
}
 
.image-container {
  .image-container {
     position: relative;
     position: relative;
     margin: 10px;
     margin: 10px;
     height: fit-content;
     height: fit-content;
  }
}
 
.image-container img {
  .image-container img {
     display: block;
     display: block;
     height: auto;
     height: auto;
     max-width: 100%;
     max-width: 100%;
  }
}
 
.image-container .text {
  .image-container .text {
     position: absolute;
     position: absolute;
     bottom: -20;
     bottom: -20;
Line 65: Line 106:
     color: white;
     color: white;
     text-align: center;
     text-align: center;
  }
}
/*=============================================================
/*=============================================================
Portal Page /Portals
Portal Page /Portals
==============================================================*/
==============================================================*/
.flexbox{
.flexbox{
display: flex;
    display: flex;
flex-direction: row;
    flex-direction: row;
}
}
.flexboxtext{
.flexboxtext{
flex: 2;
    flex: 2;
}
}
.flexboximage{
.flexboximage{
flex: 1;
    flex: 1;
text-align: right;
    text-align: right;
}
}
/*=============================================================
/*=============================================================
Tabs (Template:StatsCardWeaponTabs)
Tabs (Template:StatsCardWeaponTabs)
==============================================================*/
==============================================================*/


/* See also: MediaWiki:Common.js */
/* See also: MediaWiki:Common.js */
.cardtabs{
.cardtabs{
float:right;
    float:right;
margin-left:25px;
    margin-left:25px;
display: flex;
    display: flex;
     flex-direction: column;
     flex-direction: column;
}
}
Line 97: Line 138:
}
}
.cardtabs__button {
.cardtabs__button {
border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
display: inline-block;
    display: inline-block;
font-size: 13px;
    font-size: 13px;
line-height: 1.5;
    line-height: 1.5;
position: relative;
    position: relative;
flex-grow: 1;
    flex-grow: 1;
     text-align: center;
     text-align: center;
}
}
.cardtabs__panel {
.cardtabs__panel {
position: relative;
    position: relative;
z-index: 1;
    z-index: 1;
}
}
.cardtabs__panel--js-hidden {
.cardtabs__panel--js-hidden {
display: none;
    display: none;
}
}
.cardtabs__button:not(.cardtabs__button--disabled):hover {
.cardtabs__button:not(.cardtabs__button--disabled):hover {
cursor: url('/skins/ScratchWikiSkin2/resources/custom-cursorlink.webp?bccaa') 4 4, auto;
    cursor: url('/skins/ScratchWikiSkin2/resources/custom-cursorlink.webp?bccaa') 4 4, auto;
}
}
.cardtabs__button--active {
.cardtabs__button--active {
border-bottom: 0;
    border-bottom: 0;
z-index: 1;
    z-index: 1;
box-shadow: 0px -1px 7px 0px #fff;
    box-shadow: 0px -1px 7px 0px #fff;
}
}
/* Info/Unlock panels */
/* Info/Unlock panels */
Line 130: Line 171:
}
}
.cardtabs__button--icon-unlock {
.cardtabs__button--icon-unlock {
padding-bottom: 0;
    padding-bottom: 0;
}
}


/*=============================================================
/*=============================================================
Toggle Buttons (Template:ToggleStart + Template:ToggleButton)
Toggle Buttons (Template:ToggleStart + Template:ToggleButton)
==============================================================*/
==============================================================*/
.btn {
.btn {
background: rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.05);
border-radius: 3px;
    border-radius: 3px;
border: 1px solid white;
    border: 1px solid white;
display: inline-block;
    display: inline-block;
font-size: 0.85rem;
    font-size: 0.85rem;
font-weight: bold;
    font-weight: bold;
padding: 6px 10px;
    padding: 6px 10px;
}
}
.btn:hover {
.btn:hover {
background: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
}
}
.btn--link {
.btn--link {
padding: 0;
    padding: 0;
}
}
.btn--link > a {
.btn--link > a {
Line 164: Line 203:
     border-color: #643636;
     border-color: #643636;
}
}
.tab{
.tab{
--link-color: rgb(231,159,52);
    --link-color: 231,159,52;
color: rgba(var(--link-color),0.9);
    color: rgba(var(--link-color),0.9);
margin:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
border-radius: 5px;
    border-radius: 5px;
border: 1px solid;
    border-width: 1px;
border-color: rgba(var(--link-color),0.3);
    border-style: solid;
padding:2px 2px;
    border-color: rgba(var(--link-color),0.3);
user-select:none;
    padding:2px 2px;
    user-select:none;
}
}
.tab:hover,
.tab:hover,
.tab:focus{
.tab:focus{
color: rgb(var(--link-hover-color));
    color: rgb(var(--link-hover-color));
cursor: url(/skins/ScratchWikiSkin2/resources/custom-cursorlink.webp?45785)4 4,auto;
    cursor: url(/skins/ScratchWikiSkin2/resources/custom-cursorlink.webp?45785)4 4,auto;
text-decoration: underline;
    text-decoration: underline;
}
}
.selected-tab{
.selected-tab{
color: rgb(var(--link-hover-color));
    color: rgb(var(--link-hover-color));
box-shadow: 0px 0px 10px rgb(var(--link-hover-color));
    box-shadow: 0px 0px 10px rgb(var(--link-hover-color));
}
}


/*=============================================================
/*=============================================================
Other Templates
Other Templates
==============================================================*/
==============================================================*/


/* Template:MiniIconbox */
/* Template:MiniIconbox */
.iconbox--inline {
.iconbox--inline {
margin: 0;
    margin: 0;
vertical-align: baseline;
    vertical-align: baseline;
}
}


/*=============================================================
/*=============================================================
Auto-width/column classes
Auto-width/column classes
==============================================================*/
==============================================================*/
.col-1 {
.col-1 {
width: 8.33%;
    width: 8.33%;
}
}
.col-2 {
.col-2 {
width: 16.66%;
    width: 16.66%;
}
}
.col-3 {
.col-3 {
width: 25%;
    width: 25%;
}
}
.col-4 {
.col-4 {
width: 33.33%;
    width: 33.33%;
}
}
.col-5 {
.col-5 {
width: 41.66%;
    width: 41.66%;
}
}
.col-6 {
.col-6 {
width: 50%;
    width: 50%;
}
}
.col-7 {
.col-7 {
width: 58.33%;
    width: 58.33%;
}
}
.col-8 {
.col-8 {
width: 66.66%;
    width: 66.66%;
}
}
.col-9 {
.col-9 {
width: 75%;
    width: 75%;
}
}
.col-10 {
.col-10 {
width: 83.33%;
    width: 83.33%;
}
}
.col-11 {
.col-11 {
width: 91.6%;
    width: 91.6%;
}
}
.col-12 {
.col-12 {
width: 100%;
    width: 100%;
}
}


/*=============================================================
/*=============================================================
Basic tooltip classes
Basic tooltip classes
==============================================================*/
==============================================================*/
.tooltip {
.tooltip {
position: relative;
    position: relative;
}
}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #000D;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;


.tooltip .tooltiptext {
    /* Position the tooltip text - see examples below! */
  visibility: hidden;
    position: absolute;
  background-color: #000D;
    z-index: 1;
  color: #fff;
    width: 200px;
  text-align: center;
    bottom: 100%;
  padding: 5px;
    left: 50%;
  border-radius: 3px;
    margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
}
.tooltip:hover .tooltiptext {
.tooltip:hover .tooltiptext {
  visibility: visible;
    visibility: visible;
}
}
.tooltip .tooltiptext-right {
    visibility: hidden;
    background-color: #000a;
    color: #db8;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
    border-radius: 3px;


.tooltip .tooltiptext-right {
    /* Position the tooltip text - see examples below! */
  visibility: hidden;
    position: absolute;
  background-color: #000a;
    z-index: 1;
  color: #db8;
    width: fit-content;
  text-align: center;
    bottom: 110%;
  white-space: nowrap;
    right: 0%;
  padding: 5px;
  border-radius: 3px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: fit-content;
  bottom: 110%;
  right: 0%;
}
}
.tooltip:hover .tooltiptext-right {
.tooltip:hover .tooltiptext-right {
  visibility: visible;
    visibility: visible;
}
}
.tooltip .tooltiptext-left {
    visibility: hidden;
    background-color: #000D;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;


.tooltip .tooltiptext-left {
    /* Position the tooltip text - see examples below! */
  visibility: hidden;
    position: absolute;
  background-color: #000D;
    z-index: 1;
  color: #fff;
    width: 200px;
  text-align: center;
    left: -15%;
  padding: 5px;
  border-radius: 3px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 200px;
  left: -15%;
}
}
.tooltip:hover .tooltiptext-left {
.tooltip:hover .tooltiptext-left {
  visibility: visible;
    visibility: visible;
}
}
/*=============================================================
/*=============================================================
Infobox tooltip classes
Infobox tooltip classes
==============================================================*/
==============================================================*/
.InfoboxTooltip {
.InfoboxTooltip {
Line 312: Line 344:
     display: inline-block;
     display: inline-block;
}
}
.InfoboxTooltipContent {
.InfoboxTooltipContent {
visibility: hidden;
    visibility: hidden;
background-color: rgb(var(--background-color), 0.9) !important;
    background-color: rgb(var(--background-color), 0.9) !important;
position: absolute;
    position: absolute;
z-index: 8;
    z-index: 8;
}
}
.InfoboxTooltip:hover .InfoboxTooltipContent {
.InfoboxTooltip:hover .InfoboxTooltipContent {
     visibility: visible;
     visibility: visible;
}
}
.ClassesTable {
.ClassesTable {
width:60%;  
    width:60%;  
color:#eee;  
    color:#eee;  
background:transparent;  
    background:transparent;  
text-align:center;  
    text-align:center;  
vertical-align:middle;  
    vertical-align:middle;  
border-spacing: 0px;
    border-spacing: 0px;
}
}


@media screen and (max-width: 481px) {
@media screen and (max-width: 481px) {
  .ClassesTable {
    .ClassesTable {
    width: 100%;
        width: 100%;
  }
    }
}
}

Latest revision as of 09:08, 21 September 2024

/* CSS placed here will be applied to all skins */
.stripedtable tr:nth-child(even) {
    background-color: rgb(100,100,100,0.3);
}

/*=============================================================
Rarity Colors
==============================================================*/
:root {
    --rarity-Elite: 255,30,30;
    --rarity-Nightmare: 120, 60, 140;
}
.rarityElite {
    border: 1px solid rgb(var(--rarity-Elite),.5);
    background: linear-gradient(360deg,rgb(var(--rarity-Elite),.5),rgba(0,0,0,0.5));
}
.colorrarityElite {
    color: rgb(var(--rarity-Elite));
}
.rarityNightmare {
    border: 1px solid rgb(var(--rarity-Nightmare),.5);
    background: linear-gradient(360deg,rgb(var(--rarity-Nightmare),.5),rgba(0,0,0,0.5));
}
.colorrarityNightmare {
    color: rgb(var(--rarity-Nightmare));
}
.cr0 {
    color: rgb(var(--rarity-0));
}
.cr1 {
    color: rgb(var(--rarity-1));
}
.cr2 {
    color: rgb(var(--rarity-2));
}
.cr3 {
    color: rgb(var(--rarity-3));
}
.cr4 {
    color: rgb(var(--rarity-4));
}
.cr5 {
    color: rgb(var(--rarity-5));
}
.cr6 {
    color: rgb(var(--rarity-6));
}
.cr7 {
    color: rgb(var(--rarity-7));
}
.cr8 {
    color: rgb(var(--rarity-7));
}

/*=============================================================
Loot and Drop Source Table Classes
==============================================================*/
table.loottable, table.dropsourcetable {
    border-spacing: 0px;
    border-collapse:collapse;
    padding: 10px;
    text-align:center;
    vertical-align:middle;
    text-shadow:1px 1px 4px #000;

    & caption, & th, & td {
        border: 1px solid #eeea;
        padding: 5px;
    }

    & caption, & th, &.summary td:first-child {
        background-color: #eee3;
        font-weight: bold;
    }
}

/*=============================================================
Class Page /Classes
==============================================================*/
.image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.image-container {
    position: relative;
    margin: 10px;
    height: fit-content;
}
.image-container img {
    display: block;
    height: auto;
    max-width: 100%;
}
.image-container .text {
    position: absolute;
    bottom: -20;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
}
/*=============================================================
Portal Page /Portals
==============================================================*/
.flexbox{
    display: flex;
    flex-direction: row;
}
.flexboxtext{
    flex: 2;
}
.flexboximage{
    flex: 1;
    text-align: right;
}
/*=============================================================
Tabs (Template:StatsCardWeaponTabs)
==============================================================*/

/* See also: MediaWiki:Common.js */
.cardtabs{
    float:right;
    margin-left:25px;
    display: flex;
    flex-direction: column;
}
.cardtabs__buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.cardtabs__button {
    border-radius: 5px 5px 0 0;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    flex-grow: 1;
    text-align: center;
}
.cardtabs__panel {
    position: relative;
    z-index: 1;
}
.cardtabs__panel--js-hidden {
    display: none;
}
.cardtabs__button:not(.cardtabs__button--disabled):hover {
    cursor: url('/skins/ScratchWikiSkin2/resources/custom-cursorlink.webp?bccaa') 4 4, auto;
}
.cardtabs__button--active {
    border-bottom: 0;
    z-index: 1;
    box-shadow: 0px -1px 7px 0px #fff;
}
/* Info/Unlock panels */
.cardtabs__button--icon-info img {
    position: relative;
    top: -2px;
}
.cardtabs__button--icon-unlock img {
    position: relative;
    top: -1px;
}
.cardtabs__button--icon-unlock {
    padding-bottom: 0;
}

/*=============================================================
Toggle Buttons (Template:ToggleStart + Template:ToggleButton)
==============================================================*/
.btn {
    background: rgba(255,255,255,0.05);
    border-radius: 3px;
    border: 1px solid white;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 6px 10px;
}
.btn:hover {
    background: rgba(255,255,255,0.1);
}
.btn--link {
    padding: 0;
}
.btn--link > a {
    padding: 6px 15px 6px 10px;
    padding-right: 15px !important; /* override needed due to exteral link bg image icon */
    display: inline-block;
}
.btn--active {
    border-color: #366436;
}
.btn--inactive {
    border-color: #643636;
}
.tab{
    --link-color: 231,159,52;
    color: rgba(var(--link-color),0.9);
    margin:2px 2px 2px 2px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--link-color),0.3);
    padding:2px 2px;
    user-select:none;
}
.tab:hover,
.tab:focus{
    color: rgb(var(--link-hover-color));
    cursor: url(/skins/ScratchWikiSkin2/resources/custom-cursorlink.webp?45785)4 4,auto;
    text-decoration: underline;
}
.selected-tab{
    color: rgb(var(--link-hover-color));
    box-shadow: 0px 0px 10px rgb(var(--link-hover-color));
}

/*=============================================================
Other Templates
==============================================================*/

/* Template:MiniIconbox */
.iconbox--inline {
    margin: 0;
    vertical-align: baseline;
}

/*=============================================================
Auto-width/column classes
==============================================================*/
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.6%;
}
.col-12 {
    width: 100%;
}

/*=============================================================
Basic tooltip classes
==============================================================*/
.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #000D;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext-right {
    visibility: hidden;
    background-color: #000a;
    color: #db8;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
    border-radius: 3px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: fit-content;
    bottom: 110%;
    right: 0%;
}
.tooltip:hover .tooltiptext-right {
    visibility: visible;
}
.tooltip .tooltiptext-left {
    visibility: hidden;
    background-color: #000D;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 200px;
    left: -15%;
}
.tooltip:hover .tooltiptext-left {
    visibility: visible;
}

/*=============================================================
Infobox tooltip classes
==============================================================*/
.InfoboxTooltip {
    position: relative;
    display: inline-block;
}
.InfoboxTooltipContent {
    visibility: hidden;
    background-color: rgb(var(--background-color), 0.9) !important;
    position: absolute;
    z-index: 8;
}
.InfoboxTooltip:hover .InfoboxTooltipContent {
    visibility: visible;
}
.ClassesTable {
    width:60%; 
    color:#eee; 
    background:transparent; 
    text-align:center; 
    vertical-align:middle; 
    border-spacing: 0px;
}

@media screen and (max-width: 481px) {
    .ClassesTable {
        width: 100%;
    }
}