I like the PocketMod concept, and was happy to learn of the
TiddlyPocketBook project. But the default layout for that project
assumes A4 size paper. To make that work, I have to shrink the page by
89%, and quite of pulp "bandwidth" is wasted. Below is my first stab
at a stylesheet layout for the paper size preferred in the US. It
could probably use some tweaks, but the resulting page was much easier
on my aging eyes. I still need to shrink it a little (94%), because
the setup assumes full edge-to-edge access for the paper surface. Very
few (any?) printers print all the way into the margins of the paper.
Probably need another stylesheet like StyleSheetPrintLetterM25 that
assumes quarter inch margins.

To use, you will need to copy the following text (following the title)
into a Tiddler called StyleSheetPrintLetter in your TiddlyPocketBook.
This may be a bit tricky, since the current TPB doesn't give you a way
to create a new tiddler.

Then find the StyleSheetPrint tiddler, and change
[[StyleSheetPrintA4]] into [[StyleSheetPrintLetter]]. Then save and
reload.

-- Mark

---- ---- ---- ---- snip ---- ---- ---- ----

body {
        background-color: #FFF;
}

#book {
        position: relative;
        height: 279mm;
        width: 216mm;
        margin: 0;
        margin-left: 1mm;
}

.tiddler, .page {
        position: absolute;
        float: none;
        margin: 0 ! important;
        padding: 0 ! important;
        height: 108mm;
        width: 69.7mm;
        overflow: hidden;
        outline: 1px solid #C7C7C7;
}

/* rotated left */
#tiddler1,
#tiddler8,
#tiddler7,
#tiddler6 {
        -moz-transform: translate(19.2mm, -19.2mm) rotate(-90deg);
}

/* rotated right */
#tiddler2,
#tiddler3,
#tiddler4,
#tiddler5 {
        -moz-transform: translate(-19.2mm, -19.2mm) rotate(90deg);
}
/* cover */
#tiddler1 {
        top: 0.1mm;
        left: 0.1m;
}
#tiddler2 {
        top: 0.1mm;
        right: 0.1mm;
}
#tiddler3 {
        top: 70.0mm;
        right: 0.1mm;
}
#tiddler4 {
        top: 140.0mm;
        right: 0.1mm;
}
#tiddler5 {
        top: 210.0mm;
        right: 0.1mm;
}
#tiddler6 {
        top: 210.0mm;
        left: 0.1mm;
}
#tiddler7 {
        top: 140.0mm;
        left: 0.1mm;
}
/* back page */
#tiddler8 {
        top: 70.0mm;
        left: 0.1mm;
}

/*}}}*/

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to