taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-style.iuml (1749B)


      1 ' Shared PlantUML style for the DD 97 diagrams, using the Taler
      2 ' brand palette (see DD 90 "Branding" and DD 66 "Wallet color scheme"):
      3 '   primary            #0042b3
      4 '   primaryContainer   #d3deff
      5 '   onPrimaryContainer #00134a
      6 '   secondary          #586a88
      7 '   secondaryContainer #d9e3f9
      8 '   surface            #f1f1f4
      9 ' Included by the sesame-*.puml sources; not a standalone diagram.
     10 
     11 skinparam shadowing false
     12 skinparam defaultFontName sans-serif
     13 skinparam ArrowColor #0042b3
     14 skinparam ArrowFontColor #00134a
     15 
     16 skinparam participant {
     17   BackgroundColor #d3deff
     18   BorderColor #0042b3
     19   FontColor #00134a
     20 }
     21 
     22 skinparam actor {
     23   BackgroundColor #d3deff
     24   BorderColor #0042b3
     25   FontColor #00134a
     26 }
     27 
     28 skinparam sequence {
     29   LifeLineBorderColor #586a88
     30   GroupBackgroundColor #d9e3f9
     31   GroupBorderColor #586a88
     32   GroupFontColor #00134a
     33   GroupHeaderFontColor #00134a
     34   DividerBackgroundColor #d9e3f9
     35   DividerBorderColor #586a88
     36   DividerFontColor #00134a
     37 }
     38 
     39 skinparam note {
     40   BackgroundColor #f1f1f4
     41   BorderColor #586a88
     42   FontColor #00134a
     43 }
     44 
     45 ' Plain rectangles act as containers (deployment view); leaf nodes
     46 ' set #d3deff explicitly in the diagram source.
     47 skinparam rectangle {
     48   RoundCorner 8
     49   BackgroundColor #ffffff
     50   BorderColor #586a88
     51   FontColor #00134a
     52 }
     53 
     54 skinparam package {
     55   BackgroundColor #ffffff
     56   BorderColor #586a88
     57   FontColor #00134a
     58 }
     59 
     60 skinparam class {
     61   HeaderBackgroundColor #d3deff
     62   BackgroundColor #ffffff
     63   BorderColor #0042b3
     64   FontColor #00134a
     65   AttributeFontColor #00134a
     66 }
     67 
     68 skinparam activity {
     69   BackgroundColor #d3deff
     70   BorderColor #0042b3
     71   FontColor #00134a
     72   StartColor #0042b3
     73   EndColor #0042b3
     74   BarColor #586a88
     75   DiamondBackgroundColor #d9e3f9
     76   DiamondBorderColor #586a88
     77   DiamondFontColor #00134a
     78 }