]> git.friedersdorff.com Git - max/cv.git/commitdiff
Add stylesheet
authorMaximilian Friedersdorff <max@friedersdorff.com>
Sat, 23 Feb 2019 13:29:43 +0000 (13:29 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Sat, 23 Feb 2019 13:29:43 +0000 (13:29 +0000)
Taken from
https://gist.githubusercontent.com/ibayer/4413746/raw/21dcd3afd009fce071e65aa27b89a4ab5a98e895/gistfile1.txt

cv.style

index 496d18f8933b7220b0c340cfce654fd3aa5f10df..32479a9567d2a174422cfe82f1fc31cd1f2777bd 100644 (file)
--- a/cv.style
+++ b/cv.style
     ["normal" , {
       "parent": "base"
     }],
-    ["title_reference" , {
+    ["title-reference" , {
       "parent": "normal",
       "fontName": "stdItalic"
     }],
       "parent": "bodytext",
       "alignment": "TA_CENTER"
     }],
-    ["bullet_list", {
+    ["bullet-list", {
       "parent": "bodytext",
       "commands": [
             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ],
         ], 
         "colWidths": ["20",null]
     }],
-    ["bullet_list_item" , {
+    ["bullet-list-item" , {
       "parent": "bodytext"
     }],
-    ["item_list", { 
+    ["item-list", { 
       "parent": "bodytext",
       "commands": [
             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
         ],
         "colWidths": ["20pt",null]
     }],
-    ["item_list_item" , {
+    ["item-list-item" , {
       "parent": "bodytext"
     }],
-    ["definition_list_term" , {
+    ["definition-list-term" , {
       "parent": "normal",
       "fontName": "stdBold",
       "spaceBefore": 4,
       "spaceAfter": 0,
       "keepWithNext": true
     }],
-    ["definition_list_classifier" , {
+    ["definition-list-classifier" , {
       "parent": "normal",
       "fontName": "stdItalic"
     }],
         ], 
         "colWidths": ["3cm",null]
     }],
-    [ "field_list", {
+    [ "field-list", {
          "parent": "bodytext",
          "commands": [
             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
         "colWidths": ["3cm",null],
         "spaceBefore": 6
     }],
-    [ "option_list", {
+    [ "option-list", {
          "commands": [
             [ "VALIGN", [ 0, 0 ], [ -1, -1 ], "TOP" ], 
             [ "TOPPADDING", [ 0, 0 ], [ -1, -1 ], 0 ]
     }]
   ]
 }
-