Update default stylesheet with headings and event lists
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
/* SportsPress Templates */
|
/* SportsPress Templates */
|
||||||
|
|
||||||
.sp-template,
|
.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;
|
font-family: "Roboto", "Helvetica", sans-serif !important;
|
||||||
|
text-transform: none !important;
|
||||||
|
letter-spacing: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sp-template {
|
.sp-template {
|
||||||
@@ -14,14 +23,6 @@
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sp-template *,
|
|
||||||
.sp-data-table * {
|
|
||||||
text-transform: none !important;
|
|
||||||
letter-spacing: normal !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Headings */
|
|
||||||
|
|
||||||
.sp-table-caption {
|
.sp-table-caption {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 15px !important;
|
padding: 15px !important;
|
||||||
@@ -129,7 +130,7 @@
|
|||||||
|
|
||||||
.sp-template-gallery .sp-gallery-wrapper {
|
.sp-template-gallery .sp-gallery-wrapper {
|
||||||
border: 1px solid #e5e5e5 !important;
|
border: 1px solid #e5e5e5 !important;
|
||||||
display: table;
|
display: table !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -161,7 +162,8 @@
|
|||||||
background: #00a69c !important;
|
background: #00a69c !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
font-size: 13px !important;
|
font-size: 16px !important;
|
||||||
|
line-height: 1.5 !important;
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
@@ -274,6 +276,16 @@
|
|||||||
text-decoration: none !important;
|
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 */
|
/* Event Blocks */
|
||||||
|
|
||||||
.sp-template-event-blocks td {
|
.sp-template-event-blocks td {
|
||||||
|
|||||||
Reference in New Issue
Block a user