From a4ffbc4fc62cc12bed1f44e3dd7105975086c72b Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Tue, 2 Jul 2013 22:58:58 +0200 Subject: [PATCH] logbook admonition - added a great handwriting style inspired by typespiration. refs #1 --- stardrifter/advanced.md | 32 +++++++++++++++++--------------- static/css/stardrifter.css | 7 +++++++ templates/base.html | 2 +- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/stardrifter/advanced.md b/stardrifter/advanced.md index 49888ac..c665fcf 100644 --- a/stardrifter/advanced.md +++ b/stardrifter/advanced.md @@ -10,13 +10,14 @@ When you play Stardrifter, you can write an entry in your Captain's logbook along. Narrating your story as if you were the Commander of the Star Trek Enterprise, or something. -> Week 223: Taking off from Sheldia to Marsengorh. Full load of Electronics in the -> Cargo Units. All systems are GO, although I'm a little bit anxious about the -> Weapon system. Hopefully, the Warp zones are safe in this area so I'm confident -> about this trip. -> - -Each time you build a new World using the [Galaxy Generator][galaxy], describe +!!! logbook "Week 223" + > Taking off from Sheldia to Marsengorh. Full load of Electronics in the + > Cargo Units. All systems are GO, although I'm a little bit anxious about the + > Weapon system. Hopefully, the Warp zones are safe in this area so I'm confident + > about this trip. + > + +Each time you build a *New World* using the [Galaxy Generator][galaxy], describe it. Try to imagine the way it looks, how are the people living there. Does your character know someone on this Planet? Has (s)he been there before? What is your character going to do with fresh money in hands? Drink it? Enjoy life until the @@ -27,14 +28,15 @@ describe what happened? Were you scared? Why did you decide to flee instead of fighting? How did you negociate with the Space Pirates? How did you get out of trouble? -> When I knew that the Pirates wouldn't want to keep me alive, I had to make -> a choice. Flee or fight. My brand new gun cannons needed to be live tested. -> I made an evasive zig-zag, and they didn't have time to react: a couple of -> seconds after that, their engines were severly damaged, and they were unable -> to chase me. -> -> I sent them a last call before re-entering Hyperspace: "I told you... You -> should have accepted my offer". +!!! logbook "Week 224" + > When I knew that the Pirates wouldn't want to keep me alive, I had to make + > a choice. Flee or fight. My brand new gun cannons needed to be live tested. + > I made an evasive zig-zag, and they didn't have time to react: a couple of + > seconds after that, their engines were severly damaged, and they were unable + > to chase me. + > + > I sent them a last call before re-entering Hyperspace: "I told you... You + > should have accepted my offer". Your imagination and creativity is the limit. Why not publishing these story bits on a weblog? make an ebook, share it with everyone? Don't be shy, don't be diff --git a/static/css/stardrifter.css b/static/css/stardrifter.css index 567de9c..4f48d91 100644 --- a/static/css/stardrifter.css +++ b/static/css/stardrifter.css @@ -49,6 +49,13 @@ pre, code, table, tr, td, th { border: 1px solid rgba(0,0,0,0.15); color: #c09853; } +.logbook, .logbook blockquote p { + background-color: #e7edec; + color: #135269; + font-family: 'Rock Salt', cursive; + font-size: 14px; + font-style: normal; +} .admonition-title { font-size: 1.3em; font-weight: bold; diff --git a/templates/base.html b/templates/base.html index c067f99..b1e5007 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ {{ title }} - +