diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-18 19:06:41 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-18 19:06:41 +0200 |
| commit | 6ee1ed2be48a7f3d739aed838f17a30f485851d1 (patch) | |
| tree | f567697018a850beeb9966b5405e0e0b5e3989b3 /css/yaml4/print/.svn | |
| parent | feb2fe055435e7ecdc657cacee2aaf7dc339dbc9 (diff) | |
yaml4 added
Diffstat (limited to 'css/yaml4/print/.svn')
| -rw-r--r-- | css/yaml4/print/.svn/all-wcprops | 11 | ||||
| -rw-r--r-- | css/yaml4/print/.svn/entries | 69 | ||||
| -rw-r--r-- | css/yaml4/print/.svn/format | 1 | ||||
| -rw-r--r-- | css/yaml4/print/.svn/text-base/print.css.svn-base | 69 |
4 files changed, 150 insertions, 0 deletions
diff --git a/css/yaml4/print/.svn/all-wcprops b/css/yaml4/print/.svn/all-wcprops new file mode 100644 index 0000000..4f256d9 --- /dev/null +++ b/css/yaml4/print/.svn/all-wcprops @@ -0,0 +1,11 @@ +K 25 +svn:wc:ra_dav:version-url +V 72 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/print +END +print.css +K 25 +svn:wc:ra_dav:version-url +V 82 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/print/print.css +END diff --git a/css/yaml4/print/.svn/entries b/css/yaml4/print/.svn/entries new file mode 100644 index 0000000..5ec4a2c --- /dev/null +++ b/css/yaml4/print/.svn/entries @@ -0,0 +1,69 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/print +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +print.css +file + + + + +2012-01-22T12:09:38.000000Z +187a03ce5731ee41fd8839e3bc79f8ad +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +2022 + diff --git a/css/yaml4/print/.svn/format b/css/yaml4/print/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/print/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/print/.svn/text-base/print.css.svn-base b/css/yaml4/print/.svn/text-base/print.css.svn-base new file mode 100644 index 0000000..a1916da --- /dev/null +++ b/css/yaml4/print/.svn/text-base/print.css.svn-base @@ -0,0 +1,69 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * default print stylesheet + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + + +@media print { + + /** + * @section basic layout preparation + */ + + /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers */ + /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */ + body { + font-size: 10pt; + padding: 0 5px; + } + + /* (en) Hide unneeded container of the screenlayout in print layout */ + /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */ + nav, + .ym-searchform { + display:none; + } + + /*------------------------------------------------------------------------------------------------------*/ + + /* (en) Avoid page breaks right after headings */ + /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */ + h1,h2,h3,h4,h5,h6 { + page-break-after:avoid; + } + + /*------------------------------------------------------------------------------------------------------*/ + + /* (en) optional output of acronyms and abbreviations*/ + /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */ + + /* + abbr[title]:after, + acronym[title]:after { + content:'(' attr(title) ')'; + } + */ + + /*------------------------------------------------------------------------------------------------------*/ + + /* (en) optional URL output of hyperlinks in print layout */ + /* (de) optionale Ausgabe der URLs von Hyperlinks */ + /* + a[href]:after { + content:" <URL:"attr(href)">"; + color:#444; + background:inherit; + font-style:italic; + } + */ +}
\ No newline at end of file |
