Love Nikki-Dress UP Queen! Wiki
Advertisement
Love Nikki-Dress UP Queen! 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.
/* ---------------------------
PRETTYTABLE
----------------------------*/
 
table.prettytable {
    margin: 0 0.2em 1em 0;
    padding: 1px;
    border: 1px solid rgb(255,208,224);
    border-collapse: collapse;
}
 
table.prettytable th {
    border: 1px solid rgb(255,208,224);
    background: rgb(255, 197, 217);
}
 
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable tr:not(:first-child) th {
    border: 1px solid rgb(255,208,224);
    background: rgb(255, 197, 217);
}
 
table.prettytable td {
    padding: 0.1em 0.3em;
    border: 1px solid rgb(255,208,224);
    background: rgb(255, 239, 245);
}

/* ---------------------------
CHARACTER TABLE
----------------------------*/

table.chartable {
    margin: 0 0.2em 1em 0;
    border: 1px solid rgb(211,211,211);
    border-collapse: collapse;
    text-align:center;
    width:200px;
    height:200px;
    padding:5px;
    vertical-align: top;
    table-layout: fixed
}
 
table.chartable th {
    border: 1px solid rgb(211,211,211);
    background: rgb(255,255,255);
    text-align:center;
    width:200px;
    height:200px;
    padding:5px;
    vertical-align: top;
}
 
table.chartable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align:center;
    width:200px;
    height:200px;
    padding:5px;
    vertical-align: top;
}
 
table.chartable tr:not(:first-child) th {
    border: 1px solid rgb(211,211,211);
    background: rgb(255,255,255);
    text-align:center;
    width:200px;
    height:200px;
    padding:5px;
    vertical-align: top;
}
 
table.chartable td {
    border: 1px solid rgb(211,211,211);
    background: rgb(255,255,255);
    text-align:center;
    width:200px;
    height:200px;
    padding:5px;
    vertical-align: top;
}

/* ---------------------------
Portable Infobox
----------------------------*/
.portable-infobox {
    border: 1px solid #cd0468;
    border-radius: 30px;
    overflow: hidden;
	padding:5px
}
.portable-infobox.pi-background {
    background-color: #ffffff;
}
.portable-infobox .pi-header {
    background-color:#ffb1cc;
    color:#ffffff;
    border-radius:50px;
}
.portable-infobox .pi-subheader {
    background-color:#ffb1cc;
    color:#ffffff;
    border-radius:25px;
    padding-top:5px;
}
.portable-infobox .pi-data {
    justify-content: center;
    background-color: #ffffff;
}
.portable-infobox .pi-data-label {
    color: #000000;
}
.portable-infobox .pi-font {
    color: #000000;
}
.portable-infobox .pi-title {
    background-color: #ffb1cc;
    color: #ffffff;
    border-radius:50px;
    overflow: hidden;
}
.pi-theme-round .pi-title {
    border-radius:50px;
    overflow: hidden;
} 
.portable-infobox .pi-image-collection {
  background-color:#ffffff;
  color:#000000;
  border:none;
  text-align:center;
  font-weight:bold;
}
ul.pi-image-collection-tabs {
  background: #ffffff;
  text-align:center;
}
ul.pi-image-collection-tabs li {
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 2em;
  padding: 25px;
  overflow: visible;
  text-align: center;
  white-space: inherit;
}
ul.pi-image-collection-tabs .current {
  background: #ffb1cc;
  color: #ffffff;
  border: none;
  -moz-border-radius:5px;
  border-radius:5px;
  font-weight: bold;
}
 
.portable-infobox .tabberlive {
    text-align: center;
}
 
ul.pi-image-collection-tabs li:after {
  padding: 0;  
  content: "";
}
.pi-image-collection-tab-content {
  background-color: transparent;
  border-bottom: 1px solid #cd0468;
}

/* ---------------------------
Tabber Customization
----------------------------*/
.tabbernav {
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 13px !important;
    padding: 0.2em 0 !important;
    border-bottom: none !important;

}
.tabbernav a {
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #ffb1cc !important;
}
.tabberactive a:hover {
    color: white !important;
    background: #ffb1cc !important;
}
.tabbernav :not(.tabberactive) a:hover {
    color: white !important;
    background: #ffc0d6 !important;
}
.tabbertab {
    border-top: transparent !important;
    border-bottom: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
}

