i~data/css.md Reworked Documentation ~clym.css del. responsive rule in clym.css ~layout.tpl Add media attribute to link tag in layout.tpl -static/css/LICENSE ~README.md, data/README.md Minor corrections - cl-yag - Common Lisp Yet Another website Generator Err bitreich.org 70 hgit clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ URL:git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ bitreich.org 70 1Log /scm/cl-yag/log.gph bitreich.org 70 1Files /scm/cl-yag/files.gph bitreich.org 70 1Refs /scm/cl-yag/refs.gph bitreich.org 70 1Tags /scm/cl-yag/tag bitreich.org 70 1README /scm/cl-yag/file/README.md.gph bitreich.org 70 1LICENSE /scm/cl-yag/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 07b437d4dc56d22165a7023a3767e0026d199784 /scm/cl-yag/commit/07b437d4dc56d22165a7023a3767e0026d199784.gph bitreich.org 70 1parent bd44af1d082f947760dff8f1bb65f614c5516b58 /scm/cl-yag/commit/bd44af1d082f947760dff8f1bb65f614c5516b58.gph bitreich.org 70 hAuthor: lambda URL:mailto:lambda@fnord.one bitreich.org 70 iDate: Mon, 4 Dec 2017 15:50:49 +0100 Err bitreich.org 70 i Err bitreich.org 70 i~data/css.md Reworked Documentation Err bitreich.org 70 i~clym.css del. responsive rule in clym.css Err bitreich.org 70 i~layout.tpl Add media attribute to link tag in layout.tpl Err bitreich.org 70 i-static/css/LICENSE Err bitreich.org 70 i~README.md, data/README.md Minor corrections Err bitreich.org 70 i Err bitreich.org 70 iStatus of this commit: Suggestion. Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README.md | 18 +++++++++--------- Err bitreich.org 70 i M data/README.md | 18 +++++++++--------- Err bitreich.org 70 i M data/css.md | 110 +++++++++++++------------------ Err bitreich.org 70 i D static/css/LICENSE | 20 -------------------- Err bitreich.org 70 i M static/css/clym.css | 1 - Err bitreich.org 70 i M static/css/style.css | 8 ++++---- Err bitreich.org 70 i M templates/layout.tpl | 2 +- Err bitreich.org 70 i M templates/layout.tpl_original | 2 +- Err bitreich.org 70 i Err bitreich.org 70 i8 files changed, 71 insertions(+), 108 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README.md b/README.md /scm/cl-yag/file/README.md.gph bitreich.org 70 i@@ -120,10 +120,10 @@ The *config* variable is used to assign the following values: Err bitreich.org 70 i - This text is used in the *description* field of the atom/rss feed. Err bitreich.org 70 i - **:url** Err bitreich.org 70 i - This needs to be the full(!) URL of your website, including(!) a final slash. Err bitreich.org 70 i- - MIND: If the url contains a tilde (~), it needs to get duplicated Err bitreich.org 70 i+ - MIND: If the url contains a tilde (~), it needs to get duplicated. Err bitreich.org 70 i - Example: ``https://mydomain/~~user/`` Err bitreich.org 70 i - **:rss-item-number** Err bitreich.org 70 i- - This holds the number of latest(!) RSS items you want to get published when you generate the files. Err bitreich.org 70 i+ - This holds the number of latest(!) RSS items you want to get published. Err bitreich.org 70 i - **html** Err bitreich.org 70 i - ``t`` to export html website. Set ``nil`` to disable. Err bitreich.org 70 i - **gopher** Err bitreich.org 70 i@@ -131,9 +131,9 @@ The *config* variable is used to assign the following values: Err bitreich.org 70 i - **gopher-path** Err bitreich.org 70 i - This is the full path of the directory to access your gopher hole. Err bitreich.org 70 i - **gopher-server** Err bitreich.org 70 i- - Hostname of the gopher server. It needs to be included in every link. Err bitreich.org 70 i+ - Hostname of the gopher server. It needs to be included in each link. Err bitreich.org 70 i - **gopher-port** Err bitreich.org 70 i- - tcp port of the gopher server. 70 is the default port. It needs to be included in every link. Err bitreich.org 70 i+ - tcp port of the gopher server. 70 is the default port. It needs to be included in each link. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i ### The *articles* Variable Err bitreich.org 70 i@@ -169,7 +169,7 @@ Edit **data/articles.lisp** and add a new list to the *articles* variable: Err bitreich.org 70 i :id "2" Err bitreich.org 70 i :date "29 April 2016" Err bitreich.org 70 i :author "Solène" Err bitreich.org 70 i- :short "I will explain how to use the generator" Err bitreich.org 70 i+ :tiny "Read more about how I use cl-yag." Err bitreich.org 70 i :tag "example help code") Err bitreich.org 70 i Err bitreich.org 70 i Then write a corresponding **data/2.md** file, using markdown. Err bitreich.org 70 i@@ -202,9 +202,9 @@ This will produce **output/html/somepage.html**. Err bitreich.org 70 i Err bitreich.org 70 i ### Howto Use Another Common Lisp Interpreter Err bitreich.org 70 i Err bitreich.org 70 i-cl-yags default Lisp interpreter is **sbcl**. Err bitreich.org 70 i-If you want to use a different lisp interpreter you need to set the Err bitreich.org 70 i-variable *LISP* to the name of your binary, when calling ``make``: Err bitreich.org 70 i+cl-yags default Lisp interpreter is **sbcl**. If you want to use a Err bitreich.org 70 i+different interpreter you need to set the variable *LISP* to the name Err bitreich.org 70 i+of your binary, when calling ``make``: Err bitreich.org 70 i Err bitreich.org 70 i make LISP=ecl Err bitreich.org 70 i Err bitreich.org 70 i@@ -262,7 +262,7 @@ themed layouts. Err bitreich.org 70 i If you want some deeply refined, cross-browser compatible, responsive, Err bitreich.org 70 i webscale style sheets, you need to create them yourself. However, Err bitreich.org 70 i cl-yag will work nicely with them and if you want to make your Err bitreich.org 70 i-stylesheets a part of cl-yag you're very welcome to contact me. Err bitreich.org 70 i+style sheets a part of cl-yag you're very welcome to contact me. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i # Hacking cl-yag Err bitreich.org 70 1diff --git a/data/README.md b/data/README.md /scm/cl-yag/file/data/README.md.gph bitreich.org 70 i@@ -120,10 +120,10 @@ The *config* variable is used to assign the following values: Err bitreich.org 70 i - This text is used in the *description* field of the atom/rss feed. Err bitreich.org 70 i - **:url** Err bitreich.org 70 i - This needs to be the full(!) URL of your website, including(!) a final slash. Err bitreich.org 70 i- - MIND: If the url contains a tilde (~), it needs to get duplicated Err bitreich.org 70 i+ - MIND: If the url contains a tilde (~), it needs to get duplicated. Err bitreich.org 70 i - Example: ``https://mydomain/~~user/`` Err bitreich.org 70 i - **:rss-item-number** Err bitreich.org 70 i- - This holds the number of latest(!) RSS items you want to get published when you generate the files. Err bitreich.org 70 i+ - This holds the number of latest(!) RSS items you want to get published. Err bitreich.org 70 i - **html** Err bitreich.org 70 i - ``t`` to export html website. Set ``nil`` to disable. Err bitreich.org 70 i - **gopher** Err bitreich.org 70 i@@ -131,9 +131,9 @@ The *config* variable is used to assign the following values: Err bitreich.org 70 i - **gopher-path** Err bitreich.org 70 i - This is the full path of the directory to access your gopher hole. Err bitreich.org 70 i - **gopher-server** Err bitreich.org 70 i- - Hostname of the gopher server. It needs to be included in every link. Err bitreich.org 70 i+ - Hostname of the gopher server. It needs to be included in each link. Err bitreich.org 70 i - **gopher-port** Err bitreich.org 70 i- - tcp port of the gopher server. 70 is the default port. It needs to be included in every link. Err bitreich.org 70 i+ - tcp port of the gopher server. 70 is the default port. It needs to be included in each link. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i ### The *articles* Variable Err bitreich.org 70 i@@ -169,7 +169,7 @@ Edit **data/articles.lisp** and add a new list to the *articles* variable: Err bitreich.org 70 i :id "2" Err bitreich.org 70 i :date "29 April 2016" Err bitreich.org 70 i :author "Solène" Err bitreich.org 70 i- :short "I will explain how to use the generator" Err bitreich.org 70 i+ :tiny "Read more about how I use cl-yag." Err bitreich.org 70 i :tag "example help code") Err bitreich.org 70 i Err bitreich.org 70 i Then write a corresponding **data/2.md** file, using markdown. Err bitreich.org 70 i@@ -202,9 +202,9 @@ This will produce **output/html/somepage.html**. Err bitreich.org 70 i Err bitreich.org 70 i ### Howto Use Another Common Lisp Interpreter Err bitreich.org 70 i Err bitreich.org 70 i-cl-yags default Lisp interpreter is **sbcl**. Err bitreich.org 70 i-If you want to use a different lisp interpreter you need to set the Err bitreich.org 70 i-variable *LISP* to the name of your binary, when calling ``make``: Err bitreich.org 70 i+cl-yags default Lisp interpreter is **sbcl**. If you want to use a Err bitreich.org 70 i+different interpreter you need to set the variable *LISP* to the name Err bitreich.org 70 i+of your binary, when calling ``make``: Err bitreich.org 70 i Err bitreich.org 70 i make LISP=ecl Err bitreich.org 70 i Err bitreich.org 70 i@@ -262,7 +262,7 @@ themed layouts. Err bitreich.org 70 i If you want some deeply refined, cross-browser compatible, responsive, Err bitreich.org 70 i webscale style sheets, you need to create them yourself. However, Err bitreich.org 70 i cl-yag will work nicely with them and if you want to make your Err bitreich.org 70 i-stylesheets a part of cl-yag you're very welcome to contact me. Err bitreich.org 70 i+style sheets a part of cl-yag you're very welcome to contact me. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i # Hacking cl-yag Err bitreich.org 70 1diff --git a/data/css.md b/data/css.md /scm/cl-yag/file/data/css.md.gph bitreich.org 70 i@@ -1,16 +1,13 @@ Err bitreich.org 70 i # CSS For cl-yag Err bitreich.org 70 i Err bitreich.org 70 i-cl-yag comes with a default css-stylesheet - *clym* - and a useful Err bitreich.org 70 i-approach to administrate, tweak and test your stylesheets. *clym* Err bitreich.org 70 i-doesn't use javascript and provides *nil* javascript-features (such as Err bitreich.org 70 i-dropdown-menus). Err bitreich.org 70 i+cl-yag provides you with a default theme and a useful approach to Err bitreich.org 70 i+handle CSS style sheets as well as CSS frameworks. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i-## Where The Stylesheets Live Err bitreich.org 70 i+## Where The Style Sheets Live Err bitreich.org 70 i Err bitreich.org 70 i-All of cl-yag's style sheets are located in **static/css/**. Of course Err bitreich.org 70 i-you can change that, but we recommend sticking to it. It pays to know Err bitreich.org 70 i-where your stuff is. Currently there are the following files: Err bitreich.org 70 i+All of cl-yag's style sheets are located in **static/css/**. Err bitreich.org 70 i+Currently there are the following files: Err bitreich.org 70 i Err bitreich.org 70 i css/ Err bitreich.org 70 i |-- clym.css Err bitreich.org 70 i@@ -23,10 +20,10 @@ where your stuff is. Currently there are the following files: Err bitreich.org 70 i Err bitreich.org 70 i ## style.css -- One Sheet To Rule Them All Err bitreich.org 70 i Err bitreich.org 70 i-In order to keep it simple cl-yag uses **data/css/style.css** to Err bitreich.org 70 i-administrate all of its stylesheets. Use the ``@import`` rule to include Err bitreich.org 70 i-your own, or comments to get rid of what is already there - but mind the Err bitreich.org 70 i-[cascade](https://www.w3.org/TR/css-cascade-3/ "W3C: CSS Cascading and Inheritance Level 3"). Err bitreich.org 70 i+In order to keep it simple cl-yag uses **static/css/style.css** to Err bitreich.org 70 i+administrate all of its style sheets. Use the ``@import`` rule to Err bitreich.org 70 i+include your own, or comments to get rid of what is already there - Err bitreich.org 70 i+but mind the [cascade](https://www.w3.org/TR/css-cascade-3/ "W3C: CSS Cascading and Inheritance Level 3"). Err bitreich.org 70 i Err bitreich.org 70 i Currently, **style.css** looks like this: Err bitreich.org 70 i Err bitreich.org 70 i@@ -36,31 +33,32 @@ Currently, **style.css** looks like this: Err bitreich.org 70 i @charset "utf-8"; Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i- /* ~ PURE.CSS ~ */ Err bitreich.org 70 i+ /* ~ PURE ~ */ Err bitreich.org 70 i @import url("pure_r1.0.0/pure.css"); Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i- /* ~ Stylesheet for cl-yag ~ */ Err bitreich.org 70 i+ /* ~ CLYM ~ */ Err bitreich.org 70 i @import url("clym.css"); Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i- /* ~ LAST ENTRY ~ */ Err bitreich.org 70 i- /* ~ custom.css to override styles. ~ */ Err bitreich.org 70 i+ /* ~ LAST ENTRY ~ */ Err bitreich.org 70 i+ /* ~ use custom.css for overriding rules ~ */ Err bitreich.org 70 i @import url("custom.css"); Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i-## Pure - "A Set Of Small, Responsive CSS Modules" Err bitreich.org 70 i Err bitreich.org 70 i-cl-yag uses [Pure](https://purecss.io/ "purecss.io"), a minimal, BSD licensed css Err bitreich.org 70 i-framework. It employs the style sheet **pure.css** to provide a set of Err bitreich.org 70 i-expected features among which are usable menus and sane Err bitreich.org 70 i-resets. **pure.css** incorporates Err bitreich.org 70 i+## Pure -- "A Set Of Small, Responsive CSS Modules" Err bitreich.org 70 i+ Err bitreich.org 70 i+cl-yag uses a style sheet called **pure.css**, taken from Err bitreich.org 70 i+[Pure](https://purecss.io/ "purecss.io"), a minimal, BSD licensed CSS Err bitreich.org 70 i+framework, to provide a set of expected UI features, among which are Err bitreich.org 70 i+sane resets (such as Err bitreich.org 70 i [normalize.css](https://necolas.github.io/normalize.css/ Err bitreich.org 70 i "Normalize.css - A modern, HTML5-ready alternative to CSS resets")'s Err bitreich.org 70 i-reset rules. Err bitreich.org 70 i+reset rules) and usable menus. Err bitreich.org 70 i Err bitreich.org 70 i-To see the effects of **pure.css** uncomment the *PURE.CSS* ``@import`` Err bitreich.org 70 i-rule in **static/css/style.css** and re-run ``make``. Err bitreich.org 70 i+To deactivate Pure, put the *PURE.CSS* ``@import`` rule in Err bitreich.org 70 i+**static/css/style.css** in comments and re-run ``make``. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i ## clym -- A Default Theme Err bitreich.org 70 i@@ -68,69 +66,55 @@ rule in **static/css/style.css** and re-run ``make``. Err bitreich.org 70 i Additionally, cl-yag comes with its first theme: *clym*. Err bitreich.org 70 i Err bitreich.org 70 i *clym* stands for *cl-yag minimal*. It is a set of css rules designed to Err bitreich.org 70 i-work with cl-yags specific skeleton. It provides an unobtrusive color Err bitreich.org 70 i+work with cl-yag's html skeleton. It provides an unobtrusive color Err bitreich.org 70 i scheme, basic typography, as well as basic responsiveness. You'll find Err bitreich.org 70 i it in **static/css/clym.css**. Err bitreich.org 70 i Err bitreich.org 70 i-*clym* doesn't provide css-resets and menu-layouts. That's where Err bitreich.org 70 i-[Pure](https://purecss.io/ "purecss.io") steps in and does a Err bitreich.org 70 i-magnificient job. Err bitreich.org 70 i+**clym.css** doesn't provide neither css resets nor a menu layout. This Err bitreich.org 70 i+is handled by [Pure](https://purecss.io/ "purecss.io")'s Err bitreich.org 70 i+**pure.css**. Further, it doesn't need any JavaScript. Err bitreich.org 70 i Err bitreich.org 70 i-If you don't like *clym*, put the following line in **data/css/style.css** Err bitreich.org 70 i-in comments to deactivate it: Err bitreich.org 70 i- Err bitreich.org 70 i- @import url("clym.css"); Err bitreich.org 70 i+If you don't like *clym*, put comments around the line ``@import Err bitreich.org 70 i+url("clym.css");`` in **static/css/style.css**, around all pure-rules Err bitreich.org 70 i+in **static/css/custom.css**, and re-run ``make``. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i ## **custom.css** Err bitreich.org 70 i Err bitreich.org 70 i-For information about **custom.css** read the following section "Working Err bitreich.org 70 i-With Stylesheets". Err bitreich.org 70 i+For information about **custom.css** you need to read it, as well as Err bitreich.org 70 i+the following section "Working With Style Sheets". Err bitreich.org 70 i Err bitreich.org 70 i-## Working With Stylesheets Err bitreich.org 70 i Err bitreich.org 70 i-Before you start working, make copies of cl-yags default layout files Err bitreich.org 70 i-and/or use a version control system, e.g. [git](https://git-scm.com/ "git - the free and open source distributed version control system"). Err bitreich.org 70 i+## Working With Style Sheets Err bitreich.org 70 i Err bitreich.org 70 i ### Current Styles And Minor Tweaks Err bitreich.org 70 i Err bitreich.org 70 i-If you are already using a combination of stylesheets but need to adjust Err bitreich.org 70 i-some parts of the layout, use cl-yag's **static/css/custom.css**. It is Err bitreich.org 70 i-currently used to override pure's default layout for horizontal menus Err bitreich.org 70 i-with *clym*'s colorscheme , so you already have a working example of Err bitreich.org 70 i-howto use **custom.css**. Err bitreich.org 70 i+If you are already using a combination of style sheets and you need to Err bitreich.org 70 i+adjust some parts of the layout, use cl-yag's Err bitreich.org 70 i+**static/css/custom.css**. It is currently used to override Pure's Err bitreich.org 70 i+default layout for horizontal menus with *clym*'s colorscheme. Err bitreich.org 70 i Err bitreich.org 70 i #### MIND Err bitreich.org 70 i Err bitreich.org 70 i - In order to override rules located in all previous(!) style sheets Err bitreich.org 70 i-**custom.css** needs(!) to get sourced in as the last(!) file(!) in Err bitreich.org 70 i-**data/css/style.css** (see section: "style.css – One Sheet To Rule Them Err bitreich.org 70 i+**custom.css** needs to get sourced in as the last(!) file in Err bitreich.org 70 i+**static/css/style.css** (see section: "style.css – One Sheet To Rule Them Err bitreich.org 70 i All"). Err bitreich.org 70 i - Respect the [cascade](https://www.w3.org/TR/css-cascade-3/ "W3C: CSS Cascading and Inheritance Level 3") :-). Err bitreich.org 70 i Err bitreich.org 70 i-### Frameworks Err bitreich.org 70 i- Err bitreich.org 70 i-CSS frameworks provide an easy way to create your own full-of-features Err bitreich.org 70 i-theme. To make use of a framework's rulesets, Err bitreich.org 70 i- Err bitreich.org 70 i-- their ids and classes need to get wired into cl-yag's html-skeleton and Err bitreich.org 70 i-- the skeleton needs to get used by cl-yag's **generator.lisp**. Err bitreich.org 70 i- Err bitreich.org 70 i-So you need to edit cl-yag's template-files in **templates/** and - Err bitreich.org 70 i-depending on the scale of work and your approach - **generator.lisp** as Err bitreich.org 70 i-well. Err bitreich.org 70 i Err bitreich.org 70 i-#### **templates/** Err bitreich.org 70 i- Err bitreich.org 70 i-To get more information about templates, read them :-). Err bitreich.org 70 i- Err bitreich.org 70 i- Err bitreich.org 70 i-#### **generator.lisp** Err bitreich.org 70 i+### Frameworks Err bitreich.org 70 i Err bitreich.org 70 i-In case you've choosen to rename your template-files, you need to adjust Err bitreich.org 70 i-their corresponding paths and filenames in **generator.lisp** as well. Err bitreich.org 70 i+CSS frameworks provide an easy way to create your own theme. To make use Err bitreich.org 70 i+of a framework's rulesets, Err bitreich.org 70 i Err bitreich.org 70 i+- its style sheets need to get included via your **static/css/style.css**, Err bitreich.org 70 i+- their ids and classes need to get wired into cl-yag's template files and Err bitreich.org 70 i+- the template files need to get used by cl-yag's **generator.lisp**. Err bitreich.org 70 i Err bitreich.org 70 i+So you need to edit cl-yag's template files in **templates/** and - in Err bitreich.org 70 i+case you've choosen to rename your templates - you need to adjust their Err bitreich.org 70 i+corresponding paths and filenames in **generator.lisp**. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 1diff --git a/static/css/LICENSE b/static/css/LICENSE /scm/cl-yag/file/static/css/LICENSE.gph bitreich.org 70 i@@ -1,20 +0,0 @@ Err bitreich.org 70 i-/* Err bitreich.org 70 i- * OpenBSD License Err bitreich.org 70 i- * Err bitreich.org 70 i- * Copyright (c) 2017 lambda Err bitreich.org 70 i- * Err bitreich.org 70 i- * Permission to use, copy, modify, and distribute this software for any Err bitreich.org 70 i- * purpose with or without fee is hereby granted, provided that the Err bitreich.org 70 i- * above copyright notice and this permission notice appear in all Err bitreich.org 70 i- * copies. Err bitreich.org 70 i- * Err bitreich.org 70 i- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL Err bitreich.org 70 i- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED Err bitreich.org 70 i- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE Err bitreich.org 70 i- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL Err bitreich.org 70 i- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR Err bitreich.org 70 i- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER Err bitreich.org 70 i- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR Err bitreich.org 70 i- * PERFORMANCE OF THIS SOFTWARE. Err bitreich.org 70 i- */ Err bitreich.org 70 i- Err bitreich.org 70 1diff --git a/static/css/clym.css b/static/css/clym.css /scm/cl-yag/file/static/css/clym.css.gph bitreich.org 70 i@@ -86,7 +86,6 @@ header > div { Err bitreich.org 70 i } Err bitreich.org 70 i @media only screen and (min-width: 800px) { Err bitreich.org 70 i #wrapper { Err bitreich.org 70 i- max-width: 730px; Err bitreich.org 70 i max-width: 750px; Err bitreich.org 70 i font-size: 1em; Err bitreich.org 70 i } Err bitreich.org 70 1diff --git a/static/css/style.css b/static/css/style.css /scm/cl-yag/file/static/css/style.css.gph bitreich.org 70 i@@ -4,14 +4,14 @@ Err bitreich.org 70 i @charset "utf-8"; Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i-/* ~ PURE.CSS ~ */ Err bitreich.org 70 i+/* ~ PURE ~ */ Err bitreich.org 70 i @import url("pure_r1.0.0/pure.css"); Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i-/* ~ Stylesheet for cl-yag ~ */ Err bitreich.org 70 i+/* ~ CLYM ~ */ Err bitreich.org 70 i @import url("clym.css"); Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i-/* ~ LAST ENTRY ~ */ Err bitreich.org 70 i-/* ~ custom.css to override styles. ~ */ Err bitreich.org 70 i+/* ~ LAST ENTRY ~ */ Err bitreich.org 70 i+/* ~ use custom.css for overriding rules ~ */ Err bitreich.org 70 i @import url("custom.css"); Err bitreich.org 70 1diff --git a/templates/layout.tpl b/templates/layout.tpl /scm/cl-yag/file/templates/layout.tpl.gph bitreich.org 70 i@@ -5,7 +5,7 @@ Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i %%Title%% Err bitreich.org 70 i- Err bitreich.org 70 i+ Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 1diff --git a/templates/layout.tpl_original b/templates/layout.tpl_original /scm/cl-yag/file/templates/layout.tpl_original.gph bitreich.org 70 i@@ -5,7 +5,7 @@ Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i %%Title%% Err bitreich.org 70 i- Err bitreich.org 70 i+ Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 .