Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-01-28 09:12:41 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-01-28 09:12:41 (GMT)
commit4b02cec26f8ab7196467acd2485c2355eeeb5b2b (patch)
tree08ba54337f321ff57110041078df42d13db9cfee /css
parentf7d588b144179590a6b513916e6fb7b284a90840 (diff)
add basic lesson plan
Diffstat (limited to 'css')
-rw-r--r--css/epaath_images/btn_minus.pngbin0 -> 2342 bytes
-rw-r--r--css/epaath_images/btn_plus.pngbin0 -> 2335 bytes
-rw-r--r--css/epaath_images/ole_logo.pngbin12815 -> 6678 bytes
-rw-r--r--css/kDoc.css19
-rw-r--r--css/kDoc.css~5
5 files changed, 24 insertions, 0 deletions
diff --git a/css/epaath_images/btn_minus.png b/css/epaath_images/btn_minus.png
new file mode 100644
index 0000000..9a7320d
--- /dev/null
+++ b/css/epaath_images/btn_minus.png
Binary files differ
diff --git a/css/epaath_images/btn_plus.png b/css/epaath_images/btn_plus.png
new file mode 100644
index 0000000..4600d5d
--- /dev/null
+++ b/css/epaath_images/btn_plus.png
Binary files differ
diff --git a/css/epaath_images/ole_logo.png b/css/epaath_images/ole_logo.png
index 99fec06..0b409ac 100644
--- a/css/epaath_images/ole_logo.png
+++ b/css/epaath_images/ole_logo.png
Binary files differ
diff --git a/css/kDoc.css b/css/kDoc.css
new file mode 100644
index 0000000..c92efb4
--- /dev/null
+++ b/css/kDoc.css
@@ -0,0 +1,19 @@
+#kDoc{
+ width: 1200px;
+ height: 900px;
+ background-color: white;
+}
+
+#zoomIn{
+ background-image: url(epaath_images/btn_plus.png);
+}
+
+#zoomOut{
+ background-image: url(epaath_images/btn_minus.png);
+}
+
+#zoomIn:hover{
+}
+
+#zoomOut:hover{
+} \ No newline at end of file
diff --git a/css/kDoc.css~ b/css/kDoc.css~
new file mode 100644
index 0000000..00b6087
--- /dev/null
+++ b/css/kDoc.css~
@@ -0,0 +1,5 @@
+#kDoc{
+ width: 1200px;
+ height: 900px;
+ top: 0px;
+} \ No newline at end of file