MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
mNo edit summary
Line 72: Line 72:
.portable-infobox .pi-secondary-font {
.portable-infobox .pi-secondary-font {
font-family: 'Pou Font' !important;
font-family: 'Pou Font' !important;
}


/* Reddit Widget Customization */
.rembeddit { /* Main widget */
background: transparent!important;
border: none!important;
}
.reddit-header { /* Widget header */
background: orange!important;
}
.reddit-link-title { /* Post title */
color: #fec356!important;
}
.rembeddit .linkflairlabel { /* Tag on posts */
background: #6D5247!important;
color: #ffffff!important;
}
.reddit-comment-link, .rembeddit small { /* Points/comments text */
color: #ffffff!important;
}
}