User:Plok 1993/myskin.css

From MediaWiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Keania+One&display=swap');

body{
    font-family: "Atkinson Hyperlegible";
    max-width:1280px;
    background-color:#34363C;
    margin:auto;
}

#globalWrapper{
    background-color:#D5D1E8;
    box-shadow: 0px 0px 21px 5px #000000;
}

.firstHeading {
    font-family:"Keania One";
    color:#FFF;
  text-shadow:
    3px 3px 0 #000,
    -3px 3px 0 #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}
#contentSub{    border-top:.234375vw solid #05001F;    }

#bodyContent, #column-one > div{
    padding:5px;
}

#title-factionicons > div {
  background-color: #00000000;
  filter: drop-shadow(9px 9px 0px #000000);
}

#column-content{
    float: right;
    width:75%;
}

#column-one{
    float: left;
    width:24%;
    
}