1
0
Fork 0

css refactoring: footerView.css

This commit is contained in:
gschwab 2014-03-19 09:58:45 +01:00
parent 3ca5dd163c
commit 21633d77cc
3 changed files with 57 additions and 121 deletions

View File

@ -1,112 +0,0 @@
.container {
margin-bottom: 40px;
}
.footer {
position: fixed;
background-color: #333232;
font-size: 14px;
text-align: center;
left: 0;
right: 0;
bottom: 0px;
z-index: 1000;
}
.footerExtra {
border: 0 !important;
}
.footerThBig {
padding-bottom: 25px;
width: 224px;
color: white;
font-family: Rockwell,Georgia,"Times New Roman",Times,serif;
font-size: 20px;
font-weight: lighter;
border-left: 1px solid white;
text-align: left;
padding-left: 15px;
}
.footerThSmall {
color: white;
font-family: "Helvetica",sans-serif;
font-weight: 300;
border-left: 1px solid white;
}
.footerThSmall li span {
color: white;
}
.footerThSmall li {
list-style: square outside none;
color: #666666;
text-align: left;
margin-left: 30px;
}
.footer p {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom:0;
}
.footer span a {
color: white;
}
.footer a {
color: #7E9246;
font-size:14px;
font-family: "Helvetica",sans-serif;
font-weight:300;
}
#footerContent {
height: 100px;
margin: 0 auto;
padding: 20px 0;
text-align: center;
width: 980px;
}
.copy {
background: none repeat scroll 0 0 #333232;
color: #FFFFFF;
}
.footer-left {
background: none repeat scroll 0 0 #333232;
color: #FFFFFF;
width: 45%;
float: left;
}
.footer-left p {
float:left;
}
.footer-mid {
background: none repeat scroll 0 0 #333232;
color: #FFFFFF;
width: 45%;
float: left;
}
.footer-right {
background: none repeat scroll 0 0 #333232;
color: #333232;
width: 45%;
float: right;
}
.footer-right p {
color: white;
float: right;
}
.footer-invisible {
visibility: hidden;
}

View File

@ -1,19 +1,45 @@
.footer {
background-color: $c-nav-bg;
bottom: 0;
font-size: 14px;
left: 0;
position: fixed;
right: 0;
text-align: center;
z-index: 1000;
}
footer.footer {
@extend %fixedbar;
bottom: 0;
height: 40px;
p {
margin-bottom: 0;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 0;
}
}
div.footer-left {
@extend %pull-left;
background: none repeat scroll 0 0 $c-nav-bg;
color: $c-white;
width: 45%;
p {
@extend %pull-left;
}
}
div.footer-right {
@extend %pull-right;
}
background: none repeat scroll 0 0 $c-nav-bg;
color: $c-nav-bg;
width: 45%;
p {
@extend %pull-right;
color: $c-white;
}
}

View File

@ -36,10 +36,10 @@ textarea,
font-style: italic;
font-weight: 700;
src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/opensans/OpenSansBoldItalic.woff") format("woff"); }
ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu, div.navlogo, ul.navlist li, div.footer-left, a.headerButton, a.button-gui, div.tile, div.bigtile, div.tile a span.add-Icon, div.bigtile a span.add-Icon, div.centralContent, .contentDiv li, div.dropdownInner ul, .fixedDropdown .notificationItemContent, .fixedDropdown .notificationItem i, .innerDropdownInnerUL, .dashboardModal {
ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu, div.navlogo, ul.navlist li, div.footer-left, div.footer-left p, a.headerButton, a.button-gui, div.tile, div.bigtile, div.tile a span.add-Icon, div.bigtile a span.add-Icon, div.centralContent, .contentDiv li, div.dropdownInner ul, .fixedDropdown .notificationItemContent, .fixedDropdown .notificationItem i, .innerDropdownInnerUL, .dashboardModal {
float: left; }
div.navmenu, div.footer-right, ul.headerButtonList li, div.tile div.iconSet span, div.bigtile div.iconSet span, div.headerBar > div.headerButtonBar, .fixedDropdown button, .query-button, .arango-tab li, .show-save-state {
div.navmenu, div.footer-right, div.footer-right p, ul.headerButtonList li, div.tile div.iconSet span, div.bigtile div.iconSet span, div.headerBar > div.headerButtonBar, .fixedDropdown button, .query-button, .arango-tab li, .show-save-state {
float: right; }
div.tileList:after, div.resizecontainer:after, div.headerBar > div.headerButtonBar:after, #distributionChartDiv:after, .lineChartDiv:after, .arango-tab:after {
@ -111,9 +111,9 @@ nav.navbar, footer.footer {
background-color: #f87c0f; }
.button-inactive {
background-color: lightgrey; }
background-color: lightgray; }
.button-inactive:hover {
background-color: grey; }
background-color: gray; }
ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu {
-moz-border-radius: 3px;
@ -260,13 +260,35 @@ ul.gv-dropdown-menu {
vertical-align: top;
width: 0; }
.footer {
background-color: #333232;
bottom: 0;
font-size: 14px;
left: 0;
position: fixed;
right: 0;
text-align: center;
z-index: 1000; }
footer.footer {
bottom: 0;
height: 40px; }
footer.footer p {
margin-bottom: 0;
padding-bottom: 10px;
padding-top: 10px; }
padding-top: 10px;
margin-bottom: 0; }
div.footer-left {
background: none repeat scroll 0 0 #333232;
color: white;
width: 45%; }
div.footer-right {
background: none repeat scroll 0 0 #333232;
color: #333232;
width: 45%; }
div.footer-right p {
color: white; }
.button-neutral, .button-primary, .button-notification, .button-success, .button-danger, .button-warning, .button-inactive, .button-close, .button-header {
-moz-border-radius: 4px;
@ -1113,7 +1135,7 @@ div.breadcrumb a.disabledBread {
width: 100%; }
.user-menu-img {
background-color: lightgrey;
background-color: lightgray;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;