Add LTR and RTL stylesheets
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
/* Images */
|
||||
|
||||
.sp-template img {
|
||||
display: inline-block !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
@@ -354,7 +355,9 @@
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sp-template-event-logos a,
|
||||
.sp-template-event-logos a:hover {
|
||||
border: none !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
@@ -478,26 +481,40 @@
|
||||
background: #00a69c !important;
|
||||
}
|
||||
|
||||
/* Timelines */
|
||||
|
||||
.sp-template-timeline .sp-timeline * {
|
||||
color: initial !important;
|
||||
}
|
||||
|
||||
/* Tournaments */
|
||||
|
||||
.sp-tournament-bracket {
|
||||
color: #333 !important;
|
||||
background: transparent !important;
|
||||
width: 100% !important;
|
||||
border-collapse: separate !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket a,
|
||||
.sp-tournament-bracket a:hover {
|
||||
text-decoration: none !important;
|
||||
color: inherit !important;
|
||||
border: none! important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket th {
|
||||
.sp-tournament-bracket tr,
|
||||
.sp-tournament-bracket th,
|
||||
.sp-tournament-bracket td {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket thead th {
|
||||
font-size: 12px !important;
|
||||
font-weight: 500 !important;
|
||||
color: rgba(51,51,51,0.5) !important;
|
||||
text-align: center !important;
|
||||
border: none !important;
|
||||
border-bottom: 1px solid #e5e5e5 !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket .sp-team-name {
|
||||
@@ -508,24 +525,13 @@
|
||||
border: 1px solid #e5e5e5 !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket .sp-team-name:hover,
|
||||
.sp-tournament-bracket .sp-heading {
|
||||
.sp-tournament-bracket .sp-heading,
|
||||
.sp-tournament-bracket .sp-heading:hover {
|
||||
color: #fff !important;
|
||||
background: #00a69c !important;
|
||||
border-color: #00a69c !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket .sp-team .sp-team-name:before {
|
||||
border-left-color: #e5e5e5 !important;
|
||||
border-right-color: #e5e5e5 !important;
|
||||
left: -10px !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket .sp-team-flip .sp-team-name:before {
|
||||
left: auto !important;
|
||||
right: -10px !important;
|
||||
}
|
||||
|
||||
.sp-tournament-bracket .sp-event {
|
||||
border-color: #e5e5e5 !important;
|
||||
border-width: 1px !important;
|
||||
|
||||
Reference in New Issue
Block a user