summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-19 06:32:42 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-19 06:32:42 +0100
commit9c1e978da28228cd14d4f2a0ff3ac08ea73240ed (patch)
treea28940ce2f740f4f75ac9ebf7d6599da199f41c0 /media
parente9eb00f65dfb18e4b6c26e72c130854bd0cd318d (diff)
downloadtroggle-9c1e978da28228cd14d4f2a0ff3ac08ea73240ed.tar.gz
troggle-9c1e978da28228cd14d4f2a0ff3ac08ea73240ed.tar.bz2
troggle-9c1e978da28228cd14d4f2a0ff3ac08ea73240ed.zip
[svn]
Diffstat (limited to 'media')
-rw-r--r--media/css/dropdownNavStyle.css2
-rw-r--r--media/css/main3.css25
-rw-r--r--media/css/nav.css31
-rw-r--r--media/js/base.js7
4 files changed, 38 insertions, 27 deletions
diff --git a/media/css/dropdownNavStyle.css b/media/css/dropdownNavStyle.css
index b3cf2b4..8ac9849 100644
--- a/media/css/dropdownNavStyle.css
+++ b/media/css/dropdownNavStyle.css
@@ -20,7 +20,7 @@ ul.dropdown li.hover a { color: black; background:gray;}
*/
ul.dropdown ul { width: 220px; visibility: hidden; position: absolute; bottom: 100%; left: 0px; margin-left:0px; padding-left: 0px; background:none}
ul.dropdown ul li { font-weight: normal; color: black; background: none; border-bottom: 1px solid #ccc; float: none; padding:0px; margin:0px}
-
+ul.dropdown ul li:hover, ul.dropdown ul li a:hover { color:white;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; color: black;}
diff --git a/media/css/main3.css b/media/css/main3.css
index 77657a0..2105050 100644
--- a/media/css/main3.css
+++ b/media/css/main3.css
@@ -199,24 +199,7 @@ a.redtext:link {
}
-.redtext
-.menuBarItem {
- font-variant: small-caps;
- text-align: right;
- border-top-style: none;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- border-top-width: thin;
- border-right-width: thin;
- border-bottom-width: thin;
- border-left-width: thin;
-}
-
-.menuBarItem : hover {
- background: "rgb(125, 125, 125)";
-}
.behind {
@@ -327,9 +310,11 @@ h1 {
#footerLinks{
position:fixed;
bottom:0px;
- padding: 0;
- margin-left:130px;
- margin-right:130px;
+ padding: 0px;
+ margin-left: 130px;
+ margin-right: 130px;
+ margin-bottom: 0px;
+
}
/*.fadeIn {
diff --git a/media/css/nav.css b/media/css/nav.css
index 1c97c51..81f7918 100644
--- a/media/css/nav.css
+++ b/media/css/nav.css
@@ -1,12 +1,37 @@
div#nav {
position:fixed;
width: 12em;
- background: rgb(153, 153, 153);
+ background: none;
margin-top: 0px;
- margin-left: 120px;
- border-top: thin black solid;
+ margin-left: 130px;
+ border-right: thin black solid;
+ border-left: thin black solid;
+ border-bottom: thin black solid;
+ border-top: none;
}
div#content {
padding-left:240px;
+}
+
+.menuBarItem {
+ font-variant: small-caps;
+ text-align: right;
+ border-top-style: none;
+ border-right-style: none;
+ border-bottom-style: none;
+ border-left-style: none;
+ border-top-width: thin;
+ border-right-width: thin;
+ border-bottom-width: thin;
+ border-left-width: thin;
+}
+
+.menuBarItem:hover {
+ background:#333;
+}
+
+.menuBarItem.on {
+ background:#333;
+ color:#999;
} \ No newline at end of file
diff --git a/media/js/base.js b/media/js/base.js
index 7a7ed5e..62a72f4 100644
--- a/media/js/base.js
+++ b/media/js/base.js
@@ -16,7 +16,7 @@ function setMaxHeight(group, target) {
}
-/*This is the jquery comment stuff */
+/*This is the jquery stuff */
$(document).ready(function() {
$('.searchable li').quicksearch({
@@ -42,12 +42,13 @@ $(".toggleMenu").click(function () {
$(".toggleMenu").toggle();
});
-$(".nav").css('opacity','7')
$(".footer").hide();
$(".fadeIn").hide();
setTimeout("$('.leftMargin.fadeIn').fadeIn(3000);",1000);
setTimeout("$('.rightMargin.fadeIn').fadeIn(3000);",2000);
-
+$("a.closeDiv").click(function () {
+ $(this).parent().hide();
+ });
/*$("#footerLinks").hover(
function() {$(".footer").fadeIn("slow")},