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