Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/intro.css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-17 09:39:34 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-17 09:39:34 (GMT)
commit0aa48d0503c69c9ebc1d2bb209bfbec10e8bed64 (patch)
tree5008d89f95d62696440785a85c08949a7fd27c97 /css/intro.css
initial commit. Lesson English_Animal_Identification is current template
Diffstat (limited to 'css/intro.css')
-rwxr-xr-xcss/intro.css97
1 files changed, 97 insertions, 0 deletions
diff --git a/css/intro.css b/css/intro.css
new file mode 100755
index 0000000..6b8be70
--- /dev/null
+++ b/css/intro.css
@@ -0,0 +1,97 @@
+body {
+padding-left:15%;
+width:70%;
+}
+#header {
+background-color:transparent;
+height:140px;
+position:relative;
+width:100%;
+}
+#headerBg1 {
+display:inline;
+float:left;
+margin-left: 3%;
+}
+/*#headerBg2{
+display:inline;
+float:left;
+margin-left: 10%;
+}*/
+#header ul {
+-moz-border-radius-bottomleft:5px;
+-moz-border-radius-bottomright:5px;
+-moz-border-radius-topleft:5px;
+-moz-border-radius-topright:5px;
+-webkit-border-bottom-left-radius:5px;
+-webkit-border-bottom-right-radius:5px;
+-webkit-border-top-left-radius:5px;
+-webkit-border-top-right-radius:5px;
+background-color:#EEF7FB;
+border:1px solid black;
+/*bottom:0;
+position:absolute;*/
+width:95%;
+float:left;
+}
+#header ul li {
+display:inline;
+list-style-type:none;
+padding:10px;
+}
+#header ul li a {
+text-decoration:none;
+}
+#intro {
+float:left;
+padding-top:10px;
+width:100%;
+}
+#introText {
+display:inline;
+float:left;
+width:70%;
+margin-right: 2%;
+}
+#introText a {
+text-decoration:none;
+}
+#blurb{
+ font-size:larger;
+ font-weight:bolder;
+}
+#imgHolder {
+display:inline;
+float:left;
+width:20%;
+margin-top: 1%;
+}
+#demos {
+float:left;
+width:100%;
+}
+#demos .imgs {
+margin-left:5%;
+margin-right:5%;
+width:100%;
+}
+#demos img {
+-moz-border-radius-bottomleft:5px;
+-moz-border-radius-bottomright:5px;
+-moz-border-radius-topleft:5px;
+-moz-border-radius-topright:5px;
+-webkit-border-bottom-left-radius:5px;
+-webkit-border-bottom-right-radius:5px;
+-webkit-border-top-left-radius:5px;
+-webkit-border-top-right-radius:5px;
+border:1px solid black;
+margin:5px;
+padding-left:5px;
+padding-right:5px;
+}
+#footer {
+float:left;
+font-size:smaller;
+padding-top:50px;
+width:100%;
+} \ No newline at end of file