1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/editions/dev/tiddlers/system/PatchEncryptionPrompt.tid
2014-10-06 10:02:34 +01:00

34 lines
562 B
Plaintext

title: $:/PatchEncryptionPrompt
tags: $:/core/wiki/rawmarkup
<script>
window.$tw = window.$tw || Object.create(null);
$tw.boot = $tw.boot || Object.create(null);
$tw.boot.encryptionPrompts = {
decrypt: "Decrypt this TiddlyWiki by entering the password"
};
</script>
<style>
body .tc-password-wrapper {
background-color: rgb(183, 197, 235);
border: 8px solid rgb(152, 164, 197);
}
body .tc-password-wrapper form {
text-align: center;
}
body .tc-password-wrapper h1 {
padding-bottom: 8px;
}
body .tc-password-wrapper input {
width: auto;
}
</style>