Update default stylesheet with headings and event lists

This commit is contained in:
Brian Miyaji
2016-12-13 11:44:19 +11:00
parent 355a7dc37a
commit 322b722277

View File

@@ -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 {