#lee-services-modal .modal-content {
box-shadow: 0px 7px 15px 1px rgba(0, 0, 0, 0.12);
border: 1px solid rgba(0, 0, 0, 0.03);
border-radius: 2px;
}
#lee-services-modal .modal-body {
min-height: 300px;
border-top: 4px solid #333;
}
#lee-services-modal .dismiss-paywall {
/*font-size: 50px;*/
z-index: 1;
color: #000;
opacity: .3;
font-weight: 300;
text-decoration: none;
display: inline-block;
line-height: 50px;
right: 15px;
top: 0;
position: absolute;
}
#lee-services-modal .dismiss-paywall span.return { display: none; }
#lee-services-modal .dismiss-paywall span.x {
font-size: 50px;
display: inline-block;
float: right;
padding-left: 5px;
margin-top: -3px;
font-weight: 200;
}
#lee-services-modal .dismiss-paywall:hover { opacity: .6; }
#lee-services-modal .dismiss-paywall:hover span.return { display: inline-block; }
#lee-services-modal .modal-top {
margin: 0 -15px;
padding: 15px;
z-index:0;
}
#lee-services-modal .modal-top .title {
font-size: 26px;
line-height: 28px;
margin-bottom: 10px;
font-weight: bold;
font-family: 'serif-ds', serif;
}
#lee-services-modal .modal-top .logo img {
max-height: 50px;
max-width: 220px;
margin-bottom: 15px;
}
#lee-services-modal .return-home { margin-bottom: 5px; }
#lee-services-modal .return-home a { color: #aaa; }
#lee-services-modal a.text-link { color: #222; }
#lee-services-modal .br {
border-top: 1px solid #eee;
margin: 0 auto 15px auto;
max-width: 250px;
box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.02);
}
@media (min-width: 992px) {
#lee-services-modal.packages_1 {
width: 650px;
}
#lee-services-modal.packages_1 .modal-top .title {
font-size: 32px;
line-height: 34px;
padding: 0 15px;
}
#lee-services-modal.packages_2,
#lee-services-modal.packages_3 {
width: 80%;
}
#lee-services-modal.packages_4,
#lee-services-modal.packages_5 {
width: 90%;
}
}
@media (min-width: 1200px) {
#lee-services-modal.packages_2 {
width: 650px;
}
#lee-services-modal.packages_3 {
width: 900px;
}
#lee-services-modal.packages_4 {
width: 1050px;
}
#lee-services-modal.packages_5 {
width: 1200px;
}
}
@media (max-width: 991px) {
#lee-services-modal .modal-top .title {
font-size: 24px;
}
}
Return to homepage ×
Please subscribe to keep reading. You can cancel at any time.
@media (min-width: 992px) {
#lee-services-list.multiple .row > [class*='col-'].featured-package .title { background-color: #0f314f }
#lee-services-list.multiple .row > [class*='col-'].featured-package .triangle { border-color: #0f314f transparent; }
#lee-services-list.multiple .featured-package .label-tag { background-color: #235888 }
}
');
$('.lee-featured-subscription').html(sFallBack);
}
function lee_formatPackage(oService){
try {
var bOnlyModal = true;
var oSettings = lee_getPackageSettings(oService.HomeMembership);
var newService = {};
if(parseInt(oService.WebFeatureFG) === 2) return false;
if(oService.WebStartPrice != ''){
var custom = JSON.parse(oService.WebStartPrice);
$.each(custom, function(k,v){
newService[k] = v;
});
}
if(bOnlyModal && newService.in_modal && newService.in_modal.toLowerCase() === 'false') return false;
if(!bOnlyModal && newService.not_members && newService.not_members.toLowerCase() === 'true') return false;
newService.has_featured_class = newService.featured ? 'featured-package' : '';
newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort);
newService.title = oSettings.title;
newService.level = oService.HomeMembership;
newService.html = oService.WebOfferHTML;
newService.disabled = newService.disable_purchase ? 'disabled' : '';
var price = lee_formatPackagePrice(newService.start_price);
newService.start_price = price.cost;
newService.format_dollars = (price.format_dollars) ? price.format_dollars : '';
newService.format_cents = (price.format_cents) ? price.format_cents : '';
newService.start_at_rate = (newService.fixed_rate === 'true') ? 'for the low price of' : 'starting at';
if( !newService.term ) newService.term = 'per month';
newService.has_promotion_class = '';
if( newService.promotional_price && newService.promotional_price != '' ){
newService.has_promotion_class = 'has-promotion';
var promotion = lee_formatPackagePrice(newService.promotional_price);
newService.promotional_price = promotion.cost;
newService.promotional_format_dollars = (promotion.format_dollars) ? promotion.format_dollars : '';
newService.promotional_format_cents = (promotion.format_cents) ? promotion.format_cents : '';
}
newService.special_title_class = newService.special_title ? 'has-special-title' : '';
newService.special_label_class = newService.label ? 'has-label' : '';
newService.action_button = 'Sign Up';
if(newService.disabled === 'disabled'){
newService.start_at_rate = 'Call us at';
newService.start_price = '800-362-8333';
newService.term = 'to get started';
newService.action_button = 'Call Today';
}
window.lee_service_impressions.push({
'id': newService.level,
'name': newService.title,
'price': newService.start_price,
'brand': "madison.com",
'category': 'subscription',
'list': 'Block',
'position': newService.sort
});
return newService;
} catch(e){
if(window.console) console.warn(e);
return false;
}
}
function lee_sortPackages(property) {
var sortOrder = 1;
if(property[0] === "-") {
sortOrder = -1;
property = property.substr(1);
}
return function (a,b) {
var result = (a[property] b[property]) ? 1 : 0;
return result * sortOrder;
}
}
function lee_getPackageSettings(sPackage){
switch(sPackage.toLowerCase()){
case 'dob':
return {title: 'Digital Basic', sort: 0};
break;
case 'dop':
return {title: 'Digital Plus', sort: 1};
break;
case 'dopl':
return {title: 'Digital Platinum', sort: 2};
break;
case 'silv':
return {title: 'Silver', sort: 3};
break;
case 'gold':
return {title: 'Gold', sort: 4};
break;
case 'plat':
return {title: 'Platinum', sort: 5};
break;
}
}
function lee_replacePackageTokens(sPackage, oService, sCol){
var hasPromotion = false;
$.each(oService, function(k,v){
if( k === 'html'){
v = v.replace(new RegExp('{{domain}}', 'gi'), 'madison.com')
.replace(new RegExp('{{site_name}}', 'gi'), 'madison.com')
.replace(new RegExp('{{business_name}}', 'gi'), 'Capital Newspapers Inc., madison.com')
.replace(new RegExp('{{site_phone}}', 'gi'), '800-362-8333');
}
sPackage = sPackage.replace(new RegExp('{{'+k+'}}', 'gi'), v);
});
if(sCol) sPackage = sPackage.replace('{{col}}', sCol);
return sPackage;
}
try {
var oPackages = [],
oFeatured = false,
sHtml = '',
sTemplate = $('#lee-service-template').html();
$.each(window.leeMembershipPackages, function(i, oService){
var oService = lee_formatPackage(oService);
if(oService){
oPackages.push(oService);
if(oService.featured === 'true') oFeatured = oService;
}
});
if(oPackages.length === 0){ throw 'No packages defined'; }
oPackages.sort(lee_sortPackages('sort'));
if(!oFeatured) oFeatured = oPackages[0];
if(oPackages.length === 1){
sTemplate = $('#lee-service-template-single').html();
$('#lee-services-list').addClass('single');
} else {
$('#lee-services-list').addClass('multiple');
}
switch(oPackages.length){
case 6: var sCol = '2'; break;
case 5: var sCol = '5ths'; break;
case 4: var sCol = '3'; break;
case 3: var sCol = '4'; break;
case 2: var sCol = '6'; break;
default: var sCol = '12'; break;
}
$('#lee-services-modal').addClass('packages_'+oPackages.length);
$.each(oPackages, function(i, oService){
sHtml += lee_replacePackageTokens(sTemplate, oService, sCol);
});
$('#lee-services-list .packages').html(sHtml).promise().then(function(){
$('#lee-services-list .loading').hide();
$('#lee-services-list .packages').css('opacity', 1);
});
if(!__tnt.user.services){
if( $('.lee-featured-subscription').length > 0 && oFeatured ){
$('.lee-featured-subscription').each(function(){
var html = $(this).html();
if( !oFeatured.featured_button_text ){
if(oFeatured.promotional_price){
oFeatured.featured_button_text = oFeatured.promotional_format_dollars+oFeatured.promotional_price+oFeatured.promotional_format_cents+' '+oFeatured.term;
} else {
oFeatured.featured_button_text = 'Join for '+oFeatured.format_dollars+oFeatured.start_price+oFeatured.format_cents+' '+oFeatured.term;
}
}
html = lee_replacePackageTokens(html, oFeatured);
$(this).html(html);
if(oFeatured.promotional_price) $(this).addClass('has-promotiom');
if( $(this).hasClass('show-after-loaded') ) $(this).show();
});
}
}
} catch (e) {
if(window.console) console.warn(e);
lee_serviceError();
}
window.lee_fetched_services = true;
});
No thanks, return to homepage.
.modal-backdrop.in {
filter: alpha(opacity=90);
opacity: .9;
background-color: #fff;
}
#lee-registration-wall-modal .dismiss-regwall {
font-size: 50px;
margin-top: -15px;
z-index: 1;
color: #000;
opacity: .3;
font-weight: 300;
text-decoration: none;
display: inline-block;
line-height: 1;
right: 15px;
position: absolute;
cursor: pointer;
}
#lee-registration-wall-modal .dismiss-regwall:hover { opacity: .6; }
#lee-registration-wall-modal .modal-content {
box-shadow: 0 5px 15px rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.1);
border-radius: 3px;
}
#lee-registration-wall-modal {
font-family: 'Lato', sans-serif;
}
#lee-registration-wall-modal .title {
font-size: 24px;
line-height: 24px;
margin-bottom: 5px;
font-weight: 700;
}
#lee-registration-wall-modal .logo img {
max-height: 50px;
max-width: 50%;
margin: 15px 0;
}
#lee-registration-wall-modal .tagline,
#lee-registration-wall-modal .buttons {
margin-bottom: 15px;
}
/* inline */
#lee-registration-wall-inline {
position: relative;
margin-bottom: 20px;
display: none;
}
#lee-registration-wall-inline .lee-registration-panel {
background-color: #f7f7f7;
padding: 30px 20px;
border-radius: 5px;
}
#lee-registration-wall-inline .lee-registration-redacted-overlay {
height: 80px;
width: 100%;
top: -90px;
z-index: 1;
position: absolute;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
}
#lee-registration-wall-inline .head {
font-size: 36px;
line-height: 36px;
font-family: 'Yrsa', serif;
}
#lee-registration-wall-inline .tagline {
padding-bottom: 15px;
}
#lee-registration-wall-inline .tagline a {
color: #222;
text-decoration: underline;
}
@media (max-width: 767px) {
#lee-registration-wall-inline .lee-registration-redacted-overlay { display: none; }
}
×
Sign Up Today and Support Local Journalism
Enjoy more articles from Madison's Most Trusted Information Source. Subscribers can log in for unlimited digital access
{{featured_button_text}}
.tnt-restrict-img-967e8669-7fec-5ae1-b907-f170732c6acc {
max-width: 1763px;
}
Ryan Braun connects for a two-run double to tie the game at 5 in the ninth inning Monday night in Pittsburgh. The Brewers went on to win in 11.
GENE J. PUSKAR, ASSOCIATED PRESS
MILWAUKEE — With the Miami Marlins' coronavirus outbreak threatening to derail Major League Baseball's attempt at a 2020 season, players around the league are keeping a watchful eye while trying to balance their jobs and personal concerns.
Even for the Milwaukee Brewers, who have managed to avoid a single positive test since the season began and have avoided some of the testing problems that have plagued other teams , the reality is hard to ignore.
"It's disturbing and unsettling," veteran outfielder Ryan Braun said during a video conference with reporters Tuesday afternoon before the Brewers faced the Pirates in Pittsburgh. "It's a reminder of just how precarious the situation is that we're in."
That situation is trying to play professional baseball in the face of a global pandemic that has shown little signs of slowing any time soon. While many people face some sort of stay-at-home order and are urged to avoid any travel that isn't essential, MLB players, coaches and staff are traveling the country on airplanes and buses, staying in hotels and utilizing different facilities.
To protect teams, MLB and its players' union devised a 113-page health and safety manual but as the Marlins, whose season is on hold for at least a week after 17 positive tests, have proven, even the best plans can't create complete protection from the virus.