Ariana Grande Wiki
Ariana Grande Wiki
mNo edit summary
No edit summary
Line 186: Line 186:
   
 
/* Headings (h1, h2, h3, h4, h5, h6) */
 
/* Headings (h1, h2, h3, h4, h5, h6) */
.page-content .mw-headline {
+
.page-content h2 .mw-headline {
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.25))),color-stop(54%,transparent),to(transparent));
+
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.5))),color-stop(54%,transparent),to(transparent));
background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.25)) 54%,transparent 54%,transparent 100%);
+
background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.5)) 54%,transparent 54%,transparent 100%);
  +
-webkit-box-decoration-break: clone;
  +
box-decoration-break: clone;
  +
display: inline;
  +
margin-left: -3px;
  +
margin-right: -3px;
  +
padding-left: 3px;
  +
padding-right: 3px;
  +
}
  +
.page-content h3 .mw-headline {
  +
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.3))),color-stop(54%,transparent),to(transparent));
  +
background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.3)) 54%,transparent 54%,transparent 100%);
  +
-webkit-box-decoration-break: clone;
  +
box-decoration-break: clone;
  +
display: inline;
  +
margin-left: -3px;
  +
margin-right: -3px;
  +
padding-left: 3px;
  +
padding-right: 3px;
  +
}
  +
.page-content h4 .mw-headline {
  +
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.2))),color-stop(54%,transparent),to(transparent));
  +
background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.2)) 54%,transparent 54%,transparent 100%);
 
-webkit-box-decoration-break: clone;
 
-webkit-box-decoration-break: clone;
 
box-decoration-break: clone;
 
box-decoration-break: clone;

Revision as of 16:38, 26 July 2021

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700fitalic|Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Raleway:400,100,200,300,500,600,700,800,900|Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,900,700);

.fandom-community-header__image {
    transition: 1.5s;
}
.fandom-community-header__image:hover {
    transition: 1.3s;
    transform: rotate(
360deg
);
}

.page-content {
    font-size: 13px;
}

/* Custom Fonts */
@font-face {
    font-family: "Sweetener";
    font-style: normal;
    src: url("https://vignette.wikia.nocookie.net/bridgit-mendler/images/2/25/Sweetener.ttf/revision/latest?cb=20190723014904&path-prefix=es") format("TrueType");
}
@font-face {
    font-family: "Positions";
    font-style: normal;
    src: url("https://vignette.wikia.nocookie.net/bridgit-mendler/images/2/2a/Positions.otf/revision/latest?cb=20201021165926&path-prefix=es") format("OpenType");
}


/* Admins username highlighting */
a[href="/wiki/User:Fan4Life"] {
    font-weight: bold !important;
}
a[href="/wiki/User:Lucas_Millonario"] {
    font-weight: bold !important;
}

/* Hover */
.hoverimage img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
   opacity: 1;
   filter: alpha(opacity=100);
}
 
.hoverimage img:hover {
   opacity: 0.5;
   filter: alpha(opacity=50);
}
.hovershadow img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.hovershadow img:hover {
    box-shadow: 0px 0px 13px 1px #0000004f;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

/* header title */
.page-header__title {
    font-weight: normal;
    font-family: Sweetener, serif;
}
.page-header__title {
    font-family: Sweetener,serif;
    letter-spacing: .1px;
    line-height: 1;
}

/********** Removing big space under page's header, and adding a border-bottom ***********/
.page-header {
    margin-bottom: 13px;
    border-bottom: 1px solid #dadada;
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-thumb {
    background: #8594a7;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a6bd !important;
}
::-webkit-scrollbar-thumb:active {
    background: #727e8e !important;
}/* multiple images */
.WikiaArticle .thumbinner {
    background-color: white;
    border: none;
    overflow: hidden;
    padding: 3px;
    color: gray;
    text-align: center;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,white),color-stop(100%,#fff));
    background-image: -o-linear-gradient(top,white 0,#fff 100%);
    background-image: -ms-linear-gradient(top,white 0,#fff 100%);
}

.WikiaArticle .thumbcaption {
    font-size: 12px;
    background-color: white;
}

.WikiaArticle .tleft .tright {
    margin: 0px 16px 2px 0px;
}

/*sub heading 3*/
.WikiaPage h3 { font-weight: bold; }/****** GALLERY ******/
.Gallery {
background-color: rgb(111,94,122);
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
background-image:url('https://static.wikia.nocookie.net/arianagrande/images/a/a3/Gallery.png/revision/latest?cb=20201023235721');
background-position: center;
}

/* hatnote */
div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
    color: #969696;
    font-size: 15px;
}

.hatnote {
    font-style: italic;
}

/**********************************************/
/****************** Era Icons *****************/
/**********************************************/
/* Dropdowns */
.eraicon-dropdown {
  color: #424242;
  font-size: 0.8125rem;
}
.eraicon.wds-dropdown:not(.wds-is-not-hoverable):hover .wds-dropdown__content {
  width: 300px;
  line-height: 17px;
  padding: 7px;
  text-align: center;
  box-shadow: 1px 4px 9px 0px #ababab;
} /**/

/* Positioning */
.page .page-header__title,
.page-header__contribution > div:first-child {
  display: flex;
}

.page-header__eraicons {
  position: absolute;
  top: 73px;
  right: 205px;
} /**/

/* Reflist */
.mw-parser-output .mw-references-wrap {
    clear: none;
}

/* Heading template */
.home-heading {
	margin-bottom: 5px;
	letter-spacing:-.06em;
	font-family: Positions,Poppins;
	color: var(--theme-page-text-color);
	text-transform: uppercase;
	line-height: 90%;
	padding-bottom:3px
}

/* Headings (h1, h2, h3, h4, h5, h6) */
.page-content h2 .mw-headline {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.5))),color-stop(54%,transparent),to(transparent));
    background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.5)) 54%,transparent 54%,transparent 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 3px;
    padding-right: 3px;
}
.page-content h3 .mw-headline {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.3))),color-stop(54%,transparent),to(transparent));
    background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.3)) 54%,transparent 54%,transparent 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 3px;
    padding-right: 3px;
}
.page-content h4 .mw-headline {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(54%,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.2))),color-stop(54%,transparent),to(transparent));
    background-image: linear-gradient(to top,var(--wds-midlight-color,rgba(var(--theme-accent-color--rgb),.2)) 54%,transparent 54%,transparent 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 3px;
    padding-right: 3px;
}
.page-content h2 {
    border-bottom: none;
    padding: 6px 0 0px;
}