Restores the original Muzak look of the Mood Media's WPN page.
Muzak WPN by kineograph

Details
Authorkineograph
LicenseNo License
Categorymuzakwpn.muzak.com
Created
Updated
Code size1.2 kB
Code checksum64a36c16
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name muzakwpn.muzak.com
@namespace github.com/openstyles/stylus
@version 1.0.3
@description Restores the original Muzak look of the Mood Media's WPN page.
@author Kineograph
==/UserStyle== */
@-moz-document url("https://muzakwpn.muzak.com/") {
#header {
background: #999 url("https://muzakwpn.muzak.com/wpn/header.jpg021113") no-repeat center right;
border-top: #fff 10px solid;
border-bottom: #fff 10px solid;
display: block;
width: 800px;
height: 100px;
}
a.crumblink {
text-decoration: underline;
color: #444;
font-size: 11px;
text-transform: uppercase;
}
* font {
color: #444;
}
td[bgcolor] {
background-color: #ccc !important;
}
* {
border: 0;
}
}
@-moz-document url-prefix("https://muzakwpn.muzak.com/wpn/") {
body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
color: #333;
background-color: #ccc;
}
#update {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
color: #999;
text-align: center;
}
#titles {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
}
td div img[src="whatsplayingnow220.gif"] {
content: url("https://muzakwpn.muzak.com/wpn/whatsplayingnow220.gif021113");
}
}