Jump to content

MediaWiki:Common.css: Difference between revisions

From Roger Rabbit Wiki
PinkPugPrincess (talk | contribs)
Created page with "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;..."
(No difference)

Revision as of 16:51, 21 January 2023

/* 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;
 
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.