This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All of the IE hacks only work if we bring BS in as css...
- Loading branch information
andrewmbacon
committed
Jul 18, 2014
1 parent
bbfbac2
commit 5ac94f3
Showing
14 changed files
with
2,437 additions
and
2,017 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
Accessibility Features | ||
*/ | ||
#skiplinks { | ||
position: absolute; | ||
left: 0; | ||
top: 0; | ||
visibility: hidden; | ||
height: 0; | ||
width: 0; | ||
} | ||
.accessibility-fail { | ||
opacity: .3; | ||
} | ||
.accessibility-fail-msg { | ||
border-top-right-radius: 0; | ||
border-top-left-radius: 0; | ||
} | ||
.accessibility-fail-msg .glyphicon { | ||
color: red; | ||
margin-right: 1em; | ||
} | ||
.accessibility-fail-msg a { | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* LESS Document */ | ||
a { | ||
color: #0000ff; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
Accessibility Features | ||
*/ | ||
|
||
#skiplinks { | ||
position: absolute; | ||
left:0; | ||
top:0; | ||
visibility: hidden; | ||
height: 0; | ||
width: 0; | ||
} | ||
|
||
|
||
|
||
.accessibility-fail { | ||
// @include grayscale_element(100%); | ||
opacity: .3; | ||
} | ||
|
||
.accessibility-fail-msg { | ||
border-top-right-radius: 0; | ||
border-top-left-radius: 0; | ||
} | ||
.accessibility-fail-msg .glyphicon { | ||
color:red; | ||
margin-right: 1em; | ||
} | ||
.accessibility-fail-msg a { | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
// SASS for the Events Calendar Shortcodes | ||
|
||
#vb { | ||
#vb-timespan { | ||
|
||
list-style-type:none; | ||
padding:0; | ||
margin:0; | ||
font-size:2em; | ||
|
||
.glyphicon-new-window { | ||
display:none; | ||
} | ||
} | ||
|
||
|
||
} | ||
#events-grid-wrap { | ||
li { | ||
margin-bottom:1em!important; | ||
|
||
strong { | ||
font-weight:normal; | ||
} | ||
.glyphicon-new-window { | ||
display:none; | ||
} | ||
} | ||
} | ||
|
||
|
||
.uc-listcal { | ||
|
||
.uc-cal-list { | ||
list-style-type:none; | ||
margin:0; | ||
padding:0; | ||
.uc-cal-item { | ||
margin-bottom:1em; | ||
|
||
.uc-cal-event-title { | ||
font-style:normal; | ||
margin-left:1em; | ||
} | ||
|
||
.glyphicon-new-window { | ||
display:none; | ||
} | ||
} | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/*-------------------------------------------------------------- | ||
12.2 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%; | ||
} | ||
.gallery-caption {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// SASS for In-Page Menus | ||
|
||
.in-page-list { | ||
float:right; | ||
padding:.5em; | ||
border:1px solid #e7e7e7; | ||
background-color:#f8f8f8; | ||
margin:0 0 1.5em 2em; | ||
width:20%; | ||
min-width:200px; | ||
max-width:400px; | ||
border-radius:3px; | ||
} | ||
|
||
.in-page-tabs { | ||
margin-bottom:2em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* Table stripper - removes all styles from elements within tables. */ | ||
|
||
table div, table span, table applet, table object, table iframe, table | ||
h1, table h2, table h3, table h4, table h5, table h6, table p, table blockquote, table pre, table | ||
a, table abbr, table acronym, table address, table big, table cite, table code, table | ||
del, table dfn, table em, table img, table ins, table kbd, table q, table s, table samp, table | ||
small, table strike, table strong, table sub, table sup, table tt, table var, table | ||
b, table u, table i, table center, table | ||
dl, table dt, table dd, table ol, table ul, table li, table | ||
fieldset, table form, table label, table legend, table | ||
article, table aside, table canvas, table details, table embed, table | ||
figure, table figcaption, table footer, table header, table hgroup, table | ||
menu, table nav, table output, table ruby, table section, table summary, table | ||
time, table mark, table audio, table video { | ||
margin: 0!important; | ||
padding: 0!important; | ||
border: 0!important; | ||
font-size: 100%!important; | ||
vertical-align: baseline!important; | ||
} | ||
/* HTML5 display-role reset for older browsers */ | ||
table article, table aside, table details, table figcaption, table figure, table | ||
footer, table header, table hgroup, table menu, table nav, table section { | ||
display: block!important; | ||
} | ||
table body { | ||
line-height: 1!important; | ||
} | ||
table ol, table ul { | ||
list-style: none!important; | ||
} | ||
table blockquote, table q { | ||
quotes: none!important; | ||
} | ||
table blockquote:before, table blockquote:after, table | ||
q:before, table q:after { | ||
content: ''!important; | ||
content: none!important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
/* Scss Document */ | ||
|
||
.uup-list { | ||
list-style-type:none; | ||
margin:0; | ||
padding:0; | ||
|
||
.has-image{ | ||
display:block; | ||
position:relative; | ||
padding-left:170px; | ||
|
||
|
||
.uup-thumbnail { | ||
display:block; | ||
width:150px; | ||
float:left; | ||
position:relative; | ||
left:-170px; | ||
margin-right:-150px; | ||
} | ||
} | ||
a.uup-user { | ||
float:left; | ||
} | ||
.uup-item { | ||
margin-bottom:1em; | ||
*zoom: 1; | ||
|
||
&:after, | ||
&:before { | ||
content:''; | ||
display:table; | ||
} | ||
&:after { | ||
clear:both; | ||
} | ||
|
||
.uup-text { | ||
display:block; | ||
|
||
& > span { | ||
display:block; | ||
} | ||
|
||
.uup-name { | ||
font-weight:bold; | ||
|
||
.uup-first {} | ||
.uup-last { | ||
|
||
&:before { | ||
content:' '; | ||
} | ||
} | ||
} | ||
.uup-title { | ||
} | ||
.uup-phones { | ||
.uup-phone1 {} | ||
.uup-phone2 {} | ||
} | ||
.uup-email { | ||
} | ||
.uup-fax { | ||
} | ||
.uup-office-location { | ||
} | ||
.uup-office-hours { | ||
} | ||
.uup-mailing-address { | ||
} | ||
|
||
} // text | ||
} //item | ||
}//list | ||
|
||
.uup-index-table { | ||
|
||
.uup-table-name { | ||
|
||
&.table-has-image { | ||
|
||
.uup-table-thumbnail { | ||
display:block; | ||
width:75px; | ||
float:left; | ||
margin:0 1em 1em 0!important; | ||
} | ||
|
||
.uup-name { | ||
float:left; | ||
display:block; | ||
|
||
|
||
} | ||
} | ||
.uup-first {} | ||
.uup-last:before { | ||
content: ' '; | ||
} | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/*-------------------------------------------------------------- | ||
9.0 Widgets | ||
--------------------------------------------------------------*/ | ||
.widget { | ||
margin: 0 0 1.5em; | ||
} | ||
|
||
/* Make sure select elements fit in widgets */ | ||
.widget select { | ||
max-width: 100%; | ||
} | ||
|
||
/* Search widget */ | ||
.widget_search .search-submit { | ||
display: none; | ||
} |
Oops, something went wrong.