2013-05-31 16:44:09 +00:00
|
|
|
title: $:/themes/tiddlywiki/snowwhite/base
|
2014-09-10 08:13:21 +00:00
|
|
|
tags: [[$:/tags/Stylesheet]]
|
2013-02-03 23:02:23 +00:00
|
|
|
|
2020-11-08 22:28:32 +00:00
|
|
|
\define sidebarbreakpoint-minus-one()
|
|
|
|
<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>
|
|
|
|
\end
|
|
|
|
|
2013-02-03 23:02:23 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
|
2014-08-28 16:27:03 +00:00
|
|
|
.tc-sidebar-header {
|
2014-02-17 17:30:02 +00:00
|
|
|
text-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;
|
2013-02-03 23:02:23 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 17:59:35 +00:00
|
|
|
.tc-tiddler-info {
|
2013-05-20 10:19:41 +00:00
|
|
|
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
|
|
|
|
}
|
|
|
|
|
2013-05-02 07:17:36 +00:00
|
|
|
@media screen {
|
2014-08-28 17:59:35 +00:00
|
|
|
.tc-tiddler-frame {
|
2015-02-23 10:27:17 +00:00
|
|
|
<<box-shadow "1px 1px 5px rgba(0, 0, 0, 0.3)">>
|
2013-05-02 07:17:36 +00:00
|
|
|
}
|
2013-02-03 23:02:23 +00:00
|
|
|
}
|
|
|
|
|
2020-11-08 22:28:32 +00:00
|
|
|
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
|
2014-08-28 17:59:35 +00:00
|
|
|
.tc-tiddler-frame {
|
2013-11-25 13:58:49 +00:00
|
|
|
<<box-shadow none>>
|
2013-04-27 17:03:13 +00:00
|
|
|
}
|
2013-04-26 17:02:02 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {
|
2013-05-15 21:30:22 +00:00
|
|
|
<<transition "fill 150ms ease-in-out">>
|
2013-05-15 17:45:24 +00:00
|
|
|
}
|
|
|
|
|
2015-03-21 16:33:15 +00:00
|
|
|
.tc-tiddler-controls button.tc-selected,
|
|
|
|
.tc-page-controls button.tc-selected {
|
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
|
|
|
}
|
|
|
|
|
2022-03-17 17:06:24 +00:00
|
|
|
.tc-tiddler-frame input.tc-edit-texteditor,
|
|
|
|
.tc-tiddler-frame select.tc-edit-texteditor {
|
2013-04-27 14:44:56 +00:00
|
|
|
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 17:47:21 +00:00
|
|
|
.tc-edit-tags {
|
2013-11-30 10:55:45 +00:00
|
|
|
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 17:59:35 +00:00
|
|
|
.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {
|
2013-11-30 10:55:45 +00:00
|
|
|
<<box-shadow "none">>
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2017-06-29 15:55:49 +00:00
|
|
|
textarea.tc-edit-texteditor {
|
|
|
|
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-11-28 10:40:55 +00:00
|
|
|
.tc-drop-down {
|
2014-03-18 23:38:52 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
.tc-block-dropdown {
|
2014-03-18 23:38:52 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2014-08-28 16:34:02 +00:00
|
|
|
.tc-modal {
|
2014-03-18 23:38:52 +00:00
|
|
|
border-radius: 6px;
|
2013-02-10 18:44:23 +00:00
|
|
|
<<box-shadow "0 3px 7px rgba(0,0,0,0.3)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 16:34:02 +00:00
|
|
|
.tc-modal-footer {
|
2014-03-18 23:38:52 +00:00
|
|
|
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
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
.tc-alert {
|
2014-03-18 23:38:52 +00:00
|
|
|
border-radius: 6px;
|
2014-02-15 17:36:49 +00:00
|
|
|
<<box-shadow "0 3px 7px rgba(0,0,0,0.6)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 17:21:08 +00:00
|
|
|
.tc-notification {
|
2014-03-18 23:38:52 +00:00
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
2015-10-07 19:45:14 +00:00
|
|
|
.tc-sidebar-lists .tc-tab-set .tc-tab-divider {
|
|
|
|
border-top: none;
|
|
|
|
height: 1px;
|
2015-10-08 14:10:54 +00:00
|
|
|
<<background-linear-gradient "left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 100%">>
|
2013-04-27 10:43:11 +00:00
|
|
|
}
|
|
|
|
|
2016-10-18 08:23:19 +00:00
|
|
|
.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {
|
2015-10-05 08:53:15 +00:00
|
|
|
<<background-linear-gradient "left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%">>
|
2013-04-27 10:28:46 +00:00
|
|
|
}
|
|
|
|
|
2016-10-18 08:23:19 +00:00
|
|
|
.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {
|
2015-10-05 08:53:15 +00:00
|
|
|
<<background-linear-gradient "left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%">>
|
2013-11-10 21:40:03 +00:00
|
|
|
}
|
2013-11-28 07:41:28 +00:00
|
|
|
|
2014-08-28 18:13:21 +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)">>
|
|
|
|
}
|
2014-08-08 15:35:17 +00:00
|
|
|
|
2014-08-28 18:13:21 +00:00
|
|
|
.tc-plugin-info {
|
2015-03-18 11:46:28 +00:00
|
|
|
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
|
2014-08-08 15:35:17 +00:00
|
|
|
}
|