Skip to content

Instantly share code, notes, and snippets.

@gHashTag
Last active April 1, 2017 16:00
Show Gist options
  • Save gHashTag/9d5cbb1142ef75a9d051587ae740f458 to your computer and use it in GitHub Desktop.
Save gHashTag/9d5cbb1142ef75a9d051587ae740f458 to your computer and use it in GitHub Desktop.
<script src="https://widgets.healcode.com/javascripts/healcode.js" type="text/javascript"></script>
<style type="text/css">
/* Главный заголовок */
div.healcode .healcode-title-text {
color: #4BD1A0 !important;
font-size: 25px;
font-family: 'Trebuchet MS';
text-transform: uppercase;
text-decoration: none;
}
div.healcode .hc_header_time {
visibility: hidden;
}
/*Дата Время День строки / меню */
div.healcode table.schedule tr th,
div.healcode table.enrollments tr th,
div.healcode table.healcode-appointments tr th,
div.healcode ol.enrollment_list li.cancelled div tr th {
padding: 15px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background-color: transparent !important;
color: #4BD1A0;
font-size: 15px;
font-family: 'Trebuchet MS';
line-height: 18px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 2;
text-align: center;
}
/*Дата Время День строки / не меню */
div.healcode table.enrollments, div.healcode ol.enrollment_list li.cancelled div {
padding: .25em .5em;
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0px;
margin-top: .75em;
background-color: transparent !important;
font-size: 15px;
font-family: 'Trebuchet MS';
text-transform: uppercase;
color: #fff !important;
letter-spacing: 1px;
z-index: 2;
}
/* строки семинары */
div.healcode .healcode-date-field, div.healcode .healcode-time-field, div.healcode .healcode-days-field, div.healcode .healcode-button-field, div.healcode .mbo_class, div.healcode tr.trainer, div.healcode td.trainer {
padding: 10px;
border-bottom: 1px solid #aaa;
text-align: center;
}
/* Инструктор */
div.healcode a {
color: #fff;
font-size: 15px;
font-family: 'Trebuchet MS';
text-transform: uppercase;
text-decoration: none;
}
/* MORNING AFTERNOON EVENING */
div.healcode label {
visibility: hidden;
}
/* checkbox */
div.healcode input {
visibility: hidden;
}
/* | */
div.healcode .healcode-previous {
visibility: hidden;
}
/* | */
div.healcode .healcode-today {
visibility: hidden;
}
div.healcode table.schedule tr.odd td, div.healcode div.list_view li.odd, div.healcode table.list_view ol.schedule_list li.odd {
background-color: transparent !important;
font-size: 15px;
font-family: 'Trebuchet MS';
text-transform: uppercase;
}
div.healcode table.schedule tr th, div.healcode table.schedule ol.schedule_list li.schedule_header {
font-size: 15px;
font-family: 'Trebuchet MS';
color: #fff !important;
}
div.healcode .week_links a, div.healcode .week_links a:visited, div.healcode .day_links a, div.healcode .day_links a:visited, div.healcode .healcode-date-links-area a {
background-color: transparent !important;
color: #fff !important;
font-size: 15px;
font-family: 'Trebuchet MS';
text-transform: uppercase;
text-decoration: none;
visibility: hidden;
}
/*ЗАПИСЬ*/
div.healcode .hc-button.signup_now {
color: #4F4F4F !important;
font-size: 15px;
}
div.healcode {
background-color: transparent !important;
}
/*PREVIOUS TODAY NEXT*/
div.healcode .week_links a, div.healcode .week_links a:visited, div.healcode .day_links a, div.healcode .day_links a:visited, div.healcode .healcode-date-links-area a {
visibility: hidden;
}
/*CALENDAR*/
div.healcode .date_links {
visibility: hidden;
}
div.healcode .healcode-calendar {
visibility: hidden;
}
div.healcode .healcode-date-links-area .week_links {
visibility: hidden;
}
/* скрыть полусу прокрутки хром, сафари */
.element::-webkit-scrollbar { width: 0; }
/* скрыть полусу прокрутки ie 10+ */
.element { -ms-overflow-style: none; }
/*Footer*/
div.healcode .hc_footer {
visibility: hidden;
}
</style>
<healcode-widget data-type="enrollments" data-widget-partner="object" data-widget-id="472759125a0" data-widget-version="0.1"></healcode-widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment