summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/js/orgitdown/images
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/static/objectapp/js/orgitdown/images')
-rw-r--r--objectapp/static/objectapp/js/orgitdown/images/body.pngbin0 -> 278 bytes
-rw-r--r--objectapp/static/objectapp/js/orgitdown/images/jaysalvat.pngbin0 -> 258 bytes
-rw-r--r--objectapp/static/objectapp/js/orgitdown/images/orgitdown.pngbin0 -> 15062 bytes
-rw-r--r--objectapp/static/objectapp/js/orgitdown/images/style.css27
4 files changed, 27 insertions, 0 deletions
diff --git a/objectapp/static/objectapp/js/orgitdown/images/body.png b/objectapp/static/objectapp/js/orgitdown/images/body.png
new file mode 100644
index 0000000..c6b7531
--- /dev/null
+++ b/objectapp/static/objectapp/js/orgitdown/images/body.png
Binary files differ
diff --git a/objectapp/static/objectapp/js/orgitdown/images/jaysalvat.png b/objectapp/static/objectapp/js/orgitdown/images/jaysalvat.png
new file mode 100644
index 0000000..a2a23b3
--- /dev/null
+++ b/objectapp/static/objectapp/js/orgitdown/images/jaysalvat.png
Binary files differ
diff --git a/objectapp/static/objectapp/js/orgitdown/images/orgitdown.png b/objectapp/static/objectapp/js/orgitdown/images/orgitdown.png
new file mode 100644
index 0000000..44f3e5d
--- /dev/null
+++ b/objectapp/static/objectapp/js/orgitdown/images/orgitdown.png
Binary files differ
diff --git a/objectapp/static/objectapp/js/orgitdown/images/style.css b/objectapp/static/objectapp/js/orgitdown/images/style.css
new file mode 100644
index 0000000..33e3b10
--- /dev/null
+++ b/objectapp/static/objectapp/js/orgitdown/images/style.css
@@ -0,0 +1,27 @@
+body {
+ background:#EEE url(body.png) repeat-x;
+ font: 13px "Trebuchet MS", Arial, Verdana;
+ padding:20px;
+}
+a {
+ text-decoration:none;
+ color:#3C769D;
+}
+h1 a,
+p em a {
+ display:block;
+ overflow:hidden;
+ text-indent:-9999px;
+}
+h1 a {
+ width:700px;
+ height:200px;
+ background:transparent url(orgitdown.png) no-repeat center center;
+}
+p em a {
+ background:transparent url(jaysalvat.png) no-repeat 10% 50%;
+ width:120px; height:28px;
+ left:30px;
+ position:absolute;
+ top:0px;
+} \ No newline at end of file