1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
TiddlyWiki5/themes/tiddlywiki/snowwhite/base.tid

107 lines
2.2 KiB
Plaintext
Raw Normal View History

title: $:/themes/tiddlywiki/snowwhite/base
tags: [[$:/tags/stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
.tc-sidebar-header {
2014-02-17 17:30:02 +00:00
text-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;
}
.tc-tiddler-info {
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
}
2013-05-02 07:17:36 +00:00
@media screen {
.tc-tiddler-frame {
2013-05-02 07:17:36 +00:00
<<box-shadow "5px 5px 5px rgba(0, 0, 0, 0.1)">>
}
}
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tc-tiddler-frame {
<<box-shadow none>>
2013-04-27 17:03:13 +00:00
}
}
.tw-page-controls button svg, .tc-tiddler-controls button svg, .tw-topbar button svg {
2013-05-15 21:30:22 +00:00
<<transition "fill 150ms ease-in-out">>
}
.tc-tiddler-controls button.tw-selected svg {
2013-10-14 20:01:45 +00:00
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.25))">>
2013-10-14 15:56:42 +00:00
}
.tc-tiddler-frame input.tc-edit-texteditor {
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
}
2014-08-28 17:47:21 +00:00
.tc-edit-tags {
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
}
.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {
<<box-shadow "none">>
border: none;
outline: none;
}
2014-08-28 17:47:21 +00:00
canvas.tc-edit-bitmapeditor {
2013-10-26 12:13:55 +00:00
<<box-shadow "2px 2px 5px rgba(0, 0, 0, 0.5)">>
2013-11-18 09:00:00 +00:00
}
.tc-drop-down {
border-radius: 4px;
2013-02-04 20:47:21 +00:00
<<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">>
2013-11-18 09:00:00 +00:00
}
.tc-block-dropdown {
border-radius: 4px;
2013-11-18 09:00:00 +00:00
<<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">>
2013-02-10 18:44:23 +00:00
}
.tw-modal-displayed {
-webkit-filter: blur(4px);
}
.tc-modal {
border-radius: 6px;
2013-02-10 18:44:23 +00:00
<<box-shadow "0 3px 7px rgba(0,0,0,0.3)">>
}
.tc-modal-footer {
border-radius: 0 0 6px 6px;
2013-02-10 18:44:23 +00:00
<<box-shadow "inset 0 1px 0 #fff">>;
}
2014-02-15 17:36:49 +00:00
.tc-alert {
border-radius: 6px;
2014-02-15 17:36:49 +00:00
<<box-shadow "0 3px 7px rgba(0,0,0,0.6)">>
}
.tc-notification {
border-radius: 6px;
2013-05-07 17:08:44 +00:00
<<box-shadow "0 3px 7px rgba(0,0,0,0.3)">>
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}
.tw-sidebar-lists .tw-tab-divider {
2013-11-04 18:18:20 +00:00
<<background-linear-gradient "left, rgb(216,216,216) 0%, rgb(236,236,236) 250px">>
2013-04-27 10:43:11 +00:00
}
2013-04-27 10:28:46 +00:00
.tw-more-sidebar .tw-tab-buttons button {
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(224,224,224) 100%">>
}
.tw-more-sidebar .tw-tab-buttons button.tw-tab-selected {
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(248,248,248) 100%">>
}
2013-11-28 07:41:28 +00:00
.tc-message-box img {
2013-11-28 07:41:28 +00:00
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
}
.tc-plugin-info {
<<box-shadow "2px 2px 4px rgba(0,0,0,0.2)">>
}