1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

More drop-shadows

This commit is contained in:
Jeremy Ruston 2013-05-31 19:57:27 +01:00
parent 7dd3839970
commit 3ec7713a51
2 changed files with 12 additions and 0 deletions

View File

@ -289,6 +289,7 @@ a.tw-tiddlylink-missing {
.tw-page-controls svg:hover {
fill: #000;
<<filter "drop-shadow(1px 1px 2px rgba(255,255,255,0.9))">>
}
.tw-menu-list-item {

View File

@ -16,6 +16,13 @@ tags: [[$:/tags/stylesheet]]
box-shadow: $shadow$;
```
\end
\define filter(filter)
```
-webkit-filter: $filter$;
-moz-filter: $filter$;
filter: $filter$;
```
\end
\define background-linear-gradient(gradient)
```
background-image: linear-gradient($gradient$);
@ -45,6 +52,10 @@ html body {
background: url(<<datauri "$:/themes/tiddlywiki/starlight/ltbg.jpg">>);
}
.tw-page-controls svg {
<<filter "drop-shadow(1px 1px 2px rgba(255,255,255,0.9))">>
}
/*
** Some rainbow icon colours
*/