Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Big Push towards Launch
Browse files Browse the repository at this point in the history
Style Changes for CS
Sample Navigation for new walker
  • Loading branch information
andrewmbacon committed Jul 23, 2014
1 parent 5c053f6 commit fe7036e
Show file tree
Hide file tree
Showing 49 changed files with 1,556 additions and 768 deletions.
2 changes: 1 addition & 1 deletion _notes/dwsync.xml

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions css/accessibility.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
Accessibility Features
*/
/* - - - - - - - - - - - - - - - - - - -
== Accessibility
- - - - - - - - - - - - - - - - - - - */
#skiplinks {
position: absolute;
left: 0;
Expand Down
3 changes: 3 additions & 0 deletions css/admin-style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* - - - - - - - - - - - - - - - - - - -
== Admin Style
- - - - - - - - - - - - - - - - - - - */
#wpadminbar {
background-color: #000E2F;
}
Expand Down
20 changes: 20 additions & 0 deletions css/alignments.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* - - - - - - - - - - - - - - - - - - -
== Alignments
- - - - - - - - - - - - - - - - - - - */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}

.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
7 changes: 6 additions & 1 deletion css/cal.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
#vb #vb-timespan {
list-style-type: none;
padding: 0;
Expand All @@ -7,15 +10,17 @@
#vb #vb-timespan .glyphicon-new-window {
display: none;
}

#events-grid-wrap li {
margin-bottom: 1em!important;
margin-bottom: 1em !important;
}
#events-grid-wrap li strong {
font-weight: normal;
}
#events-grid-wrap li .glyphicon-new-window {
display: none;
}

.uc-listcal .uc-cal-list {
list-style-type: none;
margin: 0;
Expand Down
20 changes: 20 additions & 0 deletions css/captions.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* - - - - - - - - - - - - - - - - - - -
== Captions
- - - - - - - - - - - - - - - - - - - */
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}

.wp-caption-text {
text-align: center;
}

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
Empty file added css/cs-word-break.css
Empty file.
18 changes: 18 additions & 0 deletions css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* - - - - - - - - - - - - - - - - - - -
== Fonts
- - - - - - - - - - - - - - - - - - - */
@font-face {
font-family: 'Proxima Nova';
src: url("../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot");
src: url("../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular") format("svg"), url("../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.woff") format("woff"), url("../../global/fonts/proximanova_regular/ProximaNova-Reg-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Proxima Nova';
src: url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot");
src: url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold") format("svg"), url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.woff") format("woff"), url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
63 changes: 63 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
#footers {
background-color: #eeeeee;
margin-top: 1.5em 0 0 0;
border: 0px solid transparent;
border-color: #cccccc;
border-width: 2px 0 0 0;
}

body.sticky #footers {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}

#mega-footer {
padding-top: 1em;
background-color: transparent;
}
#mega-footer .widget {
color: black;
background-color: transparent;
border: none;
}
#mega-footer .widget a {
color: blue;
}
#mega-footer .widget a:hover {
color: red;
}
#mega-footer .widget .widget-head {
background-color: transparent;
color: black;
border: none;
}

#footer {
padding: 1.5em 0;
color: blue;
}
#footer a {
color: blue;
}
#footer a:hover {
color: red;
}

#footer ul {
padding: 0;
}

#footer li {
display: inline;
margin-right: 1em;
}

#footer li:last-child {
margin-right: 0;
}

#footer .glyphicon {
display: none;
}
45 changes: 45 additions & 0 deletions css/galleries.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/* - - - - - - - - - - - - - - - - - - -
== Galleries
- - - - - - - - - - - - - - - - - - - */
.gallery {
margin-bottom: 1.5em;
}

.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}

.gallery-columns-2 .gallery-item {
max-width: 50%;
}

.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
max-width: 25%;
}

.gallery-columns-5 .gallery-item {
max-width: 20%;
}

.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
63 changes: 63 additions & 0 deletions css/header-image.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
#masthead {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

#masthead.header-image .container {
position: relative;
}

#header-image-wrap {
overflow: hidden;
max-height: 250px;
}

#header-image {
min-height: 100px;
width: 100%;
}

#masthead.header-image .site-branding {
position: absolute;
top: 30px;
left: 30px;
}

#masthead.header-image .container .row {
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0;
}

#site-title .searchform {
float: right;
padding-top: 30px;
}

#site-title .parent-spacing .searchform {
margin-top: 10px;
}

#primary-nav .searchform .form-control {
display: inline-block;
width: auto;
}

@media (max-width: 768px) {
#nav-wrapper .container {
padding: 0;
}

.dropdown-menu .dropdown-menu {
padding-left: 20px;
}
}
3 changes: 3 additions & 0 deletions css/in-page-menus.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* - - - - - - - - - - - - - - - - - - -
== In Page Menus
- - - - - - - - - - - - - - - - - - - */
.in-page-list {
float: right;
padding: .5em;
Expand Down
4 changes: 3 additions & 1 deletion css/link-flags.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* Link Flags */
/* - - - - - - - - - - - - - - - - - - -
== Link Flags
- - - - - - - - - - - - - - - - - - - */
.flag {
background-color: rgba(0, 0, 0, 0.1);
font-size: 80%;
Expand Down
18 changes: 18 additions & 0 deletions css/media.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* - - - - - - - - - - - - - - - - - - -
== Media
- - - - - - - - - - - - - - - - - - - */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
44 changes: 44 additions & 0 deletions css/nav.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
/* NAV
--------------------------------------------------------------*/
#nav-secondary > ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#nav-secondary > ul > li > a {
display: none;
}
#nav-secondary > ul > li > ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#nav-secondary > ul > li > ul > li > a {
display: none;
}
#nav-secondary ul ul ul ul ul {
display: none;
}

.navbar-collapse {
max-height: none;
}

.menu-icon,
.menu-label {
display: inline-block;
}

.menu-label {
position: relative;
top: -.15em;
margin-left: .2em;
}

.navbar-default .navbar-brand {
height: auto;
float: none;
margin-right: 110px;
font: 500 18px "Proxima Nova", Helvetica, Arial, sans-serif;
color: black;
}

/**/
#masthead {
z-index: 9999;
}
Expand Down
Loading

0 comments on commit fe7036e

Please sign in to comment.