MediaWiki:Mobile.css: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
(Add GM4 items to Sprite Sheet)
(Add all Crafting CSS)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


/* ======================= CRAFTING GRID CSS ================== */
/* ========================================================================= */
/*                                                                          */
/*                            CRAFTING GRID CSS                             */
/*                                                                          */
/* ========================================================================= */
@font-face {
@font-face {
    font-family: 'minecraftia';
font-family:'minecraftia';
    src: url('https://www.gm4.co/includes/minecraftia-regular-webfont.woff2') format('woff2'),
src:url(https://www.gm4.co/includes/minecraftia-regular-webfont.woff2) format('woff2'),
        url('https://www.gm4.co/includes/minecraftia-regular-webfont.woff') format('woff');
url(https://www.gm4.co/includes/minecraftia-regular-webfont.woff) format('woff');
        url('https://www.gm4.co/includes/Minecraftia-Regular.ttf') format('ttf');
url(https://www.gm4.co/includes/Minecraftia-Regular.ttf) format('ttf');
    font-weight: normal;
font-weight:normal;
    font-style: normal;
font-style:normal
}
}
 
.invgrid {
.inv-sprite{
border-collapse:collapse;
  background-image: url(https://cdn.discordapp.com/attachments/511552078481457175/651602769878450207/InvSpriteGM4.png)
display:inline-block
}
.invslot {
border-width:2px;
border-style:solid;
display:inline-block;
overflow:hidden;
width:32px;
height:32px;
position:relative
}
.invslot-stacksize {
position:absolute;
right:0;
bottom:-6px;
font-family: minecraftia,monospace;
font-weight:normal;
color:#FFF;
text-shadow:2px 2px 0 #3F3F3F;
filter:dropshadow(color=#3F3F3F,offx=2,offy=2);
z-index:2
}
}
 
.crafting-custom .invslot {
.invgrid{
background-color:#67AFD0;
  border-collapse: collapse;
border-color:#1A536E #C0DEEB #C0DEEB #1A536E
display: inline-block;
}
}
 
.crafting-standard .invslot {
.invslot{
background-color:#8B8B8B;
border-width: 2px;
border-color:#373737 #FFFFFF #FFFFFF #373737
border-style: solid;
display:inline-block;
overflow:hidden;
width:32px;
height:32px;
position:relative;
}
}
 
.crafting-zauber .invslot {
.invslot-stacksize{
background-color:#8B8B8B;
position:absolute;
border-color:#FFFFFF #373737 #373737 #FFFFFF
right:0;
bottom:0;
font-family:minecraftia,sans-serif !important;
font-weight:normal !important;
color:#FFF !important;
text-shadow:2px 2px 0 #3F3F3F;
filter:dropshadow(color=#3F3F3F,offx=2,offy=2);
z-index:2
}
}
 
.invslot-large {
.crafting-custom .invslot{
padding:8px
background-color:#67AFD0;
border-color: #1A536E #C0DEEB #C0DEEB #1A536E;
}
}
 
.crafting {
.crafting-standard .invslot{
padding:12px;
background-color: #8B8B8B;
display:inline-block;
border-color: #373737 #FFFFFF #FFFFFF #373737;
border-width:3px;
border-style:solid;
white-space: nowrap;
}
}


.invslot-large{
.crafting-container-name{
  padding: 8px;
font-family:minecraftia;
}
}
 
.crafting-zauber .crafting-container-name{
.crafting{
text-align: center;
  padding: 12px;
  display: inline-block;
border-width: 3px;
border-style: solid;
}
}


.crafting-custom{
.crafting-custom {
  background-color: #8FC4DC;
background-color:#8FC4DC;
  border-color: #C0DEEB #1A536E #1A536E #C0DEEB;
border-color:#C0DEEB #1A536E #1A536E #C0DEEB
}
}
 
.crafting-standard {
.crafting-standard{
background-color:#C6C6C6;
background-color: #C6C6C6;
border-color:#DBDBDB #5B5B5B #5B5B5B #DBDBDB
border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
}
}
 
.crafting-zauber {
.crafting-arrow{
background-color:#8FC4DC;
  width: 32px;
border-color:#C0DEEB #1A536E #1A536E #C0DEEB
  height: 32px;
}
}
.catalyst {
.catalyst {
margin: 16px 0px 0px 3px;
margin:16px 0px 0px 3px
}
.crafting-custom .crafting-arrow {
width:32px;
height:32px;
background-image:url(https://wiki.gm4.co/images/b/b7/Custom_Crafting_arrow.png)
}
.crafting-standard .crafting-arrow {
width:32px;
height:32px;
background-image:url(https://wiki.gm4.co/images/b/b7/Standard_Crafting_arrow.png)
}
.crafting-zauber .crafting-arrow {
width:33px;
height:36px;
background-image:url(https://wiki.gm4.co/images/4/4e/Custom_Cauldron_Crafting_Arrow.png)
}
.crafting-recipe > * {
vertical-align:middle;
display:inline-block
}
}


.crafting-custom .crafting-arrow{
/* ========================================================================= */
  background-image: url(https://wiki.gm4.co/images/b/b7/Custom_Crafting_arrow.png);
/*                                                                          */
/*              Modified styling for minecraft style tooltip                */
/*                                                                          */
/* ========================================================================= */
 
.tooltip {
font-family:minecraftia, sans-serif;
display:none;
position:absolute;
border: 0.125em solid #100010;
border-style: none solid;
border-color: rgba(16, 0, 16, 0.94);
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
word-spacing: 4px;
border-radius:2px;
padding:10px;
padding-top:10px;
padding-bottom:0px;
color:#fff;
font-size:16px;
line-height:1.25em;
}
}
.tooltip p {
margin:0;
line-height:0px
}


.crafting-standard .crafting-arrow{
.slot {
  background-image: url(https://wiki.gm4.co/images/b/b7/Standard_Crafting_arrow.png);
padding:1px;
display:inline-block;
border-width:3px;
border-style:solid
}
}


.crafting > * {
/* ========================================================================= */
vertical-align: middle;
/*                                                                          */
  display: inline-block;
/*            Classes corresponding to Minecraft formatting codes            */
/*                                                                          */
/* ========================================================================= */
 
.format-0 {
color: #000;
text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
color: #00A;
text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
color: #0A0;
text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
color: #0AA;
text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
color: #A00;
text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
color: #A0A;
text-shadow: 0.125em 0.125em 0 #2A002A;
}
.format-6 {
color: #FA0;
text-shadow: 0.125em 0.125em 0 #2A2A00;
}
.format-7 {
color: #AAA;
text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
color: #555;
text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
color: #55F;
text-shadow: 0.125em 0.125em 0 #15153F;
}
.format-a {
color: #5F5;
text-shadow: 0.125em 0.125em 0 #153F15;
}
.format-b {
color: #5FF;
text-shadow: 0.125em 0.125em 0 #153F3F;
}
.format-c {
color: #F55;
text-shadow: 0.125em 0.125em 0 #3F1515;
}
.format-d {
color: #F5F;
text-shadow: 0.125em 0.125em 0 #3F153F;
}
.format-e {
color: #FF5;
text-shadow: 0.125em 0.125em 0 #3F3F15;
}
.format-f, .tooltip {
color: #FFF;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
}
 
.format-l {
.tooltip {
font-weight: bold;
    font-family: minecraftia;
letter-spacing: 0.125em;
    display: none;
}
    position: absolute;
.format-m {
    border: 1px solid #333;
text-decoration: line-through;
    background-color: #161616;
}
    border-radius: 2px;
.format-n {
    padding: 10px;
text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
}
.tooltip p{
.format-o {
    margin: 0;
font-style: italic;
    line-height: 0px;
}
}

Revision as of 05:08, 6 May 2020

/* CSS placed here will affect users of the mobile site */

/* ========================================================================= */
/*                                                                           */
/*                            CRAFTING GRID CSS                              */
/*                                                                           */
/* ========================================================================= */
@font-face {
 font-family:'minecraftia';
 src:url(https://www.gm4.co/includes/minecraftia-regular-webfont.woff2) format('woff2'),
 url(https://www.gm4.co/includes/minecraftia-regular-webfont.woff) format('woff');
 url(https://www.gm4.co/includes/Minecraftia-Regular.ttf) format('ttf');
 font-weight:normal;
 font-style:normal
}
.invgrid {
 border-collapse:collapse;
 display:inline-block
}
.invslot {
 border-width:2px;
 border-style:solid;
 display:inline-block;
 overflow:hidden;
 width:32px;
 height:32px;
 position:relative
}
.invslot-stacksize {
 position:absolute;
 right:0;
 bottom:-6px;
 font-family: minecraftia,monospace;
 font-weight:normal;
 color:#FFF;
 text-shadow:2px 2px 0 #3F3F3F;
 filter:dropshadow(color=#3F3F3F,offx=2,offy=2);
 z-index:2
}
.crafting-custom .invslot {
 background-color:#67AFD0;
 border-color:#1A536E #C0DEEB #C0DEEB #1A536E
}
.crafting-standard .invslot {
 background-color:#8B8B8B;
 border-color:#373737 #FFFFFF #FFFFFF #373737
}
.crafting-zauber .invslot {
 background-color:#8B8B8B;
 border-color:#FFFFFF #373737 #373737 #FFFFFF
}
.invslot-large {
 padding:8px
}
.crafting {
 padding:12px;
 display:inline-block;
 border-width:3px;
 border-style:solid;
 white-space: nowrap;
}

.crafting-container-name{
 font-family:minecraftia;
}
.crafting-zauber .crafting-container-name{
 text-align: center;
}

.crafting-custom {
 background-color:#8FC4DC;
 border-color:#C0DEEB #1A536E #1A536E #C0DEEB
}
.crafting-standard {
 background-color:#C6C6C6;
 border-color:#DBDBDB #5B5B5B #5B5B5B #DBDBDB
}
.crafting-zauber {
 background-color:#8FC4DC;
 border-color:#C0DEEB #1A536E #1A536E #C0DEEB
}
.catalyst {
 margin:16px 0px 0px 3px
}
.crafting-custom .crafting-arrow {
 width:32px;
 height:32px;
 background-image:url(https://wiki.gm4.co/images/b/b7/Custom_Crafting_arrow.png)
}
.crafting-standard .crafting-arrow {
 width:32px;
 height:32px;
 background-image:url(https://wiki.gm4.co/images/b/b7/Standard_Crafting_arrow.png)
}
.crafting-zauber .crafting-arrow {
 width:33px;
 height:36px;
 background-image:url(https://wiki.gm4.co/images/4/4e/Custom_Cauldron_Crafting_Arrow.png)
}
.crafting-recipe > * {
 vertical-align:middle;
 display:inline-block
}

/* ========================================================================= */
/*                                                                           */
/*               Modified styling for minecraft style tooltip                */
/*                                                                           */
/* ========================================================================= */

.tooltip {
 font-family:minecraftia, sans-serif;
 display:none;
 position:absolute;
 border: 0.125em solid #100010;
 border-style: none solid;
 border-color: rgba(16, 0, 16, 0.94);
 background-color: #100010;
 background-color: rgba(16, 0, 16, 0.94);
 word-spacing: 4px;
 border-radius:2px;
 padding:10px;
 padding-top:10px;
 padding-bottom:0px;
 color:#fff;
 font-size:16px;
 line-height:1.25em;
}
.tooltip p {
 margin:0;
 line-height:0px
}


.slot {
 padding:1px;
 display:inline-block;
 border-width:3px;
 border-style:solid
}

/* ========================================================================= */
/*                                                                           */
/*            Classes corresponding to Minecraft formatting codes            */
/*                                                                           */
/* ========================================================================= */

.format-0 {
	color: #000;
	text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
	color: #00A;
	text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
	color: #0A0;
	text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
	color: #0AA;
	text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
	color: #A00;
	text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
	color: #A0A;
	text-shadow: 0.125em 0.125em 0 #2A002A;
}
.format-6 {
	color: #FA0;
	text-shadow: 0.125em 0.125em 0 #2A2A00;
}
.format-7 {
	color: #AAA;
	text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
	color: #555;
	text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
	color: #55F;
	text-shadow: 0.125em 0.125em 0 #15153F;
}
.format-a {
	color: #5F5;
	text-shadow: 0.125em 0.125em 0 #153F15;
}
.format-b {
	color: #5FF;
	text-shadow: 0.125em 0.125em 0 #153F3F;
}
.format-c {
	color: #F55;
	text-shadow: 0.125em 0.125em 0 #3F1515;
}
.format-d {
	color: #F5F;
	text-shadow: 0.125em 0.125em 0 #3F153F;
}
.format-e {
	color: #FF5;
	text-shadow: 0.125em 0.125em 0 #3F3F15;
}
.format-f, .tooltip {
	color: #FFF;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.format-l {
	font-weight: bold;
	letter-spacing: 0.125em;
}
.format-m {
	text-decoration: line-through;
}
.format-n {
	text-decoration: underline;
}
.format-o {
	font-style: italic;
}