summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/systemtap.css
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-08-07 15:18:14 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-08-07 15:18:14 +0200
commit1cfd2143ecabdf664b2d61f6d46bfab6fdd77816 (patch)
treeca53e03faca6d5e41e8c3c09d7a56a43ae131d79 /testsuite/systemtap.examples/systemtap.css
parentea667a9f0d42dad0652563e7b76ce1527ebb9fc3 (diff)
downloadsystemtap-steved-1cfd2143ecabdf664b2d61f6d46bfab6fdd77816.tar.gz
systemtap-steved-1cfd2143ecabdf664b2d61f6d46bfab6fdd77816.tar.xz
systemtap-steved-1cfd2143ecabdf664b2d61f6d46bfab6fdd77816.zip
Add new examples-index-gen.pl script and support files.
Diffstat (limited to 'testsuite/systemtap.examples/systemtap.css')
-rw-r--r--testsuite/systemtap.examples/systemtap.css164
1 files changed, 164 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/systemtap.css b/testsuite/systemtap.examples/systemtap.css
new file mode 100644
index 00000000..445d95f4
--- /dev/null
+++ b/testsuite/systemtap.examples/systemtap.css
@@ -0,0 +1,164 @@
+body {
+ background-color: #cccccc;
+}
+
+.topnavright {
+ color: #787878;
+ text-align: right;
+ font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ margin-right: 10px;
+}
+
+.topnavright a:link {
+ text-decoration: none;
+ color: #944E0F;
+}
+
+.topnavright a:visited {
+ text-decoration: none;
+ color: #944E0F;
+}
+
+div.mainbackground {
+ background-color: #ffffff;
+ padding: 17 17 17 17;
+}
+
+div.maintextregion {
+ background-color: #5b5b5b;
+ color: #ffffff;
+}
+
+div.maintextregion h1 {
+ color: #F38019;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 28px
+}
+
+div.maintextregion h2 {
+ color: #F38019;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ margin-bottom: 2px;
+ font-size: 18px;
+ margin-top: 28px;
+}
+
+div.maintextregion h4 {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight: bold;
+}
+
+div.maintextregion p {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 150%;
+ text-align: justify;
+}
+
+div.maintextregion ul {
+ color: #ffffff;
+ list-style-type: square;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 150%;
+ text-align: justify;
+}
+
+div.maintextregion td ul ul {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+div.maintextregion dt {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ margin-top: 10px;
+}
+
+div.maintextregion pre {
+ color: #ffffff;
+ font-size: 14px;
+}
+
+div.maintextregion td pre {
+ color: #ffffff;
+ font-size: 14px;
+}
+
+div.maintextregion dd {
+ color: #ffffff;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 10px;
+}
+
+div.maintextregion table {
+ margin-top: 20;
+}
+
+div.maintextregion th {
+ color: #ffffff;
+ background-color: #494949;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ text-align: left;
+}
+
+div.maintextregion tr.odd {
+ color: #ffffff;
+ background-color: #393939;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+div.maintextregion tr.even {
+ color: #ffffff;
+ background-color: #4d4d4d;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+div.maintextregion form {
+ color: #ffffff;
+ background-color: #4d4d4d;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ border: thin solid #424242;
+ padding: 6;
+}
+
+div.maintextregion dd.left {
+ color: #ffffff;
+ margin-left: 0;
+}
+
+a:link {
+ color: #ff9600;
+ text-decoration: none;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+a:visited {
+ color: #ff9600;
+ text-decoration: none;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+
+.imgholder {
+ text-align: center;
+ padding: 8;
+}
+.footer a:link {
+ text-decoration: none;
+ color: #944E0F;
+ font-size: 12px;
+ font-weight: bold;
+}
+.footer a:visited {
+ text-decoration: none;
+ color: #944E0F;
+ font-size: 12px;
+ font-weight: bold;
+}
+