High School Musical Wiki
No edit summary
No edit summary
Line 195: Line 195:
 
.sprite.edit-pencil {
 
.sprite.edit-pencil {
 
background: url('/wiki/special:Filepath/wild (2).png') no-repeat !important;
 
background: url('/wiki/special:Filepath/wild (2).png') no-repeat !important;
  +
}
  +
  +
/*Custom Comment Colors for Staff*/
  +
/* Buros */
  +
.comments li[data-user="RucasAusllyNaleyJelena"] blockquote {
  +
background:rgba(208, 17, 197, 0.45) !important;
 
}
 
}

Revision as of 05:18, 23 June 2019

/* Infobox template style */
.infobox {
   border: 1px solid #000000;
   background-color: #000000;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #000000;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Portable Infobox template style */
.portable-infobox.pi-theme-Music {
    background-color: Crimson; 
    border:1px solid #000;                 
    border-radius:0.5em;
    box-shadow: none;
    color:white;
    font-size: 89%;
    margin: 0 0 1em 1em;
    padding:6px;
    width: 286px;
}

.portable-infobox.pi-theme-Music .pi-title {
    background-color:Pink;
    color:#000000;
    font-size:110%;
    font-style: normal;
    font-weight: bold;
    margin: 2px 0;
    padding: 0;
    text-align: center;
}

.portable-infobox.pi-theme-Music ul.pi-image-collection-tabs li {
    border-color: black; 
}

.portable-infobox.pi-theme-Music ul.pi-image-collection-tabs .current {
    background-color: Red;
    color: black;
}

.portable-infobox.pi-theme-Music .pi-image-collection-tab-content {
    background: white;
}

.portable-infobox.pi-theme-Music .pi-image {
    padding: 0.5em;
}

.portable-infobox.pi-theme-Music .pi-group {
    border: none;
}

.portable-infobox.pi-theme-Music .pi-header {
    background-color: Pink;
    color: #000000;
    padding: 0 10px;
    text-align: center;
}

.portable-infobox.pi-theme-Music .pi-data {
    border: none;
    padding: 5px 0;
}

.portable-infobox.pi-theme-Music .pi-data-label {
    text-transform: capitalize;
}

.portable-infobox.pi-theme-Music .pi-data-label,
.portable-infobox.pi-theme-Music .pi-data-value,
.portable-infobox.pi-theme-Music .pi-header {
    font-size: 12.5px;
}

.portable-infobox.pi-theme-Music .pi-title,
.portable-infobox.pi-theme-Music .pi-header {
    line-height: 24px;
}


/*Infobox*/
 
.background {
    background-image: url("https://images.wikia.nocookie.net/__cb20150620131734/olympians/images/c/cd/Infobox_background.png") !important;
}
 
.greek {
    background-image: url("https://images.wikia.nocookie.net/__cb20150620131611/olympians/images/f/f8/Greek_infobox_background.png") !important;
}
.roman {
    background-image: url("https://images.wikia.nocookie.net/__cb20150620131544/olympians/images/7/7e/Roman_infobox_background.png") !important;
}
 .egyptian {
    background-image: url("https://images.wikia.nocookie.net/__cb20150620131644/olympians/images/e/e6/Egyptian_infobox_background.png") !important;
}
 .norse {
    background-image: url("https://images.wikia.nocookie.net/__cb20150620192120/olympians/images/b/b1/Norse_Infobox_background.png") !important;
}
 
 
/** Link colors **/
.link-gr a { color: #FCD072 !important; }
.link-ro a { color: #EDABFF !important; }
.link-eg a { color: #D6AD6B !important; }
 
/***** Portable Infobox  *****/
 
.portable-infobox {
    border: 1px solid white;
    box-shadow: 0 0 3px 0 #000;
    color: white;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    border-radius: 15px; 
}
.portable-infobox .item-type-header  {
    border-radius: 15px;
}
.item-type-key-val .pi-item-value {
        text-align:right;
}
 
.pi-theme-Greek, .pi-theme-greek{
   background: #F7900A;
}
.pi-theme-roman, .pi-theme-Roman {
   background-color: #9651B5;
}
.pi-theme-egyptian, .pi-theme-Egyptian {
    background-color: #AE6838;
}
.pi-theme-norse, .pi-theme-Norse {
   background-color: #00134D;
}
.pi-theme-roman a, .pi-theme-Roman a {
    color:#EDABFF;
}
.pi-theme-greek a, .pi-theme-Greek a{
    color:#000000;
}
.pi-theme-egyptian a, .pi-theme-Egyptian a {
    color:#debd88;
}
 
.pi-theme-wikia{
    background-color:black;
}

a[href="/wiki/User:RucasAusllyNaleyJelena"] { 
    color:#ff0055 !important; 
    font-weight:bold !important;
    font-family:Arial !important;
    }
    
/* Global cursor */
body {
  cursor: url('/wiki/special:Filepath/bball_20x20.png'), pointer; 
}
/* Link cursor */
a:hover {
  cursor: url('/wiki/special:Filepath/bball_20x20.png'), pointer; 
}
/*

/* ADMINISTRATORS */ a[href="/wiki/User:RucasAusllyNaleyJelena"] { background:url('/wiki/special:Filepath/Blood_Rose123.png') center left no-repeat; padding-left: 17px; }

/*CUSTOM EDIT ICON*/
.sprite.edit-pencil {
    background: url('/wiki/special:Filepath/wild (2).png') no-repeat !important;
}

/*Custom Comment Colors for Staff*/
 /* Buros */
.comments li[data-user="RucasAusllyNaleyJelena"] blockquote {
	background:rgba(208, 17, 197, 0.45) !important;
}