2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 07:49:51 +01:00
This commit is contained in:
substantialnoninfringinguser
2009-05-19 06:32:42 +01:00
parent e9eb00f65d
commit 9c1e978da2
17 changed files with 149 additions and 95 deletions

View File

@@ -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;}

View File

@@ -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 {

View File

@@ -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;
}

View File

@@ -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")},