diff options
Diffstat (limited to 'kjsembed/docs/kjsembed.css')
-rw-r--r-- | kjsembed/docs/kjsembed.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/kjsembed/docs/kjsembed.css b/kjsembed/docs/kjsembed.css new file mode 100644 index 00000000..34568f34 --- /dev/null +++ b/kjsembed/docs/kjsembed.css @@ -0,0 +1,47 @@ +h1 { text-align: center; background-color: #ccccff; } +h2 { background-color: #eeeeff; } +h3 { background-color: #eeeeff; } +h4 { background-color: #eeeeff; } + +A { text-decoration: none; font-weight: bold } + +table { width: 80%; } + +th { + background-color: #ccccff; + font-weight: bold; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px +} + +td { + background-color: #ddddff; + font-weight: bold; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px +} + +td.indexvalue { + background-color: #ddddff; + font-style: italic; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px +} |