1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-13 00:06:04 +00:00

More conversion of "tw-*" classes to "tc-*"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 19:13:21 +01:00
parent a1ec52c5cb
commit 995f0e7f29
9 changed files with 28 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ Rules copied from Snow White
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}
.tw-message-box img {
.tc-message-box img {
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
}
@@ -77,7 +77,7 @@ Seamless modifications
}
/* Stop message boxes from bleeding into the tiddler frame padding */
body.tc-body .tw-message-box {
body.tc-body .tc-message-box {
margin: 21px 0 21px 0;
}

View File

@@ -97,10 +97,10 @@ canvas.tc-edit-bitmapeditor {
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(248,248,248) 100%">>
}
.tw-message-box img {
.tc-message-box img {
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
}
.tw-plugin-info {
.tc-plugin-info {
<<box-shadow "2px 2px 4px rgba(0,0,0,0.2)">>
}

View File

@@ -466,7 +466,7 @@ button.tw-tag-label, span.tw-tag-label {
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tw-message-box {
.tc-message-box {
margin: 21px -21px 21px -21px;
}
@@ -780,7 +780,7 @@ canvas.tc-edit-bitmapeditor {
margin-right: 7px;
}
.tw-remove-tag-button {
.tc-remove-tag-button {
padding-left: 4px;
}
@@ -1248,7 +1248,7 @@ canvas.tc-edit-bitmapeditor {
width: 100%;
}
.tw-plugin-info {
.tc-plugin-info {
display: block;
border: 1px solid <<colour muted-foreground>>;
background-colour: <<colour background>>;
@@ -1256,37 +1256,37 @@ canvas.tc-edit-bitmapeditor {
padding: 8px;
}
.tw-plugin-info-disabled {
.tc-plugin-info-disabled {
background: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);
background: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);
}
.tw-plugin-info-disabled:hover {
.tc-plugin-info-disabled:hover {
background: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);
background: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);
}
a.tc-tiddlylink.tw-plugin-info:hover {
a.tc-tiddlylink.tc-plugin-info:hover {
text-decoration: none;
background-color: <<colour primary>>;
color: <<colour background>>;
}
.tw-plugin-info-chunk {
.tc-plugin-info-chunk {
display: inline-block;
vertical-align: middle;
}
.tw-plugin-info img {
.tc-plugin-info img {
width: 3em;
}
.tw-plugin-info svg {
.tc-plugin-info svg {
width: 3em;
height: 3em;
}
.tw-plugin-info-dropdown {
.tc-plugin-info-dropdown {
border: 1px solid <<colour muted-foreground>>;
padding: 1em 1em 1em 1em;
margin-top: -1em;
@@ -1296,7 +1296,7 @@ a.tc-tiddlylink.tw-plugin-info:hover {
** Message boxes
*/
.tw-message-box {
.tc-message-box {
border: 1px solid <<colour message-border>>;
background: <<colour message-background>>;
padding: 0px 21px 0px 21px;
@@ -1305,7 +1305,7 @@ a.tc-tiddlylink.tw-plugin-info:hover {
color: <<colour message-foreground>>;
}
.tw-message-box img {
.tc-message-box img {
float: right;
width: 150px;
margin: 0px 0px 12px 12px;