mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-09 18:28:07 +00:00
Remove files associated with Bootstrap
This commit is contained in:
1088
core/styles/bootstrap-responsive.css
vendored
1088
core/styles/bootstrap-responsive.css
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,51 +0,0 @@
|
||||
|
||||
@-webkit-keyframes pulse {
|
||||
0% {background-color: #ffff80;}
|
||||
100% {background-color: #ffffff;}
|
||||
}
|
||||
|
||||
@-moz-keyframes pulse {
|
||||
0% {background-color: #ffff80;}
|
||||
100% {background-color: #ffffff;}
|
||||
}
|
||||
|
||||
@-o-keyframes pulse {
|
||||
0% {background-color: #ffff80;}
|
||||
100% {background-color: #ffffff;}
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0% {background-color: #ffff80;}
|
||||
100% {background-color: #ffffff;}
|
||||
}
|
||||
|
||||
.pulse {
|
||||
-webkit-animation-name: pulse;
|
||||
-moz-animation-name: pulse;
|
||||
-o-animation-name: pulse;
|
||||
animation-name: pulse;
|
||||
-webkit-animation-iteration-count: 5;
|
||||
-moz-animation-iteration-count: 5;
|
||||
-o-animation-iteration-count: 5;
|
||||
animation-iteration-count: 5;
|
||||
-webkit-animation-duration: 0.4s;
|
||||
-moz-animation-duration: 0.4s;
|
||||
-o-animation-duration: 0.4s;
|
||||
animation-duration: 0.4s;
|
||||
-webkit-animation-delay: 0s;
|
||||
-moz-animation-delay: 0s;
|
||||
-o-animation-delay: 0s;
|
||||
animation-delay: 0s;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-fill-mode: both;
|
||||
-o-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
-webkit-animation-timing-mode: ease-in-out;
|
||||
-moz-animation-timing-mode: ease-in-out;
|
||||
-o-animation-timing-mode: ease-in-out;
|
||||
animation-timing-mode: ease-in-out;
|
||||
-webkit-animation-direction: alternate;
|
||||
-moz-animation-direction: alternate;
|
||||
-o-animation-direction: alternate;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"tiddlers": [
|
||||
{
|
||||
"file": "tiddlywiki.css",
|
||||
"fields": {
|
||||
"title": "$:/core/lib/tiddlywiki.css",
|
||||
"type": "text/css"
|
||||
}
|
||||
}, {
|
||||
"file": "bootstrap-responsive.css",
|
||||
"fields": {
|
||||
"title": "$:/core/lib/bootstrap-responsive.css",
|
||||
"type": "text/css"
|
||||
}
|
||||
}, {
|
||||
"file": "pulse.css",
|
||||
"fields": {
|
||||
"title": "$:/core/lib/pulse.css",
|
||||
"type": "text/css"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user