]> Frank Brehm's Git Trees - books.git/commitdiff
Stylesheet Formulartabelle in extra Datei ausgelagert
authorFrank Brehm <frank@brehm-online.com>
Tue, 16 Jun 2009 20:55:41 +0000 (20:55 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 16 Jun 2009 20:55:41 +0000 (20:55 +0000)
root/src/autor/form.css
root/src/autor/view.css
root/src/books/form.css
root/src/books/styles.css
root/src/ftable.css [new file with mode: 0644]
root/src/verlag/view.css

index c4232106e04b2562350145bff7e33b82443d67cf..675db1231d413c8ad979c9993e91bd9e4dc8759f 100644 (file)
@@ -7,66 +7,5 @@
 -%]
 /*  Stylesheets Autoren-Formulare */
 
-TABLE.ftable {
-  border-width:         2px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_hell %];
-  border-left-color:    [% site.col.tab_rahmen_hell %];
-  border-right-color:   [% site.col.tab_rahmen_dkl %];
-  border-bottom-color:  [% site.col.tab_rahmen_dkl %];
-  border-collapse:      separate;
-  border-spacing:       0;
-  margin:              auto;
-}
-
-TABLE.ftable UL {
-  margin:              0;
-}
-
-TABLE.ftable TH {
-  vertical-align:       top;
-  text-align:           left;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  font-size:           1em;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_head %];
-}
-
-TABLE.ftable TD {
-  vertical-align:       top;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_row_bold %];
-}
-
-TABLE.ftable TD.empty {
-  height:              0.5em;
-}
-
-TABLE.ftable TH.button {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1.2em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
-TABLE.ftable TH.button INPUT {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
+[% PROCESS ftable.css %]
 
index 2c102be7c090787490d1ef5c692f5008c88b695f..7ba7f8141df66a99f1cd7944e6d228187f975f2c 100644 (file)
@@ -9,66 +9,5 @@
 -%]
   Stylesheets Autorenazeige */
 
-TABLE.ftable {
-       border-width:                   2px;
-       border-style:                   solid;
-       border-top-color:               [% site.col.tab_rahmen_hell %];
-       border-left-color:              [% site.col.tab_rahmen_hell %];
-       border-right-color:             [% site.col.tab_rahmen_dkl %];
-       border-bottom-color:    [% site.col.tab_rahmen_dkl %];
-       border-collapse:                separate;
-       border-spacing:                 0;
-       margin:                                 auto;
-}
-
-TABLE.ftable UL {
-       margin: 0;
-}
-
-TABLE.ftable TH {
-       vertical-align:                 top;
-       text-align:                             left;
-       padding:                                2px;
-       border-width:                   1px;
-       border-style:                   solid;
-       font-size:                              1em;
-       border-top-color:               [% site.col.tab_rahmen_dkl %];
-       border-left-color:              [% site.col.tab_rahmen_dkl %];
-       border-right-color:             [% site.col.tab_rahmen_hell %];
-       border-bottom-color:    [% site.col.tab_rahmen_hell %];
-       background-color:               [% site.col.list_head %];
-}
-
-TABLE.ftable TD {
-       vertical-align:                 top;
-       padding:                                2px;
-       border-width:                   1px;
-       border-style:                   solid;
-       border-top-color:               [% site.col.tab_rahmen_dkl %];
-       border-left-color:              [% site.col.tab_rahmen_dkl %];
-       border-right-color:             [% site.col.tab_rahmen_hell %];
-       border-bottom-color:    [% site.col.tab_rahmen_hell %];
-       background-color:               [% site.col.list_row_bold %];
-}
-
-TABLE.ftable TD.empty {
-       height: 0.5em;
-}
-
-TABLE.ftable TH.button {
-       font-weight:    bolder;
-       text-align:             center;
-       font-size:              1.2em;
-       padding-left:   1em;
-       padding-right:  1em;
-}
-
-TABLE.ftable TH.button INPUT {
-       font-weight:    bolder;
-       text-align:             center;
-       font-size:              1em;
-       padding-left:   1em;
-       padding-right:  1em;
-}
-
+[% PROCESS ftable.css %]
 
index dca8e048c44883e314fb184517a16bc0703130c8..7d08eda7b6f0ae343511436263e675e1a5a019ba 100644 (file)
@@ -6,67 +6,5 @@
    #
 -%]
 /*  Stylesheets Formulare */
