Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/jquery.svg.css15
-rwxr-xr-xcss/lesson.css76
2 files changed, 91 insertions, 0 deletions
diff --git a/css/jquery.svg.css b/css/jquery.svg.css
new file mode 100755
index 0000000..c409af9
--- /dev/null
+++ b/css/jquery.svg.css
@@ -0,0 +1,15 @@
+/* http://keith-wood.name/svg.html
+ SVG for jQuery v1.4.2.
+ Written by Keith Wood (kbwood{at}iinet.com.au) August 2007.
+ Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
+ MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
+ Please attribute the author if you use it. */
+
+:svg {
+ display: none;
+}
+
+.svg_error {
+ color: red;
+ font-weight: bold;
+}
diff --git a/css/lesson.css b/css/lesson.css
new file mode 100755
index 0000000..1c24338
--- /dev/null
+++ b/css/lesson.css
@@ -0,0 +1,76 @@
+body {
+ position: relative;
+}
+
+#map {
+display:inline;
+float:left;
+height:100%;
+width:60%;
+}
+#capitals {
+height:450px;
+width:450px;
+}
+#side {
+display:inline;
+float:left;
+height:450px;
+position:relative;
+width:40%;
+}
+#sideTop {
+display:block;
+float:left;
+width:100%;
+}
+
+.icon {
+ width: 50px;
+ height: 50px;
+ display: inline;
+ float:left;
+ padding: 10px;
+ cursor: pointer;
+}
+
+.iconSVG {
+ cursor: pointer;
+}
+
+#alien {
+display:block;
+float:left;
+height:300px;
+width:204px;
+}
+#spaceship {
+left:-80px;
+position:absolute;
+width:100px;
+height:205px;
+bottom:0px;
+}
+
+#playAgain {
+ position: absolute;
+ opacity: 0;
+}
+
+#helpScreen{
+ position: absolute;
+ z-index:20;
+}
+
+
+/* CSS Rules for SVG images */
+.text { display: none; }
+.capital.city { cursor: pointer;}
+
+.spaceship { display: none;}
+
+#answerYes,#answerNo{
+ cursor: pointer;
+}
+
+