Jump to content

MediaWiki:Common.css: Difference between revisions

From Roger Rabbit Wiki
PinkPugPrincess (talk | contribs)
mNo edit summary
PinkPugPrincess (talk | contribs)
I guess the colour can't be changed.
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
   
   
     content: "(Founder • Bureaucrat • Administrator)";  margin-left: -2px;  
     content: "(Founder • Bureaucrat • Administrator)";  margin-left: -2px;  
     font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: green;  
     font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;  
     padding: 0 4px;
     padding: 0 4px;
}
}
Line 18: Line 18:
   
   
     content: "(Bureaucrat • Administrator)";  margin-left: -2px;  
     content: "(Bureaucrat • Administrator)";  margin-left: -2px;  
     font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: green;  
     font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;  
     padding: 0 4px;
     padding: 0 4px;
   
   

Latest revision as of 22:15, 4 August 2024

/* Color Links For Bureaucrats */
a[href$=":M3"], a[href$="/M3"],
a[href$=":PinkPugPrincess"], a[href$="/PinkPugPrincess"] {
    color: #8f0608 !important;
    font-weight: bold !important;
}
 
/* Comment tags for staff members */

/* Bureaucrats */
.comments li[data-user="M3"] .edited-by:after { 
 
    content: "(Founder • Bureaucrat • Administrator)";  margin-left: -2px; 
    font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red; 
    padding: 0 4px;
}
.comments li[data-user="PinkPugPrincess"] .edited-by:after { 
 
    content: "(Bureaucrat • Administrator)";  margin-left: -2px; 
    font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red; 
    padding: 0 4px;
 
}

/* User profile badges - fix hover issue */
body.skin-fandomdesktop .UserProfileAchievementsModule {
    overflow: visible;
}
.badges li:hover .profile-hover {
    display: block;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* User profile badges - fix Previous/Next links */
.AchievementsModule a.badges-prev[class] {
	display: unset;
}
.AchievementsModule ul:has(li.badge-8) ~ a.badges-next[class] {
	display: unset !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.