Translation start

This commit is contained in:
Alexander Yakovlev 2017-05-31 11:23:22 +07:00
commit 27db712e77
74 changed files with 5888 additions and 0 deletions

BIN
balcony-chand.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

BIN
balcony.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

BIN
bastille.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

1842
cinder.html Normal file

File diff suppressed because one or more lines are too long

1615
cinder.tw2 Normal file

File diff suppressed because it is too large Load diff

430
cinder_css.tw2 Normal file
View file

@ -0,0 +1,430 @@
::StoryCSS [stylesheet]
body {margin:0;}
/*Supress page-to-page transitions*/
.transition-in[data-t8n^=dissolve] {
-webkit-animation:appear 0ms step-start;
animation:appear 0ms step-start
}
/*Layout*/
.scene {
padding: 0;
white-space: normal; /*Needs compensating spaces for buttons*/
clear: both;
margin-bottom:20px; /*comp*/
}
.s-dark {
background-color: #000;
color: #fff;
}
.sect-cont {
margin: auto;
max-width:640px;
padding: 0 20px 20px;
}
.sect-img {
margin: auto;
max-width:640px;
padding:0;
font-size: 0;
line-height: 0;
}
.pull-right {
float: right;}
.pull-left {
float: left;}
.hidden {
display: none;
}
.block {
display: block;
}
/*Score*/
img.star {
height: 50px;
width: 50px;
vertical-align: bottom;
}
div.sect-img img{
white-space: normal;
}
/* Equip layout */
#equipmenu {
white-space: normal;
display: table;
}/*tw-passage has pre-wrap as its setting, creates whitespace*/
.row {
display: table-row;
width: 100%;
}
div.col400 {
font-size: 0;
line-height: 0;
display: table-cell;
}
.col240 {
line-height: 0;
font-size: 0;
display: table-cell;
margin: 0; /*does nothing*/
padding: 0; /*does nothing*/
}
.row tw-link, .row .link, .row .enchantment-link {
margin: 0;
padding: 0;
line-height: 0;
border: 0;
}
.row::before, .row::after {
display: table;
line-height: 0;
}
.row::after {
clear: both;
}
.btn100 {
height: 100px;
display:block;
line-height: 1.3em;
padding: 25px;
}
/*Links*/
tw-link, .link, .enchantment-link, .btn {
background-color: #000;
border: 1px solid #000;
border-radius: 5px;
color: #fff;
padding: 8px 16px;
display: block;
margin: 5px 0;
cursor: pointer;
text-decoration: none;
}
a.btn:visited {
color: #ffffff;
}
.enchantment-link:hover, tw-link:hover, .btn:hover {
background-color: #be1a00;
border-color: #be1a00;
color: #fff;
text-decoration: none;
}
.enchantment-link:focus, tw-link:focus, .btn:focus,
.enchantment-link:active, tw-link:active, .btn:active,
.enchantment-link:visited, tw-link:visited, .btn:visited {
color: #000;
}
.s-dark tw-link,
.s-dark .link,
.s-dark .enchantment-link {
background-color: #000;
border: none;
border-radius: 0;
color: #be1a00;
cursor: pointer;
display: inline-block;
margin: 0;
padding: 0;
}
.s-dark .enchantment-link:hover,
.s-dark tw-link:hover {
background-color: #000;
text-decoration: underline;
color: #fff;
}
.s-dark #equipmenu .enchantment-link:hover,
.s-dark #equipmenu tw-link:hover {
border: 0;
}
.visited {
color: #fff;
}
.visited:hover{
color: #fff;
}
/*Walk compass links*/
.cont-w-nav {
width:200px;
height:200px;
overflow: hidden;
margin: 20px auto; /*or 0 auto 20px if pre-wrap on tw-passage is on*/
}
.walk-nav {
width:200px;
height:200px;
transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
line-height: 0;
}
.no-rotate {
transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
-ms-transform:rotate(0deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.walk-nav tw-expression tw-link,
.walk-nav tw-link{
display: inline-block;
width: 100px;
height:100px;
padding: 0;
margin: 0;
border: none;
background-color: #000;
background: url(walk-arrow.svg) 0 0 no-repeat;
text-indent: -10000px;
overflow: hidden;
cursor: pointer;
}
.walk-nav tw-expression tw-link:hover,
.walk-nav tw-link:hover {
background-color: #cadbaa;
background: url(walk-arrow-h.svg) 0 0 no-repeat;
}
.walk-nav .w-r tw-expression tw-link,
.walk-nav .w-r tw-link,
.walk-nav .inactive.w-r {
transform:rotate(90deg);
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.walk-nav .w-d tw-expression tw-link,
.walk-nav .w-d tw-link,
.walk-nav .inactive.w-d{
transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.walk-nav .w-l tw-expression tw-link,
.walk-nav .w-l tw-link,
.walk-nav .inactive.w-l {
transform:rotate(270deg);
-moz-transform:rotate(270deg);
-webkit-transform:rotate(270deg);
-o-transform:rotate(270deg);
-ms-transform:rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.walk-nav .inactive {
background: url(walk-arrow-off.svg) 0 0 no-repeat;
display: inline-block;
width: 100px;
height:100px;
text-indent: -10000px;
overflow: hidden;
}
.walk-nav .inactive:hover {
background: url(walk-arrow-off.svg) 0 0 no-repeat;
}
/*Social links*/
.social {
padding: 8px 14px;
margin-left: 5px;
border-radius: 3px;
background-color: #000000;
transition: all .6s;
-moz-transition: all .6s;
-webkit-transition: all .6s;
-o-transition: all .6s;
color: #ffffff;
text-decoration: none;
}
.social:hover {
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
color: #ffffff;
}
.facebook:hover {
background-color: #435fa8;
}
.twitter:hover {
background-color: #39d2fe;
}
/*Inventory*/
.inventory-content {
width: 210px;
height: 210px;
}
.slot {
width: 100px;
height: 100px;
background-color: #444;
}
.slotwide {
width: 200px;
height: 100px;
background-color: #cadbaa;
}
.slotfull {
width: 200px;
height: 200px;
background-color: red;
}
/*Twine items*/
tw-passage{
white-space: normal;
}
tw-passage img {
max-width: 640px;
width: 100%;
}
tw-sidebar {
display: none;
}
tw-story {
width: 100%;
margin:0;
}
/*Fonts*/
tw-story {
font-size: 19px;
}
h1 {
font-size: 2.5em;
text-align: center;
margin: 0.3em 0;
}
.toph {
margin-top: 0;
padding-top: 20px;
}
.char-name {
font-size: 60%;
line-height: 0;
top: 0.3em;
}
.char-talk:before {
content: '\201C';
font-size: 200%;
line-height: 40%;
padding-right: 0.1em;
top: 0.4em;
}
.char-talk:after {
content: '\201D';
font-size: 200%;
line-height: 40%;
padding-left: 0.1em;
top: 0.4em;
}
.more-link tw-link{
margin:0;
padding: 0;
border: none;
}
.alert {
color: #ae0000;
}
.mapPin {
position: relative;
top: 0;
left: 0;
}
.mapPin tw-hook {
position: absolute;
top: 0;
left: 0;
}
/*Device sizes*/
@media (max-width: 479px) {
tw-story {
font-size: 17px;
}
}
@media (max-width: 640px) {
#equipmenu .row .col240:nth-child(3) {
display:none;
}
}
/*Was a test to fix zoom-level, now clips Cinder's dress att small sizes*/
.scene.equip {
min-width: 300px;
}
::StoryJS [script]
//From http://twinery.org/forum/index.php/topic,2450.0.html adding sounds, don't yet know where to place audio file
$(document.body).on("mouseenter", "a", function () {
$("<audio></audio>").attr({
src : "sound/transition1.ogg",
autoplay : "autoplay"
});
});
//http://twinery.org/forum/index.php/topic,2495.0.html Calling JS with a hack
if (typeof Undo == "undefined") {
var Undo = {
hide: function() {
$('div[class="equip1"]').hide();
}
};
window.Undo = Undo;
}
window.onload = function() {
$(function()
{
// disable :hover on touch devices - removes all rules that include a :hover, so isolate all :hover selectors
// based on https://gist.github.com/4404503
// via https://twitter.com/javan/status/284873379062890496
// + https://twitter.com/pennig/status/285790598642946048
// re http://retrogamecrunch.com/tmp/hover
if ('createTouch' in document)
{
try
{
var ignore = /:hover\b/;
for (var i=0; i<document.styleSheets.length; i++)
{
var sheet = document.styleSheets[i];
for (var j=sheet.cssRules.length-1; j>=0; j--)
{
var rule = sheet.cssRules[j];
if (rule.type === CSSRule.STYLE_RULE && ignore.test(rule.selectorText))
{
sheet.deleteRule(j);
}
}
}
}
catch(e){}
}
});
}

BIN
entering-palace.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

BIN
equip/bombs-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
equip/canon-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
equip/crossbow-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
equip/crowbar-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
equip/fan-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
equip/razor-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
equip/rifle-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
equip/row1-crowbar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
equip/row1-stiletto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
equip/row1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
equip/row2-crossbow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
equip/row2-fan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
equip/row2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
equip/row3-bombs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
equip/row3-rifle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
equip/row3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
equip/row4-canon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
equip/row4-razor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
equip/row4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
equip/stiletto-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
grab-all.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

BIN
hall-of-mirrors1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

BIN
hall-of-mirrors2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

BIN
hall-of-mirrors2dance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

BIN
hall-of-mirrors2hide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

BIN
hall-of-mirrors3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

BIN
hall-of-mirrors3dance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

BIN
hall-of-mirrors4fire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

BIN
hall-of-mirrors5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

BIN
intro-roof.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
intro1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
kings-bedroom-g.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

BIN
kings-bedroom-screen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
kings-bedroom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

BIN
north-kb-hide1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

BIN
north-kb-hide2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
north-kb-hide3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

BIN
north-kb-hide4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

BIN
north-kb-no-chand-seen0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

BIN
north-kb-pickup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
north-kb-seen0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
north-kb-seen1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
north-kb-seen2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
north-kb-seen3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
north-kb-seen4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

BIN
north-of-kb-closed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
north-of-kb-enter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

BIN
north-of-kb-fallB.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
north-of-kb-falla.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
outro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
outside-ver.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
punch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

BIN
queens-door.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
queens-w.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

1986
secret-agent-cinder.html Normal file

File diff suppressed because one or more lines are too long

BIN
to-roof.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 KiB

BIN
ver-passage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
versailles-corner-l.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

BIN
versailles-corner-r.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

BIN
versailles-map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

BIN
versailles-queens-room.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

6
walk-arrow-off.svg Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
<path style="fill:#AFE1FE;" d="M147,147V0C66.4,1.6,1.6,66.4,0.1,147H147z"/>
</svg>

After

Width:  |  Height:  |  Size: 432 B

9
walk-arrow.svg Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
<path style="fill:#AFE1FE;" d="M147,147V0C66.4,1.6,1.6,66.4,0.1,147H147z"/>
<path d="M147,147V0C66.4,1.6,1.6,66.4,0.1,147H147z"/>
<path style="fill:#FFFFFF;" d="M121.4,73.1c-12.2,4.1-24,8-35.9,11.9c-4.2,12.5-12.7,36.5-13,36.7c-3.9-20-7.8-39.9-11.9-60.8
C81.3,65.1,101.2,69.1,121.4,73.1z"/>
</svg>

After

Width:  |  Height:  |  Size: 647 B

BIN
x-room-open.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

BIN
x-room-prince1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
x-room-prince2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
x-room-prince3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB