2007-07-19 12:40:28 +02:00
|
|
|
|
|
|
|
#SilverStripeNavigator {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2009-01-28 23:05:50 +01:00
|
|
|
border-top: 2px solid #d4d0c8;
|
2007-07-19 12:40:28 +02:00
|
|
|
background-color:#81858d;
|
2009-01-28 23:05:50 +01:00
|
|
|
height: 22px;
|
2007-07-19 12:40:28 +02:00
|
|
|
overflow:hidden;
|
2009-01-28 23:05:50 +01:00
|
|
|
background: #4d4e5a url(../../cms/images/textures/footerBg.gif) repeat-x left top;
|
|
|
|
}
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2009-01-28 23:05:50 +01:00
|
|
|
#SilverStripeNavigator * {
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
font-size: 9.5px !important;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator .holder {
|
|
|
|
text-align: center;
|
2009-01-28 23:05:50 +01:00
|
|
|
padding-top : 4px;
|
2007-07-19 12:40:28 +02:00
|
|
|
padding-left : 3px;
|
|
|
|
padding-right : 6px;
|
|
|
|
font-size: 10px;
|
|
|
|
color: white;
|
|
|
|
border-top: 1px solid #555555;
|
|
|
|
|
|
|
|
}
|
|
|
|
#SilverStripeNavigator #logInStatus {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#SilverStripeNavigator #switchView {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator a {
|
2009-01-28 23:05:50 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:28 +02:00
|
|
|
background-color: transparent;
|
2009-01-28 23:05:50 +01:00
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
#SilverStripeNavigator a:hover {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator .bottomTabs a {
|
2009-01-28 23:05:50 +01:00
|
|
|
margin-right: 8px;
|
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator .bottomTabs div.blank {
|
|
|
|
display: block;
|
|
|
|
float : left;
|
|
|
|
height : 13px;
|
|
|
|
position:relative;
|
|
|
|
top : -3px;
|
2009-01-28 23:05:50 +01:00
|
|
|
cursor: pointer;
|
2007-07-19 12:40:28 +02:00
|
|
|
border : none;
|
|
|
|
background-color: transparent;
|
2009-01-28 23:05:50 +01:00
|
|
|
padding: 2px 6px 2px 2px;
|
|
|
|
font-weight: bold;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#SilverStripeNavigator .bottomTabs a.current {
|
|
|
|
font-weight:bold;
|
2009-01-28 23:05:50 +01:00
|
|
|
text-decoration: none;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigatorMessage {
|
|
|
|
position: absolute;
|
2009-01-28 23:05:50 +01:00
|
|
|
right: 0;
|
|
|
|
top: 26px;
|
2007-07-19 12:40:28 +02:00
|
|
|
padding: 10px;
|
|
|
|
border-color: #c99;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c00;
|
2009-01-28 23:05:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator #logInStatus {
|
|
|
|
background:transparent url(../../cms/images/logout.gif) no-repeat scroll right top !important;
|
|
|
|
padding-bottom:4px;
|
|
|
|
padding-right:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* html #SilverStripeNavigator a {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#bottom a {
|
|
|
|
color: #fff;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
#bottom a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
#bottom #logInStatus #LogoutLink {
|
|
|
|
background: url(../images/logout.gif) no-repeat right top;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
#bottom #switchView {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#bottom #switchView a {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bottom .bottomTabs a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bottom .bottomTabs div.blank {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: transparent;
|
|
|
|
padding-right: 4px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 13px;
|
|
|
|
font-size: 11px;
|
|
|
|
padding-left: 2px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
#bottom .bottomTabs .current {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
#bottom .bottomTabs a:hover {
|
|
|
|
color: #ccc;
|
|
|
|
text-decoration: none;
|
|
|
|
}*/
|