From be4f83cd2a17a0ec05f5bce50c91befaafaa6e0c Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sun, 20 Dec 2009 18:38:08 +0000 Subject: Test. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@376 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- markitup/images/body.png | Bin 0 -> 29187 bytes markitup/images/jaysalvat.png | Bin 0 -> 27603 bytes markitup/images/markitup.png | Bin 0 -> 11751 bytes markitup/images/style.css | 27 +++++++++++++++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 markitup/images/body.png create mode 100644 markitup/images/jaysalvat.png create mode 100644 markitup/images/markitup.png create mode 100644 markitup/images/style.css (limited to 'markitup/images') diff --git a/markitup/images/body.png b/markitup/images/body.png new file mode 100644 index 0000000..cad1bea Binary files /dev/null and b/markitup/images/body.png differ diff --git a/markitup/images/jaysalvat.png b/markitup/images/jaysalvat.png new file mode 100644 index 0000000..83b76fa Binary files /dev/null and b/markitup/images/jaysalvat.png differ diff --git a/markitup/images/markitup.png b/markitup/images/markitup.png new file mode 100644 index 0000000..bb52e89 Binary files /dev/null and b/markitup/images/markitup.png 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 -- cgit