diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index d4ec5b93..ab98b1a1 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -1,8 +1,17 @@ /* SportsPress Templates */ .sp-template, -.sp-data-table { +.sp-data-table, +.sp-table-caption, +.sp-template h1, +.sp-template h2, +.sp-template h3, +.sp-template h4, +.sp-template h5, +.sp-template h6 { font-family: "Roboto", "Helvetica", sans-serif !important; + text-transform: none !important; + letter-spacing: normal !important; } .sp-template { @@ -14,14 +23,6 @@ margin: 0 !important; } -.sp-template *, -.sp-data-table * { - text-transform: none !important; - letter-spacing: normal !important; -} - -/* Headings */ - .sp-table-caption { margin: 0 !important; padding: 15px !important; @@ -129,7 +130,7 @@ .sp-template-gallery .sp-gallery-wrapper { border: 1px solid #e5e5e5 !important; - display: table; + display: table !important; width: 100% !important; } @@ -161,7 +162,8 @@ background: #00a69c !important; display: block !important; font-weight: 400 !important; - font-size: 13px !important; + font-size: 16px !important; + line-height: 1.5 !important; position: absolute !important; left: 0 !important; top: 0 !important; @@ -274,6 +276,16 @@ text-decoration: none !important; } +/* Event Lists */ + +.sp-template-event-list .data-home { + text-align: right !important; +} + +.sp-template-event-list .data-away { + text-align: left !important; +} + /* Event Blocks */ .sp-template-event-blocks td {