-
-TABLE.ftable {
-  border-width:         2px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_hell %];
-  border-left-color:    [% site.col.tab_rahmen_hell %];
-  border-right-color:   [% site.col.tab_rahmen_dkl %];
-  border-bottom-color:  [% site.col.tab_rahmen_dkl %];
-  border-collapse:      separate;
-  border-spacing:       0;
-  margin:              auto;
-}
-
-TABLE.ftable UL {
-  margin:              0;
-}
-
-TABLE.ftable TH {
-  vertical-align:       top;
-  text-align:           left;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  font-size:           1em;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_head %];
-}
-
-TABLE.ftable TD {
-  vertical-align:       top;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_row_bold %];
-}
-
-TABLE.ftable TD.empty {
-  height:              0.5em;
-}
-
-TABLE.ftable TH.button {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1.2em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
-TABLE.ftable TH.button INPUT {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
+[% PROCESS ftable.css %]
 
index 43f1d16da89a757424a7b7352cf9de0fbb25ec68..892405cfeaa15180b567fda9015b8b08818ba642 100644 (file)
@@ -33,67 +33,7 @@ TABLE.wrapper TD.action {
   padding-bottom:      1em;
 }
 
-TABLE.ftable {
-  border-width:         2px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_hell %];
-  border-left-color:    [% site.col.tab_rahmen_hell %];
-  border-right-color:   [% site.col.tab_rahmen_dkl %];
-  border-bottom-color:  [% site.col.tab_rahmen_dkl %];
-  border-collapse:      separate;
-  border-spacing:       0;
-  margin:              auto;
-}
-
-TABLE.ftable UL {
-  margin:              0;
-}
-
-TABLE.ftable TH {
-  vertical-align:       top;
-  text-align:           left;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  font-size:           1em;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_head %];
-}
-
-TABLE.ftable TD {
-  vertical-align:       top;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_row_bold %];
-}
-
-TABLE.ftable TD.empty {
-  height:              0.5em;
-}
-
-TABLE.ftable TH.button {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1.2em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
-TABLE.ftable TH.button INPUT {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
+[% PROCESS ftable.css %]
 
 TABLE.buchliste {
   text-align:          left;
diff --git a/root/src/ftable.css b/root/src/ftable.css
new file mode 100644 (file)
index 0000000..0d8394e
--- /dev/null
@@ -0,0 +1,74 @@
+/* [%#
+   # Template fuer Stylesheets Formulartabelle
+   #
+   # vim: noai : ts=4 fenc=utf-8 filetype=css 
+   #
+   # $Id$
+   # $URL$
+   #
+-%]
+  Stylesheets Formulartabelle */
+
+TABLE.ftable {
+  border-width:         2px;
+  border-style:         solid;
+  border-top-color:     [% site.col.tab_rahmen_hell %];
+  border-left-color:    [% site.col.tab_rahmen_hell %];
+  border-right-color:   [% site.col.tab_rahmen_dkl %];
+  border-bottom-color:  [% site.col.tab_rahmen_dkl %];
+  border-collapse:      separate;
+  border-spacing:       0;
+  margin:              auto;
+}
+
+TABLE.ftable UL {
+  margin:              0;
+}
+
+TABLE.ftable TH {
+  vertical-align:       top;
+  text-align:           left;
+  padding:              2px;
+  border-width:         1px;
+  border-style:         solid;
+  font-size:           1em;
+  border-top-color:     [% site.col.tab_rahmen_dkl %];
+  border-left-color:    [% site.col.tab_rahmen_dkl %];
+  border-right-color:   [% site.col.tab_rahmen_hell %];
+  border-bottom-color:  [% site.col.tab_rahmen_hell %];
+  background-color:     [% site.col.list_head %];
+}
+
+TABLE.ftable TD {
+  vertical-align:       top;
+  padding:              2px;
+  border-width:         1px;
+  border-style:         solid;
+  border-top-color:     [% site.col.tab_rahmen_dkl %];
+  border-left-color:    [% site.col.tab_rahmen_dkl %];
+  border-right-color:   [% site.col.tab_rahmen_hell %];
+  border-bottom-color:  [% site.col.tab_rahmen_hell %];
+  background-color:     [% site.col.list_row_bold %];
+}
+
+TABLE.ftable TD.empty {
+  height:              0.5em;
+}
+
+TABLE.ftable TH.button {
+  font-weight:         bolder;
+  text-align:           center;
+  font-size:           1.2em;
+  padding-left:                1em;
+  padding-right:       1em;
+}
+
+TABLE.ftable TH.button INPUT {
+  font-weight:         bolder;
+  text-align:           center;
+  font-size:           1em;
+  padding-left:                1em;
+  padding-right:       1em;
+}
+
+
index 8cb75322e49983a1e0da8888e581c8004273a483..167392be6b508eba3208600e15cdfe7904825cca 100644 (file)
@@ -9,66 +9,5 @@
 -%]
   Stylesheets Verlagsanzeige */
 
-TABLE.ftable {
-  border-width:         2px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_hell %];
-  border-left-color:    [% site.col.tab_rahmen_hell %];
-  border-right-color:   [% site.col.tab_rahmen_dkl %];
-  border-bottom-color:  [% site.col.tab_rahmen_dkl %];
-  border-collapse:      separate;
-  border-spacing:       0;
-  margin:              auto;
-}
-
-TABLE.ftable UL {
-  margin:              0;
-}
-
-TABLE.ftable TH {
-  vertical-align:       top;
-  text-align:           left;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  font-size:           1em;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_head %];
-}
-
-TABLE.ftable TD {
-  vertical-align:       top;
-  padding:              2px;
-  border-width:         1px;
-  border-style:         solid;
-  border-top-color:     [% site.col.tab_rahmen_dkl %];
-  border-left-color:    [% site.col.tab_rahmen_dkl %];
-  border-right-color:   [% site.col.tab_rahmen_hell %];
-  border-bottom-color:  [% site.col.tab_rahmen_hell %];
-  background-color:     [% site.col.list_row_bold %];
-}
-
-TABLE.ftable TD.empty {
-  height:              0.5em;
-}
-
-TABLE.ftable TH.button {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1.2em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
-TABLE.ftable TH.button INPUT {
-  font-weight:         bolder;
-  text-align:           center;
-  font-size:           1em;
-  padding-left:                1em;
-  padding-right:       1em;
-}
-
+[% PROCESS ftable.css %]