Add Events widget
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
/* SportsPress admin styles */
|
||||
|
||||
.widget[id*="sp_events-"] .widget-title h4:before,
|
||||
.widget[id*="sp_calendar-"] .widget-title h4:before,
|
||||
.widget[id*="sp_table-"] .widget-title h4:before {
|
||||
font-family: 'themeboy';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: "\e600";
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.postbox .inside .sp-data-table-container {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
31
assets/css/themeboy.css
Executable file
31
assets/css/themeboy.css
Executable file
@@ -0,0 +1,31 @@
|
||||
@font-face {
|
||||
font-family: 'themeboy';
|
||||
src:url('../fonts/themeboy.eot');
|
||||
src:url('../fonts/themeboy.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/themeboy.woff') format('woff'),
|
||||
url('../fonts/themeboy.ttf') format('truetype'),
|
||||
url('../fonts/themeboy.svg#themeboy') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
font-family: 'themeboy';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-themeboy:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.icon-themeboy-alt:before {
|
||||
content: "\e601";
|
||||
}
|
||||
Reference in New Issue
Block a user