From dd1c82f04797ffaf6f81c0f2194dfd31b669e825 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 6 Aug 2009 22:32:23 -0700 Subject: Add UML Class Diagram --- doc/bouml/html/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bouml/html/style.css (limited to 'doc/bouml/html/style.css') diff --git a/doc/bouml/html/style.css b/doc/bouml/html/style.css new file mode 100644 index 000000000..3a10a8149 --- /dev/null +++ b/doc/bouml/html/style.css @@ -0,0 +1,30 @@ +div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; } + +div.sub { margin-left : 20px; } +div.element { background: #d3d3d3; } + +h1.package { background: #ffe4c4; } +h1.view { background: #98fb98; } + +h2.package { background: #ffe4c4; } +h2.view { background: #98fb98; } +h2.class { background: #87ceff; } +h2.usecase { background: #87ceff; } +h2.state { background: #87ceff; } +h2.activity { background: #87ceff; } + +h3.package { background: #ffe4c4; } +h3.view { background: #98fb98; } +h3.class { background: #87ceff; } +h3.usecase { background: #87ceff; } +h3.state { background: #87ceff; } +h3.stateregion { background: #87ceff; } +h3.activity { background: #87ceff; } + +h4.package { background: #ffe4c4; } +h4.view { background: #98fb98; } +h4.class { background: #87ceff; } +h4.usecase { background: #87ceff; } +h4.state { background: #87ceff; } +h4.stateregion { background: #87ceff; } +h4.activity { background: #87ceff; } -- cgit v1.2.3