aboutsummaryrefslogtreecommitdiff
path: root/markitup/images
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-20 13:38:08 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-20 13:38:08 -0500
commitbe4f83cd2a17a0ec05f5bce50c91befaafaa6e0c (patch)
tree6f20672cf5df66044b3fa9dd71fc3bcdc484abe6 /markitup/images
parent1a619f2638a4f77fb8ea9557edeefb883d8c06f8 (diff)
downloadbayonetcms-be4f83cd2a17a0ec05f5bce50c91befaafaa6e0c.tar.gz
Test.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@376 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'markitup/images')
-rw-r--r--markitup/images/body.pngbin0 -> 29187 bytes
-rw-r--r--markitup/images/jaysalvat.pngbin0 -> 27603 bytes
-rw-r--r--markitup/images/markitup.pngbin0 -> 11751 bytes
-rw-r--r--markitup/images/style.css27
4 files changed, 27 insertions, 0 deletions
diff --git a/markitup/images/body.png b/markitup/images/body.png
new file mode 100644
index 0000000..cad1bea
--- /dev/null
+++ b/markitup/images/body.png
Binary files differ
diff --git a/markitup/images/jaysalvat.png b/markitup/images/jaysalvat.png
new file mode 100644
index 0000000..83b76fa
--- /dev/null
+++ b/markitup/images/jaysalvat.png
Binary files differ
diff --git a/markitup/images/markitup.png b/markitup/images/markitup.png
new file mode 100644
index 0000000..bb52e89
--- /dev/null
+++ b/markitup/images/markitup.png
Binary files differ
diff --git a/markitup/images/style.css b/markitup/images/style.css
new file mode 100644
index 0000000..b29e3c7
--- /dev/null
+++ b/markitup/images/style.css
@@ -0,0 +1,27 @@
+body {
+ background:#EEE url(body.png) repeat-x;
+ font: 13px "Trebuchet MS", Arial, Verdana;
+ padding-top:95px;
+}
+a {
+ text-decoration:none;
+ color:#3C769D;
+}
+h1 a,
+p em a {
+ display:block;
+ overflow:hidden;
+ text-indent:-1000px;
+ position:absolute;
+ top:0px; left:0px;
+}
+h1 a {
+ background:#EEE url(markitup.png) no-repeat top left;
+ width:245px; height:85px;
+ top:28px;
+}
+p em a {
+ background:transparent url(jaysalvat.png) no-repeat 10% 50%;
+ width:120px; height:28px;
+ left:30px;
+} \ No newline at end of file