1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 08:30:49 +00:00

🐛Fix title on theme

This commit is contained in:
The-Lum 2022-12-21 18:42:39 +00:00
parent 58469686e6
commit ef438a1672
6 changed files with 84 additions and 72 deletions

View File

@ -34,20 +34,26 @@
LineThickness 1 LineThickness 1
Margin 5 Margin 5
} }
document {
caption { caption {
LineThickness 0 LineThickness 0
} }
footer { footer {
LineThickness 0 LineThickness 0
} }
header {
LineThickness 0
}
title {
FontSize 22
LineThickness 0
}
}
groupHeader { groupHeader {
BackgroundColor $FGCOLOR BackgroundColor $FGCOLOR
FontColor $BGCOLOR FontColor $BGCOLOR
FontStyle bold FontStyle bold
} }
header {
LineThickness 0
}
node { node {
MaximumWidth 300 MaximumWidth 300
} }
@ -61,10 +67,6 @@
FontColor $BGCOLOR FontColor $BGCOLOR
FontStyle bold FontStyle bold
} }
title {
FontSize 22
LineThickness 0
}
</style> </style>
skinparam ArrowLollipopColor $FGCOLOR skinparam ArrowLollipopColor $FGCOLOR

View File

@ -28,6 +28,7 @@
LineThickness 1 LineThickness 1
Margin 5 Margin 5
} }
document {
caption { caption {
LineThickness 0 LineThickness 0
} }
@ -37,13 +38,14 @@
header { header {
LineThickness 0 LineThickness 0
} }
node {
MaximumWidth 300
}
title { title {
FontSize 22 FontSize 22
LineThickness 0 LineThickness 0
} }
}
node {
MaximumWidth 300
}
</style> </style>
skinparam ArrowLollipopColor $FGCOLOR skinparam ArrowLollipopColor $FGCOLOR

View File

@ -36,20 +36,26 @@
LineStyle 12-18 LineStyle 12-18
LineThickness 3 LineThickness 3
} }
document {
caption { caption {
LineThickness 0 LineThickness 0
} }
footer { footer {
LineThickness 0 LineThickness 0
} }
header {
LineThickness 0
}
title {
FontSize 22
LineThickness 0
}
}
groupHeader { groupHeader {
BackgroundColor $FGCOLOR BackgroundColor $FGCOLOR
FontColor $BGCOLOR FontColor $BGCOLOR
FontStyle bold FontStyle bold
} }
header {
LineThickness 0
}
node { node {
MaximumWidth 300 MaximumWidth 300
} }
@ -63,10 +69,6 @@
FontColor $BGCOLOR FontColor $BGCOLOR
FontStyle bold FontStyle bold
} }
title {
FontSize 22
LineThickness 0
}
</style> </style>
skinparam ArrowLollipopColor $FGCOLOR skinparam ArrowLollipopColor $FGCOLOR

View File

@ -33,20 +33,26 @@
LineStyle 12-18 LineStyle 12-18
LineThickness 3 LineThickness 3
} }
document {
caption { caption {
LineThickness 0 LineThickness 0
} }
footer { footer {
LineThickness 0 LineThickness 0
} }
header {
LineThickness 0
}
title {
FontSize 22
LineThickness 0
}
}
groupHeader { groupHeader {
BackgroundColor $FGCOLOR BackgroundColor $FGCOLOR
FontColor $BGCOLOR FontColor $BGCOLOR
FontStyle bold FontStyle bold
} }
header {
LineThickness 0
}
node { node {
MaximumWidth 300 MaximumWidth 300
} }
@ -60,10 +66,6 @@
FontColor $BGCOLOR FontColor $BGCOLOR
FontStyle bold FontStyle bold
} }
title {
FontSize 22
LineThickness 0
}
</style> </style>
skinparam ArrowLollipopColor $FGCOLOR skinparam ArrowLollipopColor $FGCOLOR

View File

@ -28,6 +28,7 @@
LineThickness 1 LineThickness 1
Margin 5 Margin 5
} }
document {
caption { caption {
LineThickness 0 LineThickness 0
} }
@ -37,13 +38,14 @@
header { header {
LineThickness 0 LineThickness 0
} }
node {
MaximumWidth 300
}
title { title {
FontSize 22 FontSize 22
LineThickness 0 LineThickness 0
} }
}
node {
MaximumWidth 300
}
</style> </style>
skinparam ArrowLollipopColor $FGCOLOR skinparam ArrowLollipopColor $FGCOLOR

View File

@ -36,6 +36,7 @@
LineThickness 1 LineThickness 1
Margin 5 Margin 5
} }
document {
caption { caption {
LineThickness 0 LineThickness 0
} }
@ -45,13 +46,14 @@
header { header {
LineThickness 0 LineThickness 0
} }
node {
MaximumWidth 300
}
title { title {
FontSize 22 FontSize 22
LineThickness 0 LineThickness 0
} }
}
node {
MaximumWidth 300
}
</style> </style>
skinparam ArrowLollipopColor $FGCOLOR skinparam ArrowLollipopColor $FGCOLOR