mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-11 16:58:44 +01:00
[svn]
This commit is contained in:
@@ -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;}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user