summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2014-07-24 00:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2014-07-24 00:26:38 +0000
commit9a26239bb835d2d9687c04ad307901a40ddf45e1 (patch)
tree7232afe4ae2abed0d8f67f3361da471fa446a9cd /style.css
initial commit
Diffstat (limited to 'style.css')
-rw-r--r--style.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..572a8fb
--- /dev/null
+++ b/style.css
@@ -0,0 +1,52 @@
+/* generic */
+
+td {
+ font: 1.2em monospace;
+ height: 24px;
+ vertical-align: middle;
+ padding-left: 4px;
+}
+
+td.number {
+ text-align: right;
+}
+
+td a {
+ margin-left: 20px;
+}
+
+tr:hover {
+ box-shadow: inset 0 0 0 1px #bcd;
+}
+
+td a:before {
+ width: 16px;
+ height: 16px;
+ margin-left: -20px;
+ margin-right: 4px;
+}
+
+/* inode */
+
+tr.hidden { /*opacity: 0.5;*/ display: none; }
+
+tr.dir a:after { content: "/"; }
+tr.dir a:before { content: url("dir.png"); }
+tr.dir.parent a:before { content: url("parent.png"); }
+
+tr.file a:before { content: url("file.png"); }
+
+/* domain */
+
+tr.dir.repo a:before { content: url("repo.png"); }
+tr.file.pkg.tar a:before { content: url("pkg.png"); }
+tr.file.iso a:before { content: url("iso.png"); }
+tr.file.tar a:before { content: url("tar.png"); }
+tr.file.txt a:before { content: url("txt.png"); }
+tr.file.torrent a:before { content: url("torrent.png"); }
+
+tr.arch td { background:#7fc3e5; }
+tr.para td { background:#9fa6e3; }
+tr.community {}
+
+