• Sat. Jun 20th, 2026

The Pulse of Southern California

Bike MS: Donate to the KTLA 5 Bay to Bay charity bike tour

BySoCal Chronicle

Oct 16, 2025



Late KTLA entertainment anchor Sam Rubin was a tireless advocate and ally for the National Multiple Sclerosis Society. For decades, he played a crucial role in organizing the MS 150 Bay to Bay Bike Tour along the coast of Orange and San Diego counties and, with KTLA’s Eric Spillman and others, would complete the journey and raise millions for the fight against MS.

“Fewer people have had a greater impact on this incredible event,” organizers recall. “Sam used his celebrity for good. He attracted and connected our ride with multiple sponsors … and promoted Bay to Bay on-air at KTLA to grow our ride and raise more funding.”

/* The style block MUST be included with the button code
when using a Custom HTML block in WordPress.
*/

.ktla-ms-button-container {
text-align: center; /* This centers the button */
margin: 20px 0;
}

.ktla-ms-button {
/* Main Button Style */
display: inline-block;
padding: 12px 28px;
font-size: 18px;
font-weight: 700;
line-height: 1;
text-align: center;
text-decoration: none;
cursor: pointer;

/* Color Scheme – KTLA Darker Blue */
color: #ffffff !important;
background-color: #0d47a1;
border: 2px solid #0d47a1;

/* Shape and Shadow */
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

/* Transition for smooth hover effect */
transition: all 0.3s ease;
}

.ktla-ms-button:hover {
/* Hover Effect */
color: #0d47a1 !important;
background-color: #ffffff;
border-color: #0d47a1;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
transform: translateY(-2px);
}

/* Optional: Make it full-width on mobile */
@media (max-width: 600px) {
.ktla-ms-button {
width: 100%;
box-sizing: border-box;
}
}

“He backed special efforts to help people with MS complete the ride, and he was our goodwill ambassador everywhere he went, and for every mile, he rode right next to you.”

Even with Sam gone, the fight continues.

The two-day charity event, which raises funds for the National Multiple Sclerosis Society, is scheduled to take place this year on Oct. 18-19. Participants ride various routes, ranging from 25 to 100 miles, to support research and services for people living with multiple sclerosis.

/* Centering Container */
.ms-button-container {
text-align: center;
margin: 20px 0;
}

/* Button Style */
.ms-ride-details-button {
/* Base Display and Spacing */
display: inline-block;
padding: 12px 28px;
font-size: 18px;
font-weight: 700;
line-height: 1;
text-align: center;
text-decoration: none;
cursor: pointer;

/* Color Scheme – Darker Burnt Orange */
color: #ffffff !important;
background-color: #cc5500; /* Darker, richer orange */
border: 2px solid #cc5500;

/* Shape and Shadow */
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

/* Transition for smooth hover effect */
transition: all 0.3s ease;
}

.ms-ride-details-button:hover {
/* Hover Effect: Changes to White/Orange inverse */
color: #cc5500 !important;
background-color: #ffffff;
border-color: #cc5500;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
transform: translateY(-2px);
}

/* Optional: Make it full-width on mobile */
@media (max-width: 600px) {
.ms-ride-details-button {
width: 100%;
box-sizing: border-box;
}
}



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *