2018-08-14 10:56:12 -07:00
|
|
|
@import url('//fonts.googleapis.com/css?family=PT+Sans|Grand+Hotel|Open+Sans:400,600')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formatTiny = 480px
|
|
|
|
|
formatSmall = 650px
|
|
|
|
|
formatMedium = 750px
|
|
|
|
|
formatLarge = 960px
|
|
|
|
|
formatHuge = 1200px
|
|
|
|
|
|
2018-07-30 14:15:39 -07:00
|
|
|
|
|
|
|
|
*
|
|
|
|
|
-webkit-tap-highlight-color: transparent
|
|
|
|
|
-webkit-font-smoothing: antialiased
|
|
|
|
|
*, *:after, *:before
|
|
|
|
|
-webkit-box-sizing: border-box
|
|
|
|
|
-moz-box-sizing: border-box
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
padding: 0
|
|
|
|
|
margin: 0
|
|
|
|
|
|
|
|
|
|
html
|
|
|
|
|
scrollbar-face-color: #808080
|
|
|
|
|
scrollbar-highlight-color: #808080
|
|
|
|
|
scrollbar-3dlight-color: #707070
|
|
|
|
|
scrollbar-darkshadow-color: #808080
|
|
|
|
|
scrollbar-shadow-color: #7e7e7e
|
|
|
|
|
scrollbar-arrow-color: #ffffff
|
|
|
|
|
scrollbar-track-color: #505050
|
|
|
|
|
height: 100%
|
|
|
|
|
min-height: 100%
|
|
|
|
|
body
|
2018-08-14 10:56:12 -07:00
|
|
|
font: 0.875em/1.71429 Corbel,'Helvetica Neue',Helvetica,Arial,sans-serif
|
2018-07-30 14:15:39 -07:00
|
|
|
height: 100%
|
|
|
|
|
min-height: 100%
|
|
|
|
|
background: #F6F6F6
|
|
|
|
|
#__blaze-root
|
|
|
|
|
height: 100%
|
|
|
|
|
|
2018-08-23 16:58:50 -07:00
|
|
|
h3
|
|
|
|
|
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
|
|
|
|
font-size: 19px
|
|
|
|
|
text-transform: uppercase
|
|
|
|
|
background-color: #EEE
|
|
|
|
|
|
2018-08-14 10:56:12 -07:00
|
|
|
.textView
|
|
|
|
|
border: 1px solid #DDD
|
2018-12-12 11:04:00 -08:00
|
|
|
padding: 10px
|
|
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif
|
|
|
|
|
font-size: 16px
|
|
|
|
|
line-height: 27.4286px
|
|
|
|
|
max-width: 960px
|
|
|
|
|
ul
|
|
|
|
|
list-style-type: disc
|
|
|
|
|
margin-block-end: 14px
|
|
|
|
|
margin-block-start: 14px
|
|
|
|
|
margin-inline-end: 0
|
|
|
|
|
margin-inline-start: 0
|
|
|
|
|
padding-inline-start: 40px
|
|
|
|
|
li
|
|
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif
|
|
|
|
|
font-size: 16px
|
|
|
|
|
line-height: 27.4286px
|
|
|
|
|
ol
|
|
|
|
|
list-style-type: decimal
|
|
|
|
|
margin-block-end: 14px
|
|
|
|
|
margin-block-start: 14px
|
|
|
|
|
margin-inline-end: 0
|
|
|
|
|
margin-inline-start: 0
|
|
|
|
|
padding-inline-start: 40px
|
|
|
|
|
li
|
|
|
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif
|
|
|
|
|
font-size: 16px
|
|
|
|
|
line-height: 27.4286px
|
|
|
|
|
padding-left: 8px
|
2018-08-14 10:56:12 -07:00
|
|
|
|
2018-07-30 14:15:39 -07:00
|
|
|
//Standard Stylings
|
2018-12-12 11:04:00 -08:00
|
|
|
.hidden
|
|
|
|
|
display: none
|
2018-07-30 14:15:39 -07:00
|
|
|
.noselect
|
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */
|
|
|
|
|
-webkit-user-select: none; /* Chrome/Safari/Opera */
|
|
|
|
|
-khtml-user-select: none; /* Konqueror */
|
|
|
|
|
-moz-user-select: none; /* Firefox */
|
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
|
|
|
user-select: none; /* Non-prefixed version, currently not supported by any browser */
|
|
|
|
|
.clickable
|
|
|
|
|
cursor: pointer
|
|
|
|
|
.nonclickable
|
|
|
|
|
cursor: default
|
|
|
|
|
.left
|
|
|
|
|
text-align: left
|
|
|
|
|
.right
|
|
|
|
|
text-align: right
|
|
|
|
|
.center
|
|
|
|
|
text-align: center
|
|
|
|
|
.floatLeft
|
|
|
|
|
float: left
|
|
|
|
|
.floatRight
|
|
|
|
|
float: right
|
|
|
|
|
|
|
|
|
|
//Table Styles
|
|
|
|
|
.table
|
|
|
|
|
padding: 0
|
|
|
|
|
margin: 0
|
|
|
|
|
border-collapse: collapse
|
|
|
|
|
border: 1px solid #ddddf9
|
|
|
|
|
> thead
|
|
|
|
|
> tr
|
|
|
|
|
> th
|
|
|
|
|
border: 0
|
|
|
|
|
padding: 4px 4px 8px 4px
|
|
|
|
|
vertical-align: top
|
|
|
|
|
color: white
|
|
|
|
|
background: #6f6fec
|
|
|
|
|
input
|
|
|
|
|
padding: 2px
|
|
|
|
|
border-radius: 3px
|
|
|
|
|
|
|
|
|
|
> tbody
|
|
|
|
|
> tr
|
|
|
|
|
border-bottom: 1px solid #aaa
|
|
|
|
|
> td
|
|
|
|
|
padding: 4px 4px
|
|
|
|
|
> tr.selected
|
|
|
|
|
background-attachment: fixed
|
|
|
|
|
background-repeat: no-repeat
|
|
|
|
|
background-position: 0 0
|
|
|
|
|
background-image: linear-gradient(to left, #E0DCBA 70%,#f1da36 100%)
|
|
|
|
|
> tr:nth-child(odd).selected
|
|
|
|
|
background-attachment: fixed
|
|
|
|
|
background-repeat: no-repeat
|
|
|
|
|
background-position: 0 0
|
|
|
|
|
background-image: linear-gradient(to left, #FCF8D1 70%,#f1da36 100%)
|
|
|
|
|
.table-striped > tbody > tr:nth-child(even)
|
|
|
|
|
background-color: #f4f4f4
|
|
|
|
|
.table-striped > tbody > tr:nth-child(odd)
|
|
|
|
|
background-color: white
|
|
|
|
|
.table-hover > tbody > tr:hover
|
|
|
|
|
background-color: #ded
|
|
|
|
|
|
|
|
|
|
.pagination
|
|
|
|
|
text-align: right
|
|
|
|
|
font-size: 15px
|
|
|
|
|
line-height: 34px
|
|
|
|
|
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
|
|
|
|
margin: 0 0 10px 0
|
|
|
|
|
overflow: visible
|
|
|
|
|
white-space: nowrap
|
|
|
|
|
display: inline-block
|
|
|
|
|
span
|
|
|
|
|
padding: 2px 8px 3px 8px
|
|
|
|
|
margin: 0 8px
|
|
|
|
|
border: 2px solid #7b9961
|
|
|
|
|
border-radius: 5px
|
|
|
|
|
background-color: #90b272
|
|
|
|
|
cursor: pointer
|
|
|
|
|
overflow: visible
|
|
|
|
|
whitespace: nowrap
|
|
|
|
|
span:hover
|
|
|
|
|
background-color: #4ca84c
|
|
|
|
|
span:active
|
|
|
|
|
background-color: #3c983c
|
|
|
|
|
span.disabled
|
|
|
|
|
background-color: #ccc
|
|
|
|
|
border-color: #c5c5c5
|
|
|
|
|
color: white
|
|
|
|
|
cursor: default
|
|
|
|
|
span.disabled:hover
|
|
|
|
|
background-color: #ccc
|
|
|
|
|
span.disabled:active
|
|
|
|
|
background-color: #ccc
|
|
|
|
|
|
|
|
|
|
// Keep the custom scroll bars on top so they can be interacted with. They are placed outside the content div that they scroll.
|
|
|
|
|
.mCSB_1_scrollbar
|
|
|
|
|
z-index: 999
|
|
|
|
|
|
2018-08-23 16:58:50 -07:00
|
|
|
|
2020-01-16 09:32:59 -08:00
|
|
|
@import "../imports/ui/styles/snapTable.import.styl"
|
2018-07-30 14:15:39 -07:00
|
|
|
@import "../imports/ui/styles/effects.import.styl"
|
|
|
|
|
@import "../imports/ui/styles/buttons.import.styl"
|
|
|
|
|
@import "../imports/ui/styles/maxHeightLayout.import.styl"
|
|
|
|
|
@import "../imports/ui/styles/tabs.import.styl"
|
|
|
|
|
@import "../imports/ui/styles/forms.import.styl"
|
2018-12-12 11:04:00 -08:00
|
|
|
@import "../imports/ui/styles/modal.import.styl"
|
2018-07-30 14:15:39 -07:00
|
|
|
|
|
|
|
|
@import "../imports/util/de.combo.import.styl"
|
|
|
|
|
@import "../imports/util/bootstrap-like-btn.import.styl"
|
|
|
|
|
|
|
|
|
|
@import "../imports/ui/layouts/Public.import.styl"
|
|
|
|
|
@import "../imports/ui/layouts/Admin.import.styl"
|
|
|
|
|
@import "../imports/ui/layouts/Login.import.styl"
|
|
|
|
|
|
|
|
|
|
@import "../imports/ui/Home.import.styl"
|
|
|
|
|
|
2020-01-16 09:32:59 -08:00
|
|
|
@import "../imports/ui/Admin/Messages.import.styl"
|
2018-08-17 11:24:00 -07:00
|
|
|
@import "../imports/ui/Admin/UserManagement.import.styl"
|
2018-12-12 11:04:00 -08:00
|
|
|
@import "../imports/ui/Admin/InternshipEditor.import.styl"
|
|
|
|
|
@import "../imports/ui/Admin/PageEditor.import.styl"
|
|
|
|
|
@import "../imports/ui/Admin/SlideshowEditor.import.styl"
|
2018-08-14 10:56:12 -07:00
|
|
|
|
2018-12-12 11:04:00 -08:00
|
|
|
@import "../imports/ui/InternshipJobs.import.styl"
|
2018-08-14 10:56:12 -07:00
|
|
|
@import "../imports/ui/Grants.import.styl"
|
|
|
|
|
@import "../imports/ui/Internships.import.styl"
|
|
|
|
|
@import "../imports/ui/Scholarships.import.styl"
|
|
|
|
|
@import "../imports/ui/Fellowships.import.styl"
|
|
|
|
|
@import "../imports/ui/News&Notices.import.styl"
|
|
|
|
|
@import "../imports/ui/PhotoGallery.import.styl"
|
2019-01-07 16:53:54 -08:00
|
|
|
@import "../imports/ui/JrHighSummer.import.styl"
|
2018-08-14 10:56:12 -07:00
|
|
|
@import "../imports/ui/Support.import.styl"
|
2018-08-23 16:58:50 -07:00
|
|
|
@import "../imports/ui/CurrentBoard.import.styl"
|
2018-08-14 10:56:12 -07:00
|
|
|
|
|
|
|
|
@import "../imports/ui/About.import.styl"
|
|
|
|
|
@import "../imports/ui/Contact.import.styl"
|
|
|
|
|
@import "../imports/ui/Programs.import.styl"
|
2018-08-17 11:24:00 -07:00
|
|
|
@import "../imports/ui/ImportantDates.import.styl"
|
2018-12-12 11:04:00 -08:00
|
|
|
|
|
|
|
|
@import "../imports/ui/EditablePage.import.styl"
|
|
|
|
|
|
|
|
|
|
@import "../imports/ui/dialogs/SelectImageDialog.import.styl"
|