MediaWiki:Common.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 38: Line 38:


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

Revision as of 09:18, 23 February 2022

@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/c/ca/Ghostbg.png") !important;
}