1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

Version 1.4.7: Notice 4, iso-hint for langattr, download icon cyanine

This commit is contained in:
trendschau
2021-07-18 22:33:21 +02:00
parent 4d7a162290
commit b3fab62cf4
7 changed files with 35 additions and 17 deletions

View File

@@ -259,10 +259,10 @@ h6:hover > .tm-heading-anchor{
text-decoration: none;
}
/* style the typemill download-button for files */
/* style the typemill download-button for files
a.tm-download
{
line-height: 35px;
line-height: 35px;
margin-left: 40px;
}
a.tm-download::before{
@@ -281,6 +281,22 @@ a.tm-download::before{
a.tm-download:hover::before{
text-decoration: none;
}
*/
/* style the typemill download-button for files */
a.tm-download
{
margin-left: 40px;
}
a.tm-download::before{
content: url("data:image/svg+xml; utf8, <svg width='24' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path d='M23 14l-8 8-8-8h5v-12h6v12zM15 22h-15v8h30v-8h-15zM28 26h-4v-2h4v2z'></path></svg>");
position: absolute;
margin-left: -40px;
text-decoration: none;
}
a.tm-download:hover::before{
text-decoration: none;
}
/* Fake youtube button. Works with typemillutilities.js */
.video-container{

View File

@@ -1,5 +1,5 @@
name: Cyanine Theme
version: 1.1.5
version: 1.1.6
description: Cyanine is a modern and flexible multi-purpose theme and the standard theme for typemill.
author: Trendschau
homepage: https://trendschau.net

View File

@@ -164,15 +164,7 @@
.mainnavigation li, tr, hr, .notice4{
border-color: {{ settings.themes.cyanine.thinbordercolor|default('lightgray') }};
}
a.tm-download::before{
border: 1px solid {{ settings.themes.cyanine.fontcolorlink|default('#007F7F') }};
color: {{ settings.themes.cyanine.fontcolorlink|default('#007F7F') }};
}
a.tm-download:hover::before{
color: {{ settings.themes.cyanine.contentnavihovercolor|default('#f7f7f7') }};
background: {{ settings.themes.cyanine.fontcolorlink|default('#007F7F') }};
}
.notice1{
background-color: #ffded4;
border-left: 4px solid #f65a3c;