Hybrid Animals Wiki
No edit summary
No edit summary
 
(133 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedCommunityRail/code.css&only=styles";
/* CSS placed here will be applied to all skins */
 
  +
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:RoundAvatars.css&only=styles";
.table {
 
  +
@import url('https://fonts.googleapis.com/css?family=Oswald%7Cinsert+Oswald');
width: 40%;
 
  +
margin: 0 auto;
 
  +
#mw-content-text {
background: #d7dcfa;
 
  +
font-size: 1.1em;
border-collapse: separate;
 
border-spacing: 2px;
 
text-align: center;
 
 
}
 
}
  +
.page-header__title {
.table td, .table tr {
 
  +
font-family: 'Oswald', sans-serif;
-moz-border-radius: 3.5px;
 
  +
font-weight: normal;
-webkit-border-radius: 3.5px;
 
border-radius: 3.5px;
 
 
}
 
}
  +
.mw-parser-output a {
.table th {
 
  +
font-weight: normal;
background-color: #4372aa;
 
 
}
 
}
  +
  +
/* Links */
  +
a:hover { /*Changes what links look like on hover*/
  +
color: #c2f6ff !important;
  +
text-shadow: #71bac7 0px 0px 4px, #71bac7 0px 0px 4px !important;}
  +
  +
/* User Colors */
  +
a[href$=":SpoonOfGrapefruit"],
  +
a[href$="/SpoonOfGrapefruit"] {
  +
color: #45ff89 !important;
  +
font-family: 'Oswald', sans-serif;
  +
text-shadow: #45ff89 0px 0px 2px, #45ff89 0px 0px 2px !important;
  +
}
  +
  +
a[href$=":RoyalGamerX"],
  +
a[href$="/RoyalGamerX"] {
  +
color: #FAFA33 !important;
  +
font-family: 'Oswald', sans-serif;
  +
text-shadow: #FAFA33 0px 0px 2px, #FAFA33 0px 0px 2px !important;
  +
}
  +
  +
a[href$=":ILoveHybrid4747"],
  +
a[href$="/ILoveHybrid4747"] {
  +
color: #45f9ff !important;
  +
font-family: 'Oswald', sans-serif;
  +
text-shadow: #45f9ff 0px 0px 2px, #45f9ff 0px 0px 2px !important;
  +
}
  +
  +
a[href$=":KJMD777"],
  +
a[href$="/KJMD777"] {
  +
color: #ff6445 !important;
  +
font-family: 'Oswald', sans-serif;
  +
text-shadow: #ff6445 0px 0px 2px, #ff6445 0px 0px 2px !important;
  +
}
  +
  +
a[href$=":Candykitsune69"],
  +
a[href$="/Candykitsune69"] {
  +
color: #8F00FF !important;}
  +
  +
a[href$=":Dragoriki"],
  +
a[href$="/Dragoriki"] {
  +
color: #63c6cd !important;}
  +
  +
a[href$=":DarkAngelReal"],
  +
a[href$="/DarkAngelReal"] {
  +
color: #cf03fc !important;}
  +
  +
a[href$=":Vulpesclassic"],
  +
a[href$="/Vulpesclassic"] {
  +
color: #FFA500 !important;}

Latest revision as of 14:12, 28 January 2024

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedCommunityRail/code.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:RoundAvatars.css&only=styles";
@import url('https://fonts.googleapis.com/css?family=Oswald%7Cinsert+Oswald');

#mw-content-text {
	font-size: 1.1em;
}
.page-header__title {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.mw-parser-output a {
	font-weight: normal;
}

/* Links */
a:hover { /*Changes what links look like on hover*/
	color: #c2f6ff !important;
	text-shadow: #71bac7 0px 0px 4px, #71bac7 0px 0px 4px !important;}

/* User Colors */
a[href$=":SpoonOfGrapefruit"],
a[href$="/SpoonOfGrapefruit"] {
    color: #45ff89 !important;
    font-family: 'Oswald', sans-serif;
	text-shadow: #45ff89 0px 0px 2px, #45ff89 0px 0px 2px !important;
}

a[href$=":RoyalGamerX"],
a[href$="/RoyalGamerX"] {
    color: #FAFA33 !important;
    font-family: 'Oswald', sans-serif;
	text-shadow: #FAFA33 0px 0px 2px, #FAFA33 0px 0px 2px !important;
}
    
a[href$=":ILoveHybrid4747"],
a[href$="/ILoveHybrid4747"] {
    color: #45f9ff !important;
   	font-family: 'Oswald', sans-serif;
    text-shadow: #45f9ff 0px 0px 2px, #45f9ff 0px 0px 2px !important;
}
    
a[href$=":KJMD777"],
a[href$="/KJMD777"] {
    color: #ff6445 !important;
   	font-family: 'Oswald', sans-serif;
	text-shadow: #ff6445 0px 0px 2px, #ff6445 0px 0px 2px !important;
}

a[href$=":Candykitsune69"],
a[href$="/Candykitsune69"] {
    color: #8F00FF !important;}

a[href$=":Dragoriki"],
a[href$="/Dragoriki"] {
    color: #63c6cd !important;}
    
a[href$=":DarkAngelReal"],
a[href$="/DarkAngelReal"] {
    color: #cf03fc !important;}
    
a[href$=":Vulpesclassic"],
a[href$="/Vulpesclassic"] {
    color: #FFA500 !important;}