MediaWiki:Common.css

From Trollpasta Wiki
Revision as of 09:02, 23 February 2022 by GorillaFortniteOne (talk | contribs)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Balsamiq+Sans&family=Bebas+Neue&display=swap');

.mpbutton {
   color: #fefefe;
   font-weight: bold;
   background: #244395;
   width: 160px;
   border: 3px solid #244395;
   border-radius: 100px;
   text-align:center;
   margin: 4px;
   padding: 4px;
   font-size:110%;
   white-space: nowrap;
   display: inline-block;
   cursor: pointer;
}

.mpbutton:hover {
   background: #81a1f6;
   text-decoration: underline;
}

.mpbutton a,
.mpbutton a.external {
   color:#fefefe;
   text-decoration: none;
   display: block;
   width:100%;
   height: 100%;
   letter-spacing: 1px;
}

.bgrevo {
    background-image: url("https://static.miraheze.org/trollpastawiki/0/0b/Graidentbg.png") !important;
}