MediaWiki:Common.css: Difference between revisions

SitX (talk | contribs)
mNo edit summary
SitX (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:


a:link {
a:link {
  color: #7aa9ff !important;
    color: #7aa9ff !important; /* Light steel blue */
}
}


/* Make visited links a lighter violet */
a:visited {
a:visited {
  color: #c586ff !important;
    color: #c98bff !important; /* Light violet */
}
}


/* Optional: On hover */
a:hover {
a:hover {
  color: #ffd369 !important;
    color: #FFD700 !important;
  text-decoration: underline;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
}
}


Line 74: Line 72:
.portable-infobox .pi-navigation {
.portable-infobox .pi-navigation {
   display: none; /* Hide empty navigation footer if unused */
   display: none; /* Hide empty navigation footer if unused */
}
#p-logo {
    position: static !important;
    height: auto !important;
    margin: 0px 0 5px 5px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
}


Line 335: Line 343:
     color: #C0A080; /* Stylish headers */
     color: #C0A080; /* Stylish headers */
     font-family: 'Cinzel', serif;
     font-family: 'Cinzel', serif;
}
.mw-parser-output a:link {
  color: #7aa9ff;
}
.mw-parser-output a:visited {
  color: #c98bff;
}
.mw-parser-output a:hover {
  color: #FFD700;
  text-shadow: 0 0 3px rgba(255, 215, 0, 0.4);
}
}


Line 396: Line 417:
}
}


#p-logo {
 
    position: static !important;
    height: auto !important;
    margin: 0px 0 5px 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}


@keyframes logoPopIn {
@keyframes logoPopIn {
Line 422: Line 435:
.mw-wiki-logo {
.mw-wiki-logo {
animation: logoPopIn 0.6s ease-out forwards;
animation: logoPopIn 0.6s ease-out forwards;
     width: 170px !important;
     width: 230px !important;
     height: 100px !important;
     height: 85px !important;
     background-image: url('https://static.wikioasis.org/realmofthroneswiki/c/c9/Logo.png');
     background-image: url('https://static.wikioasis.org/realmofthroneswiki/9/9d/ADOD.gif');
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;