summaryrefslogtreecommitdiffstats
path: root/tdeioslave/finger/kio_finger.css
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
commitde7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch)
treedbb3152c372f8620f9290137d461f3d9f9eba1cb /tdeioslave/finger/kio_finger.css
parent936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff)
downloadtdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz
tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdeioslave/finger/kio_finger.css')
-rw-r--r--tdeioslave/finger/kio_finger.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/tdeioslave/finger/kio_finger.css b/tdeioslave/finger/kio_finger.css
new file mode 100644
index 000000000..06deb81aa
--- /dev/null
+++ b/tdeioslave/finger/kio_finger.css
@@ -0,0 +1,69 @@
+BODY {
+ color: #FFFFCC;
+ background-color: #000000;
+ padding: 2em;
+ margin: auto;
+}
+
+A:link {color: #82A7D0}
+A:visited {color: #999999}
+A:active {color: #999999}
+
+H1 {
+ color: #999999;
+ background-color: #000000;
+ font: 200% Helvetica, sans-serif;
+ font-variant: normal;
+ padding: 1em;
+ margin: auto;
+}
+
+.mainTable {
+ background-color: #000000;
+ border: thin solid;
+ margin: auto;
+}
+
+
+.courierText {
+ color: #FFFFCC;
+ background-color: #000000;
+ font: 120% Courier, sans-serif;
+ font-variant: normal;
+ text-align: left;
+ padding: 0em;
+}
+
+.commandText {
+ color: #FFFFCC;
+ background-color: #000000;
+ font: 120% Courier, sans-serif;
+ font-variant: normal;
+ text-align: center;
+ padding: 0.5em;
+}
+
+.niceText {
+ color: #009999;
+ background-color: #000000;
+ font: 120% Arial, sans-serif;
+ font-variant: normal;
+ text-align: center;
+ padding: 0.5em;
+}
+
+.finger { color: #82A7D0}
+.domainName { color: #D0A000}
+.ipNumber { color: #D0A000}
+.os { color: #82A7D0}
+.username { color: #82A7D0}
+.directory { color: #D0A000}
+.shell { color: #D0A000}
+.notLoggedIn { color: #00A000}
+.loggedIn { color: #B00000}
+.newMail { color: #82A7D0}
+.plan { color: #D0A000}
+.noNewMail { color: #BB0000}
+.noPlan { color: #BB0000}
+
+