2014-04-14 12:12:44 +00:00
|
|
|
title: $:/themes/tiddlywiki/seamless/base
|
2014-09-10 08:13:21 +00:00
|
|
|
tags: [[$:/tags/Stylesheet]]
|
2014-04-14 20:30:42 +00:00
|
|
|
list-after: $:/themes/tiddlywiki/vanilla/base
|
2014-04-14 12:12:44 +00:00
|
|
|
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/*
|
|
|
|
Rules copied from Snow White
|
|
|
|
*/
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {
|
2014-04-14 12:12:44 +00:00
|
|
|
<<transition "fill 150ms ease-in-out">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-tiddler-controls button.tc-selected svg {
|
2014-04-14 12:12:44 +00:00
|
|
|
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.25))">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 17:21:08 +00:00
|
|
|
.tc-drop-down {
|
2014-04-14 12:12:44 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
<<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
.tc-block-dropdown {
|
2014-04-14 12:12:44 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
<<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-modal-displayed {
|
2015-02-10 22:19:21 +00:00
|
|
|
<<filter "blur(4px)">>
|
2014-04-14 12:12:44 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 16:34:02 +00:00
|
|
|
.tc-modal {
|
2014-04-14 12:12:44 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
<<box-shadow "0 3px 7px rgba(0,0,0,0.3)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 16:34:02 +00:00
|
|
|
.tc-modal-footer {
|
2014-04-14 12:12:44 +00:00
|
|
|
border-radius: 0 0 6px 6px;
|
|
|
|
<<box-shadow "inset 0 1px 0 #fff">>;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
.tc-alert {
|
2014-04-14 12:12:44 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
<<box-shadow "0 3px 7px rgba(0,0,0,0.6)">>
|
|
|
|
}
|
|
|
|
|
2014-08-28 17:21:08 +00:00
|
|
|
.tc-notification {
|
2014-04-14 12:12:44 +00:00
|
|
|
border-radius: 6px;
|
|
|
|
<<box-shadow "0 3px 7px rgba(0,0,0,0.3)">>
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:13:21 +00:00
|
|
|
.tc-message-box img {
|
2014-04-14 12:12:44 +00:00
|
|
|
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
|
|
|
|
}
|
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/*
|
|
|
|
Seamless modifications
|
|
|
|
*/
|
|
|
|
|
2014-07-06 15:55:51 +00:00
|
|
|
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
2014-04-14 12:12:44 +00:00
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/* Drop the tiddler frame padding */
|
2014-08-28 18:00:57 +00:00
|
|
|
body.tc-body .tc-tiddler-frame {
|
2014-04-14 12:12:44 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/* Move the sidebar up so that the title lines up */
|
2014-08-28 18:41:29 +00:00
|
|
|
body.tc-body .tc-sidebar-scrollable {
|
2014-04-14 17:37:09 +00:00
|
|
|
padding: 43px 0 28px 42px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Stop the tiddler info panel from bleeding into the tiddler frame padding */
|
2014-08-28 18:00:57 +00:00
|
|
|
body.tc-body .tc-tiddler-info {
|
2014-04-14 17:37:09 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Stop message boxes from bleeding into the tiddler frame padding */
|
2014-08-28 18:13:21 +00:00
|
|
|
body.tc-body .tc-message-box {
|
2014-04-14 17:37:09 +00:00
|
|
|
margin: 21px 0 21px 0;
|
2014-04-14 12:12:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/* Use the tiddler background colour for the page background */
|
2014-08-28 18:00:57 +00:00
|
|
|
html body.tc-body {
|
2014-04-14 12:12:44 +00:00
|
|
|
background-color: <<colour background>>;
|
|
|
|
}
|
|
|
|
|
2014-04-14 20:30:42 +00:00
|
|
|
html:-webkit-full-screen {
|
|
|
|
background-color: <<colour background>>;
|
|
|
|
}
|
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/* Adjust the colour of the page controls */
|
2014-08-28 18:41:29 +00:00
|
|
|
body.tc-body .tc-page-controls svg {
|
2014-04-14 12:12:44 +00:00
|
|
|
fill: <<colour muted-foreground>>;
|
|
|
|
}
|
|
|
|
|
2014-04-14 17:37:09 +00:00
|
|
|
/* Adjust the colour of the sidebar selected tabs */
|
2014-08-28 18:41:29 +00:00
|
|
|
body.tc-body .tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
|
2014-04-14 12:12:44 +00:00
|
|
|
background-color: <<colour background>>;
|
|
|
|
}
|