Created
November 9, 2018 11:30
-
-
Save MrCoder/b6337e5ada6447635bdddd7e6cb8588c to your computer and use it in GitHub Desktop.
ZenUML (www.zenuml.com) handwritten style by @Mayra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two'); | |
#diagram .message { | |
border-bottom: blue 2px solid; | |
border-bottom-left-radius:500px 20px; | |
} | |
#diagram .message.return { | |
border-bottom: red 2px solid; | |
border-bottom-right-radius: 500px 20px; | |
border-bottom-left-radius:0px 0px; | |
} | |
#diagram #A { | |
background-color: rgba(250,240,200); | |
} | |
#diagram div { | |
font-family: 'Shadows Into Light Two', cursive; | |
font-size: 17px; | |
} | |
#diagram .occurrence { | |
background-color: lightblue; | |
} | |
#diagram .line { | |
border-left-color: orange; | |
} | |
#diagram .participant { | |
border-color: orange; | |
background-color: rgb(250,220,220); | |
} | |
#diagram .comments { | |
background-color: lightcyan; | |
color: darkcyan; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment