aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/doc/style.css
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2012-08-17 13:43:14 -0400
committerCliff Brake <cbrake@bec-systems.com>2012-08-17 13:43:14 -0400
commita94e78479793722bc97b8771158d1acee3f55413 (patch)
treebf8f79959febb472513b299df99774de524f5fd1 /tools/node_modules/expresso/deps/jscoverage/doc/style.css
parentc11f922b0bfa023a4cf49f26e55aec6a1413344b (diff)
downloadopenembedded-admin-a94e78479793722bc97b8771158d1acee3f55413.tar.gz
add node modules to git
This is now the best practice for deployed apps
Diffstat (limited to 'tools/node_modules/expresso/deps/jscoverage/doc/style.css')
-rw-r--r--tools/node_modules/expresso/deps/jscoverage/doc/style.css138
1 files changed, 138 insertions, 0 deletions
diff --git a/tools/node_modules/expresso/deps/jscoverage/doc/style.css b/tools/node_modules/expresso/deps/jscoverage/doc/style.css
new file mode 100644
index 0000000..4681e69
--- /dev/null
+++ b/tools/node_modules/expresso/deps/jscoverage/doc/style.css
@@ -0,0 +1,138 @@
+html {
+ background: #bfffbf;
+}
+h1 a {
+ color: black;
+ text-decoration: none;
+ font-size: 182%;
+ font-weight: bold;
+}
+span.h1 {
+ font-size: 182%;
+ font-weight: bold;
+}
+span.tag {
+ font-size: 85%;
+ font-style: italic;
+}
+h2 {
+ font-size: 136%;
+ font-weight: bold;
+ margin-bottom: 1em;
+}
+h3 {
+ font-size: 122%;
+ font-weight: bold;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+h4 {
+ font-size: 107%;
+ font-weight: bold;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+p {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+p:first-child {
+ margin-top: 0;
+}
+div {
+ background: white;
+}
+div#doc3 {
+ font-size: 107%;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ border: 1px solid #aaa;
+}
+div#hd {
+ margin: 1em;
+}
+div#bd {
+ margin: 1em;
+ border-top: 1px solid #aaa;
+ border-bottom: 1px solid #aaa;
+ padding-top: 1em;
+ padding-bottom: 1em;
+}
+div#ft {
+ margin: 1em;
+}
+div#yui-main {
+
+}
+div#jscoverage-main {
+
+}
+div#jscoverage-sidebar {
+ border-left: 1px solid #aaa;
+ padding-left: 10px;
+}
+dd {
+ padding-left: 1em;
+}
+ul.list {
+ padding-left: 1em;
+}
+ul.list li {
+ display: list-item;
+ list-style-position: outside;
+ list-style-type: disc;
+}
+address {
+ font-style: italic;
+}
+em {
+ font-style: italic;
+}
+strong {
+ font-weight: bold;
+}
+var {
+ font-style: italic;
+}
+dfn {
+ font-style: italic;
+}
+cite {
+ font-style: italic;
+}
+abbr {
+ cursor: help;
+ border-bottom-width: 1px;
+ border-bottom-style: dotted;
+}
+img.icon {
+ vertical-align: middle;
+}
+
+/* tables */
+table {
+ border-collapse: collapse;
+}
+col {
+ border-left: 1px solid #d9d9d9;
+}
+col.first-col {
+ border-left-width: 0px;
+}
+thead {
+ border-bottom: 1px solid #666666;
+}
+th {
+ font-weight: normal;
+ text-align: left;
+}
+th, td {
+ padding-left: 5px;
+ padding-right: 5px;
+}
+.numeric {
+ text-align: right;
+}
+tr.odd td {
+ background-color: #e6ffe6;
+}