Skip to content

Commit

Permalink
#19 updated jbackbone.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy T. Hall committed Dec 1, 2014
1 parent b22b6bc commit bfdc5de
Showing 1 changed file with 58 additions and 23 deletions.
81 changes: 58 additions & 23 deletions joostrapUniverse-v3-4a/css/j-backbone.css
Expand Up @@ -6,6 +6,9 @@
*
*/
/* start menu dropdowns / hover / multiple depth */
#menu {
width: 100%;
}
.dropdown-menu .sub-menu {
left:100%;
position:absolute;
Expand Down Expand Up @@ -91,13 +94,13 @@
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#ccc;
/* border-left-color:#ccc; */
margin-top:5px;
margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
border-left-color:#fff;
/* border-left-color:#fff; */
}

.dropdown-submenu.pull-left {
Expand Down Expand Up @@ -141,8 +144,8 @@ ul li.dropdown-submenu .caret {
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
background-color:#16A085;
color:#FFF;
/* background-color:#16A085; */
/* color:#FFF; */
outline:0 none;
text-decoration:none;
}
Expand All @@ -155,10 +158,6 @@ ul li.dropdown-submenu .caret {
padding:15px;
line-height:20px;
}
.nav>li span.separator img {
max-height: .85em;
vertical-align: baseline;
}

.navbar-toggle .icon-bar {
background-color:#a9a9a9;
Expand All @@ -175,7 +174,7 @@ ul li.dropdown-submenu .caret {
}

/* end menu dropdowns / hover / multiple depth */
/* start tweaks for usinf FontAwesome Icons in the Menus */
/* start tweaks for using FontAwesome Icons in the Menus */
.navbar-nav>li a.fa:before {
margin-right:5px;
}
Expand All @@ -192,6 +191,7 @@ ul li.dropdown-submenu .caret {
.icons > .btn-group ul.dropdown-menu > li:before,.portfolio-item > .btn-group ul.dropdown-menu > li:before {
display:inline;
padding-left:10px;
color: initial;
}
/* end FA &/or Glyph icons on the mail, email and edit front-end dropdown menu */
/* start - mailto-window */
Expand All @@ -206,8 +206,8 @@ ul li.dropdown-submenu .caret {
}

.mailto-close > a,#pop-print.btn > a,#mailto-window button {
background-color:#fff;
border-color:#ccc;
/*background-color:#fff;*/
/*border-color:#ccc;*/
display:inline-block;
padding:6px 12px;
margin-bottom:0;
Expand All @@ -228,8 +228,8 @@ ul li.dropdown-submenu .caret {
}

.mailto-close > a:hover,#pop-print.btn > a:hover,#mailto-window button:hover {
background-color:#e6e6e6;
border-color:#adadad;
/*background-color:#e6e6e6;*/
/*border-color:#adadad;*/
}

/* end - mailto-window */
Expand All @@ -246,14 +246,17 @@ div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set.clea
margin:2px 0 0;
list-style:none;
font-size:14px;
background-color:#FFF;
background-color:transparent;
border:none;
border:none;
border-radius:0;
-webkit-box-shadow:0;
box-shadow:none;
background-clip:inherit;
}
div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set.clearfix.dropdown-menu.dropdown-menu>li>a {
color: inherit;
}

div.joostrap-portfolio div.portfolio-nav div.joostrap {
float:left!important;
Expand Down Expand Up @@ -494,7 +497,6 @@ div#isotope-container.clearfix div.col-md-4 {
.search-module input.button {
vertical-align: middle;
}

/*media queries isotope*/
@media (max-width: 980px) {
div#isotope-container.clearfix div.col-md-4 {
Expand All @@ -519,22 +521,50 @@ vertical-align: middle;
}

/* end - isotope breakpoints and responsiveness */
/* start - stop some badly coded extensions overfloweing the containing elements */
.container {
max-width: 100%;
}
/* end - stop some badly coded extensions overfloweing the containing elements */
/* start - fix extra row padding throwing things out*/
.row {
margin-left: inherit;
margin-right: inherit;
}
/* end - fix extra row padding throwing things out*/
/* start - multi-column article containment */
#content-area .items-row .item {
overflow-x:hidden;
max-width:100%;
}
/* end - multi-column article containment */
/* start - blog list text under intro image */
/* start - blog image layout tweaks */
#content-area .items-row .item[class*='column-'] p {
clear: both;
clear: both;
}
.pull-left.item-image {
margin-right: 10px;
}
.pull-right.item-image {
margin-left: 10px;
}
/* start - blog list text under intro image */
img.caption {
max-width: 100%;
}
/* end - blog image layout tweaks */
/* start - tag tweaks */
.tags span {
padding-right: 5px;
}
/* end - tag tweaks */
/* start pagination fix-up */
.pagination {
width:100%;
}

.pagination li {
display: inline-block;
padding: inherit;
}
/* end pagination fix-up */
/* start frontend edit */
div#jform_catid_chzn.chzn-container,div#jform_catid_chzn.chzn-container div.chzn-drop,div#jform_state_chzn.chzn-container,div#jform_state_chzn.chzn-container div.chzn-drop,div#jform_featured_chzn.chzn-container,div#jform_featured_chzn.chzn-container div.chzn-
Expand Down Expand Up @@ -570,9 +600,9 @@ div.btn-toolbar div.btn-group button.btn.hasTooltip,body.contentpane button {
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
color:#FFF;
background-color:#1085DE;
border-color:#1085DE;
/*color:#FFF;*/
/*background-color:#1085DE;*/
/*border-color:#1085DE;*/
}

div.edit.item-page {
Expand All @@ -584,6 +614,11 @@ a.btn.modal_jform_contenthistory {
}

/* end frontend edit */

.contact-form-field.col-md-6 {
padding-left: 0px;
}

a.btn.btn-primary.btn-sm {
margin-top:-3px;
}
Expand Down Expand Up @@ -744,7 +779,7 @@ ul.social-icons li.icon_googleplus a:hover {
border:0;
background:none;
padding:0;
// border-top:1px solid #ddd;
border-top:1px solid #ddd;
}
}

Expand Down

0 comments on commit bfdc5de

Please sign in to comment.