MediaWiki:Common.css

From Ratatan Wiki
Jump to navigation Jump 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.
/* CSS placed here will be applied to all skins */
/*MAIN SITE LOGO*/
$wgLogo = RATATANWiki.png


.wikigg-header{
display:none;
}
/*I DONT EVEN KNOW MAN*/

@font-face {
  font-family: "Poppin";
  src: local("Poppin-Regular"),
    url("Poppin-Regular.ttf") format("truetype") 

}



/*WIKI NAVBAR LOGO*/
.mw-wiki-logo{
	background-image: url(https://ratatan.wiki.gg/images/c/c5/WikiLogoSmallBeta.png?20230815011907);
}







#ca-nstab-mediawiki{
margin-top: 1.55em;
margin-left: 22em;
    border: 6px solid #dbcc97;
    background-color: #fff0bd;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
}

#ca-talk{
margin-top: 1.55em;
margin-left: 0.5em;
    background-color: #fff0bd;
    border: 6px solid #dbcc97;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
}

#ca-view{
margin-top: 1.55em;
margin-left: 0.5em;
    background-color: #fff0bd;
    border: 6px solid #dbcc97;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
}

#ca-edit{
margin-top: 1.55em;
margin-left: 0.5em;
    background-color: #fff0bd;
    border: 6px solid #dbcc97;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
}

#ca-history{
margin-top: 1.55em;
margin-left: 0.5em;
    background-color: #fff0bd;
    border: 6px solid #dbcc97;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
}

#ca-nstab-main{
margin-top: 1.55em;
margin-left: 22em;
    border: 6px solid #dbcc97;
    background-color: #fff0bd;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
}


/*CONTENT*/
#content {
    margin-right: 100px;
    margin-left: 340px;    
    margin-top: 100px;
    border-bottom-color: #520011; /* changes the line color at the top */
    background-color: #fff0bd;
    border: 10px solid #dbcc97;
    border-radius: 15px

}
 
 /* NAVBAR*/
  #mw-panel {
    display: block;
    align-items: flex-end;
    border-width: 10px;
    border-style: solid;
    background-color: #fff0bd;
    border-color: #dbcc97;
    border-radius: 15px;
    position: relative;
    font-family: "PT Sans", Calibri, Tahoma, sans-serif;
    font-size: larger;
    font-weight: bold;
    z-index: 100;
    margin-top: 100px;
  margin-left:60px
}

/*PAGE TITLE*/
.mw-page-title-main{
 font-family: "PT Sans", Calibri, Tahoma, sans-serif;
 font-weight: bold;
}

/*PAGE TITLE 2*/
.mw-page-title-namespace{
 font-family: "PT Sans", Calibri, Tahoma, sans-serif;
 font-size: larger;
 font-weight: bold;
}

/* the jank zone (you are now entering)*/

/* BACKGROUND */
body {
background: url(https://ratatan.wiki.gg/images/3/3c/RatatanBackgroundBlur.png?20230812031836);
background-size: cover;
background-attachment: fixed;
}

/* FOOTER */
#footer{
     font-family: "PT Sans", Calibri, Tahoma, sans-serif;
  /* background-color: #fff0bd;*/
  /*  border: 10px solid #dbcc97;*/
    border-radius: 15px;
margin-top:-145px;
margin-bottom: 200px;
margin-left:400px;
}

#footer-icons{
margin-right:250px;
margin-top:-50px;
}

#wikigg-footer{
   
  font-family: "PT Sans", Calibri, Tahoma, sans-serif;
     font-size: larger;
     font-weight: bold;
    bottom: 0;
    width: 100%;
}
#wikigg-header{
   
  font-family: "PT Sans", Calibri, Tahoma, sans-serif;
     font-size: larger;
     font-weight: bold;
    top: 0;
    width: 100%;
position:absolute;
}

/* SPACE BETWEEN CONTENT TITLE AND well. uh. content */
#contentSub::after {
  /* the line between heading section and content body box */
  content: "";
  display: block;
  pointer-events: none;
  height: 0;
   font-family: "PT Sans", Calibri, Tahoma, sans-serif;
  margin-top: 40px;
  margin-bottom: var(--layout-padding-y);
}

/* SPACE BETWEEN THE CONTENT END AND THE END OF THE CONTENT BOX (FOR FITITNG THE EXTRA STUFF IN) */
#content::after {
  content: "";
  display: block;
  pointer-events: none;
  height: 0;
   font-family: "PT Sans", Calibri, Tahoma, sans-serif;
  margin-top: 140px;
  margin-bottom: var(--layout-padding-y);
}






@media screen and (max-width: 1000px) {
  #content {
    margin-left: 0;
    margin-right: 0;
  }
}

#mw-page-base{
margin-top: 30em;
display: none;
}


/* infocard stuff by Owocek to be commented later */

.rata-infocard
{
	width: 60%;	
	border: 1px solid black;
	border-radius: 0.5em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.rata-infocard-header
{
	display: flex;
}

.rata-infocard-space-left
{
	background-color: black;
	width: 5%;
}

.rata-infocard-space-right
{
	background-color: black;
	flex-grow: 1;
}

.rata-infocard-title
{
	display: flex;
	flex-direction: column;
	margin-left: 1em;
	margin-right: 1em;
}

.rata-infocard-type
{
	font-size: 0.8em;
}

.rata-infocard-name
{
	font-size: 1.5em;
	font-weight: bold;
}

.rata-infocard-picture
{
	
}

.rata-infocard-content
{
	padding-top: 1em;
	padding-left: 1em;
}