From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../bower_components/jquery-slimscroll/examples/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/bower_components/jquery-slimscroll/examples/style.css (limited to 'public/bower_components/jquery-slimscroll/examples/style.css') diff --git a/public/bower_components/jquery-slimscroll/examples/style.css b/public/bower_components/jquery-slimscroll/examples/style.css new file mode 100644 index 0000000..b676c81 --- /dev/null +++ b/public/bower_components/jquery-slimscroll/examples/style.css @@ -0,0 +1,13 @@ +body { font-family:Verdana,sans-serif; font-size:12px; color:#000; background:#111; } +h1 { font-size:20px; margin:0 } +h2 { font-size:10px; margin:0 } +p { margin:5px 0; font-size:12px; } +pre.prettyprint { padding:15px; border:1px solid #eee; border-radius:5px; background:#eee; border-bottom:3px solid; } +.examples { border-radius:20px; background:#fff; padding:15px; + margin:0 150px 0 0; border-collapse: collapse; border:1px solid #000; } +.slimScrollDiv { border:1px solid #eee; } +#nav { position:fixed; top:0; left:0; background:#fff; padding:15px; border-radius:20px; width:200px; } +#nav ul { list-style-type:square; list-style-position:inside; margin:20px 0 0 0; padding:0; } +#nav a { text-decoration:none; color:#000; } +#nav a:hover { text-decoration: underline } +#git-fork img { position:fixed; top:0; right:0; border:0; z-index:999; } \ No newline at end of file -- cgit v1.2.3