/* ---------------------------
Tabber (Blue)
----------------------------*/
.tabberblue .tabbernav{
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 13px !important;
    padding: 0.2em 0 !important;
    border-bottom: none !important;

}
.tabberblue .tabbernav a {
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberblue .tabberactive a {
    color: white !important;
    background: #a7dfe7 !important;
}
.tabberblue .tabberactive a:hover {
    color: white !important;
    background: #a7dfe7 !important;
}
.tabberblue .tabbernav :not(.tabberactive) a:hover {
    color: white !important;
    background: #bbe6ec !important;
}
.tabberblue .tabbertab {
    border-top: transparent !important;
    border-bottom: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
}

/* ---------------------------
Tabber (Template)
----------------------------*/
.pagetabber span {
    background-color: #ffffff;
    color: #000;
	margin: auto;
}
 
.pagetabber span:hover,
.pagetabber .active {
    background-color: #ffffff;
    color: #000;
    border-bottom: 5px solid #ffb1cc;
}

/* ---------------------------
Custom Cursor
----------------------------*/
 
body { 
    cursor: url('https://vignette.wikia.nocookie.net/lovenikki/images/4/4c/Cursor.png/revision/latest?cb=20181221035200'), pointer;
}

/*-------------------------------------------
USER NAME HILITE | ADMIN COMMENT
-------------------------------------------*/
 
/* keep list alphabetized */
 
/* ---------------- admins ------------------ */
a[href="/wiki/User:Chrismh"],
a[href="/wiki/User:CloudyWendy"],
a[href="/wiki/User:ShadowQuxxn"],
a[href="/wiki/User:Kyara39"],
a[href="/wiki/User:Kuhlau"],

.admin-username
{
color: #FF69B4 !important;
font-weight: bold;
}

/* ---------------- moderator ------------------ */
a[href="/wiki/User:DuchessDream"],
a[href="/wiki/User:Lwgph"],

.moderator-username
{
color: #32CD32 !important;
font-weight: bold;
}
 
/* ------------------ bots ------------------ */
a[href="/wiki/User:KuhlauBot"],
a[href="/wiki/User:Kyara39bot"],
a[href="/wiki/User:QuxxnBot"],

.bot-username
{
color: #999999 !important;
font-style: italic;
}
 
/* admin comment bubbles */
.comments li[data-user="Chrismh"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="Chrismh"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="Chrismh"] blockquote { color:#000 !important; }
.comments li[data-user="Chrismh"] blockquote div { background: transparent !important; }
.comments li[data-user="ShadowQuxxn"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="ShadowQuxxn"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="ShadowQuxxn"] blockquote { color:#000 !important; }
.comments li[data-user="ShadowQuxxn"] blockquote div { background: transparent !important; }
.comments li[data-user="CloudyWendy"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="CloudyWendy"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="CloudyWendy"] blockquote { color:#000 !important; }
.comments li[data-user="CloudyWendy"] blockquote div { background: transparent !important; }
.comments li[data-user="Kyara39"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="Kyara39"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="Kyara39"] blockquote { color:#000 !important; }
.comments li[data-user="Kyara39"] blockquote div { background: transparent !important; }
.comments li[data-user="Kuhlau"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="Kuhlau"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="Kuhlau"] blockquote { color:#000 !important; }
.comments li[data-user="Kuhlau"] blockquote div { background: transparent !important; }

/* moderator comment bubbles */
.comments li[data-user="DuchessDream"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="DuchessDream"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="DuchessDream"] blockquote { color:#000 !important; }
.comments li[data-user="DuchessDream"] blockquote div { background: transparent !important; }
.comments li[data-user="Lwgph"] blockquote { background:#fcfcfc !important; } 
.comments li[data-user="Lwgph"] blockquote:after { border-color: transparent #fcfcfc #fcfcfc transparent !important; }
.comments li[data-user="Lwgph"] blockquote { color:#000 !important; }
.comments li[data-user="Lwgph"] blockquote div { background: transparent !important; }
Advertisement