Garden Paws Wiki
Advertisement
Garden Paws Wiki

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.
/*Utilize's Garden Paws in-game font style: Passion One*/
@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700');

/* Links */
a.tag {
    color: inherit;
}
  /* Removing popup arrow for outlinks */
a.external:after {
	display: none !important;
}

a.mw-selflink.selflink {
	color:#3a3a3a !important;
}

/* Colorizing Names */
a[href="/wiki/User:Hashbrownns"]{ font-weight:bold; color:#CC8A2B !important; }
a[href="/wiki/User:Arynaria"]{ font-weight:bold; color:red !important; }
a[href="/wiki/User:TheRealSourdough"]{ font-weight:bold; color:teal !important; }
.tag.usergroup-researcher {
    background-color: purple !important;
}
.tag.usergroup-content-moderator {
    background-color: teal !important;
}
.tag.usergroup-sysop {
    background-color: red !important;
}

/* test 
.mw-collapsible .mw-collapsible-toggle {
    float: center;
}*/

/* Infobox Styling */
.portable-infobox {
   width: 150px;
}

    /* Infobox Header */
.portable-infobox .pi-title {
    font-size: 18pt;
    font-family: 'Passion One';
    font-weight: bold;
    padding: 10px 15px;
}
    /* Infobox Heading Dividers */
.portable-infobox .pi-header {
    font-size: 15pt;
    font-family: 'Passion One';
}
    /* Infobox Heading Dividers */
.portable-infobox .pi-data-label {
    font-family: 'Passion One';
    font-size:15px;
    overflow: visible;
}
    /* Infobox Heading Dividers */
.portable-infobox .pi-data-value {
    font-family: 'Passion One';
    font-size:16px;
    text-align:right;
}
    /* Infobox Tab Spacing */
.portable-infobox .pi-item-spacing {
    padding: 9px 10px;
}
.portable-infobox .pi-item-spacing.pi-title {
    padding: 10px 15px;
}
.portable-infobox .pi-image-collection-tabs {
   text-align: center;
}
.portable-infobox .pi-tab-link {
   font-size: 13px;
   margin:-1px;
}
    /* Infobox Captions */
figcaption.pi-item-spacing.pi-caption {
    text-align:center;
    font-family:passion one;
    font-size:11pt;
    line-height:16px;
}

/*Customized table */
table.maintable {
    font-family: 'Passion One';
    width:50%;
    padding:0.1px;
    border: 2px solid #168e3a;
    border-collapse: collapse;
}
table.maintable th {
    border: 2px solid #168e3a;
    background: rgba(160, 220, 255, 0.2);
}
table.maintable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
table.maintable td {
    padding: 0.1em 0.3em;
    border: 2px solid #168e3a;
    background: rgba(255, 255, 255, 0.1);
}

/* Side scrolling crafting menu*/
div.scrollmenu {
  background-color: #e0e0e0;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
div.scrollmenu a:hover {
  background-color: #777;
}



/*Slider Info*/
.wikiaPhotoGallery-slider-body .description-background {
	background: none;
}
 
/* Customizing look of "Read more >" button */
.wikiaPhotoGallery-slider-body h2 {
	background: transparent !important;
	width: fit-content !important;
	padding: 3px;
    border-radius: 3px 3px 3px 3px;
}
.wikiaPhotoGallery-slider-body p {
    background: transparent !important;
    width: fit-content !important;
    height: fit-content !important;
    border-radius: 2px 2px 2px 2px;
}
.wikiaPhotoGallery-slider-body .description p {
	padding: 4px;
}
.wikiaPhotoGallery-slider-body p:nth-child(3) {
    background: none !important;
}
 
.wikiaPhotoGallery-slider-body .wikia-button.secondary {
	border-radius: 12px 12px 12px 12px !important;
	border: 0px !important;
	background-image: none !important;
	text-transform: uppercase;
	background-color:#168e3a;
	font-size: x-small;
	color: white;
	font-weight: bold !important;
	padding: 3px 12px;
	vertical-align: bottom !important;
	margin-top: -6px;
}
.wikiaPhotoGallery-slider-body .wikia-button.secondary:hover {
	background-color:#179e40 !important;
}
/* Reduces the height of the circles' background and makes it transparent */
.wikiaPhotoGallery-slider-body .horizontal .description-background {
	height: 15px !important;
	opacity: 0.3 !important;
}
.wikiaPhotoGallery-slider-body .horizontal .description {
    left: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 15px 0 0;
    padding: 5px 15px 25px 10px !important;
    width: 250px !important;
    height: auto;
}
/* Hides the image navigation thing */
.wikiaPhotoGallery-slider-body .nav > img, .wikiaPhotoGallery-slider-body .nav p > img {
	display: none !important;
}
 
/* Defines all the circles' style */
.wikiaPhotoGallery-slider-body .nav {
	background: transparent;
	border: 2px solid var(--mst-nav);
	border-radius: 50%;
	width: 7px;
	cursor: pointer;
	height: 7px;
	position: absolute;
}
 /* Defines the active circle's style */
.wikiaPhotoGallery-slider-body .selected {
	background: var(--mst-nav);
	border: 2px solid var(--mst-nav);
	border-radius: 50%;
	width: 7px;
	cursor: pointer;
	height: 7px;
}
/* Sets the relative position of each circle */
 
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-0 .nav {
	right: 355px !important;
}
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-1 .nav {
	right: 335px !important;
}
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-2 .nav {
	right: 315px !important;
}
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-3 .nav {
	right: 295px !important;
}
/* Uppercase header */
.wikiaPhotoGallery-slider-body h2 {
	font-family: 'Passion One';
	font-size: 30pt;
	letter-spacing:0.5px;
}
/* Customizable highlight color */
.wikiaPhotoGallery-slider-body {
    --mst-main: #168e3a;
	--mst-font: Passion One;
	--mst-nav: white;
}

/* Slideshow Tweaking */
div.wikia-slideshow-wrapper {
	padding: 5px !important;
}

/* Adds padding to floated images (necessary since wiki migration)
div.floatleft img {
	padding:0 5px !important;
}
div.floatright img {
	padding:0 5px !important;
} */ 

/*Customizing Tooltips*/
.tooltip {
  position: relative;
  display: none;
  padding:1px;
  font-size:12px;
}
  /* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  width: 120px;
  bottom: 100%;
  left: 50%; 
  margin-left: -60px;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Poll customization  */
div.ajax-poll {
    width: auto;
    padding: 0 !important;
    border: 0 !important;
    margin-top:0 !important;
/*    font-family:passion one !important; */
}
/*
div.pollAnswerName {
    text-align:left !important;
}*/
div.pollAnswerVotes {
    width:90% !important;
    margin-left: 10px !important;
}
div .pollAnswerVotes span {
    /*padding-top:7px;*/
    top:2px !important;
}

/* Styling sidebar sections */
section.railModule h2 {
    margin-bottom:5px;
}
section.railModule h2 img {
    margin-bottom:-6px;
}
div.pollModule {
    border: none;
}
div.helpModule {
    line-height:1.6em;
    padding-bottom: 10px;
}

/* Adjusts the whitespace beneath the upper right icons on Category pages */
div .category-layout-selector {
    margin:0 0 0 auto !important;
}

/* Fixes background color of dropdown tooltip on user pages */
#userProfileApp .user-identity-social__icon-tooltip {
	background-color: #AFC4A0 !important;
	font-family: passion one !important;
	font-size: 12pt !important;
}

/* Testing */
.circle {
    border-radius:50%;
}
/* Quest Text */
.questText #text {
    padding-bottom:10px;
}
Advertisement