update styles
This commit is contained in:
parent
a55e9898a0
commit
6d8b198cc1
@ -2,7 +2,7 @@
|
||||
* bulma css framework (github.com/jgthms | bulma.io)
|
||||
* Author: jeremy thomas
|
||||
* Author: jesus e.
|
||||
* Version: 1.0.3
|
||||
* Version: 1.0.4
|
||||
* Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE)
|
||||
*/
|
||||
/* basic formatting changes (mostly to cater for darker colours) */
|
||||
@ -453,6 +453,12 @@ legend {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
||||
.hidden-more {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0099e5;
|
||||
}
|
||||
@ -489,8 +495,9 @@ a.pagination-previous.disabled, a.pagination-next.disabled {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
h4 > a:hover {
|
||||
h2 > a:hover {
|
||||
color: white;
|
||||
text-shadow: 1px 2px 0px #161C1C;
|
||||
}
|
||||
|
||||
.is-button-grey, .pagination-link {
|
||||
@ -578,13 +585,6 @@ h4 > a:hover {
|
||||
}
|
||||
}
|
||||
|
||||
/* hidden text more */
|
||||
.hidden-more {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* aplaylist */
|
||||
.play-menu {
|
||||
height: 200px;
|
||||
|
@ -45,7 +45,7 @@
|
||||
<!-- stylesheets -->
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bulma.css?v=0.7.4"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/hover.css"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.3"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.4"/>
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-16x16.png" sizes="16x16"/>
|
||||
<link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-32x32.png" sizes="32x32"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user