mirror of
https://github.com/valitydev/plantuml-toolset.git
synced 2024-11-06 01:45:18 +00:00
Add super serious styleset
This commit is contained in:
parent
e5fbf04378
commit
a4a6a0462f
47
super-serious-skin.iwsd
Normal file
47
super-serious-skin.iwsd
Normal file
@ -0,0 +1,47 @@
|
||||
skinparam DefaultFontName "Roboto"
|
||||
skinparam BackgroundColor transparent
|
||||
skinparam Shadowing false
|
||||
skinparam Handwritten false
|
||||
|
||||
skinparam Note {
|
||||
BorderColor #303030
|
||||
BackgroundColor #CEEEFE
|
||||
FontSize 12
|
||||
}
|
||||
|
||||
skinparam Sequence {
|
||||
TitleFontSize 12
|
||||
TitleFontColor #606060
|
||||
ArrowColor #303030
|
||||
DividerBackgroundColor #EEEEEE
|
||||
GroupBackgroundColor #EEEEEE
|
||||
LifeLineBackgroundColor white
|
||||
LifeLineBorderColor #303030
|
||||
ParticipantBackgroundColor #FEFEFE
|
||||
ParticipantBorderColor #303030
|
||||
BoxLineColor #303030
|
||||
BoxBackgroundColor #DDDDDD
|
||||
}
|
||||
|
||||
skinparam Title {
|
||||
FontSize 12
|
||||
FontColor #606060
|
||||
}
|
||||
|
||||
skinparam Activity {
|
||||
ArrowColor #303030
|
||||
ArrowFontSize 10
|
||||
BarColor #F0A0A0
|
||||
BorderColor #303030
|
||||
BackgroundColor #DEEEFE
|
||||
}
|
||||
|
||||
skinparam state {
|
||||
StartColor #303030
|
||||
EndColor #303030
|
||||
BackgroundColor #FEFEFE
|
||||
BackgroundColor<<Failure>> #FEA0A0
|
||||
BackgroundColor<<Success>> #A0FEA0
|
||||
BorderColor #303030
|
||||
ArrowColor #606060
|
||||
}
|
26
super-serious-style.isvg
Normal file
26
super-serious-style.isvg
Normal file
@ -0,0 +1,26 @@
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v15/W4wDsBUluyw0tK3tykhXEfesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC50EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user