removed semantic-ui and other unused libraries loading the home page is now only a single HTTP requestpull/39/head
@ -1,4 +0,0 @@ | |||
jquery@1.11.3_2 | |||
meteor@1.1.6 | |||
semantic:ui-css@2.0.7 | |||
underscore@1.0.3 |
@ -1,255 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Accordion | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Accordion | |||
*******************************/ | |||
.ui.accordion, | |||
.ui.accordion .accordion { | |||
max-width: 100%; | |||
} | |||
.ui.accordion .accordion { | |||
margin: 1em 0em 0em; | |||
padding: 0em; | |||
} | |||
/* Title */ | |||
.ui.accordion .title, | |||
.ui.accordion .accordion .title { | |||
cursor: pointer; | |||
} | |||
/* Default Styling */ | |||
.ui.accordion .title:not(.ui) { | |||
padding: 0.5em 0em; | |||
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; | |||
font-size: 1em; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
/* Content */ | |||
.ui.accordion .title ~ .content, | |||
.ui.accordion .accordion .title ~ .content { | |||
display: none; | |||
} | |||
/* Default Styling */ | |||
.ui.accordion:not(.styled) .title ~ .content:not(.ui), | |||
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) { | |||
margin: ''; | |||
padding: 0.5em 0em 1em; | |||
} | |||
.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child { | |||
padding-bottom: 0em; | |||
} | |||
/* Arrow */ | |||
.ui.accordion .title .dropdown.icon, | |||
.ui.accordion .accordion .title .dropdown.icon { | |||
display: inline-block; | |||
float: none; | |||
opacity: 1; | |||
width: 1.25em; | |||
height: 1em; | |||
margin: 0em 0.25rem 0em 0rem; | |||
padding: 0em; | |||
font-size: 1em; | |||
-webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease; | |||
transition: transform 0.1s ease, opacity 0.1s ease; | |||
vertical-align: baseline; | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
} | |||
/*-------------- | |||
Coupling | |||
---------------*/ | |||
/* Menu */ | |||
.ui.accordion.menu .item .title { | |||
display: block; | |||
padding: 0em; | |||
} | |||
.ui.accordion.menu .item .title > .dropdown.icon { | |||
float: right; | |||
margin: 0.21425em 0em 0em 1em; | |||
-webkit-transform: rotate(180deg); | |||
-ms-transform: rotate(180deg); | |||
transform: rotate(180deg); | |||
} | |||
/* Header */ | |||
.ui.accordion .ui.header .dropdown.icon { | |||
font-size: 1em; | |||
margin: 0em 0.25rem 0em 0rem; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
.ui.accordion .active.title .dropdown.icon, | |||
.ui.accordion .accordion .active.title .dropdown.icon { | |||
-webkit-transform: rotate(90deg); | |||
-ms-transform: rotate(90deg); | |||
transform: rotate(90deg); | |||
} | |||
.ui.accordion.menu .item .active.title > .dropdown.icon { | |||
-webkit-transform: rotate(90deg); | |||
-ms-transform: rotate(90deg); | |||
transform: rotate(90deg); | |||
} | |||
/******************************* | |||
Types | |||
*******************************/ | |||
/*-------------- | |||
Styled | |||
---------------*/ | |||
.ui.styled.accordion { | |||
width: 600px; | |||
} | |||
.ui.styled.accordion, | |||
.ui.styled.accordion .accordion { | |||
border-radius: 0.28571429rem; | |||
background: #ffffff; | |||
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15); | |||
} | |||
.ui.styled.accordion .title, | |||
.ui.styled.accordion .accordion .title { | |||
margin: 0em; | |||
padding: 0.75em 1em; | |||
color: rgba(0, 0, 0, 0.4); | |||
font-weight: bold; | |||
border-top: 1px solid rgba(34, 36, 38, 0.15); | |||
-webkit-transition: background 0.1s ease, color 0.1s ease; | |||
transition: background 0.1s ease, color 0.1s ease; | |||
} | |||
.ui.styled.accordion > .title:first-child, | |||
.ui.styled.accordion .accordion .title:first-child { | |||
border-top: none; | |||
} | |||
/* Content */ | |||
.ui.styled.accordion .content, | |||
.ui.styled.accordion .accordion .content { | |||
margin: 0em; | |||
padding: 0.5em 1em 1.5em; | |||
} | |||
.ui.styled.accordion .accordion .content { | |||
padding: 0em; | |||
padding: 0.5em 1em 1.5em; | |||
} | |||
/* Hover */ | |||
.ui.styled.accordion .title:hover, | |||
.ui.styled.accordion .active.title, | |||
.ui.styled.accordion .accordion .title:hover, | |||
.ui.styled.accordion .accordion .active.title { | |||
background: transparent; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
.ui.styled.accordion .accordion .title:hover, | |||
.ui.styled.accordion .accordion .active.title { | |||
background: transparent; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
/* Active */ | |||
.ui.styled.accordion .active.title { | |||
background: transparent; | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
.ui.styled.accordion .accordion .active.title { | |||
background: transparent; | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
/*-------------- | |||
Active | |||
---------------*/ | |||
.ui.accordion .active.content, | |||
.ui.accordion .accordion .active.content { | |||
display: block; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*-------------- | |||
Fluid | |||
---------------*/ | |||
.ui.fluid.accordion, | |||
.ui.fluid.accordion .accordion { | |||
width: 100%; | |||
} | |||
/*-------------- | |||
Inverted | |||
---------------*/ | |||
.ui.inverted.accordion .title:not(.ui) { | |||
color: rgba(255, 255, 255, 0.9); | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
@font-face { | |||
font-family: 'Accordion'; | |||
src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
/* Dropdown Icon */ | |||
.ui.accordion .title .dropdown.icon, | |||
.ui.accordion .accordion .title .dropdown.icon { | |||
font-family: Accordion; | |||
line-height: 1; | |||
-webkit-backface-visibility: hidden; | |||
backface-visibility: hidden; | |||
font-weight: normal; | |||
font-style: normal; | |||
text-align: center; | |||
} | |||
.ui.accordion .title .dropdown.icon:before, | |||
.ui.accordion .accordion .title .dropdown.icon:before { | |||
content: '\f0da' /*rtl:'\f0d9'*/; | |||
} | |||
/******************************* | |||
User Overrides | |||
*******************************/ | |||
@ -1,592 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Accordion | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
;(function ($, window, document, undefined) { | |||
"use strict"; | |||
$.fn.accordion = function(parameters) { | |||
var | |||
$allModules = $(this), | |||
time = new Date().getTime(), | |||
performance = [], | |||
query = arguments[0], | |||
methodInvoked = (typeof query == 'string'), | |||
queryArguments = [].slice.call(arguments, 1), | |||
requestAnimationFrame = window.requestAnimationFrame | |||
|| window.mozRequestAnimationFrame | |||
|| window.webkitRequestAnimationFrame | |||
|| window.msRequestAnimationFrame | |||
|| function(callback) { setTimeout(callback, 0); }, | |||
returnedValue | |||
; | |||
$allModules | |||
.each(function() { | |||
var | |||
settings = ( $.isPlainObject(parameters) ) | |||
? $.extend(true, {}, $.fn.accordion.settings, parameters) | |||
: $.extend({}, $.fn.accordion.settings), | |||
className = settings.className, | |||
namespace = settings.namespace, | |||
selector = settings.selector, | |||
error = settings.error, | |||
eventNamespace = '.' + namespace, | |||
moduleNamespace = 'module-' + namespace, | |||
moduleSelector = $allModules.selector || '', | |||
$module = $(this), | |||
$title = $module.find(selector.title), | |||
$content = $module.find(selector.content), | |||
element = this, | |||
instance = $module.data(moduleNamespace), | |||
observer, | |||
module | |||
; | |||
module = { | |||
initialize: function() { | |||
module.debug('Initializing', $module); | |||
module.bind.events(); | |||
module.observeChanges(); | |||
module.instantiate(); | |||
}, | |||
instantiate: function() { | |||
instance = module; | |||
$module | |||
.data(moduleNamespace, module) | |||
; | |||
}, | |||
destroy: function() { | |||
module.debug('Destroying previous instance', $module); | |||
$module | |||
.off(eventNamespace) | |||
.removeData(moduleNamespace) | |||
; | |||
}, | |||
refresh: function() { | |||
$title = $module.find(selector.title); | |||
$content = $module.find(selector.content); | |||
}, | |||
observeChanges: function() { | |||
if('MutationObserver' in window) { | |||
observer = new MutationObserver(function(mutations) { | |||
module.debug('DOM tree modified, updating selector cache'); | |||
module.refresh(); | |||
}); | |||
observer.observe(element, { | |||
childList : true, | |||
subtree : true | |||
}); | |||
module.debug('Setting up mutation observer', observer); | |||
} | |||
}, | |||
bind: { | |||
events: function() { | |||
module.debug('Binding delegated events'); | |||
$module | |||
.on(settings.on + eventNamespace, selector.trigger, module.event.click) | |||
; | |||
} | |||
}, | |||
event: { | |||
click: function() { | |||
module.toggle.call(this); | |||
} | |||
}, | |||
toggle: function(query) { | |||
var | |||
$activeTitle = (query !== undefined) | |||
? (typeof query === 'number') | |||
? $title.eq(query) | |||
: $(query).closest(selector.title) | |||
: $(this).closest(selector.title), | |||
$activeContent = $activeTitle.next($content), | |||
isAnimating = $activeContent.hasClass(className.animating), | |||
isActive = $activeContent.hasClass(className.active), | |||
isOpen = (isActive && !isAnimating), | |||
isOpening = (!isActive && isAnimating) | |||
; | |||
module.debug('Toggling visibility of content', $activeTitle); | |||
if(isOpen || isOpening) { | |||
if(settings.collapsible) { | |||
module.close.call($activeTitle); | |||
} | |||
else { | |||
module.debug('Cannot close accordion content collapsing is disabled'); | |||
} | |||
} | |||
else { | |||
module.open.call($activeTitle); | |||
} | |||
}, | |||
open: function(query) { | |||
var | |||
$activeTitle = (query !== undefined) | |||
? (typeof query === 'number') | |||
? $title.eq(query) | |||
: $(query).closest(selector.title) | |||
: $(this).closest(selector.title), | |||
$activeContent = $activeTitle.next($content), | |||
isAnimating = $activeContent.hasClass(className.animating), | |||
isActive = $activeContent.hasClass(className.active), | |||
isOpen = (isActive || isAnimating) | |||
; | |||
if(isOpen) { | |||
module.debug('Accordion already open, skipping', $activeContent); | |||
return; | |||
} | |||
module.debug('Opening accordion content', $activeTitle); | |||
settings.onOpening.call($activeContent); | |||
if(settings.exclusive) { | |||
module.closeOthers.call($activeTitle); | |||
} | |||
$activeTitle | |||
.addClass(className.active) | |||
; | |||
$activeContent | |||
.stop(true, true) | |||
.addClass(className.animating) | |||
; | |||
if(settings.animateChildren) { | |||
if($.fn.transition !== undefined && $module.transition('is supported')) { | |||
$activeContent | |||
.children() | |||
.transition({ | |||
animation : 'fade in', | |||
queue : false, | |||
useFailSafe : true, | |||
debug : settings.debug, | |||
verbose : settings.verbose, | |||
duration : settings.duration | |||
}) | |||
; | |||
} | |||
else { | |||
$activeContent | |||
.children() | |||
.stop(true, true) | |||
.animate({ | |||
opacity: 1 | |||
}, settings.duration, module.resetOpacity) | |||
; | |||
} | |||
} | |||
$activeContent | |||
.slideDown(settings.duration, settings.easing, function() { | |||
$activeContent | |||
.removeClass(className.animating) | |||
.addClass(className.active) | |||
; | |||
module.reset.display.call(this); | |||
settings.onOpen.call(this); | |||
settings.onChange.call(this); | |||
}) | |||
; | |||
}, | |||
close: function(query) { | |||
var | |||
$activeTitle = (query !== undefined) | |||
? (typeof query === 'number') | |||
? $title.eq(query) | |||
: $(query).closest(selector.title) | |||
: $(this).closest(selector.title), | |||
$activeContent = $activeTitle.next($content), | |||
isAnimating = $activeContent.hasClass(className.animating), | |||
isActive = $activeContent.hasClass(className.active), | |||
isOpening = (!isActive && isAnimating), | |||
isClosing = (isActive && isAnimating) | |||
; | |||
if((isActive || isOpening) && !isClosing) { | |||
module.debug('Closing accordion content', $activeContent); | |||
settings.onClosing.call($activeContent); | |||
$activeTitle | |||
.removeClass(className.active) | |||
; | |||
$activeContent | |||
.stop(true, true) | |||
.addClass(className.animating) | |||
; | |||
if(settings.animateChildren) { | |||
if($.fn.transition !== undefined && $module.transition('is supported')) { | |||
$activeContent | |||
.children() | |||
.transition({ | |||
animation : 'fade out', | |||
queue : false, | |||
useFailSafe : true, | |||
debug : settings.debug, | |||
verbose : settings.verbose, | |||
duration : settings.duration | |||
}) | |||
; | |||
} | |||
else { | |||
$activeContent | |||
.children() | |||
.stop(true, true) | |||
.animate({ | |||
opacity: 0 | |||
}, settings.duration, module.resetOpacity) | |||
; | |||
} | |||
} | |||
$activeContent | |||
.slideUp(settings.duration, settings.easing, function() { | |||
$activeContent | |||
.removeClass(className.animating) | |||
.removeClass(className.active) | |||
; | |||
module.reset.display.call(this); | |||
settings.onClose.call(this); | |||
settings.onChange.call(this); | |||
}) | |||
; | |||
} | |||
}, | |||
closeOthers: function(index) { | |||
var | |||
$activeTitle = (index !== undefined) | |||
? $title.eq(index) | |||
: $(this).closest(selector.title), | |||
$parentTitles = $activeTitle.parents(selector.content).prev(selector.title), | |||
$activeAccordion = $activeTitle.closest(selector.accordion), | |||
activeSelector = selector.title + '.' + className.active + ':visible', | |||
activeContent = selector.content + '.' + className.active + ':visible', | |||
$openTitles, | |||
$nestedTitles, | |||
$openContents | |||
; | |||
if(settings.closeNested) { | |||
$openTitles = $activeAccordion.find(activeSelector).not($parentTitles); | |||
$openContents = $openTitles.next($content); | |||
} | |||
else { | |||
$openTitles = $activeAccordion.find(activeSelector).not($parentTitles); | |||
$nestedTitles = $activeAccordion.find(activeContent).find(activeSelector).not($parentTitles); | |||
$openTitles = $openTitles.not($nestedTitles); | |||
$openContents = $openTitles.next($content); | |||
} | |||
if( ($openTitles.length > 0) ) { | |||
module.debug('Exclusive enabled, closing other content', $openTitles); | |||
$openTitles | |||
.removeClass(className.active) | |||
; | |||
$openContents | |||
.removeClass(className.animating) | |||
.stop(true, true) | |||
; | |||
if(settings.animateChildren) { | |||
if($.fn.transition !== undefined && $module.transition('is supported')) { | |||
$openContents | |||
.children() | |||
.transition({ | |||
animation : 'fade out', | |||
useFailSafe : true, | |||
debug : settings.debug, | |||
verbose : settings.verbose, | |||
duration : settings.duration | |||
}) | |||
; | |||
} | |||
else { | |||
$openContents | |||
.children() | |||
.stop(true, true) | |||
.animate({ | |||
opacity: 0 | |||
}, settings.duration, module.resetOpacity) | |||
; | |||
} | |||
} | |||
$openContents | |||
.slideUp(settings.duration , settings.easing, function() { | |||
$(this).removeClass(className.active); | |||
module.reset.display.call(this); | |||
}) | |||
; | |||
} | |||
}, | |||
reset: { | |||
display: function() { | |||
module.verbose('Removing inline display from element', this); | |||
$(this).css('display', ''); | |||
if( $(this).attr('style') === '') { | |||
$(this) | |||
.attr('style', '') | |||
.removeAttr('style') | |||
; | |||
} | |||
}, | |||
opacity: function() { | |||
module.verbose('Removing inline opacity from element', this); | |||
$(this).css('opacity', ''); | |||
if( $(this).attr('style') === '') { | |||
$(this) | |||
.attr('style', '') | |||
.removeAttr('style') | |||
; | |||
} | |||
}, | |||
}, | |||
setting: function(name, value) { | |||
module.debug('Changing setting', name, value); | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, settings, name); | |||
} | |||
else if(value !== undefined) { | |||
settings[name] = value; | |||
} | |||
else { | |||
return settings[name]; | |||
} | |||
}, | |||
internal: function(name, value) { | |||
module.debug('Changing internal', name, value); | |||
if(value !== undefined) { | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, module, name); | |||
} | |||
else { | |||
module[name] = value; | |||
} | |||
} | |||
else { | |||
return module[name]; | |||
} | |||
}, | |||
debug: function() { | |||
if(settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.debug.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
verbose: function() { | |||
if(settings.verbose && settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.verbose.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
error: function() { | |||
module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); | |||
module.error.apply(console, arguments); | |||
}, | |||
performance: { | |||
log: function(message) { | |||
var | |||
currentTime, | |||
executionTime, | |||
previousTime | |||
; | |||
if(settings.performance) { | |||
currentTime = new Date().getTime(); | |||
previousTime = time || currentTime; | |||
executionTime = currentTime - previousTime; | |||
time = currentTime; | |||
performance.push({ | |||
'Name' : message[0], | |||
'Arguments' : [].slice.call(message, 1) || '', | |||
'Element' : element, | |||
'Execution Time' : executionTime | |||
}); | |||
} | |||
clearTimeout(module.performance.timer); | |||
module.performance.timer = setTimeout(module.performance.display, 500); | |||
}, | |||
display: function() { | |||
var | |||
title = settings.name + ':', | |||
totalTime = 0 | |||
; | |||
time = false; | |||
clearTimeout(module.performance.timer); | |||
$.each(performance, function(index, data) { | |||
totalTime += data['Execution Time']; | |||
}); | |||
title += ' ' + totalTime + 'ms'; | |||
if(moduleSelector) { | |||
title += ' \'' + moduleSelector + '\''; | |||
} | |||
if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { | |||
console.groupCollapsed(title); | |||
if(console.table) { | |||
console.table(performance); | |||
} | |||
else { | |||
$.each(performance, function(index, data) { | |||
console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); | |||
}); | |||
} | |||
console.groupEnd(); | |||
} | |||
performance = []; | |||
} | |||
}, | |||
invoke: function(query, passedArguments, context) { | |||
var | |||
object = instance, | |||
maxDepth, | |||
found, | |||
response | |||
; | |||
passedArguments = passedArguments || queryArguments; | |||
context = element || context; | |||
if(typeof query == 'string' && object !== undefined) { | |||
query = query.split(/[\. ]/); | |||
maxDepth = query.length - 1; | |||
$.each(query, function(depth, value) { | |||
var camelCaseValue = (depth != maxDepth) | |||
? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) | |||
: query | |||
; | |||
if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { | |||
object = object[camelCaseValue]; | |||
} | |||
else if( object[camelCaseValue] !== undefined ) { | |||
found = object[camelCaseValue]; | |||
return false; | |||
} | |||
else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { | |||
object = object[value]; | |||
} | |||
else if( object[value] !== undefined ) { | |||
found = object[value]; | |||
return false; | |||
} | |||
else { | |||
module.error(error.method, query); | |||
return false; | |||
} | |||
}); | |||
} | |||
if ( $.isFunction( found ) ) { | |||
response = found.apply(context, passedArguments); | |||
} | |||
else if(found !== undefined) { | |||
response = found; | |||
} | |||
if($.isArray(returnedValue)) { | |||
returnedValue.push(response); | |||
} | |||
else if(returnedValue !== undefined) { | |||
returnedValue = [returnedValue, response]; | |||
} | |||
else if(response !== undefined) { | |||
returnedValue = response; | |||
} | |||
return found; | |||
} | |||
}; | |||
if(methodInvoked) { | |||
if(instance === undefined) { | |||
module.initialize(); | |||
} | |||
module.invoke(query); | |||
} | |||
else { | |||
if(instance !== undefined) { | |||
instance.invoke('destroy'); | |||
} | |||
module.initialize(); | |||
} | |||
}) | |||
; | |||
return (returnedValue !== undefined) | |||
? returnedValue | |||
: this | |||
; | |||
}; | |||
$.fn.accordion.settings = { | |||
name : 'Accordion', | |||
namespace : 'accordion', | |||
debug : false, | |||
verbose : false, | |||
performance : true, | |||
on : 'click', | |||
exclusive : true, | |||
collapsible : true, | |||
closeNested : false, | |||
animateChildren : true, | |||
duration : 350, | |||
easing : 'easeOutQuad', | |||
onOpening : function(){}, | |||
onOpen : function(){}, | |||
onClosing : function(){}, | |||
onClose : function(){}, | |||
onChange : function(){}, | |||
error: { | |||
method : 'The method you called is not defined' | |||
}, | |||
className : { | |||
active : 'active', | |||
animating : 'animating' | |||
}, | |||
selector : { | |||
accordion : '.accordion', | |||
title : '.title', | |||
trigger : '.title', | |||
content : '.content' | |||
} | |||
}; | |||
// Adds easing | |||
$.extend( $.easing, { | |||
easeOutQuad: function (x, t, b, c, d) { | |||
return -c *(t/=d)*(t-2) + b; | |||
} | |||
}); | |||
})( jQuery, window , document ); | |||
@ -1,276 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Ad | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2013 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Advertisement | |||
*******************************/ | |||
.ui.ad { | |||
display: block; | |||
overflow: hidden; | |||
margin: 1em 0em; | |||
} | |||
.ui.ad:first-child { | |||
margin: 0em; | |||
} | |||
.ui.ad:last-child { | |||
margin: 0em; | |||
} | |||
.ui.ad iframe { | |||
margin: 0em; | |||
padding: 0em; | |||
border: none; | |||
overflow: hidden; | |||
} | |||
/*-------------- | |||
Common | |||
---------------*/ | |||
/* Leaderboard */ | |||
.ui.leaderboard.ad { | |||
width: 728px; | |||
height: 90px; | |||
} | |||
/* Medium Rectangle */ | |||
.ui[class*="medium rectangle"].ad { | |||
width: 300px; | |||
height: 250px; | |||
} | |||
/* Large Rectangle */ | |||
.ui[class*="large rectangle"].ad { | |||
width: 336px; | |||
height: 280px; | |||
} | |||
/* Half Page */ | |||
.ui[class*="half page"].ad { | |||
width: 300px; | |||
height: 600px; | |||
} | |||
/*-------------- | |||
Square | |||
---------------*/ | |||
/* Square */ | |||
.ui.square.ad { | |||
width: 250px; | |||
height: 250px; | |||
} | |||
/* Small Square */ | |||
.ui[class*="small square"].ad { | |||
width: 200px; | |||
height: 200px; | |||
} | |||
/*-------------- | |||
Rectangle | |||
---------------*/ | |||
/* Small Rectangle */ | |||
.ui[class*="small rectangle"].ad { | |||
width: 180px; | |||
height: 150px; | |||
} | |||
/* Vertical Rectangle */ | |||
.ui[class*="vertical rectangle"].ad { | |||
width: 240px; | |||
height: 400px; | |||
} | |||
/*-------------- | |||
Button | |||
---------------*/ | |||
.ui.button.ad { | |||
width: 120px; | |||
height: 90px; | |||
} | |||
.ui[class*="square button"].ad { | |||
width: 125px; | |||
height: 125px; | |||
} | |||
.ui[class*="small button"].ad { | |||
width: 120px; | |||
height: 60px; | |||
} | |||
/*-------------- | |||
Skyscrapers | |||
---------------*/ | |||
/* Skyscraper */ | |||
.ui.skyscraper.ad { | |||
width: 120px; | |||
height: 600px; | |||
} | |||
/* Wide Skyscraper */ | |||
.ui[class*="wide skyscraper"].ad { | |||
width: 160px; | |||
} | |||
/*-------------- | |||
Banners | |||
---------------*/ | |||
/* Banner */ | |||
.ui.banner.ad { | |||
width: 468px; | |||
height: 60px; | |||
} | |||
/* Vertical Banner */ | |||
.ui[class*="vertical banner"].ad { | |||
width: 120px; | |||
height: 240px; | |||
} | |||
/* Top Banner */ | |||
.ui[class*="top banner"].ad { | |||
width: 930px; | |||
height: 180px; | |||
} | |||
/* Half Banner */ | |||
.ui[class*="half banner"].ad { | |||
width: 234px; | |||
height: 60px; | |||
} | |||
/*-------------- | |||
Boards | |||
---------------*/ | |||
/* Leaderboard */ | |||
.ui[class*="large leaderboard"].ad { | |||
width: 970px; | |||
height: 90px; | |||
} | |||
/* Billboard */ | |||
.ui.billboard.ad { | |||
width: 970px; | |||
height: 250px; | |||
} | |||
/*-------------- | |||
Panorama | |||
---------------*/ | |||
/* Panorama */ | |||
.ui.panorama.ad { | |||
width: 980px; | |||
height: 120px; | |||
} | |||
/*-------------- | |||
Netboard | |||
---------------*/ | |||
/* Netboard */ | |||
.ui.netboard.ad { | |||
width: 580px; | |||
height: 400px; | |||
} | |||
/*-------------- | |||
Mobile | |||
---------------*/ | |||
/* Large Mobile Banner */ | |||
.ui[class*="large mobile banner"].ad { | |||
width: 320px; | |||
height: 100px; | |||
} | |||
/* Mobile Leaderboard */ | |||
.ui[class*="mobile leaderboard"].ad { | |||
width: 320px; | |||
height: 50px; | |||
} | |||
/******************************* | |||
Types | |||
*******************************/ | |||
/* Mobile Sizes */ | |||
.ui.mobile.ad { | |||
display: none; | |||
} | |||
@media only screen and (max-width: 767px) { | |||
.ui.mobile.ad { | |||
display: block; | |||
} | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
.ui.centered.ad { | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.ui.test.ad { | |||
position: relative; | |||
background: #545454; | |||
} | |||
.ui.test.ad:after { | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
width: 100%; | |||
text-align: center; | |||
-webkit-transform: translateX(-50%) translateY(-50%); | |||
-ms-transform: translateX(-50%) translateY(-50%); | |||
transform: translateX(-50%) translateY(-50%); | |||
content: 'Ad'; | |||
color: #ffffff; | |||
font-size: 1em; | |||
font-weight: bold; | |||
} | |||
.ui.mobile.test.ad:after { | |||
font-size: 0.85714286em; | |||
} | |||
.ui.test.ad[data-text]:after { | |||
content: attr(data-text); | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
User Variable Overrides | |||
*******************************/ | |||
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Ad | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2013 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#fff;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)} |
@ -1,125 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Breadcrumb | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Breadcrumb | |||
*******************************/ | |||
.ui.breadcrumb { | |||
line-height: 1; | |||
margin: 1em 0em; | |||
display: inline-block; | |||
vertical-align: middle; | |||
} | |||
.ui.breadcrumb:first-child { | |||
margin-top: 0em; | |||
} | |||
.ui.breadcrumb:last-child { | |||
margin-bottom: 0em; | |||
} | |||
/******************************* | |||
Content | |||
*******************************/ | |||
/* Divider */ | |||
.ui.breadcrumb .divider { | |||
display: inline-block; | |||
opacity: 0.7; | |||
margin: 0em 0.21428571rem 0em; | |||
font-size: 0.92857143em; | |||
color: rgba(0, 0, 0, 0.4); | |||
vertical-align: baseline; | |||
} | |||
/* Link */ | |||
.ui.breadcrumb a { | |||
color: #4183c4; | |||
} | |||
.ui.breadcrumb a:hover { | |||
color: #1e70bf; | |||
} | |||
/* Icon Divider */ | |||
.ui.breadcrumb .icon.divider { | |||
font-size: 0.85714286em; | |||
vertical-align: baseline; | |||
} | |||
/* Section */ | |||
.ui.breadcrumb a.section { | |||
cursor: pointer; | |||
} | |||
.ui.breadcrumb .section { | |||
display: inline-block; | |||
margin: 0em; | |||
padding: 0em; | |||
} | |||
/* Loose Coupling */ | |||
.ui.breadcrumb.segment { | |||
display: inline-block; | |||
padding: 0.71428571em 1em; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
.ui.breadcrumb .active.section { | |||
font-weight: bold; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
.ui.mini.breadcrumb { | |||
font-size: 0.71428571rem; | |||
} | |||
.ui.tiny.breadcrumb { | |||
font-size: 0.85714286rem; | |||
} | |||
.ui.small.breadcrumb { | |||
font-size: 0.92857143rem; | |||
} | |||
.ui.breadcrumb { | |||
font-size: 1rem; | |||
} | |||
.ui.large.breadcrumb { | |||
font-size: 1.14285714rem; | |||
} | |||
.ui.big.breadcrumb { | |||
font-size: 1.28571429rem; | |||
} | |||
.ui.huge.breadcrumb { | |||
font-size: 1.42857143rem; | |||
} | |||
.ui.massive.breadcrumb { | |||
font-size: 1.71428571rem; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
Site Overrides | |||
*******************************/ | |||
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Breadcrumb | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.ui.breadcrumb{line-height:1;margin:1em 0;display:inline-block;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.71428571em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.71428571rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem} |
@ -1,949 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Item | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Standard | |||
*******************************/ | |||
/*-------------- | |||
Card | |||
---------------*/ | |||
.ui.cards > .card, | |||
.ui.card { | |||
max-width: 100%; | |||
position: relative; | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
-webkit-box-orient: vertical; | |||
-webkit-box-direction: normal; | |||
-webkit-flex-direction: column; | |||
-ms-flex-direction: column; | |||
flex-direction: column; | |||
width: 290px; | |||
min-height: 0px; | |||
background: #ffffff; | |||
padding: 0em; | |||
border: none; | |||
border-radius: 0.28571429rem; | |||
box-shadow: 0px 1px 3px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5; | |||
-webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease; | |||
transition: box-shadow 0.1s ease, transform 0.1s ease; | |||
z-index: ''; | |||
} | |||
.ui.card { | |||
margin: 1em 0em; | |||
} | |||
.ui.cards > .card a, | |||
.ui.card a { | |||
cursor: pointer; | |||
} | |||
.ui.card:first-child { | |||
margin-top: 0em; | |||
} | |||
.ui.card:last-child { | |||
margin-bottom: 0em; | |||
} | |||
/*-------------- | |||
Cards | |||
---------------*/ | |||
.ui.cards { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
margin: -0.875em -0.5em; | |||
-webkit-flex-wrap: wrap; | |||
-ms-flex-wrap: wrap; | |||
flex-wrap: wrap; | |||
} | |||
.ui.cards > .card { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
margin: 0.875em 0.5em; | |||
float: none; | |||
} | |||
/* Clearing */ | |||
.ui.cards:after, | |||
.ui.card:after { | |||
display: block; | |||
content: ' '; | |||
height: 0px; | |||
clear: both; | |||
overflow: hidden; | |||
visibility: hidden; | |||
} | |||
/* Consecutive Card Groups Preserve Row Spacing */ | |||
.ui.cards ~ .ui.cards { | |||
margin-top: 0.875em; | |||
} | |||
/*-------------- | |||
Rounded Edges | |||
---------------*/ | |||
.ui.cards > .card > :first-child, | |||
.ui.card > :first-child { | |||
border-radius: 0.28571429rem 0.28571429rem 0em 0em !important; | |||
border-top: none !important; | |||
} | |||
.ui.cards > .card > :last-child, | |||
.ui.card > :last-child { | |||
border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; | |||
} | |||
.ui.cards > .card > :only-child, | |||
.ui.card > :only-child { | |||
border-radius: 0.28571429rem !important; | |||
} | |||
/*-------------- | |||
Images | |||
---------------*/ | |||
.ui.cards > .card > .image, | |||
.ui.card > .image { | |||
position: relative; | |||
display: block; | |||
-webkit-box-flex: 0; | |||
-webkit-flex: 0 0 auto; | |||
-ms-flex: 0 0 auto; | |||
flex: 0 0 auto; | |||
padding: 0em; | |||
background: rgba(0, 0, 0, 0.05); | |||
} | |||
.ui.cards > .card > .image > img, | |||
.ui.card > .image > img { | |||
display: block; | |||
width: 100%; | |||
height: auto; | |||
border-radius: inherit; | |||
} | |||
.ui.cards > .card > .image:not(.ui) > img, | |||
.ui.card > .image:not(.ui) > img { | |||
border: none; | |||
} | |||
/*-------------- | |||
Content | |||
---------------*/ | |||
.ui.cards > .card > .content, | |||
.ui.card > .content { | |||
-webkit-box-flex: 1; | |||
-webkit-flex-grow: 1; | |||
-ms-flex-positive: 1; | |||
flex-grow: 1; | |||
border: none; | |||
border-top: 1px solid rgba(34, 36, 38, 0.1); | |||
background: none; | |||
margin: 0em; | |||
padding: 1em 1em; | |||
box-shadow: none; | |||
font-size: 1em; | |||
border-radius: 0em; | |||
} | |||
.ui.cards > .card > .content:after, | |||
.ui.card > .content:after { | |||
display: block; | |||
content: ' '; | |||
height: 0px; | |||
clear: both; | |||
overflow: hidden; | |||
visibility: hidden; | |||
} | |||
.ui.cards > .card > .content > .header, | |||
.ui.card > .content > .header { | |||
display: block; | |||
margin: ''; | |||
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; | |||
color: rgba(0, 0, 0, 0.85); | |||
} | |||
/* Default Header Size */ | |||
.ui.cards > .card > .content > .header:not(.ui), | |||
.ui.card > .content > .header:not(.ui) { | |||
font-weight: bold; | |||
font-size: 1.28571429em; | |||
margin-top: -0.21425em; | |||
line-height: 1.2857em; | |||
} | |||
.ui.cards > .card > .content > .meta + .description, | |||
.ui.cards > .card > .content > .header + .description, | |||
.ui.card > .content > .meta + .description, | |||
.ui.card > .content > .header + .description { | |||
margin-top: 0.5em; | |||
} | |||
/*---------------- | |||
Floated Content | |||
-----------------*/ | |||
.ui.cards > .card [class*="left floated"], | |||
.ui.card [class*="left floated"] { | |||
float: left; | |||
} | |||
.ui.cards > .card [class*="right floated"], | |||
.ui.card [class*="right floated"] { | |||
float: right; | |||
} | |||
/*-------------- | |||
Aligned | |||
---------------*/ | |||
.ui.cards > .card [class*="left aligned"], | |||
.ui.card [class*="left aligned"] { | |||
text-align: left; | |||
} | |||
.ui.cards > .card [class*="center aligned"], | |||
.ui.card [class*="center aligned"] { | |||
text-align: center; | |||
} | |||
.ui.cards > .card [class*="right aligned"], | |||
.ui.card [class*="right aligned"] { | |||
text-align: right; | |||
} | |||
/*-------------- | |||
Content Image | |||
---------------*/ | |||
.ui.cards > .card .content img, | |||
.ui.card .content img { | |||
display: inline-block; | |||
vertical-align: middle; | |||
width: ''; | |||
} | |||
.ui.cards > .card img.avatar, | |||
.ui.cards > .card .avatar img, | |||
.ui.card img.avatar, | |||
.ui.card .avatar img { | |||
width: 2em; | |||
height: 2em; | |||
border-radius: 500rem; | |||
} | |||
/*-------------- | |||
Description | |||
---------------*/ | |||
.ui.cards > .card > .content > .description, | |||
.ui.card > .content > .description { | |||
clear: both; | |||
color: rgba(0, 0, 0, 0.68); | |||
} | |||
/*-------------- | |||
Paragraph | |||
---------------*/ | |||
.ui.cards > .card > .content p, | |||
.ui.card > .content p { | |||
margin: 0em 0em 0.5em; | |||
} | |||
.ui.cards > .card > .content p:last-child, | |||
.ui.card > .content p:last-child { | |||
margin-bottom: 0em; | |||
} | |||
/*-------------- | |||
Meta | |||
---------------*/ | |||
.ui.cards > .card .meta, | |||
.ui.card .meta { | |||
font-size: 1em; | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
.ui.cards > .card .meta *, | |||
.ui.card .meta * { | |||
margin-right: 0.3em; | |||
} | |||
.ui.cards > .card .meta :last-child, | |||
.ui.card .meta :last-child { | |||
margin-right: 0em; | |||
} | |||
.ui.cards > .card .meta [class*="right floated"], | |||
.ui.card .meta [class*="right floated"] { | |||
margin-right: 0em; | |||
margin-left: 0.3em; | |||
} | |||
/*-------------- | |||
Links | |||
---------------*/ | |||
/* Generic */ | |||
.ui.cards > .card > .content a:not(.ui), | |||
.ui.card > .content a:not(.ui) { | |||
color: ''; | |||
-webkit-transition: color 0.1s ease; | |||
transition: color 0.1s ease; | |||
} | |||
.ui.cards > .card > .content a:not(.ui):hover, | |||
.ui.card > .content a:not(.ui):hover { | |||
color: ''; | |||
} | |||
/* Header */ | |||
.ui.cards > .card > .content > a.header, | |||
.ui.card > .content > a.header { | |||
color: rgba(0, 0, 0, 0.85); | |||
} | |||
.ui.cards > .card > .content > a.header:hover, | |||
.ui.card > .content > a.header:hover { | |||
color: #1e70bf; | |||
} | |||
/* Meta */ | |||
.ui.cards > .card .meta > a:not(.ui), | |||
.ui.card .meta > a:not(.ui) { | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
.ui.cards > .card .meta > a:not(.ui):hover, | |||
.ui.card .meta > a:not(.ui):hover { | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
/*-------------- | |||
Buttons | |||
---------------*/ | |||
.ui.cards > .card > .buttons, | |||
.ui.card > .buttons, | |||
.ui.cards > .card > .button, | |||
.ui.card > .button { | |||
margin: 0px -1px; | |||
width: calc(100% + 2px ); | |||
} | |||
/*-------------- | |||
Dimmer | |||
---------------*/ | |||
.ui.cards > .card .dimmer, | |||
.ui.card .dimmer { | |||
background-color: ''; | |||
z-index: 10; | |||
} | |||
/*-------------- | |||
Labels | |||
---------------*/ | |||
/*-----Star----- */ | |||
/* Icon */ | |||
.ui.cards > .card > .content .star.icon, | |||
.ui.card > .content .star.icon { | |||
cursor: pointer; | |||
opacity: 0.75; | |||
-webkit-transition: color 0.1s ease; | |||
transition: color 0.1s ease; | |||
} | |||
.ui.cards > .card > .content .star.icon:hover, | |||
.ui.card > .content .star.icon:hover { | |||
opacity: 1; | |||
color: #ffb70a; | |||
} | |||
.ui.cards > .card > .content .active.star.icon, | |||
.ui.card > .content .active.star.icon { | |||
color: #ffe623; | |||
} | |||
/*-----Like----- */ | |||
/* Icon */ | |||
.ui.cards > .card > .content .like.icon, | |||
.ui.card > .content .like.icon { | |||
cursor: pointer; | |||
opacity: 0.75; | |||
-webkit-transition: color 0.1s ease; | |||
transition: color 0.1s ease; | |||
} | |||
.ui.cards > .card > .content .like.icon:hover, | |||
.ui.card > .content .like.icon:hover { | |||
opacity: 1; | |||
color: #ff2733; | |||
} | |||
.ui.cards > .card > .content .active.like.icon, | |||
.ui.card > .content .active.like.icon { | |||
color: #ff2733; | |||
} | |||
/*---------------- | |||
Extra Content | |||
-----------------*/ | |||
.ui.cards > .card > .extra, | |||
.ui.card > .extra { | |||
max-width: 100%; | |||
min-height: 0em !important; | |||
-webkit-box-flex: 0; | |||
-webkit-flex-grow: 0; | |||
-ms-flex-positive: 0; | |||
flex-grow: 0; | |||
border-top: 1px solid rgba(0, 0, 0, 0.05) !important; | |||
position: static; | |||
background: none; | |||
width: auto; | |||
margin: 0em 0em; | |||
padding: 0.75em 1em; | |||
top: 0em; | |||
left: 0em; | |||
color: rgba(0, 0, 0, 0.4); | |||
box-shadow: none; | |||
-webkit-transition: color 0.1s ease; | |||
transition: color 0.1s ease; | |||
} | |||
.ui.cards > .card > .extra a:not(.ui), | |||
.ui.card > .extra a:not(.ui) { | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
.ui.cards > .card > .extra a:not(.ui):hover, | |||
.ui.card > .extra a:not(.ui):hover { | |||
color: #1e70bf; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*------------------- | |||
Centered | |||
--------------------*/ | |||
.ui.centered.card { | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
/*------------------- | |||
Fluid | |||
--------------------*/ | |||
.ui.fluid.card { | |||
width: 100%; | |||
max-width: 9999px; | |||
} | |||
/*------------------- | |||
Link | |||
--------------------*/ | |||
.ui.cards a.card, | |||
.ui.link.cards .card, | |||
a.ui.card, | |||
.ui.link.card { | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
} | |||
.ui.cards a.card:hover, | |||
.ui.link.cards .card:hover, | |||
a.ui.card:hover, | |||
.ui.link.card:hover { | |||
cursor: pointer; | |||
z-index: 5; | |||
background: #ffffff; | |||
border: none; | |||
box-shadow: 0px 1px 3px 0px #bcbdbd, 0px 0px 0px 1px #d4d4d5; | |||
-webkit-transform: translateY(-3px); | |||
-ms-transform: translateY(-3px); | |||
transform: translateY(-3px); | |||
} | |||
/*------------------- | |||
Colors | |||
--------------------*/ | |||
/* Red */ | |||
.ui.red.cards > .card, | |||
.ui.cards > .red.card, | |||
.ui.red.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.red.cards > .card:hover, | |||
.ui.cards > .red.card:hover, | |||
.ui.red.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Orange */ | |||
.ui.orange.cards > .card, | |||
.ui.cards > .orange.card, | |||
.ui.orange.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.orange.cards > .card:hover, | |||
.ui.cards > .orange.card:hover, | |||
.ui.orange.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Yellow */ | |||
.ui.yellow.cards > .card, | |||
.ui.cards > .yellow.card, | |||
.ui.yellow.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.yellow.cards > .card:hover, | |||
.ui.cards > .yellow.card:hover, | |||
.ui.yellow.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Olive */ | |||
.ui.olive.cards > .card, | |||
.ui.cards > .olive.card, | |||
.ui.olive.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.olive.cards > .card:hover, | |||
.ui.cards > .olive.card:hover, | |||
.ui.olive.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Green */ | |||
.ui.green.cards > .card, | |||
.ui.cards > .green.card, | |||
.ui.green.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.green.cards > .card:hover, | |||
.ui.cards > .green.card:hover, | |||
.ui.green.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Teal */ | |||
.ui.teal.cards > .card, | |||
.ui.cards > .teal.card, | |||
.ui.teal.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.teal.cards > .card:hover, | |||
.ui.cards > .teal.card:hover, | |||
.ui.teal.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Blue */ | |||
.ui.blue.cards > .card, | |||
.ui.cards > .blue.card, | |||
.ui.blue.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.blue.cards > .card:hover, | |||
.ui.cards > .blue.card:hover, | |||
.ui.blue.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Violet */ | |||
.ui.violet.cards > .card, | |||
.ui.cards > .violet.card, | |||
.ui.violet.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.violet.cards > .card:hover, | |||
.ui.cards > .violet.card:hover, | |||
.ui.violet.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Purple */ | |||
.ui.purple.cards > .card, | |||
.ui.cards > .purple.card, | |||
.ui.purple.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.purple.cards > .card:hover, | |||
.ui.cards > .purple.card:hover, | |||
.ui.purple.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Pink */ | |||
.ui.pink.cards > .card, | |||
.ui.cards > .pink.card, | |||
.ui.pink.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.pink.cards > .card:hover, | |||
.ui.cards > .pink.card:hover, | |||
.ui.pink.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Brown */ | |||
.ui.brown.cards > .card, | |||
.ui.cards > .brown.card, | |||
.ui.brown.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.brown.cards > .card:hover, | |||
.ui.cards > .brown.card:hover, | |||
.ui.brown.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Grey */ | |||
.ui.grey.cards > .card, | |||
.ui.cards > .grey.card, | |||
.ui.grey.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.grey.cards > .card:hover, | |||
.ui.cards > .grey.card:hover, | |||
.ui.grey.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/* Black */ | |||
.ui.black.cards > .card, | |||
.ui.cards > .black.card, | |||
.ui.black.card { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5; | |||
} | |||
.ui.black.cards > .card:hover, | |||
.ui.cards > .black.card:hover, | |||
.ui.black.card:hover { | |||
box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #bcbdbd; | |||
} | |||
/*-------------- | |||
Card Count | |||
---------------*/ | |||
.ui.one.cards { | |||
margin-left: 0em; | |||
margin-right: 0em; | |||
} | |||
.ui.one.cards > .card { | |||
width: 100%; | |||
} | |||
.ui.two.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.two.cards > .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.three.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.three.cards > .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.four.cards { | |||
margin-left: -0.75em; | |||
margin-right: -0.75em; | |||
} | |||
.ui.four.cards > .card { | |||
width: calc( 25% - 1.5em ); | |||
margin-left: 0.75em; | |||
margin-right: 0.75em; | |||
} | |||
.ui.five.cards { | |||
margin-left: -0.75em; | |||
margin-right: -0.75em; | |||
} | |||
.ui.five.cards > .card { | |||
width: calc( 20% - 1.5em ); | |||
margin-left: 0.75em; | |||
margin-right: 0.75em; | |||
} | |||
.ui.six.cards { | |||
margin-left: -0.75em; | |||
margin-right: -0.75em; | |||
} | |||
.ui.six.cards > .card { | |||
width: calc( 16.66666667% - 1.5em ); | |||
margin-left: 0.75em; | |||
margin-right: 0.75em; | |||
} | |||
.ui.seven.cards { | |||
margin-left: -0.5em; | |||
margin-right: -0.5em; | |||
} | |||
.ui.seven.cards > .card { | |||
width: calc( 14.28571429% - 1em ); | |||
margin-left: 0.5em; | |||
margin-right: 0.5em; | |||
} | |||
.ui.eight.cards { | |||
margin-left: -0.5em; | |||
margin-right: -0.5em; | |||
} | |||
.ui.eight.cards > .card { | |||
width: calc( 12.5% - 1em ); | |||
margin-left: 0.5em; | |||
margin-right: 0.5em; | |||
font-size: 11px; | |||
} | |||
.ui.nine.cards { | |||
margin-left: -0.5em; | |||
margin-right: -0.5em; | |||
} | |||
.ui.nine.cards > .card { | |||
width: calc( 11.11111111% - 1em ); | |||
margin-left: 0.5em; | |||
margin-right: 0.5em; | |||
font-size: 10px; | |||
} | |||
.ui.ten.cards { | |||
margin-left: -0.5em; | |||
margin-right: -0.5em; | |||
} | |||
.ui.ten.cards > .card { | |||
width: calc( 10% - 1em ); | |||
margin-left: 0.5em; | |||
margin-right: 0.5em; | |||
} | |||
/*------------------- | |||
Doubling | |||
--------------------*/ | |||
/* Mobily Only */ | |||
@media only screen and (max-width: 767px) { | |||
.ui.two.doubling.cards { | |||
margin-left: 0em; | |||
margin-right: 0em; | |||
} | |||
.ui.two.doubling.cards .card { | |||
width: 100%; | |||
margin-left: 0em; | |||
margin-right: 0em; | |||
} | |||
.ui.three.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.three.doubling.cards .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.four.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.four.doubling.cards .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.five.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.five.doubling.cards .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.six.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.six.doubling.cards .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.seven.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.seven.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.eight.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.eight.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.nine.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.nine.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.ten.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.ten.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
} | |||
/* Tablet Only */ | |||
@media only screen and (min-width: 768px) and (max-width: 991px) { | |||
.ui.two.doubling.cards { | |||
margin-left: 0em; | |||
margin-right: 0em; | |||
} | |||
.ui.two.doubling.cards .card { | |||
width: 100%; | |||
margin-left: 0em; | |||
margin-right: 0em; | |||
} | |||
.ui.three.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.three.doubling.cards .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.four.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.four.doubling.cards .card { | |||
width: calc( 50% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.five.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.five.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.six.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.six.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.eight.doubling.cards { | |||
margin-left: -1em; | |||
margin-right: -1em; | |||
} | |||
.ui.eight.doubling.cards .card { | |||
width: calc( 33.33333333% - 2em ); | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | |||
.ui.eight.doubling.cards { | |||
margin-left: -0.75em; | |||
margin-right: -0.75em; | |||
} | |||
.ui.eight.doubling.cards .card { | |||
width: calc( 25% - 1.5em ); | |||
margin-left: 0.75em; | |||
margin-right: 0.75em; | |||
} | |||
.ui.nine.doubling.cards { | |||
margin-left: -0.75em; | |||
margin-right: -0.75em; | |||
} | |||
.ui.nine.doubling.cards .card { | |||
width: calc( 25% - 1.5em ); | |||
margin-left: 0.75em; | |||
margin-right: 0.75em; | |||
} | |||
.ui.ten.doubling.cards { | |||
margin-left: -0.75em; | |||
margin-right: -0.75em; | |||
} | |||
.ui.ten.doubling.cards .card { | |||
width: calc( 20% - 1.5em ); | |||
margin-left: 0.75em; | |||
margin-right: 0.75em; | |||
} | |||
} | |||
/*------------------- | |||
Stackable | |||
--------------------*/ | |||
@media only screen and (max-width: 767px) { | |||
.ui.stackable.cards { | |||
display: block !important; | |||
} | |||
.ui.stackable.cards .card:first-child { | |||
margin-top: 0em !important; | |||
} | |||
.ui.stackable.cards > .card { | |||
display: block !important; | |||
height: auto !important; | |||
margin: 1em 1em; | |||
padding: 0 !important; | |||
width: calc( 100% - 2em ) !important; | |||
} | |||
} | |||
/*-------------- | |||
Size | |||
---------------*/ | |||
.ui.cards > .card { | |||
font-size: 1em; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
User Variable Overrides | |||
*******************************/ | |||
@ -1,588 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Checkbox | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Checkbox | |||
*******************************/ | |||
/*-------------- | |||
Content | |||
---------------*/ | |||
.ui.checkbox { | |||
position: relative; | |||
display: inline-block; | |||
-webkit-backface-visibility: hidden; | |||
backface-visibility: hidden; | |||
outline: none; | |||
vertical-align: baseline; | |||
min-height: 17px; | |||
font-size: 1rem; | |||
line-height: 17px; | |||
min-width: 17px; | |||
} | |||
.ui.checkbox input[type="checkbox"], | |||
.ui.checkbox input[type="radio"] { | |||
cursor: pointer; | |||
position: absolute; | |||
top: 0px; | |||
left: 0px; | |||
opacity: 0 !important; | |||
outline: none; | |||
z-index: 3; | |||
width: 17px; | |||
height: 17px; | |||
} | |||
/*-------------- | |||
Box | |||
---------------*/ | |||
.ui.checkbox .box, | |||
.ui.checkbox label { | |||
cursor: auto; | |||
position: relative; | |||
display: block; | |||
padding-left: 1.85714em; | |||
outline: none; | |||
} | |||
.ui.checkbox .box, | |||
.ui.checkbox label { | |||
font-size: 14px; | |||
} | |||
.ui.checkbox .box:before, | |||
.ui.checkbox label:before { | |||
position: absolute; | |||
top: 0px; | |||
left: 0px; | |||
width: 17px; | |||
height: 17px; | |||
content: ''; | |||
background: #ffffff; | |||
border-radius: 0.21428571rem; | |||
-webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease; | |||
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; | |||
border: 1px solid #d4d4d5; | |||
} | |||
/*-------------- | |||
Checkmark | |||
---------------*/ | |||
.ui.checkbox .box:after, | |||
.ui.checkbox label:after { | |||
position: absolute; | |||
font-size: 14px; | |||
top: 0px; | |||
left: 0px; | |||
width: 17px; | |||
height: 17px; | |||
text-align: center; | |||
opacity: 0; | |||
color: rgba(0, 0, 0, 0.87); | |||
-webkit-transition: border 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, box-shadow 0.1s ease; | |||
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; | |||
} | |||
/*-------------- | |||
Label | |||
---------------*/ | |||
/* Inside */ | |||
.ui.checkbox label, | |||
.ui.checkbox + label { | |||
color: rgba(0, 0, 0, 0.87); | |||
-webkit-transition: color 0.1s ease; | |||
transition: color 0.1s ease; | |||
} | |||
/* Outside */ | |||
.ui.checkbox + label { | |||
vertical-align: middle; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
/*-------------- | |||
Hover | |||
---------------*/ | |||
.ui.checkbox .box:hover::before, | |||
.ui.checkbox label:hover::before { | |||
background: #ffffff; | |||
border-color: rgba(34, 36, 38, 0.35); | |||
} | |||
.ui.checkbox label:hover, | |||
.ui.checkbox + label:hover { | |||
color: rgba(0, 0, 0, 0.8); | |||
} | |||
/*-------------- | |||
Down | |||
---------------*/ | |||
.ui.checkbox .box:active::before, | |||
.ui.checkbox label:active::before { | |||
background: #f9fafb; | |||
border-color: rgba(34, 36, 38, 0.35); | |||
} | |||
.ui.checkbox .box:active::after, | |||
.ui.checkbox label:active::after { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
.ui.checkbox input[type="checkbox"]:active ~ label, | |||
.ui.checkbox input[type="radio"]:active ~ label { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
/*-------------- | |||
Focus | |||
---------------*/ | |||
.ui.checkbox input[type="checkbox"]:focus ~ .box:before, | |||
.ui.checkbox input[type="checkbox"]:focus ~ label:before, | |||
.ui.checkbox input[type="radio"]:focus ~ .box:before, | |||
.ui.checkbox input[type="radio"]:focus ~ label:before { | |||
background: #f9fafb; | |||
border-color: rgba(34, 36, 38, 0.35); | |||
} | |||
.ui.checkbox input[type="checkbox"]:focus ~ .box:after, | |||
.ui.checkbox input[type="checkbox"]:focus ~ label:after, | |||
.ui.checkbox input[type="radio"]:focus ~ .box:after, | |||
.ui.checkbox input[type="radio"]:focus ~ label:after { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
.ui.checkbox input[type="checkbox"]:focus ~ label, | |||
.ui.checkbox input[type="radio"]:focus ~ label { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
/*-------------- | |||
Active | |||
---------------*/ | |||
.ui.checkbox input:checked ~ .box:before, | |||
.ui.checkbox input:checked ~ label:before { | |||
background: #ffffff; | |||
border-color: rgba(34, 36, 38, 0.35); | |||
} | |||
.ui.checkbox input:checked ~ .box:after, | |||
.ui.checkbox input:checked ~ label:after { | |||
opacity: 1; | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
/*-------------- | |||
Indeterminate | |||
---------------*/ | |||
.ui.checkbox input:indeterminate ~ .box:before, | |||
.ui.checkbox input:indeterminate ~ label:before { | |||
background: #ffffff; | |||
border-color: rgba(34, 36, 38, 0.35); | |||
} | |||
.ui.checkbox input:indeterminate ~ .box:after, | |||
.ui.checkbox input:indeterminate ~ label:after { | |||
opacity: 1; | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
/*-------------- | |||
Active Focus | |||
---------------*/ | |||
.ui.checkbox input[type="radio"]:indeterminate:focus ~ .box:before, | |||
.ui.checkbox input[type="radio"]:indeterminate:focus ~ label:before, | |||
.ui.checkbox input[type="radio"]:checked:focus ~ .box:before, | |||
.ui.checkbox input[type="radio"]:checked:focus ~ label:before { | |||
background: #f9fafb; | |||
border-color: rgba(34, 36, 38, 0.35); | |||
} | |||
/*-------------- | |||
Read-Only | |||
---------------*/ | |||
.ui.read-only.checkbox, | |||
.ui.read-only.checkbox label { | |||
cursor: default; | |||
} | |||
/*-------------- | |||
Disabled | |||
---------------*/ | |||
.ui.disabled.checkbox .box:after, | |||
.ui.disabled.checkbox label, | |||
.ui.checkbox input[disabled] ~ .box:after, | |||
.ui.checkbox input[disabled] ~ label { | |||
cursor: default; | |||
opacity: 0.5; | |||
color: #000000; | |||
} | |||
/*-------------- | |||
Hidden | |||
---------------*/ | |||
/* Initialized checkbox moves input below element | |||
to prevent manually triggering */ | |||
.ui.checkbox input[type="checkbox"].hidden, | |||
.ui.checkbox input[type="radio"].hidden { | |||
z-index: -1; | |||
} | |||
/* Selectable Label */ | |||
.ui.checkbox input[type="checkbox"].hidden + label, | |||
.ui.checkbox input[type="radio"].hidden + label { | |||
cursor: pointer; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
} | |||
/******************************* | |||
Types | |||
*******************************/ | |||
/*-------------- | |||
Radio | |||
---------------*/ | |||
.ui.radio.checkbox { | |||
min-height: 15px; | |||
} | |||
.ui.radio.checkbox .box, | |||
.ui.radio.checkbox label { | |||
padding-left: 1.85714em; | |||
} | |||
/* Box */ | |||
.ui.radio.checkbox .box:before, | |||
.ui.radio.checkbox label:before { | |||
content: ''; | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
width: 15px; | |||
height: 15px; | |||
border-radius: 500rem; | |||
top: 1px; | |||
left: 0px; | |||
} | |||
/* Bullet */ | |||
.ui.radio.checkbox .box:after, | |||
.ui.radio.checkbox label:after { | |||
border: none; | |||
content: '' !important; | |||
width: 15px; | |||
height: 15px; | |||
line-height: 15px; | |||
} | |||
/* Radio Checkbox */ | |||
.ui.radio.checkbox .box:after, | |||
.ui.radio.checkbox label:after { | |||
top: 1px; | |||
left: 0px; | |||
width: 15px; | |||
height: 15px; | |||
border-radius: 500rem; | |||
-webkit-transform: scale(0.46666667); | |||
-ms-transform: scale(0.46666667); | |||
transform: scale(0.46666667); | |||
background-color: rgba(0, 0, 0, 0.87); | |||
} | |||
/* Active */ | |||
.ui.radio.checkbox input[type="radio"]:checked ~ .box:before, | |||
.ui.radio.checkbox input[type="radio"]:checked ~ label:before { | |||
background-color: #ffffff; | |||
} | |||
.ui.radio.checkbox input[type="radio"]:checked ~ .box:after, | |||
.ui.radio.checkbox input[type="radio"]:checked ~ label:after { | |||
background-color: rgba(0, 0, 0, 0.95); | |||
} | |||
/*-------------- | |||
Slider | |||
---------------*/ | |||
.ui.slider.checkbox { | |||
min-height: 1.25rem; | |||
} | |||
/* Input */ | |||
.ui.slider.checkbox input[type="checkbox"], | |||
.ui.slider.checkbox input[type="radio"] { | |||
width: 3.5rem; | |||
height: 1.25rem; | |||
} | |||
/* Label */ | |||
.ui.slider.checkbox .box, | |||
.ui.slider.checkbox label { | |||
padding-left: 4.5rem; | |||
line-height: 1rem; | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
/* Line */ | |||
.ui.slider.checkbox .box:before, | |||
.ui.slider.checkbox label:before { | |||
display: block; | |||
position: absolute; | |||
content: ''; | |||
border: none !important; | |||
left: 0em; | |||
z-index: 1; | |||
top: 0.4rem; | |||
background-color: rgba(0, 0, 0, 0.05); | |||
width: 3.5rem; | |||
height: 0.21428571rem; | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
border-radius: 500rem; | |||
-webkit-transition: background 0.3s ease; | |||
transition: background 0.3s ease; | |||
} | |||
/* Handle */ | |||
.ui.slider.checkbox .box:after, | |||
.ui.slider.checkbox label:after { | |||
background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
position: absolute; | |||
content: '' !important; | |||
opacity: 1; | |||
z-index: 2; | |||
border: none; | |||
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; | |||
width: 1.5rem; | |||
height: 1.5rem; | |||
top: -0.25rem; | |||
left: 0em; | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
border-radius: 500rem; | |||
-webkit-transition: left 0.3s ease; | |||
transition: left 0.3s ease; | |||
} | |||
/* Focus */ | |||
.ui.slider.checkbox input[type="checkbox"]:focus ~ .box:before, | |||
.ui.slider.checkbox input[type="checkbox"]:focus ~ label:before, | |||
.ui.slider.checkbox input[type="radio"]:focus ~ .box:before, | |||
.ui.slider.checkbox input[type="radio"]:focus ~ label:before { | |||
background-color: rgba(0, 0, 0, 0.15); | |||
border: none; | |||
} | |||
/* Hover */ | |||
.ui.slider.checkbox .box:hover, | |||
.ui.slider.checkbox label:hover { | |||
color: rgba(0, 0, 0, 0.8); | |||
} | |||
.ui.slider.checkbox .box:hover::before, | |||
.ui.slider.checkbox label:hover::before { | |||
background: rgba(0, 0, 0, 0.15); | |||
} | |||
/* Active */ | |||
.ui.slider.checkbox :checked ~ .box, | |||
.ui.slider.checkbox :checked ~ label { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
.ui.slider.checkbox :checked ~ .box:before, | |||
.ui.slider.checkbox :checked ~ label:before { | |||
background-color: #545454; | |||
} | |||
.ui.slider.checkbox :checked ~ .box:after, | |||
.ui.slider.checkbox :checked ~ label:after { | |||
left: 2rem; | |||
} | |||
/*-------------- | |||
Toggle | |||
---------------*/ | |||
.ui.toggle.checkbox { | |||
min-height: 1.5rem; | |||
} | |||
/* Input */ | |||
.ui.toggle.checkbox input[type="checkbox"], | |||
.ui.toggle.checkbox input[type="radio"] { | |||
width: 3.5rem; | |||
height: 1.5rem; | |||
} | |||
/* Label */ | |||
.ui.toggle.checkbox .box, | |||
.ui.toggle.checkbox label { | |||
min-height: 1.5rem; | |||
padding-left: 4.5rem; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
.ui.toggle.checkbox label { | |||
padding-top: 0.15em; | |||
} | |||
/* Switch */ | |||
.ui.toggle.checkbox .box:before, | |||
.ui.toggle.checkbox label:before { | |||
display: block; | |||
position: absolute; | |||
content: ''; | |||
z-index: 1; | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
border: none; | |||
top: 0rem; | |||
background: rgba(0, 0, 0, 0.05); | |||
width: 3.5rem; | |||
height: 1.5rem; | |||
border-radius: 500rem; | |||
} | |||
/* Handle */ | |||
.ui.toggle.checkbox .box:after, | |||
.ui.toggle.checkbox label:after { | |||
background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
position: absolute; | |||
content: '' !important; | |||
opacity: 1; | |||
z-index: 2; | |||
border: none; | |||
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; | |||
width: 1.5rem; | |||
height: 1.5rem; | |||
top: 0rem; | |||
left: 0em; | |||
border-radius: 500rem; | |||
-webkit-transition: background 0.3s ease, left 0.3s ease; | |||
transition: background 0.3s ease, left 0.3s ease; | |||
} | |||
.ui.toggle.checkbox input[type="checkbox"] ~ .box:after, | |||
.ui.toggle.checkbox input[type="checkbox"] ~ label:after, | |||
.ui.toggle.checkbox input[type="radio"] ~ .box:after, | |||
.ui.toggle.checkbox input[type="radio"] ~ label:after { | |||
left: -0.05rem; | |||
} | |||
/* Focus */ | |||
.ui.toggle.checkbox input[type="checkbox"]:focus ~ .box:before, | |||
.ui.toggle.checkbox input[type="checkbox"]:focus ~ label:before, | |||
.ui.toggle.checkbox input[type="radio"]:focus ~ .box:before, | |||
.ui.toggle.checkbox input[type="radio"]:focus ~ label:before { | |||
background-color: rgba(0, 0, 0, 0.15); | |||
border: none; | |||
} | |||
/* Hover */ | |||
.ui.toggle.checkbox .box:hover::before, | |||
.ui.toggle.checkbox label:hover::before { | |||
background-color: rgba(0, 0, 0, 0.15); | |||
border: none; | |||
} | |||
/* Active */ | |||
.ui.toggle.checkbox input:checked ~ .box, | |||
.ui.toggle.checkbox input:checked ~ label { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
.ui.toggle.checkbox input:checked ~ .box:before, | |||
.ui.toggle.checkbox input:checked ~ label:before { | |||
background-color: #2185d0; | |||
} | |||
.ui.toggle.checkbox input:checked ~ .box:after, | |||
.ui.toggle.checkbox input:checked ~ label:after { | |||
left: 2.15rem; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*-------------- | |||
Fitted | |||
---------------*/ | |||
.ui.fitted.checkbox .box, | |||
.ui.fitted.checkbox label { | |||
padding-left: 0em !important; | |||
} | |||
.ui.fitted.toggle.checkbox, | |||
.ui.fitted.toggle.checkbox { | |||
width: 3.5rem; | |||
} | |||
.ui.fitted.slider.checkbox, | |||
.ui.fitted.slider.checkbox { | |||
width: 3.5rem; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
@font-face { | |||
font-family: 'Checkbox'; | |||
src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'); | |||
} | |||
/* Checkmark */ | |||
.ui.checkbox label:after, | |||
.ui.checkbox .box:after { | |||
font-family: 'Checkbox'; | |||
} | |||
/* Checked */ | |||
.ui.checkbox input:checked ~ .box:after, | |||
.ui.checkbox input:checked ~ label:after { | |||
content: '\e800'; | |||
} | |||
/* Indeterminate */ | |||
.ui.checkbox input:indeterminate ~ .box:after, | |||
.ui.checkbox input:indeterminate ~ label:after { | |||
font-size: 12px; | |||
content: '\e801'; | |||
} | |||
/* UTF Reference | |||
.check:before { content: '\e800'; } | |||
.dash:before { content: '\e801'; } | |||
.plus:before { content: '\e802'; } | |||
*/ | |||
/******************************* | |||
Site Overrides | |||
*******************************/ | |||
@ -1,706 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Checkbox | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
;(function ( $, window, document, undefined ) { | |||
"use strict"; | |||
$.fn.checkbox = function(parameters) { | |||
var | |||
$allModules = $(this), | |||
moduleSelector = $allModules.selector || '', | |||
time = new Date().getTime(), | |||
performance = [], | |||
query = arguments[0], | |||
methodInvoked = (typeof query == 'string'), | |||
queryArguments = [].slice.call(arguments, 1), | |||
returnedValue | |||
; | |||
$allModules | |||
.each(function() { | |||
var | |||
settings = $.extend(true, {}, $.fn.checkbox.settings, parameters), | |||
className = settings.className, | |||
namespace = settings.namespace, | |||
selector = settings.selector, | |||
error = settings.error, | |||
eventNamespace = '.' + namespace, | |||
moduleNamespace = 'module-' + namespace, | |||
$module = $(this), | |||
$label = $(this).children(selector.label), | |||
$input = $(this).children(selector.input), | |||
instance = $module.data(moduleNamespace), | |||
observer, | |||
element = this, | |||
module | |||
; | |||
module = { | |||
initialize: function() { | |||
module.verbose('Initializing checkbox', settings); | |||
module.create.label(); | |||
module.bind.events(); | |||
module.set.tabbable(); | |||
module.hide.input(); | |||
module.observeChanges(); | |||
module.instantiate(); | |||
module.setup(); | |||
}, | |||
instantiate: function() { | |||
module.verbose('Storing instance of module', module); | |||
instance = module; | |||
$module | |||
.data(moduleNamespace, module) | |||
; | |||
}, | |||
destroy: function() { | |||
module.verbose('Destroying module'); | |||
module.unbind.events(); | |||
module.show.input(); | |||
$module.removeData(moduleNamespace); | |||
}, | |||
fix: { | |||
reference: function() { | |||
if( $module.is(selector.input) ) { | |||
module.debug('Behavior called on <input> adjusting invoked element'); | |||
$module = $module.closest(selector.checkbox); | |||
module.refresh(); | |||
} | |||
} | |||
}, | |||
setup: function() { | |||
if( module.is.indeterminate() ) { | |||
module.debug('Initial value is indeterminate'); | |||
module.set.indeterminate(); | |||
if(settings.fireOnInit) { | |||
settings.onIndeterminate.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
} | |||
} | |||
else if( module.is.checked() ) { | |||
module.debug('Initial value is checked'); | |||
module.set.checked(); | |||
if(settings.fireOnInit) { | |||
settings.onChecked.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
} | |||
} | |||
else { | |||
module.debug('Initial value is unchecked'); | |||
module.set.unchecked(); | |||
if(settings.fireOnInit) { | |||
settings.onUnchecked.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
} | |||
} | |||
}, | |||
refresh: function() { | |||
$label = $module.children(selector.label); | |||
$input = $module.children(selector.input); | |||
}, | |||
hide: { | |||
input: function() { | |||
module.verbose('Modfying <input> z-index to be unselectable'); | |||
$input.addClass(className.hidden); | |||
} | |||
}, | |||
show: { | |||
input: function() { | |||
module.verbose('Modfying <input> z-index to be selectable'); | |||
$input.removeClass(className.hidden); | |||
} | |||
}, | |||
observeChanges: function() { | |||
if('MutationObserver' in window) { | |||
observer = new MutationObserver(function(mutations) { | |||
module.debug('DOM tree modified, updating selector cache'); | |||
module.refresh(); | |||
}); | |||
observer.observe(element, { | |||
childList : true, | |||
subtree : true | |||
}); | |||
module.debug('Setting up mutation observer', observer); | |||
} | |||
}, | |||
attachEvents: function(selector, event) { | |||
var | |||
$element = $(selector) | |||
; | |||
event = $.isFunction(module[event]) | |||
? module[event] | |||
: module.toggle | |||
; | |||
if($element.length > 0) { | |||
module.debug('Attaching checkbox events to element', selector, event); | |||
$element | |||
.on('click' + eventNamespace, event) | |||
; | |||
} | |||
else { | |||
module.error(error.notFound); | |||
} | |||
}, | |||
event: { | |||
click: function(event) { | |||
if( $(event.target).is(selector.input) ) { | |||
module.verbose('Using default check action on initialized checkbox'); | |||
return; | |||
} | |||
module.toggle(); | |||
}, | |||
keydown: function(event) { | |||
var | |||
key = event.which, | |||
keyCode = { | |||
enter : 13, | |||
space : 32, | |||
escape : 27 | |||
} | |||
; | |||
if(key == keyCode.escape) { | |||
module.verbose('Escape key pressed blurring field'); | |||
$input.blur(); | |||
event.preventDefault(); | |||
} | |||
if(!event.ctrlKey && (key == keyCode.enter || key == keyCode.space)) { | |||
module.verbose('Enter key pressed, toggling checkbox'); | |||
module.toggle(); | |||
event.preventDefault(); | |||
} | |||
} | |||
}, | |||
check: function() { | |||
if( !module.is.indeterminate() && module.is.checked() ) { | |||
module.debug('Checkbox is already checked'); | |||
return; | |||
} | |||
module.debug('Checking checkbox', $input); | |||
module.set.checked(); | |||
settings.onChecked.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
}, | |||
uncheck: function() { | |||
if( !module.is.indeterminate() && module.is.unchecked() ) { | |||
module.debug('Checkbox is already unchecked'); | |||
return; | |||
} | |||
module.debug('Unchecking checkbox'); | |||
module.set.unchecked(); | |||
settings.onUnchecked.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
}, | |||
indeterminate: function() { | |||
if( module.is.indeterminate() ) { | |||
module.debug('Checkbox is already indeterminate'); | |||
return; | |||
} | |||
module.debug('Making checkbox indeterminate'); | |||
module.set.indeterminate(); | |||
settings.onIndeterminate.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
}, | |||
determinate: function() { | |||
if( module.is.determinate() ) { | |||
module.debug('Checkbox is already determinate'); | |||
return; | |||
} | |||
module.debug('Making checkbox determinate'); | |||
module.set.determinate(); | |||
settings.onDeterminate.call($input[0]); | |||
settings.onChange.call($input[0]); | |||
}, | |||
enable: function() { | |||
if( module.is.enabled() ) { | |||
module.debug('Checkbox is already enabled'); | |||
return; | |||
} | |||
module.debug('Enabling checkbox'); | |||
module.set.enabled(); | |||
settings.onEnable.call($input[0]); | |||
}, | |||
disable: function() { | |||
if( module.is.disabled() ) { | |||
module.debug('Checkbox is already disabled'); | |||
return; | |||
} | |||
module.debug('Disabling checkbox'); | |||
module.set.disabled(); | |||
settings.onDisable.call($input[0]); | |||
}, | |||
get: { | |||
radios: function() { | |||
var | |||
name = module.get.name() | |||
; | |||
return $('input[name="' + name + '"]').closest(selector.checkbox); | |||
}, | |||
name: function() { | |||
return $input.attr('name'); | |||
} | |||
}, | |||
is: { | |||
radio: function() { | |||
return ($input.hasClass(className.radio) || $input.attr('type') == 'radio'); | |||
}, | |||
indeterminate: function() { | |||
return $input.prop('indeterminate') !== undefined && $input.prop('indeterminate'); | |||
}, | |||
checked: function() { | |||
return $input.prop('checked') !== undefined && $input.prop('checked'); | |||
}, | |||
disabled: function() { | |||
return $input.prop('disabled') !== undefined && $input.prop('disabled'); | |||
}, | |||
enabled: function() { | |||
return !module.is.disabled(); | |||
}, | |||
determinate: function() { | |||
return !module.is.indeterminate(); | |||
}, | |||
unchecked: function() { | |||
return !module.is.checked(); | |||
} | |||
}, | |||
can: { | |||
change: function() { | |||
return !( $module.hasClass(className.disabled) || $module.hasClass(className.readOnly) || $input.prop('disabled') || $input.prop('readonly') ); | |||
}, | |||
uncheck: function() { | |||
return (typeof settings.uncheckable === 'boolean') | |||
? settings.uncheckable | |||
: !module.is.radio() | |||
; | |||
} | |||
}, | |||
set: { | |||
checked: function() { | |||
if(!module.is.indeterminate() && module.is.checked()) { | |||
module.debug('Input is already checked'); | |||
return; | |||
} | |||
module.verbose('Setting state to checked', $input[0]); | |||
if( module.is.radio() ) { | |||
module.uncheckOthers(); | |||
} | |||
$input | |||
.prop('indeterminate', false) | |||
.prop('checked', true) | |||
; | |||
$module | |||
.removeClass(className.indeterminate) | |||
.addClass(className.checked) | |||
; | |||
module.trigger.change(); | |||
}, | |||
unchecked: function() { | |||
if(!module.is.indeterminate() && module.is.unchecked() ) { | |||
module.debug('Input is already unchecked'); | |||
return; | |||
} | |||
module.debug('Setting state to unchecked'); | |||
$input | |||
.prop('indeterminate', false) | |||
.prop('checked', false) | |||
; | |||
$module | |||
.removeClass(className.indeterminate) | |||
.removeClass(className.checked) | |||
; | |||
module.trigger.change(); | |||
}, | |||
indeterminate: function() { | |||
if( module.is.indeterminate() ) { | |||
module.debug('Input is already indeterminate'); | |||
return; | |||
} | |||
module.debug('Setting state to indeterminate'); | |||
$input | |||
.prop('indeterminate', true) | |||
; | |||
$module | |||
.addClass(className.indeterminate) | |||
; | |||
module.trigger.change(); | |||
}, | |||
determinate: function() { | |||
if( module.is.determinate() ) { | |||
module.debug('Input is already determinate'); | |||
return; | |||
} | |||
module.debug('Setting state to determinate'); | |||
$input | |||
.prop('indeterminate', false) | |||
; | |||
$module | |||
.removeClass(className.indeterminate) | |||
; | |||
}, | |||
disabled: function() { | |||
if( module.is.disabled() ) { | |||
module.debug('Input is already disabled'); | |||
return; | |||
} | |||
module.debug('Setting state to disabled'); | |||
$input | |||
.prop('disabled', 'disabled') | |||
; | |||
$module | |||
.addClass(className.disabled) | |||
; | |||
module.trigger.change(); | |||
}, | |||
enabled: function() { | |||
if( module.is.enabled() ) { | |||
module.debug('Input is already enabled'); | |||
return; | |||
} | |||
module.debug('Setting state to enabled'); | |||
$input | |||
.prop('disabled', false) | |||
; | |||
$module.removeClass(className.disabled); | |||
module.trigger.change(); | |||
}, | |||
tabbable: function() { | |||
module.verbose('Adding tabindex to checkbox'); | |||
if( $input.attr('tabindex') === undefined) { | |||
$input.attr('tabindex', 0); | |||
} | |||
} | |||
}, | |||
trigger: { | |||
change: function() { | |||
module.verbose('Triggering change event from programmatic change'); | |||
$input | |||
.trigger('change') | |||
; | |||
} | |||
}, | |||
create: { | |||
label: function() { | |||
if($input.prevAll(selector.label).length > 0) { | |||
$input.prev(selector.label).detach().insertAfter($input); | |||
module.debug('Moving existing label', $label); | |||
} | |||
else if( !module.has.label() ) { | |||
$label = $('<label>').insertAfter($input); | |||
module.debug('Creating label', $label); | |||
} | |||
} | |||
}, | |||
has: { | |||
label: function() { | |||
return ($label.length > 0); | |||
} | |||
}, | |||
bind: { | |||
events: function() { | |||
module.verbose('Attaching checkbox events'); | |||
$module | |||
.on('click' + eventNamespace, module.event.click) | |||
.on('keydown' + eventNamespace, selector.input, module.event.keydown) | |||
; | |||
} | |||
}, | |||
unbind: { | |||
events: function() { | |||
module.debug('Removing events'); | |||
$module | |||
.off(eventNamespace) | |||
; | |||
} | |||
}, | |||
uncheckOthers: function() { | |||
var | |||
$radios = module.get.radios() | |||
; | |||
module.debug('Unchecking other radios', $radios); | |||
$radios.removeClass(className.checked); | |||
}, | |||
toggle: function() { | |||
if( !module.can.change() ) { | |||
if(!module.is.radio()) { | |||
module.debug('Checkbox is read-only or disabled, ignoring toggle'); | |||
} | |||
return; | |||
} | |||
if( module.is.indeterminate() || module.is.unchecked() ) { | |||
module.debug('Currently unchecked'); | |||
module.check(); | |||
} | |||
else if( module.is.checked() && module.can.uncheck() ) { | |||
module.debug('Currently checked'); | |||
module.uncheck(); | |||
} | |||
}, | |||
setting: function(name, value) { | |||
module.debug('Changing setting', name, value); | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, settings, name); | |||
} | |||
else if(value !== undefined) { | |||
settings[name] = value; | |||
} | |||
else { | |||
return settings[name]; | |||
} | |||
}, | |||
internal: function(name, value) { | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, module, name); | |||
} | |||
else if(value !== undefined) { | |||
module[name] = value; | |||
} | |||
else { | |||
return module[name]; | |||
} | |||
}, | |||
debug: function() { | |||
if(settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.debug.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
verbose: function() { | |||
if(settings.verbose && settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.verbose.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
error: function() { | |||
module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); | |||
module.error.apply(console, arguments); | |||
}, | |||
performance: { | |||
log: function(message) { | |||
var | |||
currentTime, | |||
executionTime, | |||
previousTime | |||
; | |||
if(settings.performance) { | |||
currentTime = new Date().getTime(); | |||
previousTime = time || currentTime; | |||
executionTime = currentTime - previousTime; | |||
time = currentTime; | |||
performance.push({ | |||
'Name' : message[0], | |||
'Arguments' : [].slice.call(message, 1) || '', | |||
'Element' : element, | |||
'Execution Time' : executionTime | |||
}); | |||
} | |||
clearTimeout(module.performance.timer); | |||
module.performance.timer = setTimeout(module.performance.display, 500); | |||
}, | |||
display: function() { | |||
var | |||
title = settings.name + ':', | |||
totalTime = 0 | |||
; | |||
time = false; | |||
clearTimeout(module.performance.timer); | |||
$.each(performance, function(index, data) { | |||
totalTime += data['Execution Time']; | |||
}); | |||
title += ' ' + totalTime + 'ms'; | |||
if(moduleSelector) { | |||
title += ' \'' + moduleSelector + '\''; | |||
} | |||
if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { | |||
console.groupCollapsed(title); | |||
if(console.table) { | |||
console.table(performance); | |||
} | |||
else { | |||
$.each(performance, function(index, data) { | |||
console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); | |||
}); | |||
} | |||
console.groupEnd(); | |||
} | |||
performance = []; | |||
} | |||
}, | |||
invoke: function(query, passedArguments, context) { | |||
var | |||
object = instance, | |||
maxDepth, | |||
found, | |||
response | |||
; | |||
passedArguments = passedArguments || queryArguments; | |||
context = element || context; | |||
if(typeof query == 'string' && object !== undefined) { | |||
query = query.split(/[\. ]/); | |||
maxDepth = query.length - 1; | |||
$.each(query, function(depth, value) { | |||
var camelCaseValue = (depth != maxDepth) | |||
? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) | |||
: query | |||
; | |||
if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { | |||
object = object[camelCaseValue]; | |||
} | |||
else if( object[camelCaseValue] !== undefined ) { | |||
found = object[camelCaseValue]; | |||
return false; | |||
} | |||
else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { | |||
object = object[value]; | |||
} | |||
else if( object[value] !== undefined ) { | |||
found = object[value]; | |||
return false; | |||
} | |||
else { | |||
module.error(error.method, query); | |||
return false; | |||
} | |||
}); | |||
} | |||
if ( $.isFunction( found ) ) { | |||
response = found.apply(context, passedArguments); | |||
} | |||
else if(found !== undefined) { | |||
response = found; | |||
} | |||
if($.isArray(returnedValue)) { | |||
returnedValue.push(response); | |||
} | |||
else if(returnedValue !== undefined) { | |||
returnedValue = [returnedValue, response]; | |||
} | |||
else if(response !== undefined) { | |||
returnedValue = response; | |||
} | |||
return found; | |||
} | |||
}; | |||
if(methodInvoked) { | |||
if(instance === undefined) { | |||
module.initialize(); | |||
} | |||
module.invoke(query); | |||
} | |||
else { | |||
if(instance !== undefined) { | |||
instance.invoke('destroy'); | |||
} | |||
module.initialize(); | |||
} | |||
}) | |||
; | |||
return (returnedValue !== undefined) | |||
? returnedValue | |||
: this | |||
; | |||
}; | |||
$.fn.checkbox.settings = { | |||
name : 'Checkbox', | |||
namespace : 'checkbox', | |||
debug : false, | |||
verbose : true, | |||
performance : true, | |||
// delegated event context | |||
uncheckable : 'auto', | |||
fireOnInit : false, | |||
onChange : function(){}, | |||
onChecked : function(){}, | |||
onUnchecked : function(){}, | |||
onDeterminate : function() {}, | |||
onIndeterminate : function() {}, | |||
onEnabled : function(){}, | |||
onDisabled : function(){}, | |||
className : { | |||
checked : 'checked', | |||
indeterminate : 'indeterminate', | |||
disabled : 'disabled', | |||
hidden : 'hidden', | |||
radio : 'radio', | |||
readOnly : 'read-only' | |||
}, | |||
error : { | |||
method : 'The method you called is not defined' | |||
}, | |||
selector : { | |||
checkbox : '.ui.checkbox', | |||
label : 'label, .box', | |||
input : 'input[type="checkbox"], input[type="radio"]', | |||
} | |||
}; | |||
})( jQuery, window , document ); |
@ -1,274 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Colorize | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
;(function ( $, window, document, undefined ) { | |||
"use strict"; | |||
$.fn.colorize = function(parameters) { | |||
var | |||
settings = ( $.isPlainObject(parameters) ) | |||
? $.extend(true, {}, $.fn.colorize.settings, parameters) | |||
: $.extend({}, $.fn.colorize.settings), | |||
// hoist arguments | |||
moduleArguments = arguments || false | |||
; | |||
$(this) | |||
.each(function(instanceIndex) { | |||
var | |||
$module = $(this), | |||
mainCanvas = $('<canvas />')[0], | |||
imageCanvas = $('<canvas />')[0], | |||
overlayCanvas = $('<canvas />')[0], | |||
backgroundImage = new Image(), | |||
// defs | |||
mainContext, | |||
imageContext, | |||
overlayContext, | |||
image, | |||
imageName, | |||
width, | |||
height, | |||
// shortucts | |||
colors = settings.colors, | |||
paths = settings.paths, | |||
namespace = settings.namespace, | |||
error = settings.error, | |||
// boilerplate | |||
instance = $module.data('module-' + namespace), | |||
module | |||
; | |||
module = { | |||
checkPreconditions: function() { | |||
module.debug('Checking pre-conditions'); | |||
if( !$.isPlainObject(colors) || $.isEmptyObject(colors) ) { | |||
module.error(error.undefinedColors); | |||
return false; | |||
} | |||
return true; | |||
}, | |||
async: function(callback) { | |||
if(settings.async) { | |||
setTimeout(callback, 0); | |||
} | |||
else { | |||
callback(); | |||
} | |||
}, | |||
getMetadata: function() { | |||
module.debug('Grabbing metadata'); | |||
image = $module.data('image') || settings.image || undefined; | |||
imageName = $module.data('name') || settings.name || instanceIndex; | |||
width = settings.width || $module.width(); | |||
height = settings.height || $module.height(); | |||
if(width === 0 || height === 0) { | |||
module.error(error.undefinedSize); | |||
} | |||
}, | |||
initialize: function() { | |||
module.debug('Initializing with colors', colors); | |||
if( module.checkPreconditions() ) { | |||
module.async(function() { | |||
module.getMetadata(); | |||
module.canvas.create(); | |||
module.draw.image(function() { | |||
module.draw.colors(); | |||
module.canvas.merge(); | |||
}); | |||
$module | |||
.data('module-' + namespace, module) | |||
; | |||
}); | |||
} | |||
}, | |||
redraw: function() { | |||
module.debug('Redrawing image'); | |||
module.async(function() { | |||
module.canvas.clear(); | |||
module.draw.colors(); | |||
module.canvas.merge(); | |||
}); | |||
}, | |||
change: { | |||
color: function(colorName, color) { | |||
module.debug('Changing color', colorName); | |||
if(colors[colorName] === undefined) { | |||
module.error(error.missingColor); | |||
return false; | |||
} | |||
colors[colorName] = color; | |||
module.redraw(); | |||
} | |||
}, | |||
canvas: { | |||
create: function() { | |||
module.debug('Creating canvases'); | |||
mainCanvas.width = width; | |||
mainCanvas.height = height; | |||
imageCanvas.width = width; | |||
imageCanvas.height = height; | |||
overlayCanvas.width = width; | |||
overlayCanvas.height = height; | |||
mainContext = mainCanvas.getContext('2d'); | |||
imageContext = imageCanvas.getContext('2d'); | |||
overlayContext = overlayCanvas.getContext('2d'); | |||
$module | |||
.append( mainCanvas ) | |||
; | |||
mainContext = $module.children('canvas')[0].getContext('2d'); | |||
}, | |||
clear: function(context) { | |||
module.debug('Clearing canvas'); | |||
overlayContext.fillStyle = '#FFFFFF'; | |||
overlayContext.fillRect(0, 0, width, height); | |||
}, | |||
merge: function() { | |||
if( !$.isFunction(mainContext.blendOnto) ) { | |||
module.error(error.missingPlugin); | |||
return; | |||
} | |||
mainContext.putImageData( imageContext.getImageData(0, 0, width, height), 0, 0); | |||
overlayContext.blendOnto(mainContext, 'multiply'); | |||
} | |||
}, | |||
draw: { | |||
image: function(callback) { | |||
module.debug('Drawing image'); | |||
callback = callback || function(){}; | |||
if(image) { | |||
backgroundImage.src = image; | |||
backgroundImage.onload = function() { | |||
imageContext.drawImage(backgroundImage, 0, 0); | |||
callback(); | |||
}; | |||
} | |||
else { | |||
module.error(error.noImage); | |||
callback(); | |||
} | |||
}, | |||
colors: function() { | |||
module.debug('Drawing color overlays', colors); | |||
$.each(colors, function(colorName, color) { | |||
settings.onDraw(overlayContext, imageName, colorName, color); | |||
}); | |||
} | |||
}, | |||
debug: function(message, variableName) { | |||
if(settings.debug) { | |||
if(variableName !== undefined) { | |||
console.info(settings.name + ': ' + message, variableName); | |||
} | |||
else { | |||
console.info(settings.name + ': ' + message); | |||
} | |||
} | |||
}, | |||
error: function(errorMessage) { | |||
console.warn(settings.name + ': ' + errorMessage); | |||
}, | |||
invoke: function(methodName, context, methodArguments) { | |||
var | |||
method | |||
; | |||
methodArguments = methodArguments || Array.prototype.slice.call( arguments, 2 ); | |||
if(typeof methodName == 'string' && instance !== undefined) { | |||
methodName = methodName.split('.'); | |||
$.each(methodName, function(index, name) { | |||
if( $.isPlainObject( instance[name] ) ) { | |||
instance = instance[name]; | |||
return true; | |||
} | |||
else if( $.isFunction( instance[name] ) ) { | |||
method = instance[name]; | |||
return true; | |||
} | |||
module.error(settings.error.method); | |||
return false; | |||
}); | |||
} | |||
return ( $.isFunction( method ) ) | |||
? method.apply(context, methodArguments) | |||
: false | |||
; | |||
} | |||
}; | |||
if(instance !== undefined && moduleArguments) { | |||
// simpler than invoke realizing to invoke itself (and losing scope due prototype.call() | |||
if(moduleArguments[0] == 'invoke') { | |||
moduleArguments = Array.prototype.slice.call( moduleArguments, 1 ); | |||
} | |||
return module.invoke(moduleArguments[0], this, Array.prototype.slice.call( moduleArguments, 1 ) ); | |||
} | |||
// initializing | |||
module.initialize(); | |||
}) | |||
; | |||
return this; | |||
}; | |||
$.fn.colorize.settings = { | |||
name : 'Image Colorizer', | |||
debug : true, | |||
namespace : 'colorize', | |||
onDraw : function(overlayContext, imageName, colorName, color) {}, | |||
// whether to block execution while updating canvas | |||
async : true, | |||
// object containing names and default values of color regions | |||
colors : {}, | |||
metadata: { | |||
image : 'image', | |||
name : 'name' | |||
}, | |||
error: { | |||
noImage : 'No tracing image specified', | |||
undefinedColors : 'No default colors specified.', | |||
missingColor : 'Attempted to change color that does not exist', | |||
missingPlugin : 'Blend onto plug-in must be included', | |||
undefinedHeight : 'The width or height of image canvas could not be automatically determined. Please specify a height.' | |||
} | |||
}; | |||
})( jQuery, window , document ); |
@ -1,11 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Colorize | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
!function(e,n,i,t){"use strict";e.fn.colorize=function(n){var i=e.isPlainObject(n)?e.extend(!0,{},e.fn.colorize.settings,n):e.extend({},e.fn.colorize.settings),o=arguments||!1;return e(this).each(function(n){var a,r,c,s,d,g,u,l,m=e(this),f=e("<canvas />")[0],h=e("<canvas />")[0],p=e("<canvas />")[0],v=new Image,w=i.colors,b=(i.paths,i.namespace),y=i.error,C=m.data("module-"+b);return l={checkPreconditions:function(){return l.debug("Checking pre-conditions"),!e.isPlainObject(w)||e.isEmptyObject(w)?(l.error(y.undefinedColors),!1):!0},async:function(e){i.async?setTimeout(e,0):e()},getMetadata:function(){l.debug("Grabbing metadata"),s=m.data("image")||i.image||t,d=m.data("name")||i.name||n,g=i.width||m.width(),u=i.height||m.height(),(0===g||0===u)&&l.error(y.undefinedSize)},initialize:function(){l.debug("Initializing with colors",w),l.checkPreconditions()&&l.async(function(){l.getMetadata(),l.canvas.create(),l.draw.image(function(){l.draw.colors(),l.canvas.merge()}),m.data("module-"+b,l)})},redraw:function(){l.debug("Redrawing image"),l.async(function(){l.canvas.clear(),l.draw.colors(),l.canvas.merge()})},change:{color:function(e,n){return l.debug("Changing color",e),w[e]===t?(l.error(y.missingColor),!1):(w[e]=n,void l.redraw())}},canvas:{create:function(){l.debug("Creating canvases"),f.width=g,f.height=u,h.width=g,h.height=u,p.width=g,p.height=u,a=f.getContext("2d"),r=h.getContext("2d"),c=p.getContext("2d"),m.append(f),a=m.children("canvas")[0].getContext("2d")},clear:function(e){l.debug("Clearing canvas"),c.fillStyle="#FFFFFF",c.fillRect(0,0,g,u)},merge:function(){return e.isFunction(a.blendOnto)?(a.putImageData(r.getImageData(0,0,g,u),0,0),void c.blendOnto(a,"multiply")):void l.error(y.missingPlugin)}},draw:{image:function(e){l.debug("Drawing image"),e=e||function(){},s?(v.src=s,v.onload=function(){r.drawImage(v,0,0),e()}):(l.error(y.noImage),e())},colors:function(){l.debug("Drawing color overlays",w),e.each(w,function(e,n){i.onDraw(c,d,e,n)})}},debug:function(e,n){i.debug&&(n!==t?console.info(i.name+": "+e,n):console.info(i.name+": "+e))},error:function(e){console.warn(i.name+": "+e)},invoke:function(n,o,a){var r;return a=a||Array.prototype.slice.call(arguments,2),"string"==typeof n&&C!==t&&(n=n.split("."),e.each(n,function(n,t){return e.isPlainObject(C[t])?(C=C[t],!0):e.isFunction(C[t])?(r=C[t],!0):(l.error(i.error.method),!1)})),e.isFunction(r)?r.apply(o,a):!1}},C!==t&&o?("invoke"==o[0]&&(o=Array.prototype.slice.call(o,1)),l.invoke(o[0],this,Array.prototype.slice.call(o,1))):void l.initialize()}),this},e.fn.colorize.settings={name:"Image Colorizer",debug:!0,namespace:"colorize",onDraw:function(e,n,i,t){},async:!0,colors:{},metadata:{image:"image",name:"name"},error:{noImage:"No tracing image specified",undefinedColors:"No default colors specified.",missingColor:"Attempted to change color that does not exist",missingPlugin:"Blend onto plug-in must be included",undefinedHeight:"The width or height of image canvas could not be automatically determined. Please specify a height."}}}(jQuery,window,document); |
@ -1,259 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Comment | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Standard | |||
*******************************/ | |||
/*-------------- | |||
Comments | |||
---------------*/ | |||
.ui.comments { | |||
margin: 1.5em 0em; | |||
max-width: 650px; | |||
} | |||
.ui.comments:first-child { | |||
margin-top: 0em; | |||
} | |||
.ui.comments:last-child { | |||
margin-bottom: 0em; | |||
} | |||
/*-------------- | |||
Comment | |||
---------------*/ | |||
.ui.comments .comment { | |||
position: relative; | |||
background: none; | |||
margin: 0.5em 0em 0em; | |||
padding: 0.5em 0em 0em; | |||
border: none; | |||
border-top: none; | |||
line-height: 1.2; | |||
} | |||
.ui.comments .comment:first-child { | |||
margin-top: 0em; | |||
padding-top: 0em; | |||
} | |||
/*-------------------- | |||
Nested Comments | |||
---------------------*/ | |||
.ui.comments .comment .comments { | |||
margin: 0em 0em 0.5em 0.5em; | |||
padding: 1em 0em 1em 1em; | |||
} | |||
.ui.comments .comment .comments:before { | |||
position: absolute; | |||
top: 0px; | |||
left: 0px; | |||
} | |||
.ui.comments .comment .comments .comment { | |||
border: none; | |||
border-top: none; | |||
background: none; | |||
} | |||
/*-------------- | |||
Avatar | |||
---------------*/ | |||
.ui.comments .comment .avatar { | |||
display: block; | |||
width: 2.5em; | |||
height: auto; | |||
float: left; | |||
margin: 0.2em 0em 0em; | |||
} | |||
.ui.comments .comment img.avatar, | |||
.ui.comments .comment .avatar img { | |||
display: block; | |||
margin: 0em auto; | |||
width: 100%; | |||
height: 100%; | |||
border-radius: 0.25rem; | |||
} | |||
/*-------------- | |||
Content | |||
---------------*/ | |||
.ui.comments .comment > .content { | |||
display: block; | |||
} | |||
/* If there is an avatar move content over */ | |||
.ui.comments .comment > .avatar ~ .content { | |||
margin-left: 3.5em; | |||
} | |||
/*-------------- | |||
Author | |||
---------------*/ | |||
.ui.comments .comment .author { | |||
font-size: 1em; | |||
color: rgba(0, 0, 0, 0.87); | |||
font-weight: bold; | |||
} | |||
.ui.comments .comment a.author { | |||
cursor: pointer; | |||
} | |||
.ui.comments .comment a.author:hover { | |||
color: #1e70bf; | |||
} | |||
/*-------------- | |||
Metadata | |||
---------------*/ | |||
.ui.comments .comment .metadata { | |||
display: inline-block; | |||
margin-left: 0.5em; | |||
color: rgba(0, 0, 0, 0.4); | |||
font-size: 0.875em; | |||
} | |||
.ui.comments .comment .metadata > * { | |||
display: inline-block; | |||
margin: 0em 0.5em 0em 0em; | |||
} | |||
.ui.comments .comment .metadata > :last-child { | |||
margin-right: 0em; | |||
} | |||
/*-------------------- | |||
Comment Text | |||
---------------------*/ | |||
.ui.comments .comment .text { | |||
margin: 0.25em 0em 0.5em; | |||
font-size: 1em; | |||
word-wrap: break-word; | |||
color: rgba(0, 0, 0, 0.87); | |||
line-height: 1.3; | |||
} | |||
/*-------------------- | |||
User Actions | |||
---------------------*/ | |||
.ui.comments .comment .actions { | |||
font-size: 0.875em; | |||
} | |||
.ui.comments .comment .actions a { | |||
cursor: pointer; | |||
display: inline-block; | |||
margin: 0em 0.75em 0em 0em; | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
.ui.comments .comment .actions a:last-child { | |||
margin-right: 0em; | |||
} | |||
.ui.comments .comment .actions a.active, | |||
.ui.comments .comment .actions a:hover { | |||
color: rgba(0, 0, 0, 0.8); | |||
} | |||
/*-------------------- | |||
Reply Form | |||
---------------------*/ | |||
.ui.comments > .reply.form { | |||
margin-top: 1em; | |||
} | |||
.ui.comments .comment .reply.form { | |||
width: 100%; | |||
margin-top: 1em; | |||
} | |||
.ui.comments .reply.form textarea { | |||
font-size: 1em; | |||
height: 12em; | |||
} | |||
/******************************* | |||
State | |||
*******************************/ | |||
.ui.collapsed.comments, | |||
.ui.comments .collapsed.comments, | |||
.ui.comments .collapsed.comment { | |||
display: none; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*-------------------- | |||
Threaded | |||
---------------------*/ | |||
.ui.threaded.comments .comment .comments { | |||
margin: -1.5em 0 -1em 1.25em; | |||
padding: 3em 0em 2em 2.25em; | |||
box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15); | |||
} | |||
/*-------------------- | |||
Minimal | |||
---------------------*/ | |||
.ui.minimal.comments .comment .actions { | |||
opacity: 0; | |||
position: absolute; | |||
top: 0px; | |||
right: 0px; | |||
left: auto; | |||
-webkit-transition: opacity 0.2s ease; | |||
transition: opacity 0.2s ease; | |||
-webkit-transition-delay: 0.1s; | |||
transition-delay: 0.1s; | |||
} | |||
.ui.minimal.comments .comment > .content:hover > .actions { | |||
opacity: 1; | |||
} | |||
/*-------------------- | |||
Sizes | |||
---------------------*/ | |||
.ui.small.comments { | |||
font-size: 0.9em; | |||
} | |||
.ui.comments { | |||
font-size: 1em; | |||
} | |||
.ui.large.comments { | |||
font-size: 1.1em; | |||
} | |||
.ui.huge.comments { | |||
font-size: 1.2em; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
User Variable Overrides | |||
*******************************/ | |||
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Comment | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.huge.comments{font-size:1.2em} |
@ -1,125 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Container | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Container | |||
*******************************/ | |||
/* All Sizes */ | |||
.ui.container { | |||
display: block; | |||
max-width: 100% !important; | |||
} | |||
/* Mobile */ | |||
@media only screen and (max-width: 767px) { | |||
.ui.container { | |||
width: auto; | |||
margin-left: 1em !important; | |||
margin-right: 1em !important; | |||
} | |||
.ui.grid.container { | |||
width: auto !important; | |||
} | |||
} | |||
/* Tablet */ | |||
@media only screen and (min-width: 768px) and (max-width: 991px) { | |||
.ui.container { | |||
width: 723px; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
.ui.grid.container { | |||
width: calc( 723px + 2em ) !important; | |||
} | |||
} | |||
/* Small Monitor */ | |||
@media only screen and (min-width: 992px) and (max-width: 1199px) { | |||
.ui.container { | |||
width: 933px; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
.ui.grid.container { | |||
width: calc( 933px + 2em ) !important; | |||
} | |||
} | |||
/* Large Monitor */ | |||
@media only screen and (min-width: 1200px) { | |||
.ui.container { | |||
width: 1127px; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
.ui.grid.container { | |||
width: calc( 1127px + 2em ) !important; | |||
} | |||
} | |||
/******************************* | |||
Types | |||
*******************************/ | |||
/* Text Container */ | |||
.ui.text.container { | |||
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; | |||
max-width: 700px !important; | |||
line-height: 1.5; | |||
} | |||
.ui.text.container { | |||
font-size: 1.14285714rem; | |||
} | |||
/* Fluid */ | |||
.ui.fluid.container { | |||
width: 100%; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
.ui[class*="left aligned"].container { | |||
text-align: left; | |||
} | |||
.ui[class*="center aligned"].container { | |||
text-align: center; | |||
} | |||
.ui[class*="right aligned"].container { | |||
text-align: right; | |||
} | |||
.ui.justified.container { | |||
text-align: justify; | |||
-webkit-hyphens: auto; | |||
-moz-hyphens: auto; | |||
-ms-hyphens: auto; | |||
hyphens: auto; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
Site Overrides | |||
*******************************/ | |||
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Container | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto;margin-left:1em!important;margin-right:1em!important}.ui.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2em)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2em)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2em)!important}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px!important;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto} |
@ -1,200 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Dimmer | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Dimmer | |||
*******************************/ | |||
.dimmable { | |||
position: relative; | |||
} | |||
.ui.dimmer { | |||
display: none; | |||
position: absolute; | |||
top: 0em !important; | |||
left: 0em !important; | |||
width: 100%; | |||
height: 100%; | |||
text-align: center; | |||
vertical-align: middle; | |||
background-color: rgba(0, 0, 0, 0.85); | |||
opacity: 0; | |||
line-height: 1; | |||
-webkit-animation-fill-mode: both; | |||
animation-fill-mode: both; | |||
-webkit-animation-duration: 0.5s; | |||
animation-duration: 0.5s; | |||
-webkit-transition: background-color 0.5s linear; | |||
transition: background-color 0.5s linear; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
will-change: opacity; | |||
z-index: 1000; | |||
} | |||
/* Dimmer Content */ | |||
.ui.dimmer > .content { | |||
width: 100%; | |||
height: 100%; | |||
display: table; | |||
-webkit-user-select: text; | |||
-moz-user-select: text; | |||
-ms-user-select: text; | |||
user-select: text; | |||
} | |||
.ui.dimmer > .content > * { | |||
display: table-cell; | |||
vertical-align: middle; | |||
color: #ffffff; | |||
} | |||
/* Loose Coupling */ | |||
.ui.segment > .ui.dimmer { | |||
border-radius: inherit !important; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
.animating.dimmable:not(body), | |||
.dimmed.dimmable:not(body) { | |||
overflow: hidden; | |||
} | |||
.dimmed.dimmable > .ui.animating.dimmer, | |||
.dimmed.dimmable > .ui.visible.dimmer, | |||
.ui.active.dimmer { | |||
display: block; | |||
opacity: 1; | |||
} | |||
.ui.disabled.dimmer { | |||
width: 0 !important; | |||
height: 0 !important; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*-------------- | |||
Page | |||
---------------*/ | |||
.ui.page.dimmer { | |||
position: fixed; | |||
-webkit-transform-style: ''; | |||
transform-style: ''; | |||
-webkit-perspective: 2000px; | |||
perspective: 2000px; | |||
-webkit-transform-origin: center center; | |||
-ms-transform-origin: center center; | |||
transform-origin: center center; | |||
} | |||
body.animating.in.dimmable, | |||
body.dimmed.dimmable { | |||
overflow: hidden; | |||
} | |||
body.dimmable > .dimmer { | |||
position: fixed; | |||
} | |||
/*-------------- | |||
Blurring | |||
---------------*/ | |||
.blurring.dimmable > :not(.dimmer) { | |||
-webkit-filter: blur(0px) grayscale(0); | |||
filter: blur(0px) grayscale(0); | |||
-webkit-transition: 800ms -webkit-filter ease, 800ms filter ease; | |||
transition: 800ms filter ease; | |||
} | |||
.blurring.dimmed.dimmable > :not(.dimmer) { | |||
-webkit-filter: blur(5px) grayscale(0.7); | |||
filter: blur(5px) grayscale(0.7); | |||
} | |||
/* Dimmer Color */ | |||
.blurring.dimmable > .dimmer { | |||
background-color: rgba(0, 0, 0, 0.6); | |||
} | |||
.blurring.dimmable > .inverted.dimmer { | |||
background-color: rgba(255, 255, 255, 0.6); | |||
} | |||
/*-------------- | |||
Aligned | |||
---------------*/ | |||
.ui.dimmer > .top.aligned.content > * { | |||
vertical-align: top; | |||
} | |||
.ui.dimmer > .bottom.aligned.content > * { | |||
vertical-align: bottom; | |||
} | |||
/*-------------- | |||
Inverted | |||
---------------*/ | |||
.ui.inverted.dimmer { | |||
background-color: rgba(255, 255, 255, 0.85); | |||
} | |||
.ui.inverted.dimmer > .content > * { | |||
color: #ffffff; | |||
} | |||
/*-------------- | |||
Simple | |||
---------------*/ | |||
/* Displays without javascript */ | |||
.ui.simple.dimmer { | |||
display: block; | |||
overflow: hidden; | |||
opacity: 1; | |||
width: 0%; | |||
height: 0%; | |||
z-index: -100; | |||
background-color: rgba(0, 0, 0, 0); | |||
} | |||
.dimmed.dimmable > .ui.simple.dimmer { | |||
overflow: visible; | |||
opacity: 1; | |||
width: 100%; | |||
height: 100%; | |||
background-color: rgba(0, 0, 0, 0.85); | |||
z-index: 1; | |||
} | |||
.ui.simple.inverted.dimmer { | |||
background-color: rgba(255, 255, 255, 0); | |||
} | |||
.dimmed.dimmable > .ui.simple.inverted.dimmer { | |||
background-color: rgba(255, 255, 255, 0.85); | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
User Overrides | |||
*******************************/ | |||
@ -1,667 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Dimmer | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
;(function ( $, window, document, undefined ) { | |||
"use strict"; | |||
$.fn.dimmer = function(parameters) { | |||
var | |||
$allModules = $(this), | |||
time = new Date().getTime(), | |||
performance = [], | |||
query = arguments[0], | |||
methodInvoked = (typeof query == 'string'), | |||
queryArguments = [].slice.call(arguments, 1), | |||
returnedValue | |||
; | |||
$allModules | |||
.each(function() { | |||
var | |||
settings = ( $.isPlainObject(parameters) ) | |||
? $.extend(true, {}, $.fn.dimmer.settings, parameters) | |||
: $.extend({}, $.fn.dimmer.settings), | |||
selector = settings.selector, | |||
namespace = settings.namespace, | |||
className = settings.className, | |||
error = settings.error, | |||
eventNamespace = '.' + namespace, | |||
moduleNamespace = 'module-' + namespace, | |||
moduleSelector = $allModules.selector || '', | |||
clickEvent = ('ontouchstart' in document.documentElement) | |||
? 'touchstart' | |||
: 'click', | |||
$module = $(this), | |||
$dimmer, | |||
$dimmable, | |||
element = this, | |||
instance = $module.data(moduleNamespace), | |||
module | |||
; | |||
module = { | |||
preinitialize: function() { | |||
if( module.is.dimmer() ) { | |||
$dimmable = $module.parent(); | |||
$dimmer = $module; | |||
} | |||
else { | |||
$dimmable = $module; | |||
if( module.has.dimmer() ) { | |||
if(settings.dimmerName) { | |||
$dimmer = $dimmable.find(selector.dimmer).filter('.' + settings.dimmerName); | |||
} | |||
else { | |||
$dimmer = $dimmable.find(selector.dimmer); | |||
} | |||
} | |||
else { | |||
$dimmer = module.create(); | |||
} | |||
} | |||
}, | |||
initialize: function() { | |||
module.debug('Initializing dimmer', settings); | |||
if(settings.on == 'hover') { | |||
$dimmable | |||
.on('mouseenter' + eventNamespace, module.show) | |||
.on('mouseleave' + eventNamespace, module.hide) | |||
; | |||
} | |||
else if(settings.on == 'click') { | |||
$dimmable | |||
.on(clickEvent + eventNamespace, module.toggle) | |||
; | |||
} | |||
if( module.is.page() ) { | |||
module.debug('Setting as a page dimmer', $dimmable); | |||
module.set.pageDimmer(); | |||
} | |||
if( module.is.closable() ) { | |||
module.verbose('Adding dimmer close event', $dimmer); | |||
$dimmable | |||
.on(clickEvent + eventNamespace, selector.dimmer, module.event.click) | |||
; | |||
} | |||
module.set.dimmable(); | |||
module.instantiate(); | |||
}, | |||
instantiate: function() { | |||
module.verbose('Storing instance of module', module); | |||
instance = module; | |||
$module | |||
.data(moduleNamespace, instance) | |||
; | |||
}, | |||
destroy: function() { | |||
module.verbose('Destroying previous module', $dimmer); | |||
$module | |||
.removeData(moduleNamespace) | |||
; | |||
$dimmable | |||
.off(eventNamespace) | |||
; | |||
}, | |||
event: { | |||
click: function(event) { | |||
module.verbose('Determining if event occured on dimmer', event); | |||
if( $dimmer.find(event.target).length === 0 || $(event.target).is(selector.content) ) { | |||
module.hide(); | |||
event.stopImmediatePropagation(); | |||
} | |||
} | |||
}, | |||
addContent: function(element) { | |||
var | |||
$content = $(element) | |||
; | |||
module.debug('Add content to dimmer', $content); | |||
if($content.parent()[0] !== $dimmer[0]) { | |||
$content.detach().appendTo($dimmer); | |||
} | |||
}, | |||
create: function() { | |||
var | |||
$element = $( settings.template.dimmer() ) | |||
; | |||
if(settings.variation) { | |||
module.debug('Creating dimmer with variation', settings.variation); | |||
$element.addClass(settings.variation); | |||
} | |||
if(settings.dimmerName) { | |||
module.debug('Creating named dimmer', settings.dimmerName); | |||
$element.addClass(settings.dimmerName); | |||
} | |||
$element | |||
.appendTo($dimmable) | |||
; | |||
return $element; | |||
}, | |||
show: function(callback) { | |||
callback = $.isFunction(callback) | |||
? callback | |||
: function(){} | |||
; | |||
module.debug('Showing dimmer', $dimmer, settings); | |||
if( (!module.is.dimmed() || module.is.animating()) && module.is.enabled() ) { | |||
module.animate.show(callback); | |||
settings.onShow.call(element); | |||
settings.onChange.call(element); | |||
} | |||
else { | |||
module.debug('Dimmer is already shown or disabled'); | |||
} | |||
}, | |||
hide: function(callback) { | |||
callback = $.isFunction(callback) | |||
? callback | |||
: function(){} | |||
; | |||
if( module.is.dimmed() || module.is.animating() ) { | |||
module.debug('Hiding dimmer', $dimmer); | |||
module.animate.hide(callback); | |||
settings.onHide.call(element); | |||
settings.onChange.call(element); | |||
} | |||
else { | |||
module.debug('Dimmer is not visible'); | |||
} | |||
}, | |||
toggle: function() { | |||
module.verbose('Toggling dimmer visibility', $dimmer); | |||
if( !module.is.dimmed() ) { | |||
module.show(); | |||
} | |||
else { | |||
module.hide(); | |||
} | |||
}, | |||
animate: { | |||
show: function(callback) { | |||
callback = $.isFunction(callback) | |||
? callback | |||
: function(){} | |||
; | |||
if(settings.useCSS && $.fn.transition !== undefined && $dimmer.transition('is supported')) { | |||
if(settings.opacity !== 'auto') { | |||
module.set.opacity(); | |||
} | |||
$dimmer | |||
.transition({ | |||
animation : settings.transition + ' in', | |||
queue : false, | |||
duration : module.get.duration(), | |||
useFailSafe : true, | |||
onStart : function() { | |||
module.set.dimmed(); | |||
}, | |||
onComplete : function() { | |||
module.set.active(); | |||
callback(); | |||
} | |||
}) | |||
; | |||
} | |||
else { | |||
module.verbose('Showing dimmer animation with javascript'); | |||
module.set.dimmed(); | |||
if(settings.opacity == 'auto') { | |||
settings.opacity = 0.8; | |||
} | |||
$dimmer | |||
.stop() | |||
.css({ | |||
opacity : 0, | |||
width : '100%', | |||
height : '100%' | |||
}) | |||
.fadeTo(module.get.duration(), settings.opacity, function() { | |||
$dimmer.removeAttr('style'); | |||
module.set.active(); | |||
callback(); | |||
}) | |||
; | |||
} | |||
}, | |||
hide: function(callback) { | |||
callback = $.isFunction(callback) | |||
? callback | |||
: function(){} | |||
; | |||
if(settings.useCSS && $.fn.transition !== undefined && $dimmer.transition('is supported')) { | |||
module.verbose('Hiding dimmer with css'); | |||
$dimmer | |||
.transition({ | |||
animation : settings.transition + ' out', | |||
queue : false, | |||
duration : module.get.duration(), | |||
useFailSafe : true, | |||
onStart : function() { | |||
module.remove.dimmed(); | |||
}, | |||
onComplete : function() { | |||
module.remove.active(); | |||
callback(); | |||
} | |||
}) | |||
; | |||
} | |||
else { | |||
module.verbose('Hiding dimmer with javascript'); | |||
module.remove.dimmed(); | |||
$dimmer | |||
.stop() | |||
.fadeOut(module.get.duration(), function() { | |||
module.remove.active(); | |||
$dimmer.removeAttr('style'); | |||
callback(); | |||
}) | |||
; | |||
} | |||
} | |||
}, | |||
get: { | |||
dimmer: function() { | |||
return $dimmer; | |||
}, | |||
duration: function() { | |||
if(typeof settings.duration == 'object') { | |||
if( module.is.active() ) { | |||
return settings.duration.hide; | |||
} | |||
else { | |||
return settings.duration.show; | |||
} | |||
} | |||
return settings.duration; | |||
} | |||
}, | |||
has: { | |||
dimmer: function() { | |||
if(settings.dimmerName) { | |||
return ($module.find(selector.dimmer).filter('.' + settings.dimmerName).length > 0); | |||
} | |||
else { | |||
return ( $module.find(selector.dimmer).length > 0 ); | |||
} | |||
} | |||
}, | |||
is: { | |||
active: function() { | |||
return $dimmer.hasClass(className.active); | |||
}, | |||
animating: function() { | |||
return ( $dimmer.is(':animated') || $dimmer.hasClass(className.animating) ); | |||
}, | |||
closable: function() { | |||
if(settings.closable == 'auto') { | |||
if(settings.on == 'hover') { | |||
return false; | |||
} | |||
return true; | |||
} | |||
return settings.closable; | |||
}, | |||
dimmer: function() { | |||
return $module.hasClass(className.dimmer); | |||
}, | |||
dimmable: function() { | |||
return $module.hasClass(className.dimmable); | |||
}, | |||
dimmed: function() { | |||
return $dimmable.hasClass(className.dimmed); | |||
}, | |||
disabled: function() { | |||
return $dimmable.hasClass(className.disabled); | |||
}, | |||
enabled: function() { | |||
return !module.is.disabled(); | |||
}, | |||
page: function () { | |||
return $dimmable.is('body'); | |||
}, | |||
pageDimmer: function() { | |||
return $dimmer.hasClass(className.pageDimmer); | |||
} | |||
}, | |||
can: { | |||
show: function() { | |||
return !$dimmer.hasClass(className.disabled); | |||
} | |||
}, | |||
set: { | |||
opacity: function(opacity) { | |||
var | |||
opacity = settings.opacity || opacity, | |||
color = $dimmer.css('background-color'), | |||
colorArray = color.split(','), | |||
isRGBA = (colorArray && colorArray.length == 4) | |||
; | |||
if(isRGBA) { | |||
colorArray[3] = opacity + ')'; | |||
color = colorArray.join(','); | |||
} | |||
else { | |||
color = 'rgba(0, 0, 0, ' + opacity + ')'; | |||
} | |||
module.debug('Setting opacity to', opacity); | |||
$dimmer.css('background-color', color); | |||
}, | |||
active: function() { | |||
$dimmer.addClass(className.active); | |||
}, | |||
dimmable: function() { | |||
$dimmable.addClass(className.dimmable); | |||
}, | |||
dimmed: function() { | |||
$dimmable.addClass(className.dimmed); | |||
}, | |||
pageDimmer: function() { | |||
$dimmer.addClass(className.pageDimmer); | |||
}, | |||
disabled: function() { | |||
$dimmer.addClass(className.disabled); | |||
} | |||
}, | |||
remove: { | |||
active: function() { | |||
$dimmer | |||
.removeClass(className.active) | |||
; | |||
}, | |||
dimmed: function() { | |||
$dimmable.removeClass(className.dimmed); | |||
}, | |||
disabled: function() { | |||
$dimmer.removeClass(className.disabled); | |||
} | |||
}, | |||
setting: function(name, value) { | |||
module.debug('Changing setting', name, value); | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, settings, name); | |||
} | |||
else if(value !== undefined) { | |||
settings[name] = value; | |||
} | |||
else { | |||
return settings[name]; | |||
} | |||
}, | |||
internal: function(name, value) { | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, module, name); | |||
} | |||
else if(value !== undefined) { | |||
module[name] = value; | |||
} | |||
else { | |||
return module[name]; | |||
} | |||
}, | |||
debug: function() { | |||
if(settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.debug.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
verbose: function() { | |||
if(settings.verbose && settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.verbose.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
error: function() { | |||
module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); | |||
module.error.apply(console, arguments); | |||
}, | |||
performance: { | |||
log: function(message) { | |||
var | |||
currentTime, | |||
executionTime, | |||
previousTime | |||
; | |||
if(settings.performance) { | |||
currentTime = new Date().getTime(); | |||
previousTime = time || currentTime; | |||
executionTime = currentTime - previousTime; | |||
time = currentTime; | |||
performance.push({ | |||
'Name' : message[0], | |||
'Arguments' : [].slice.call(message, 1) || '', | |||
'Element' : element, | |||
'Execution Time' : executionTime | |||
}); | |||
} | |||
clearTimeout(module.performance.timer); | |||
module.performance.timer = setTimeout(module.performance.display, 500); | |||
}, | |||
display: function() { | |||
var | |||
title = settings.name + ':', | |||
totalTime = 0 | |||
; | |||
time = false; | |||
clearTimeout(module.performance.timer); | |||
$.each(performance, function(index, data) { | |||
totalTime += data['Execution Time']; | |||
}); | |||
title += ' ' + totalTime + 'ms'; | |||
if(moduleSelector) { | |||
title += ' \'' + moduleSelector + '\''; | |||
} | |||
if($allModules.length > 1) { | |||
title += ' ' + '(' + $allModules.length + ')'; | |||
} | |||
if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { | |||
console.groupCollapsed(title); | |||
if(console.table) { | |||
console.table(performance); | |||
} | |||
else { | |||
$.each(performance, function(index, data) { | |||
console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); | |||
}); | |||
} | |||
console.groupEnd(); | |||
} | |||
performance = []; | |||
} | |||
}, | |||
invoke: function(query, passedArguments, context) { | |||
var | |||
object = instance, | |||
maxDepth, | |||
found, | |||
response | |||
; | |||
passedArguments = passedArguments || queryArguments; | |||
context = element || context; | |||
if(typeof query == 'string' && object !== undefined) { | |||
query = query.split(/[\. ]/); | |||
maxDepth = query.length - 1; | |||
$.each(query, function(depth, value) { | |||
var camelCaseValue = (depth != maxDepth) | |||
? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) | |||
: query | |||
; | |||
if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { | |||
object = object[camelCaseValue]; | |||
} | |||
else if( object[camelCaseValue] !== undefined ) { | |||
found = object[camelCaseValue]; | |||
return false; | |||
} | |||
else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { | |||
object = object[value]; | |||
} | |||
else if( object[value] !== undefined ) { | |||
found = object[value]; | |||
return false; | |||
} | |||
else { | |||
module.error(error.method, query); | |||
return false; | |||
} | |||
}); | |||
} | |||
if ( $.isFunction( found ) ) { | |||
response = found.apply(context, passedArguments); | |||
} | |||
else if(found !== undefined) { | |||
response = found; | |||
} | |||
if($.isArray(returnedValue)) { | |||
returnedValue.push(response); | |||
} | |||
else if(returnedValue !== undefined) { | |||
returnedValue = [returnedValue, response]; | |||
} | |||
else if(response !== undefined) { | |||
returnedValue = response; | |||
} | |||
return found; | |||
} | |||
}; | |||
module.preinitialize(); | |||
if(methodInvoked) { | |||
if(instance === undefined) { | |||
module.initialize(); | |||
} | |||
module.invoke(query); | |||
} | |||
else { | |||
if(instance !== undefined) { | |||
instance.invoke('destroy'); | |||
} | |||
module.initialize(); | |||
} | |||
}) | |||
; | |||
return (returnedValue !== undefined) | |||
? returnedValue | |||
: this | |||
; | |||
}; | |||
$.fn.dimmer.settings = { | |||
name : 'Dimmer', | |||
namespace : 'dimmer', | |||
debug : false, | |||
verbose : false, | |||
performance : true, | |||
// name to distinguish between multiple dimmers in context | |||
dimmerName : false, | |||
// whether to add a variation type | |||
variation : false, | |||
// whether to bind close events | |||
closable : 'auto', | |||
// whether to use css animations | |||
useCSS : true, | |||
// css animation to use | |||
transition : 'fade', | |||
// event to bind to | |||
on : false, | |||
// overriding opacity value | |||
opacity : 'auto', | |||
// transition durations | |||
duration : { | |||
show : 500, | |||
hide : 500 | |||
}, | |||
onChange : function(){}, | |||
onShow : function(){}, | |||
onHide : function(){}, | |||
error : { | |||
method : 'The method you called is not defined.' | |||
}, | |||
className : { | |||
active : 'active', | |||
animating : 'animating', | |||
dimmable : 'dimmable', | |||
dimmed : 'dimmed', | |||
dimmer : 'dimmer', | |||
disabled : 'disabled', | |||
hide : 'hide', | |||
pageDimmer : 'page', | |||
show : 'show' | |||
}, | |||
selector: { | |||
dimmer : '> .ui.dimmer', | |||
content : '.ui.dimmer > .content, .ui.dimmer > .content > .center' | |||
}, | |||
template: { | |||
dimmer: function() { | |||
return $('<div />').attr('class', 'ui dimmer'); | |||
} | |||
} | |||
}; | |||
})( jQuery, window , document ); |
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Dimmer | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.dimmable{position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:800ms -webkit-filter ease,800ms filter ease;transition:800ms filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0;z-index:-100;background-color:transparent}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)} |
@ -1,260 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Divider | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Divider | |||
*******************************/ | |||
.ui.divider { | |||
margin: 1rem 0rem; | |||
line-height: 1; | |||
height: 0em; | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
letter-spacing: 0.05em; | |||
color: rgba(0, 0, 0, 0.85); | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |||
} | |||
/*-------------- | |||
Basic | |||
---------------*/ | |||
.ui.divider:not(.vertical):not(.horizontal) { | |||
border-top: 1px solid rgba(34, 36, 38, 0.15); | |||
border-bottom: 1px solid rgba(255, 255, 255, 0.1); | |||
} | |||
/*-------------- | |||
Coupling | |||
---------------*/ | |||
.ui.grid > .ui.divider { | |||
font-size: 1rem; | |||
} | |||
/*-------------- | |||
Horizontal | |||
---------------*/ | |||
.ui.horizontal.divider { | |||
display: table; | |||
white-space: nowrap; | |||
height: auto; | |||
margin: ''; | |||
overflow: hidden; | |||
line-height: 1; | |||
text-align: center; | |||
} | |||
.ui.horizontal.divider:before, | |||
.ui.horizontal.divider:after { | |||
content: ''; | |||
display: table-cell; | |||
position: relative; | |||
top: 50%; | |||
width: 50%; | |||
background-repeat: no-repeat; | |||
} | |||
.ui.horizontal.divider:before { | |||
background-position: right 1em top 50%; | |||
} | |||
.ui.horizontal.divider:after { | |||
background-position: left 1em top 50%; | |||
} | |||
/*-------------- | |||
Vertical | |||
---------------*/ | |||
.ui.vertical.divider { | |||
position: absolute; | |||
z-index: 2; | |||
top: 50%; | |||
left: 50%; | |||
margin: 0rem; | |||
padding: 0em; | |||
width: auto; | |||
height: 50%; | |||
line-height: 0em; | |||
text-align: center; | |||
-webkit-transform: translateX(-50%); | |||
-ms-transform: translateX(-50%); | |||
transform: translateX(-50%); | |||
} | |||
.ui.vertical.divider:before, | |||
.ui.vertical.divider:after { | |||
position: absolute; | |||
left: 50%; | |||
content: ''; | |||
z-index: 3; | |||
border-left: 1px solid rgba(34, 36, 38, 0.15); | |||
border-right: 1px solid rgba(255, 255, 255, 0.1); | |||
width: 0%; | |||
height: calc(100% - 1rem ); | |||
} | |||
.ui.vertical.divider:before { | |||
top: -100%; | |||
} | |||
.ui.vertical.divider:after { | |||
top: auto; | |||
bottom: 0px; | |||
} | |||
/* Inside grid */ | |||
@media only screen and (max-width: 767px) { | |||
.ui.stackable.grid .ui.vertical.divider, | |||
.ui.grid .stackable.row .ui.vertical.divider { | |||
display: table; | |||
white-space: nowrap; | |||
height: auto; | |||
margin: ''; | |||
overflow: hidden; | |||
line-height: 1; | |||
text-align: center; | |||
position: static; | |||
top: 0; | |||
left: 0; | |||
-webkit-transform: none; | |||
-ms-transform: none; | |||
transform: none; | |||
} | |||
.ui.stackable.grid .ui.vertical.divider:before, | |||
.ui.grid .stackable.row .ui.vertical.divider:before, | |||
.ui.stackable.grid .ui.vertical.divider:after, | |||
.ui.grid .stackable.row .ui.vertical.divider:after { | |||
position: static; | |||
left: 0; | |||
border-left: none; | |||
content: ''; | |||
display: table-cell; | |||
position: relative; | |||
top: 50%; | |||
width: 50%; | |||
background-repeat: no-repeat; | |||
} | |||
.ui.stackable.grid .ui.vertical.divider:before, | |||
.ui.grid .stackable.row .ui.vertical.divider:before { | |||
background-position: right 1em top 50%; | |||
} | |||
.ui.stackable.grid .ui.vertical.divider:after, | |||
.ui.grid .stackable.row .ui.vertical.divider:after { | |||
background-position: left 1em top 50%; | |||
} | |||
} | |||
/*-------------- | |||
Icon | |||
---------------*/ | |||
.ui.divider > .icon { | |||
margin: 0rem; | |||
font-size: 1rem; | |||
height: 1em; | |||
vertical-align: middle; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*-------------- | |||
Hidden | |||
---------------*/ | |||
.ui.hidden.divider { | |||
border-color: transparent !important; | |||
} | |||
.ui.hidden.divider:before, | |||
.ui.hidden.divider:after { | |||
display: none; | |||
} | |||
/*-------------- | |||
Inverted | |||
---------------*/ | |||
.ui.divider.inverted, | |||
.ui.vertical.inverted.divider, | |||
.ui.horizontal.inverted.divider { | |||
color: #ffffff; | |||
} | |||
.ui.divider.inverted, | |||
.ui.divider.inverted:after, | |||
.ui.divider.inverted:before { | |||
border-top-color: rgba(34, 36, 38, 0.15) !important; | |||
border-left-color: rgba(34, 36, 38, 0.15) !important; | |||
border-bottom-color: rgba(255, 255, 255, 0.15) !important; | |||
border-right-color: rgba(255, 255, 255, 0.15) !important; | |||
} | |||
/*-------------- | |||
Fitted | |||
---------------*/ | |||
.ui.fitted.divider { | |||
margin: 0em; | |||
} | |||
/*-------------- | |||
Clearing | |||
---------------*/ | |||
.ui.clearing.divider { | |||
clear: both; | |||
} | |||
/*-------------- | |||
Section | |||
---------------*/ | |||
.ui.section.divider { | |||
margin-top: 2rem; | |||
margin-bottom: 2rem; | |||
} | |||
/*-------------- | |||
Sizes | |||
---------------*/ | |||
.ui.divider { | |||
font-size: 1rem; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
.ui.horizontal.divider:before, | |||
.ui.horizontal.divider:after { | |||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC'); | |||
} | |||
@media only screen and (max-width: 767px) { | |||
.ui.stackable.grid .ui.vertical.divider:before, | |||
.ui.grid .stackable.row .ui.vertical.divider:before, | |||
.ui.stackable.grid .ui.vertical.divider:after, | |||
.ui.grid .stackable.row .ui.vertical.divider:after { | |||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC'); | |||
} | |||
} | |||
/******************************* | |||
Site Overrides | |||
*******************************/ | |||
@ -1,162 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Video | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Types | |||
*******************************/ | |||
.ui.embed { | |||
position: relative; | |||
max-width: 100%; | |||
height: 0px; | |||
overflow: hidden; | |||
background: #dcddde; | |||
padding-bottom: 56.25%; | |||
} | |||
/*----------------- | |||
Embedded Content | |||
------------------*/ | |||
.ui.embed iframe, | |||
.ui.embed embed, | |||
.ui.embed object { | |||
position: absolute; | |||
border: none; | |||
width: 100%; | |||
height: 100%; | |||
top: 0px; | |||
left: 0px; | |||
margin: 0em; | |||
padding: 0em; | |||
} | |||
/*----------------- | |||
Embed | |||
------------------*/ | |||
.ui.embed > .embed { | |||
display: none; | |||
} | |||
/*-------------- | |||
Placeholder | |||
---------------*/ | |||
.ui.embed > .placeholder { | |||
position: absolute; | |||
cursor: pointer; | |||
top: 0px; | |||
left: 0px; | |||
display: block; | |||
width: 100%; | |||
height: 100%; | |||
background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); | |||
} | |||
/*-------------- | |||
Icon | |||
---------------*/ | |||
.ui.embed > .icon { | |||
cursor: pointer; | |||
position: absolute; | |||
top: 0px; | |||
left: 0px; | |||
width: 100%; | |||
height: 100%; | |||
z-index: 2; | |||
} | |||
.ui.embed > .icon:after { | |||
position: absolute; | |||
top: 0%; | |||
left: 0%; | |||
width: 100%; | |||
height: 100%; | |||
z-index: 3; | |||
content: ''; | |||
background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); | |||
background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); | |||
opacity: 0.5; | |||
-webkit-transition: opacity 0.5s ease; | |||
transition: opacity 0.5s ease; | |||
} | |||
.ui.embed > .icon:before { | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
z-index: 4; | |||
-webkit-transform: translateX(-50%) translateY(-50%); | |||
-ms-transform: translateX(-50%) translateY(-50%); | |||
transform: translateX(-50%) translateY(-50%); | |||
color: #ffffff; | |||
font-size: 6rem; | |||
text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2); | |||
-webkit-transition: opacity 0.5s ease, color 0.5s ease; | |||
transition: opacity 0.5s ease, color 0.5s ease; | |||
z-index: 10; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
/*-------------- | |||
Hover | |||
---------------*/ | |||
.ui.embed .icon:hover:after { | |||
background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); | |||
background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); | |||
opacity: 1; | |||
} | |||
.ui.embed .icon:hover:before { | |||
color: #ffffff; | |||
} | |||
/*-------------- | |||
Active | |||
---------------*/ | |||
.ui.active.embed > .icon, | |||
.ui.active.embed > .placeholder { | |||
display: none; | |||
} | |||
.ui.active.embed > .embed { | |||
display: block; | |||
} | |||
/******************************* | |||
Video Overrides | |||
*******************************/ | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
.ui.square.embed { | |||
padding-bottom: 100%; | |||
} | |||
.ui[class*="4:3"].embed { | |||
padding-bottom: 75%; | |||
} | |||
.ui[class*="16:9"].embed { | |||
padding-bottom: 56.25%; | |||
} | |||
.ui[class*="21:9"].embed { | |||
padding-bottom: 42.85714286%; | |||
} |
@ -1,662 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Video | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
;(function ($, window, document, undefined) { | |||
"use strict"; | |||
$.fn.embed = function(parameters) { | |||
var | |||
$allModules = $(this), | |||
moduleSelector = $allModules.selector || '', | |||
time = new Date().getTime(), | |||
performance = [], | |||
query = arguments[0], | |||
methodInvoked = (typeof query == 'string'), | |||
queryArguments = [].slice.call(arguments, 1), | |||
returnedValue | |||
; | |||
$allModules | |||
.each(function() { | |||
var | |||
settings = ( $.isPlainObject(parameters) ) | |||
? $.extend(true, {}, $.fn.embed.settings, parameters) | |||
: $.extend({}, $.fn.embed.settings), | |||
selector = settings.selector, | |||
className = settings.className, | |||
sources = settings.sources, | |||
error = settings.error, | |||
metadata = settings.metadata, | |||
namespace = settings.namespace, | |||
templates = settings.templates, | |||
eventNamespace = '.' + namespace, | |||
moduleNamespace = 'module-' + namespace, | |||
$window = $(window), | |||
$module = $(this), | |||
$placeholder = $module.find(selector.placeholder), | |||
$icon = $module.find(selector.icon), | |||
$embed = $module.find(selector.embed), | |||
element = this, | |||
instance = $module.data(moduleNamespace), | |||
module | |||
; | |||
module = { | |||
initialize: function() { | |||
module.debug('Initializing embed'); | |||
module.determine.autoplay(); | |||
module.create(); | |||
module.bind.events(); | |||
module.instantiate(); | |||
}, | |||
instantiate: function() { | |||
module.verbose('Storing instance of module', module); | |||
instance = module; | |||
$module | |||
.data(moduleNamespace, module) | |||
; | |||
}, | |||
destroy: function() { | |||
module.verbose('Destroying previous instance of embed'); | |||
module.reset(); | |||
$module | |||
.removeData(moduleNamespace) | |||
.off(eventNamespace) | |||
; | |||
}, | |||
refresh: function() { | |||
module.verbose('Refreshing selector cache'); | |||
$placeholder = $module.find(selector.placeholder); | |||
$icon = $module.find(selector.icon); | |||
$embed = $module.find(selector.embed); | |||
}, | |||
bind: { | |||
events: function() { | |||
if( module.has.placeholder() ) { | |||
module.debug('Adding placeholder events'); | |||
console.log($module, selector.placeholder); | |||
$module | |||
.on('click' + eventNamespace, selector.placeholder, module.createAndShow) | |||
.on('click' + eventNamespace, selector.icon, module.createAndShow) | |||
; | |||
} | |||
} | |||
}, | |||
create: function() { | |||
var | |||
placeholder = module.get.placeholder() | |||
; | |||
if(placeholder) { | |||
module.createPlaceholder(); | |||
} | |||
else { | |||
module.createAndShow(); | |||
} | |||
}, | |||
createPlaceholder: function(placeholder) { | |||
var | |||
icon = module.get.icon(), | |||
url = module.get.url(), | |||
embed = module.generate.embed(url) | |||
; | |||
placeholder = placeholder || module.get.placeholder(); | |||
$module.html( templates.placeholder(placeholder, icon) ); | |||
module.debug('Creating placeholder for embed', placeholder, icon); | |||
}, | |||
createEmbed: function(url) { | |||
module.refresh(); | |||
url = url || module.get.url(); | |||
console.log(url); | |||
$embed = $('<div/>') | |||
.addClass(className.embed) | |||
.html( module.generate.embed(url) ) | |||
.appendTo($module) | |||
; | |||
settings.onCreate.call(element, url); | |||
module.debug('Creating embed object', $embed); | |||
}, | |||
createAndShow: function() { | |||
console.log('cands'); | |||
module.createEmbed(); | |||
module.show(); | |||
}, | |||
// sets new embed | |||
change: function(source, id, url) { | |||
module.debug('Changing video to ', source, id, url); | |||
$module | |||
.data(metadata.source, source) | |||
.data(metadata.id, id) | |||
.data(metadata.url, url) | |||
; | |||
module.create(); | |||
}, | |||
// clears embed | |||
reset: function() { | |||
module.debug('Clearing embed and showing placeholder'); | |||
module.remove.active(); | |||
module.remove.embed(); | |||
module.showPlaceholder(); | |||
settings.onReset.call(element); | |||
}, | |||
// shows current embed | |||
show: function() { | |||
module.debug('Showing embed'); | |||
module.set.active(); | |||
settings.onDisplay.call(element); | |||
}, | |||
hide: function() { | |||
module.debug('Hiding embed'); | |||
module.showPlaceholder(); | |||
}, | |||
showPlaceholder: function() { | |||
module.debug('Showing placeholder image'); | |||
module.remove.active(); | |||
settings.onPlaceholderDisplay.call(element); | |||
}, | |||
get: { | |||
id: function() { | |||
return settings.id || $module.data(metadata.id); | |||
}, | |||
placeholder: function() { | |||
return settings.placeholder || $module.data(metadata.placeholder); | |||
}, | |||
icon: function() { | |||
return (settings.icon) | |||
? settings.icon | |||
: ($module.data(metadata.icon) !== undefined) | |||
? $module.data(metadata.icon) | |||
: module.determine.icon() | |||
; | |||
}, | |||
source: function(url) { | |||
return (settings.source) | |||
? settings.source | |||
: ($module.data(metadata.source) !== undefined) | |||
? $module.data(metadata.source) | |||
: module.determine.source() | |||
; | |||
}, | |||
type: function() { | |||
var source = module.get.source(); | |||
return (sources[source] !== undefined) | |||
? sources[source].type | |||
: false | |||
; | |||
}, | |||
url: function() { | |||
return (settings.url) | |||
? settings.url | |||
: ($module.data(metadata.url) !== undefined) | |||
? $module.data(metadata.url) | |||
: module.determine.url() | |||
; | |||
} | |||
}, | |||
determine: { | |||
autoplay: function() { | |||
if(module.should.autoplay()) { | |||
settings.autoplay = true; | |||
} | |||
}, | |||
source: function(url) { | |||
var | |||
matchedSource = false | |||
; | |||
url = url || module.get.url(); | |||
if(url) { | |||
$.each(sources, function(name, source) { | |||
if(url.search(source.domain) !== -1) { | |||
matchedSource = name; | |||
return false; | |||
} | |||
}); | |||
} | |||
return matchedSource; | |||
}, | |||
icon: function() { | |||
var | |||
source = module.get.source() | |||
; | |||
return (sources[source] !== undefined) | |||
? sources[source].icon | |||
: false | |||
; | |||
}, | |||
url: function() { | |||
var | |||
id = settings.id || $module.data(metadata.id), | |||
source = settings.source || $module.data(metadata.source), | |||
url | |||
; | |||
url = (sources[source] !== undefined) | |||
? sources[source].url.replace('{id}', id) | |||
: false | |||
; | |||
if(url) { | |||
$module.data(metadata.url, url); | |||
} | |||
return url; | |||
} | |||
}, | |||
set: { | |||
active: function() { | |||
$module.addClass(className.active); | |||
} | |||
}, | |||
remove: { | |||
active: function() { | |||
$module.removeClass(className.active); | |||
}, | |||
embed: function() { | |||
$embed.empty(); | |||
} | |||
}, | |||
encode: { | |||
parameters: function(parameters) { | |||
var | |||
urlString = [], | |||
index | |||
; | |||
for (index in parameters) { | |||
urlString.push( encodeURIComponent(index) + '=' + encodeURIComponent( parameters[index] ) ); | |||
} | |||
return urlString.join('&'); | |||
} | |||
}, | |||
generate: { | |||
embed: function(url) { | |||
module.debug('Generating embed html'); | |||
var | |||
source = module.get.source(), | |||
html, | |||
parameters | |||
; | |||
url = module.get.url(url); | |||
if(url) { | |||
parameters = module.generate.parameters(source); | |||
html = templates.iframe(url, parameters); | |||
} | |||
else { | |||
module.error(error.noURL, $module); | |||
} | |||
return html; | |||
}, | |||
parameters: function(source, extraParameters) { | |||
var | |||
parameters = (sources[source] && sources[source].parameters !== undefined) | |||
? sources[source].parameters(settings) | |||
: {} | |||
; | |||
extraParameters = extraParameters || settings.parameters; | |||
if(extraParameters) { | |||
parameters = $.extend({}, parameters, extraParameters); | |||
} | |||
parameters = settings.onEmbed(parameters); | |||
return module.encode.parameters(parameters); | |||
} | |||
}, | |||
has: { | |||
placeholder: function() { | |||
return settings.placeholder || $module.data(metadata.placeholder); | |||
} | |||
}, | |||
should: { | |||
autoplay: function() { | |||
return (settings.autoplay === 'auto') | |||
? (settings.placeholder || $module.data(metadata.placeholder) !== undefined) | |||
: settings.autoplay | |||
; | |||
} | |||
}, | |||
is: { | |||
video: function() { | |||
return module.get.type() == 'video'; | |||
} | |||
}, | |||
setting: function(name, value) { | |||
module.debug('Changing setting', name, value); | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, settings, name); | |||
} | |||
else if(value !== undefined) { | |||
settings[name] = value; | |||
} | |||
else { | |||
return settings[name]; | |||
} | |||
}, | |||
internal: function(name, value) { | |||
if( $.isPlainObject(name) ) { | |||
$.extend(true, module, name); | |||
} | |||
else if(value !== undefined) { | |||
module[name] = value; | |||
} | |||
else { | |||
return module[name]; | |||
} | |||
}, | |||
debug: function() { | |||
if(settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.debug.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
verbose: function() { | |||
if(settings.verbose && settings.debug) { | |||
if(settings.performance) { | |||
module.performance.log(arguments); | |||
} | |||
else { | |||
module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':'); | |||
module.verbose.apply(console, arguments); | |||
} | |||
} | |||
}, | |||
error: function() { | |||
module.error = Function.prototype.bind.call(console.error, console, settings.name + ':'); | |||
module.error.apply(console, arguments); | |||
}, | |||
performance: { | |||
log: function(message) { | |||
var | |||
currentTime, | |||
executionTime, | |||
previousTime | |||
; | |||
if(settings.performance) { | |||
currentTime = new Date().getTime(); | |||
previousTime = time || currentTime; | |||
executionTime = currentTime - previousTime; | |||
time = currentTime; | |||
performance.push({ | |||
'Name' : message[0], | |||
'Arguments' : [].slice.call(message, 1) || '', | |||
'Element' : element, | |||
'Execution Time' : executionTime | |||
}); | |||
} | |||
clearTimeout(module.performance.timer); | |||
module.performance.timer = setTimeout(module.performance.display, 500); | |||
}, | |||
display: function() { | |||
var | |||
title = settings.name + ':', | |||
totalTime = 0 | |||
; | |||
time = false; | |||
clearTimeout(module.performance.timer); | |||
$.each(performance, function(index, data) { | |||
totalTime += data['Execution Time']; | |||
}); | |||
title += ' ' + totalTime + 'ms'; | |||
if(moduleSelector) { | |||
title += ' \'' + moduleSelector + '\''; | |||
} | |||
if($allModules.length > 1) { | |||
title += ' ' + '(' + $allModules.length + ')'; | |||
} | |||
if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { | |||
console.groupCollapsed(title); | |||
if(console.table) { | |||
console.table(performance); | |||
} | |||
else { | |||
$.each(performance, function(index, data) { | |||
console.log(data['Name'] + ': ' + data['Execution Time']+'ms'); | |||
}); | |||
} | |||
console.groupEnd(); | |||
} | |||
performance = []; | |||
} | |||
}, | |||
invoke: function(query, passedArguments, context) { | |||
var | |||
object = instance, | |||
maxDepth, | |||
found, | |||
response | |||
; | |||
passedArguments = passedArguments || queryArguments; | |||
context = element || context; | |||
if(typeof query == 'string' && object !== undefined) { | |||
query = query.split(/[\. ]/); | |||
maxDepth = query.length - 1; | |||
$.each(query, function(depth, value) { | |||
var camelCaseValue = (depth != maxDepth) | |||
? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1) | |||
: query | |||
; | |||
if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) { | |||
object = object[camelCaseValue]; | |||
} | |||
else if( object[camelCaseValue] !== undefined ) { | |||
found = object[camelCaseValue]; | |||
return false; | |||
} | |||
else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) { | |||
object = object[value]; | |||
} | |||
else if( object[value] !== undefined ) { | |||
found = object[value]; | |||
return false; | |||
} | |||
else { | |||
module.error(error.method, query); | |||
return false; | |||
} | |||
}); | |||
} | |||
if ( $.isFunction( found ) ) { | |||
response = found.apply(context, passedArguments); | |||
} | |||
else if(found !== undefined) { | |||
response = found; | |||
} | |||
if($.isArray(returnedValue)) { | |||
returnedValue.push(response); | |||
} | |||
else if(returnedValue !== undefined) { | |||
returnedValue = [returnedValue, response]; | |||
} | |||
else if(response !== undefined) { | |||
returnedValue = response; | |||
} | |||
return found; | |||
} | |||
}; | |||
if(methodInvoked) { | |||
if(instance === undefined) { | |||
module.initialize(); | |||
} | |||
module.invoke(query); | |||
} | |||
else { | |||
if(instance !== undefined) { | |||
instance.invoke('destroy'); | |||
} | |||
module.initialize(); | |||
} | |||
}) | |||
; | |||
return (returnedValue !== undefined) | |||
? returnedValue | |||
: this | |||
; | |||
}; | |||
$.fn.embed.settings = { | |||
name : 'Embed', | |||
namespace : 'embed', | |||
debug : false, | |||
verbose : false, | |||
performance : true, | |||
icon : false, | |||
source : false, | |||
url : false, | |||
id : false, | |||
// standard video settings | |||
autoplay : 'auto', | |||
color : '#444444', | |||
hd : true, | |||
brandedUI : false, | |||
// additional parameters to include with the embed | |||
parameters: false, | |||
onDisplay : function() {}, | |||
onPlaceholderDisplay : function() {}, | |||
onReset : function() {}, | |||
onCreate : function(url) {}, | |||
onEmbed : function(parameters) { | |||
return parameters; | |||
}, | |||
metadata : { | |||
id : 'id', | |||
icon : 'icon', | |||
placeholder : 'placeholder', | |||
source : 'source', | |||
url : 'url' | |||
}, | |||
error : { | |||
noURL : 'No URL specified', | |||
method : 'The method you called is not defined' | |||
}, | |||
className : { | |||
active : 'active', | |||
embed : 'embed' | |||
}, | |||
selector : { | |||
embed : '.embed', | |||
placeholder : '.placeholder', | |||
icon : '.icon' | |||
}, | |||
sources: { | |||
youtube: { | |||
name : 'youtube', | |||
type : 'video', | |||
icon : 'video play', | |||
domain : 'youtube.com', | |||
url : '//www.youtube.com/embed/{id}', | |||
parameters: function(settings) { | |||
return { | |||
autohide : !settings.brandedUI, | |||
autoplay : settings.autoplay, | |||
color : settings.colors || undefined, | |||
hq : settings.hd, | |||
jsapi : settings.api, | |||
modestbranding : !settings.brandedUI | |||
}; | |||
} | |||
}, | |||
vimeo: { | |||
name : 'vimeo', | |||
type : 'video', | |||
icon : 'video play', | |||
domain : 'vimeo.com', | |||
url : '//player.vimeo.com/video/{id}', | |||
parameters: function(settings) { | |||
return { | |||
api : settings.api, | |||
autoplay : settings.autoplay, | |||
byline : settings.brandedUI, | |||
color : settings.colors || undefined, | |||
portrait : settings.brandedUI, | |||
title : settings.brandedUI | |||
}; | |||
} | |||
} | |||
}, | |||
templates: { | |||
iframe : function(url, parameters) { | |||
return '' | |||
+ '<iframe src="' + url + '?=' + parameters + '"' | |||
+ ' width="100%" height="100%"' | |||
+ ' frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>' | |||
; | |||
}, | |||
placeholder : function(image, icon) { | |||
var | |||
html = '' | |||
; | |||
if(icon) { | |||
html += '<i class="' + icon + ' icon"></i>'; | |||
} | |||
if(image) { | |||
html += '<img class="placeholder" src="' + image + '">'; | |||
} | |||
return html; | |||
} | |||
}, | |||
// NOT YET IMPLEMENTED | |||
api : true, | |||
onPause : function() {}, | |||
onPlay : function() {}, | |||
onStop : function() {} | |||
}; | |||
})( jQuery, window , document ); |
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Video | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#dcddde;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#fff}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%} |
@ -1,301 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Feed | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Activity Feed | |||
*******************************/ | |||
.ui.feed { | |||
margin: 1em 0em; | |||
} | |||
.ui.feed:first-child { | |||
margin-top: 0em; | |||
} | |||
.ui.feed:last-child { | |||
margin-bottom: 0em; | |||
} | |||
/******************************* | |||
Content | |||
*******************************/ | |||
/* Event */ | |||
.ui.feed > .event { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
-webkit-box-orient: horizontal; | |||
-webkit-box-direction: normal; | |||
-webkit-flex-direction: row; | |||
-ms-flex-direction: row; | |||
flex-direction: row; | |||
width: 100%; | |||
padding: 0.21428571rem 0em; | |||
margin: 0em; | |||
background: none; | |||
border-top: none; | |||
} | |||
.ui.feed > .event:first-child { | |||
border-top: 0px; | |||
padding-top: 0em; | |||
} | |||
.ui.feed > .event:last-child { | |||
padding-bottom: 0em; | |||
} | |||
/* Event Label */ | |||
.ui.feed > .event > .label { | |||
display: block; | |||
-webkit-box-flex: 0; | |||
-webkit-flex: 0 0 auto; | |||
-ms-flex: 0 0 auto; | |||
flex: 0 0 auto; | |||
width: 2.5em; | |||
height: auto; | |||
-webkit-align-self: stretch; | |||
-ms-flex-item-align: stretch; | |||
align-self: stretch; | |||
text-align: left; | |||
} | |||
.ui.feed > .event > .label .icon { | |||
opacity: 1; | |||
font-size: 1.5em; | |||
width: 100%; | |||
padding: 0.25em; | |||
background: none; | |||
border: none; | |||
border-radius: none; | |||
color: rgba(0, 0, 0, 0.6); | |||
} | |||
.ui.feed > .event > .label img { | |||
width: 100%; | |||
height: auto; | |||
border-radius: 500rem; | |||
} | |||
.ui.feed > .event > .label + .content { | |||
margin: 0.5em 0em 0.35714286em 1.14285714em; | |||
} | |||
/*-------------- | |||
Content | |||
---------------*/ | |||
/* Content */ | |||
.ui.feed > .event > .content { | |||
display: block; | |||
-webkit-box-flex: 1; | |||
-webkit-flex: 1 1 auto; | |||
-ms-flex: 1 1 auto; | |||
flex: 1 1 auto; | |||
-webkit-align-self: stretch; | |||
-ms-flex-item-align: stretch; | |||
align-self: stretch; | |||
text-align: left; | |||
word-wrap: break-word; | |||
} | |||
.ui.feed > .event:last-child > .content { | |||
padding-bottom: 0em; | |||
} | |||
/* Link */ | |||
.ui.feed > .event > .content a { | |||
cursor: pointer; | |||
} | |||
/*-------------- | |||
Date | |||
---------------*/ | |||
.ui.feed > .event > .content .date { | |||
margin: -0.5rem 0em 0em; | |||
padding: 0em; | |||
font-weight: normal; | |||
font-size: 1em; | |||
font-style: normal; | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
/*-------------- | |||
Summary | |||
---------------*/ | |||
.ui.feed > .event > .content .summary { | |||
margin: 0em; | |||
font-size: 1em; | |||
font-weight: bold; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
/* Summary Image */ | |||
.ui.feed > .event > .content .summary img { | |||
display: inline-block; | |||
width: auto; | |||
height: 10em; | |||
margin: -0.25em 0.25em 0em 0em; | |||
border-radius: 0.25em; | |||
vertical-align: middle; | |||
} | |||
/*-------------- | |||
User | |||
---------------*/ | |||
.ui.feed > .event > .content .user { | |||
display: inline-block; | |||
font-weight: bold; | |||
margin-right: 0em; | |||
vertical-align: baseline; | |||
} | |||
.ui.feed > .event > .content .user img { | |||
margin: -0.25em 0.25em 0em 0em; | |||
width: auto; | |||
height: 10em; | |||
vertical-align: middle; | |||
} | |||
/*-------------- | |||
Inline Date | |||
---------------*/ | |||
/* Date inside Summary */ | |||
.ui.feed > .event > .content .summary > .date { | |||
display: inline-block; | |||
float: none; | |||
font-weight: normal; | |||
font-size: 0.85714286em; | |||
font-style: normal; | |||
margin: 0em 0em 0em 0.5em; | |||
padding: 0em; | |||
color: rgba(0, 0, 0, 0.4); | |||
} | |||
/*-------------- | |||
Extra Summary | |||
---------------*/ | |||
.ui.feed > .event > .content .extra { | |||
margin: 0.5em 0em 0em; | |||
background: none; | |||
padding: 0em; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
/* Images */ | |||
.ui.feed > .event > .content .extra.images img { | |||
display: inline-block; | |||
margin: 0em 0.25em 0em 0em; | |||
width: 6em; | |||
} | |||
/* Text */ | |||
.ui.feed > .event > .content .extra.text { | |||
padding: 0em; | |||
border-left: none; | |||
font-size: 1em; | |||
max-width: 500px; | |||
line-height: 1.4285em; | |||
} | |||
/*-------------- | |||
Meta | |||
---------------*/ | |||
.ui.feed > .event > .content .meta { | |||
display: inline-block; | |||
font-size: 0.85714286em; | |||
margin: 0.5em 0em 0em; | |||
background: none; | |||
border: none; | |||
border-radius: 0; | |||
box-shadow: none; | |||
padding: 0em; | |||
color: rgba(0, 0, 0, 0.6); | |||
} | |||
.ui.feed > .event > .content .meta > * { | |||
position: relative; | |||
margin-left: 0.75em; | |||
} | |||
.ui.feed > .event > .content .meta > *:after { | |||
content: ''; | |||
color: rgba(0, 0, 0, 0.2); | |||
top: 0em; | |||
left: -1em; | |||
opacity: 1; | |||
position: absolute; | |||
vertical-align: top; | |||
} | |||
.ui.feed > .event > .content .meta .like { | |||
color: ''; | |||
-webkit-transition: 0.2s color ease; | |||
transition: 0.2s color ease; | |||
} | |||
.ui.feed > .event > .content .meta .like:hover .icon { | |||
color: #ff2733; | |||
} | |||
.ui.feed > .event > .content .meta .active.like .icon { | |||
color: #ef404a; | |||
} | |||
/* First element */ | |||
.ui.feed > .event > .content .meta > :first-child { | |||
margin-left: 0em; | |||
} | |||
.ui.feed > .event > .content .meta > :first-child::after { | |||
display: none; | |||
} | |||
/* Action */ | |||
.ui.feed > .event > .content .meta a, | |||
.ui.feed > .event > .content .meta > .icon { | |||
cursor: pointer; | |||
opacity: 1; | |||
color: rgba(0, 0, 0, 0.5); | |||
-webkit-transition: color 0.1s ease; | |||
transition: color 0.1s ease; | |||
} | |||
.ui.feed > .event > .content .meta a:hover, | |||
.ui.feed > .event > .content .meta a:hover .icon, | |||
.ui.feed > .event > .content .meta > .icon:hover { | |||
color: rgba(0, 0, 0, 0.95); | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
.ui.small.feed { | |||
font-size: 0.92857143rem; | |||
} | |||
.ui.feed { | |||
font-size: 1rem; | |||
} | |||
.ui.large.feed { | |||
font-size: 1.14285714rem; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
User Variable Overrides | |||
*******************************/ | |||
@ -1,10 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Feed | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem} |
@ -1,993 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Form | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Elements | |||
*******************************/ | |||
/*-------------------- | |||
Form | |||
---------------------*/ | |||
.ui.form { | |||
position: relative; | |||
max-width: 100%; | |||
} | |||
/*-------------------- | |||
Content | |||
---------------------*/ | |||
.ui.form > p { | |||
margin: 1em 0em; | |||
} | |||
/*-------------------- | |||
Field | |||
---------------------*/ | |||
.ui.form .fields .field, | |||
.ui.form .field { | |||
clear: both; | |||
margin: 0em 0em 1em; | |||
} | |||
.ui.form .field .field, | |||
.ui.form .field:last-child, | |||
.ui.form .fields:last-child .field { | |||
margin-bottom: 0em; | |||
} | |||
/*-------------------- | |||
Labels | |||
---------------------*/ | |||
.ui.form .field > label { | |||
display: block; | |||
margin: 0em 0em 0.28571429rem 0em; | |||
color: rgba(0, 0, 0, 0.87); | |||
font-size: 0.92857143em; | |||
font-weight: bold; | |||
text-transform: none; | |||
} | |||
/*-------------------- | |||
Standard Inputs | |||
---------------------*/ | |||
.ui.form textarea, | |||
.ui.form input:not([type]), | |||
.ui.form input[type="date"], | |||
.ui.form input[type="datetime-local"], | |||
.ui.form input[type="email"], | |||
.ui.form input[type="number"], | |||
.ui.form input[type="password"], | |||
.ui.form input[type="search"], | |||
.ui.form input[type="tel"], | |||
.ui.form input[type="time"], | |||
.ui.form input[type="text"], | |||
.ui.form input[type="url"], | |||
.ui.form .ui.input { | |||
width: 100%; | |||
vertical-align: top; | |||
} | |||
.ui.form input:not([type]), | |||
.ui.form input[type="date"], | |||
.ui.form input[type="datetime-local"], | |||
.ui.form input[type="email"], | |||
.ui.form input[type="number"], | |||
.ui.form input[type="password"], | |||
.ui.form input[type="search"], | |||
.ui.form input[type="tel"], | |||
.ui.form input[type="time"], | |||
.ui.form input[type="text"], | |||
.ui.form input[type="url"] { | |||
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; | |||
margin: 0em; | |||
outline: none; | |||
-webkit-appearance: none; | |||
tap-highlight-color: rgba(255, 255, 255, 0); | |||
line-height: 1.2142em; | |||
padding: 0.67861429em 1em; | |||
font-size: 1em; | |||
background: #ffffff; | |||
border: 1px solid rgba(34, 36, 38, 0.15); | |||
color: rgba(0, 0, 0, 0.87); | |||
border-radius: 0.28571429rem; | |||
box-shadow: 0em 0em 0em 0em transparent inset; | |||
-webkit-transition: color 0.1s ease, border-color 0.1s ease; | |||
transition: color 0.1s ease, border-color 0.1s ease; | |||
} | |||
/* Collapse Flex */ | |||
.ui.form .ui.input > input { | |||
width: 0px !important; | |||
} | |||
/* Text Area */ | |||
.ui.form textarea { | |||
margin: 0em; | |||
-webkit-appearance: none; | |||
tap-highlight-color: rgba(255, 255, 255, 0); | |||
padding: 0.78571429em 1em; | |||
background: #ffffff; | |||
border: 1px solid rgba(34, 36, 38, 0.15); | |||
outline: none; | |||
color: rgba(0, 0, 0, 0.87); | |||
border-radius: 0.28571429rem; | |||
box-shadow: 0em 0em 0em 0em transparent inset; | |||
-webkit-transition: color 0.1s ease, border-color 0.1s ease; | |||
transition: color 0.1s ease, border-color 0.1s ease; | |||
font-size: 1em; | |||
line-height: 1.2857; | |||
resize: vertical; | |||
} | |||
.ui.form textarea:not([rows]) { | |||
height: 12em; | |||
min-height: 8em; | |||
max-height: 24em; | |||
} | |||
.ui.form textarea, | |||
.ui.form input[type="checkbox"] { | |||
vertical-align: top; | |||
} | |||
/*-------------------------- | |||
Input w/ attached Button | |||
---------------------------*/ | |||
.ui.form input.attached { | |||
width: auto; | |||
} | |||
/*-------------------- | |||
Basic Select | |||
---------------------*/ | |||
.ui.form select { | |||
display: block; | |||
height: auto; | |||
width: 100%; | |||
background: #ffffff; | |||
border: 1px solid rgba(34, 36, 38, 0.15); | |||
border-radius: 0.28571429rem; | |||
box-shadow: 0em 0em 0em 0em transparent inset; | |||
padding: 0.62em 1em; | |||
color: rgba(0, 0, 0, 0.87); | |||
-webkit-transition: color 0.1s ease, border-color 0.1s ease; | |||
transition: color 0.1s ease, border-color 0.1s ease; | |||
} | |||
/*-------------------- | |||
Dropdown | |||
---------------------*/ | |||
.ui.form .field > .selection.dropdown { | |||
width: 100%; | |||
} | |||
.ui.form .field > .selection.dropdown > .dropdown.icon { | |||
float: right; | |||
} | |||
.ui.form .inline.field > .selection.dropdown { | |||
width: auto; | |||
} | |||
.ui.form .inline.field > .selection.dropdown > .dropdown.icon { | |||
float: none; | |||
} | |||
/*-------------------- | |||
Dividers | |||
---------------------*/ | |||
.ui.form .divider { | |||
clear: both; | |||
margin: 1em 0em; | |||
} | |||
/*-------------------- | |||
Types of Messages | |||
---------------------*/ | |||
.ui.form .success.message, | |||
.ui.form .warning.message, | |||
.ui.form .error.message { | |||
display: none; | |||
} | |||
/* Assumptions */ | |||
.ui.form .message:first-child { | |||
margin-top: 0px; | |||
} | |||
/*-------------------- | |||
Validation Prompt | |||
---------------------*/ | |||
.ui.form .field .prompt.label { | |||
white-space: nowrap; | |||
} | |||
.ui.form .inline.field .prompt { | |||
margin: -0.5em 0em -0.5em 1em; | |||
} | |||
.ui.form .inline.field .prompt:before { | |||
margin-top: -0.3em; | |||
bottom: auto; | |||
right: auto; | |||
top: 50%; | |||
left: 0em; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
/*-------------------- | |||
Autofilled | |||
---------------------*/ | |||
.ui.form .field.field input:-webkit-autofill { | |||
box-shadow: 0px 0px 0px 100px #fffff0 inset !important; | |||
border-color: #e5dfa1 !important; | |||
} | |||
/* Focus */ | |||
.ui.form .field.field input:-webkit-autofill:focus { | |||
box-shadow: 0px 0px 0px 100px #fffff0 inset !important; | |||
border-color: #d5c315 !important; | |||
} | |||
/* Error */ | |||
.ui.form .error.error input:-webkit-autofill { | |||
box-shadow: 0px 0px 0px 100px #fffaf0 inset !important; | |||
border-color: #e0b4b4 !important; | |||
} | |||
/*-------------------- | |||
Placeholder | |||
---------------------*/ | |||
/* browsers require these rules separate */ | |||
.ui.form ::-webkit-input-placeholder { | |||
color: rgba(140, 140, 140, 0.87); | |||
} | |||
.ui.form ::-ms-input-placeholder { | |||
color: rgba(140, 140, 140, 0.87); | |||
} | |||
.ui.form ::-moz-placeholder { | |||
color: rgba(140, 140, 140, 0.87); | |||
} | |||
.ui.form :focus::-webkit-input-placeholder { | |||
color: rgba(89, 89, 89, 0.87); | |||
} | |||
.ui.form :focus::-ms-input-placeholder { | |||
color: rgba(89, 89, 89, 0.87); | |||
} | |||
.ui.form :focus::-moz-placeholder { | |||
color: rgba(89, 89, 89, 0.87); | |||
} | |||
/* Error Placeholder */ | |||
.ui.form .error ::-webkit-input-placeholder { | |||
color: #bf4d4b; | |||
} | |||
.ui.form .error ::-ms-input-placeholder { | |||
color: #bf4d4b; | |||
} | |||
.ui.form .error ::-moz-placeholder { | |||
color: #bf4d4b; | |||
} | |||
.ui.form .error :focus::-webkit-input-placeholder { | |||
color: #b2413f; | |||
} | |||
.ui.form .error :focus::-ms-input-placeholder { | |||
color: #b2413f; | |||
} | |||
.ui.form .error :focus::-moz-placeholder { | |||
color: #b2413f; | |||
} | |||
/*-------------------- | |||
Focus | |||
---------------------*/ | |||
.ui.form input:not([type]):focus, | |||
.ui.form input[type="date"]:focus, | |||
.ui.form input[type="datetime-local"]:focus, | |||
.ui.form input[type="email"]:focus, | |||
.ui.form input[type="number"]:focus, | |||
.ui.form input[type="password"]:focus, | |||
.ui.form input[type="search"]:focus, | |||
.ui.form input[type="tel"]:focus, | |||
.ui.form input[type="time"]:focus, | |||
.ui.form input[type="text"]:focus, | |||
.ui.form input[type="url"]:focus { | |||
color: rgba(0, 0, 0, 0.95); | |||
border-color: rgba(34, 36, 38, 0.35); | |||
border-radius: 0.28571429rem; | |||
background: #ffffff; | |||
box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; | |||
} | |||
.ui.form textarea:focus { | |||
color: rgba(0, 0, 0, 0.95); | |||
border-color: rgba(34, 36, 38, 0.35); | |||
border-radius: 0.28571429rem; | |||
background: #ffffff; | |||
box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; | |||
-webkit-appearance: none; | |||
} | |||
/*-------------------- | |||
Success | |||
---------------------*/ | |||
/* On Form */ | |||
.ui.form.success .success.message { | |||
display: block; | |||
} | |||
.ui.form.success .icon.success.message { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
} | |||
/*-------------------- | |||
Error | |||
---------------------*/ | |||
/* On Form */ | |||
.ui.form.warning .warning.message { | |||
display: block; | |||
} | |||
.ui.form.warning .icon.warning.message { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
} | |||
/*-------------------- | |||
Warning | |||
---------------------*/ | |||
/* On Form */ | |||
.ui.form.error .error.message { | |||
display: block; | |||
} | |||
.ui.form.error .icon.error.message { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
} | |||
/* On Field(s) */ | |||
.ui.form .fields.error .field label, | |||
.ui.form .field.error label, | |||
.ui.form .fields.error .field .input, | |||
.ui.form .field.error .input { | |||
color: #9f3a38; | |||
} | |||
.ui.form .fields.error .field .corner.label, | |||
.ui.form .field.error .corner.label { | |||
border-color: #9f3a38; | |||
color: #ffffff; | |||
} | |||
.ui.form .fields.error .field textarea, | |||
.ui.form .fields.error .field select, | |||
.ui.form .fields.error .field input:not([type]), | |||
.ui.form .fields.error .field input[type="date"], | |||
.ui.form .fields.error .field input[type="datetime-local"], | |||
.ui.form .fields.error .field input[type="email"], | |||
.ui.form .fields.error .field input[type="number"], | |||
.ui.form .fields.error .field input[type="password"], | |||
.ui.form .fields.error .field input[type="search"], | |||
.ui.form .fields.error .field input[type="tel"], | |||
.ui.form .fields.error .field input[type="time"], | |||
.ui.form .fields.error .field input[type="text"], | |||
.ui.form .fields.error .field input[type="url"], | |||
.ui.form .field.error textarea, | |||
.ui.form .field.error select, | |||
.ui.form .field.error input:not([type]), | |||
.ui.form .field.error input[type="date"], | |||
.ui.form .field.error input[type="datetime-local"], | |||
.ui.form .field.error input[type="email"], | |||
.ui.form .field.error input[type="number"], | |||
.ui.form .field.error input[type="password"], | |||
.ui.form .field.error input[type="search"], | |||
.ui.form .field.error input[type="tel"], | |||
.ui.form .field.error input[type="time"], | |||
.ui.form .field.error input[type="text"], | |||
.ui.form .field.error input[type="url"] { | |||
background: #fff6f6; | |||
border-color: #e0b4b4; | |||
color: #9f3a38; | |||
border-radius: 0.28571429rem; | |||
box-shadow: none; | |||
} | |||
.ui.form .field.error textarea:focus, | |||
.ui.form .field.error select:focus, | |||
.ui.form .field.error input:not([type]):focus, | |||
.ui.form .field.error input[type="date"]:focus, | |||
.ui.form .field.error input[type="datetime-local"]:focus, | |||
.ui.form .field.error input[type="email"]:focus, | |||
.ui.form .field.error input[type="number"]:focus, | |||
.ui.form .field.error input[type="password"]:focus, | |||
.ui.form .field.error input[type="search"]:focus, | |||
.ui.form .field.error input[type="tel"]:focus, | |||
.ui.form .field.error input[type="time"]:focus, | |||
.ui.form .field.error input[type="text"]:focus, | |||
.ui.form .field.error input[type="url"]:focus { | |||
background: #fff6f6; | |||
border-color: #e0b4b4; | |||
color: #9f3a38; | |||
-webkit-appearance: none; | |||
box-shadow: none; | |||
} | |||
/* Preserve Native Select Stylings */ | |||
.ui.form .field.error select { | |||
-webkit-appearance: menulist-button; | |||
} | |||
/*------------------ | |||
Dropdown Error | |||
--------------------*/ | |||
.ui.form .fields.error .field .ui.dropdown, | |||
.ui.form .fields.error .field .ui.dropdown .item, | |||
.ui.form .field.error .ui.dropdown, | |||
.ui.form .field.error .ui.dropdown .text, | |||
.ui.form .field.error .ui.dropdown .item { | |||
background: #fff6f6; | |||
color: #9f3a38; | |||
} | |||
.ui.form .fields.error .field .ui.dropdown, | |||
.ui.form .field.error .ui.dropdown { | |||
border-color: #e0b4b4 !important; | |||
} | |||
.ui.form .fields.error .field .ui.dropdown:hover, | |||
.ui.form .field.error .ui.dropdown:hover { | |||
border-color: #e0b4b4 !important; | |||
} | |||
.ui.form .fields.error .field .ui.dropdown:hover .menu, | |||
.ui.form .field.error .ui.dropdown:hover .menu { | |||
border-color: #e0b4b4; | |||
} | |||
.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label, | |||
.ui.form .field.error .ui.multiple.selection.dropdown > .label { | |||
background-color: #eacbcb; | |||
color: #9f3a38; | |||
} | |||
/* Hover */ | |||
.ui.form .fields.error .field .ui.dropdown .menu .item:hover, | |||
.ui.form .field.error .ui.dropdown .menu .item:hover { | |||
background-color: #fbe7e7; | |||
} | |||
/* Selected */ | |||
.ui.form .fields.error .field .ui.dropdown .menu .selected.item, | |||
.ui.form .field.error .ui.dropdown .menu .selected.item { | |||
background-color: #fbe7e7; | |||
} | |||
/* Active */ | |||
.ui.form .fields.error .field .ui.dropdown .menu .active.item, | |||
.ui.form .field.error .ui.dropdown .menu .active.item { | |||
background-color: #fdcfcf !important; | |||
} | |||
/*-------------------- | |||
Checkbox Error | |||
---------------------*/ | |||
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label, | |||
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label, | |||
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, | |||
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { | |||
color: #9f3a38; | |||
} | |||
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, | |||
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, | |||
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, | |||
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { | |||
background: #fff6f6; | |||
border-color: #e0b4b4; | |||
} | |||
.ui.form .fields.error .field .checkbox label:after, | |||
.ui.form .field.error .checkbox label:after, | |||
.ui.form .fields.error .field .checkbox .box:after, | |||
.ui.form .field.error .checkbox .box:after { | |||
color: #9f3a38; | |||
} | |||
/*-------------------- | |||
Disabled | |||
---------------------*/ | |||
.ui.form .disabled.fields .field, | |||
.ui.form .disabled.field, | |||
.ui.form .field :disabled { | |||
opacity: 0.45; | |||
} | |||
.ui.form .field.disabled label { | |||
opacity: 0.45; | |||
} | |||
.ui.form .field.disabled :disabled { | |||
opacity: 1; | |||
} | |||
/*-------------- | |||
Loading | |||
---------------*/ | |||
.ui.loading.form { | |||
position: relative; | |||
cursor: default; | |||
point-events: none; | |||
text-shadow: none !important; | |||
color: transparent !important; | |||
-webkit-transition: all 0s linear; | |||
transition: all 0s linear; | |||
z-index: 100; | |||
} | |||
.ui.loading.form:before { | |||
position: absolute; | |||
content: ''; | |||
top: 0%; | |||
left: 0%; | |||
background: rgba(255, 255, 255, 0.8); | |||
width: 100%; | |||
height: 100%; | |||
z-index: 100; | |||
} | |||
.ui.loading.form:after { | |||
position: absolute; | |||
content: ''; | |||
top: 50%; | |||
left: 50%; | |||
margin: -1.5em 0em 0em -1.5em; | |||
width: 3em; | |||
height: 3em; | |||
-webkit-animation: form-spin 0.6s linear; | |||
animation: form-spin 0.6s linear; | |||
-webkit-animation-iteration-count: infinite; | |||
animation-iteration-count: infinite; | |||
border-radius: 500rem; | |||
border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); | |||
border-style: solid; | |||
border-width: 0.2em; | |||
box-shadow: 0px 0px 0px 1px transparent; | |||
visibility: visible; | |||
z-index: 101; | |||
} | |||
@-webkit-keyframes form-spin { | |||
from { | |||
-webkit-transform: rotate(0deg); | |||
transform: rotate(0deg); | |||
} | |||
to { | |||
-webkit-transform: rotate(360deg); | |||
transform: rotate(360deg); | |||
} | |||
} | |||
@keyframes form-spin { | |||
from { | |||
-webkit-transform: rotate(0deg); | |||
transform: rotate(0deg); | |||
} | |||
to { | |||
-webkit-transform: rotate(360deg); | |||
transform: rotate(360deg); | |||
} | |||
} | |||
/******************************* | |||
Element Types | |||
*******************************/ | |||
/*-------------------- | |||
Required Field | |||
---------------------*/ | |||
.ui.form .required.fields:not(.grouped) > .field > label:after, | |||
.ui.form .required.fields.grouped > label:after, | |||
.ui.form .required.field > label:after, | |||
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after, | |||
.ui.form .required.field > .checkbox:after { | |||
margin: -0.2em 0em 0em 0.2em; | |||
content: '*'; | |||
color: #db2828; | |||
} | |||
.ui.form .required.fields:not(.grouped) > .field > label:after, | |||
.ui.form .required.fields.grouped > label:after, | |||
.ui.form .required.field > label:after { | |||
display: inline-block; | |||
vertical-align: top; | |||
} | |||
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after, | |||
.ui.form .required.field > .checkbox:after { | |||
position: absolute; | |||
top: 0%; | |||
left: 100%; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*-------------------- | |||
Inverted Colors | |||
---------------------*/ | |||
.ui.inverted.form label, | |||
.ui.form .inverted.segment label, | |||
.ui.form .inverted.segment .ui.checkbox label, | |||
.ui.form .inverted.segment .ui.checkbox .box, | |||
.ui.inverted.form .ui.checkbox label, | |||
.ui.inverted.form .ui.checkbox .box { | |||
color: rgba(255, 255, 255, 0.9); | |||
} | |||
/*-------------------- | |||
Field Groups | |||
---------------------*/ | |||
/* Grouped Vertically */ | |||
.ui.form .grouped.fields { | |||
display: block; | |||
margin: 0em 0em 1em; | |||
} | |||
.ui.form .grouped.fields:last-child { | |||
margin-bottom: 0em; | |||
} | |||
.ui.form .grouped.fields > label { | |||
margin: 0em 0em 0.28571429rem 0em; | |||
color: rgba(0, 0, 0, 0.87); | |||
font-size: 0.92857143em; | |||
font-weight: bold; | |||
text-transform: none; | |||
} | |||
.ui.form .grouped.fields .field, | |||
.ui.form .grouped.inline.fields .field { | |||
display: block; | |||
margin: 0.5em 0em; | |||
padding: 0em; | |||
} | |||
/*-------------------- | |||
Fields | |||
---------------------*/ | |||
/* Split fields */ | |||
.ui.form .fields { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
-webkit-box-orient: horizontal; | |||
-webkit-box-direction: normal; | |||
-webkit-flex-direction: row; | |||
-ms-flex-direction: row; | |||
flex-direction: row; | |||
} | |||
.ui.form .fields > .field { | |||
-webkit-box-flex: 0; | |||
-webkit-flex: 0 1 auto; | |||
-ms-flex: 0 1 auto; | |||
flex: 0 1 auto; | |||
padding-left: 0.5em; | |||
padding-right: 0.5em; | |||
} | |||
.ui.form .fields > .field:first-child { | |||
border-left: none; | |||
box-shadow: none; | |||
} | |||
/* Other Combinations */ | |||
.ui.form .two.fields > .fields, | |||
.ui.form .two.fields > .field { | |||
width: 50%; | |||
} | |||
.ui.form .three.fields > .fields, | |||
.ui.form .three.fields > .field { | |||
width: 33.33333333%; | |||
} | |||
.ui.form .four.fields > .fields, | |||
.ui.form .four.fields > .field { | |||
width: 25%; | |||
} | |||
.ui.form .five.fields > .fields, | |||
.ui.form .five.fields > .field { | |||
width: 20%; | |||
} | |||
.ui.form .six.fields > .fields, | |||
.ui.form .six.fields > .field { | |||
width: 16.66666667%; | |||
} | |||
.ui.form .seven.fields > .fields, | |||
.ui.form .seven.fields > .field { | |||
width: 14.28571429%; | |||
} | |||
.ui.form .eight.fields > .fields, | |||
.ui.form .eight.fields > .field { | |||
width: 12.5%; | |||
} | |||
.ui.form .nine.fields > .fields, | |||
.ui.form .nine.fields > .field { | |||
width: 11.11111111%; | |||
} | |||
.ui.form .ten.fields > .fields, | |||
.ui.form .ten.fields > .field { | |||
width: 10%; | |||
} | |||
/* Swap to full width on mobile */ | |||
@media only screen and (max-width: 767px) { | |||
.ui.form .fields { | |||
-webkit-flex-wrap: wrap; | |||
-ms-flex-wrap: wrap; | |||
flex-wrap: wrap; | |||
} | |||
.ui.form .two.fields > .fields, | |||
.ui.form .two.fields > .field, | |||
.ui.form .three.fields > .fields, | |||
.ui.form .three.fields > .field, | |||
.ui.form .four.fields > .fields, | |||
.ui.form .four.fields > .field, | |||
.ui.form .five.fields > .fields, | |||
.ui.form .five.fields > .field, | |||
.ui.form .six.fields > .fields, | |||
.ui.form .six.fields > .field, | |||
.ui.form .seven.fields > .fields, | |||
.ui.form .seven.fields > .field, | |||
.ui.form .eight.fields > .fields, | |||
.ui.form .eight.fields > .field, | |||
.ui.form .nine.fields > .fields, | |||
.ui.form .nine.fields > .field, | |||
.ui.form .ten.fields > .fields, | |||
.ui.form .ten.fields > .field { | |||
width: 100% !important; | |||
margin: 0em 0em 1em; | |||
padding-left: 0%; | |||
padding-right: 0%; | |||
} | |||
} | |||
.ui.form .fields .field:first-child { | |||
padding-left: 0%; | |||
} | |||
.ui.form .fields .field:last-child { | |||
padding-right: 0%; | |||
} | |||
/* Sizing Combinations */ | |||
.ui.form .fields .wide.field { | |||
width: 6.25%; | |||
padding-left: 0.5em; | |||
padding-right: 0.5em; | |||
} | |||
.ui.form .fields .wide.field:first-child { | |||
padding-left: 0%; | |||
} | |||
.ui.form .fields .wide.field:last-child { | |||
padding-right: 0%; | |||
} | |||
.ui.form .one.wide.field { | |||
width: 6.25% !important; | |||
} | |||
.ui.form .two.wide.field { | |||
width: 12.5% !important; | |||
} | |||
.ui.form .three.wide.field { | |||
width: 18.75% !important; | |||
} | |||
.ui.form .four.wide.field { | |||
width: 25% !important; | |||
} | |||
.ui.form .five.wide.field { | |||
width: 31.25% !important; | |||
} | |||
.ui.form .six.wide.field { | |||
width: 37.5% !important; | |||
} | |||
.ui.form .seven.wide.field { | |||
width: 43.75% !important; | |||
} | |||
.ui.form .eight.wide.field { | |||
width: 50% !important; | |||
} | |||
.ui.form .nine.wide.field { | |||
width: 56.25% !important; | |||
} | |||
.ui.form .ten.wide.field { | |||
width: 62.5% !important; | |||
} | |||
.ui.form .eleven.wide.field { | |||
width: 68.75% !important; | |||
} | |||
.ui.form .twelve.wide.field { | |||
width: 75% !important; | |||
} | |||
.ui.form .thirteen.wide.field { | |||
width: 81.25% !important; | |||
} | |||
.ui.form .fourteen.wide.field { | |||
width: 87.5% !important; | |||
} | |||
.ui.form .fifteen.wide.field { | |||
width: 93.75% !important; | |||
} | |||
.ui.form .sixteen.wide.field { | |||
width: 100% !important; | |||
} | |||
/* Swap to full width on mobile */ | |||
@media only screen and (max-width: 767px) { | |||
.ui.form .two.fields > .fields, | |||
.ui.form .two.fields > .field, | |||
.ui.form .three.fields > .fields, | |||
.ui.form .three.fields > .field, | |||
.ui.form .four.fields > .fields, | |||
.ui.form .four.fields > .field, | |||
.ui.form .five.fields > .fields, | |||
.ui.form .five.fields > .field, | |||
.ui.form .fields > .two.wide.field, | |||
.ui.form .fields > .three.wide.field, | |||
.ui.form .fields > .four.wide.field, | |||
.ui.form .fields > .five.wide.field, | |||
.ui.form .fields > .six.wide.field, | |||
.ui.form .fields > .seven.wide.field, | |||
.ui.form .fields > .eight.wide.field, | |||
.ui.form .fields > .nine.wide.field, | |||
.ui.form .fields > .ten.wide.field, | |||
.ui.form .fields > .eleven.wide.field, | |||
.ui.form .fields > .twelve.wide.field, | |||
.ui.form .fields > .thirteen.wide.field, | |||
.ui.form .fields > .fourteen.wide.field, | |||
.ui.form .fields > .fifteen.wide.field, | |||
.ui.form .fields > .sixteen.wide.field { | |||
width: 100% !important; | |||
margin: 0em 0em 1em; | |||
padding-left: 0%; | |||
padding-right: 0%; | |||
} | |||
} | |||
/*-------------------- | |||
Inline Fields | |||
---------------------*/ | |||
.ui.form .inline.fields { | |||
margin: 0em 0em 1em; | |||
-webkit-box-align: center; | |||
-webkit-align-items: center; | |||
-ms-flex-align: center; | |||
align-items: center; | |||
} | |||
.ui.form .inline.fields .field { | |||
margin: 0em; | |||
padding: 0em 1em 0em 0em; | |||
} | |||
/* Inline Label */ | |||
.ui.form .inline.fields > label, | |||
.ui.form .inline.fields .field > label, | |||
.ui.form .inline.fields .field > p, | |||
.ui.form .inline.field > label, | |||
.ui.form .inline.field > p { | |||
display: inline-block; | |||
width: auto; | |||
margin-top: 0em; | |||
margin-bottom: 0em; | |||
vertical-align: baseline; | |||
font-size: 0.92857143em; | |||
font-weight: bold; | |||
color: rgba(0, 0, 0, 0.87); | |||
text-transform: none; | |||
} | |||
/* Grouped Inline Label */ | |||
.ui.form .inline.fields > label { | |||
margin: 0.035714em 1em 0em 0em; | |||
} | |||
/* Inline Input */ | |||
.ui.form .inline.fields .field > input, | |||
.ui.form .inline.fields .field > select, | |||
.ui.form .inline.fields .field > .ui.input, | |||
.ui.form .inline.field > input, | |||
.ui.form .inline.field > select, | |||
.ui.form .inline.field > .ui.input { | |||
display: inline-block; | |||
width: auto; | |||
margin-top: 0em; | |||
margin-bottom: 0em; | |||
vertical-align: middle; | |||
font-size: 1em; | |||
} | |||
/* Label */ | |||
.ui.form .inline.fields .field > :first-child, | |||
.ui.form .inline.field > :first-child { | |||
margin: 0em 0.85714286em 0em 0em; | |||
} | |||
.ui.form .inline.fields .field > :only-child, | |||
.ui.form .inline.field > :only-child { | |||
margin: 0em; | |||
} | |||
/* Wide */ | |||
.ui.form .inline.fields .wide.field { | |||
display: -webkit-box; | |||
display: -webkit-flex; | |||
display: -ms-flexbox; | |||
display: flex; | |||
-webkit-box-align: center; | |||
-webkit-align-items: center; | |||
-ms-flex-align: center; | |||
align-items: center; | |||
} | |||
.ui.form .inline.fields .wide.field > input, | |||
.ui.form .inline.fields .wide.field > select, | |||
.ui.form .inline.fields .wide.field > .ui.input { | |||
width: 100%; | |||
} | |||
/*-------------------- | |||
Sizes | |||
---------------------*/ | |||
/* Standard */ | |||
.ui.small.form { | |||
font-size: 0.92857143rem; | |||
} | |||
/* Medium */ | |||
.ui.form { | |||
font-size: 1rem; | |||
} | |||
/* Large */ | |||
.ui.large.form { | |||
font-size: 1.14285714rem; | |||
} | |||
/* Huge */ | |||
.ui.huge.form { | |||
font-size: 1.42857143rem; | |||
} | |||
/******************************* | |||
Theme Overrides | |||
*******************************/ | |||
/******************************* | |||
Site Overrides | |||
*******************************/ | |||
@ -1,722 +0,0 @@ | |||
/*! | |||
* # Semantic UI 2.0.0 - Header | |||
* http://github.com/semantic-org/semantic-ui/ | |||
* | |||
* | |||
* Copyright 2015 Contributors | |||
* Released under the MIT license | |||
* http://opensource.org/licenses/MIT | |||
* | |||
*/ | |||
/******************************* | |||
Header | |||
*******************************/ | |||
/* Standard */ | |||
.ui.header { | |||
border: none; | |||
margin: calc(2rem - 0.14285em ) 0em 1rem; | |||
padding: 0em 0em; | |||
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; | |||
font-weight: bold; | |||
line-height: 1.2857em; | |||
text-transform: none; | |||
color: rgba(0, 0, 0, 0.87); | |||
} | |||
.ui.header:first-child { | |||
margin-top: -0.14285em; | |||
} | |||
.ui.header:last-child { | |||
margin-bottom: 0em; | |||
} | |||
/*-------------- | |||
Sub Header | |||
---------------*/ | |||
.ui.header .sub.header { | |||
font-weight: normal; | |||
padding: 0em; | |||
margin: 0em; | |||
font-size: 1rem; | |||
line-height: 1.2em; | |||
color: rgba(0, 0, 0, 0.6); | |||
} | |||
/*-------------- | |||
Icon | |||
---------------*/ | |||
.ui.header > .icon { | |||
display: table-cell; | |||
opacity: 1; | |||
font-size: 1.5em; | |||
padding-top: 0.14285em; | |||
vertical-align: middle; | |||
} | |||
/* With Text Node */ | |||
.ui.header .icon:only-child { | |||
display: inline-block; | |||
padding: 0em; | |||
margin-right: 0.75rem; | |||
} | |||
/*------------------- | |||
Image | |||
--------------------*/ | |||
.ui.header > .image, | |||
.ui.header > img { | |||
display: inline-block; | |||
margin-top: 0.14285em; | |||
width: 2.5em; | |||
height: auto; | |||
vertical-align: middle; | |||
} | |||
.ui.header > .image:only-child, | |||
.ui.header > img:only-child { | |||
margin-right: 0.75rem; | |||
} | |||
/*-------------- | |||
Content | |||
---------------*/ | |||
.ui.header .content { | |||
display: inline-block; | |||
vertical-align: top; | |||
} | |||
/* After Image */ | |||
.ui.header > img + .content, | |||
.ui.header > .image + .content { | |||
padding-left: 0.75rem; | |||
vertical-align: middle; | |||
} | |||
/* After Icon */ | |||
.ui.header > .icon + .content { | |||
padding-left: 0.75rem; | |||
display: table-cell; | |||
vertical-align: middle; | |||
} | |||
/*-------------- | |||
Loose Coupling | |||
---------------*/ | |||
.ui.header .ui.label { | |||
font-size: ''; | |||
margin-left: 0.5rem; | |||
vertical-align: middle; | |||
} | |||
/* Positioning */ | |||
.ui.header + p { | |||
margin-top: 0em; | |||
} | |||
/******************************* | |||
Types | |||
*******************************/ | |||
/*-------------- | |||
Page | |||
---------------*/ | |||
h1.ui.header { | |||
font-size: 2rem; | |||
} | |||
h2.ui.header { | |||
font-size: 1.714rem; | |||
} | |||
h3.ui.header { | |||
font-size: 1.28rem; | |||
} | |||
h4.ui.header { | |||
font-size: 1.071rem; | |||
} | |||
h5.ui.header { | |||
font-size: 1rem; | |||
} | |||
/* Sub Header */ | |||
h1.ui.header .sub.header { | |||
font-size: 1.14285714rem; | |||
} | |||
h2.ui.header .sub.header { | |||
font-size: 1.14285714rem; | |||
} | |||
h3.ui.header .sub.header { | |||
font-size: 1rem; | |||
} | |||
h4.ui.header .sub.header { | |||
font-size: 1rem; | |||
} | |||
h5.ui.header .sub.header { | |||
font-size: 0.92857143rem; | |||
} | |||
/*-------------- | |||
Content Heading | |||
---------------*/ | |||
.ui.huge.header { | |||
min-height: 1em; | |||
font-size: 2em; | |||
} | |||
.ui.large.header { | |||
font-size: 1.714em; | |||
} | |||
.ui.medium.header { | |||
font-size: 1.28em; | |||
} | |||
.ui.small.header { | |||
font-size: 1.071em; | |||
} | |||
.ui.tiny.header { | |||
font-size: 1em; | |||
} | |||
/* Sub Header */ | |||
.ui.huge.header .sub.header { | |||
font-size: 1.14285714rem; | |||
} | |||
.ui.large.header .sub.header { | |||
font-size: 1.14285714rem; | |||
} | |||
.ui.header .sub.header { | |||
font-size: 1rem; | |||
} | |||
.ui.small.header .sub.header { | |||
font-size: 1rem; | |||
} | |||
.ui.tiny.header .sub.header { | |||
font-size: 0.92857143rem; | |||
} | |||
/*-------------- | |||
Sub Heading | |||
---------------*/ | |||
.ui.sub.header { | |||
padding: 0em; | |||
margin-bottom: 0.14285714rem; | |||
font-weight: bold; | |||
font-size: 0.85714286em; | |||
text-transform: uppercase; | |||
color: ''; | |||
} | |||
.ui.small.sub.header { | |||
font-size: 0.71428571em; | |||
} | |||
.ui.sub.header { | |||
font-size: 0.85714286em; | |||
} | |||
.ui.large.sub.header { | |||
font-size: 0.92857143em; | |||
} | |||
.ui.huge.sub.header { | |||
font-size: 1em; | |||
} | |||
/*------------------- | |||
Icon | |||
--------------------*/ | |||
.ui.icon.header { | |||
display: inline-block; | |||
text-align: center; | |||
margin: 2rem 0em 1rem; | |||
} | |||
.ui.icon.header:after { | |||
content: ''; | |||
display: block; | |||
height: 0px; | |||
clear: both; | |||
visibility: hidden; | |||
} | |||
.ui.icon.header:first-child { | |||
margin-top: 0em; | |||
} | |||
.ui.icon.header .icon { | |||
float: none; | |||
display: block; | |||
width: auto; | |||
height: auto; | |||
line-height: 1; | |||
padding: 0em; | |||
font-size: 3em; | |||
margin: 0em auto 0.5rem; | |||
opacity: 1; | |||
} | |||
.ui.icon.header .content { | |||
display: block; | |||
} | |||
.ui.icon.header .circular.icon { | |||
font-size: 2em; | |||
} | |||
.ui.icon.header .square.icon { | |||
font-size: 2em; | |||
} | |||
.ui.block.icon.header .icon { | |||
margin-bottom: 0em; | |||
} | |||
.ui.icon.header.aligned { | |||
margin-left: auto; | |||
margin-right: auto; | |||
display: block; | |||
} | |||
/******************************* | |||
States | |||
*******************************/ | |||
.ui.disabled.header { | |||
opacity: 0.45; | |||
} | |||
/******************************* | |||
Variations | |||
*******************************/ | |||
/*------------------- | |||
Inverted | |||
--------------------*/ | |||
.ui.inverted.header { | |||
color: #ffffff; | |||
} | |||
.ui.inverted.header .sub.header { | |||
color: rgba(255, 255, 255, 0.8); | |||
} | |||
.ui.inverted.attached.header { | |||
background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
box-shadow: none; | |||
border-color: transparent; | |||
} | |||
.ui.inverted.block.header { | |||
background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); | |||
box-shadow: none; | |||
} | |||
.ui.inverted.block.header { | |||
border-bottom: none; | |||
} | |||
/*------------------- | |||
Colors | |||
--------------------*/ | |||
/*--- Red ---*/ | |||
.ui.red.header { | |||
color: #db2828 !important; | |||
} | |||
a.ui.red.header:hover { | |||
color: #d01919 !important; | |||
} | |||
.ui.red.dividing.header { | |||
border-bottom: 2px solid #db2828; | |||
} | |||
/* Inverted */ | |||
.ui.inverted.red.header { | |||
color: #ff695e !important; | |||
} | |||
a.ui.inverted.red.header:hover { | |||
color: #ff5144 !important; | |||
} | |||
/*--- Orange ---*/ | |||
.ui.orange.header { | |||
color: #f2711c !important; | |||
} | |||
a.ui.orange.header:hover { | |||
color: #f26202 !important; | |||
} | |||
.ui.orange.dividing.header { | |||
border-bottom: 2px solid #f2711c; | |||
} | |||
/* Inverted */ | |||
.ui.inverted.orange.header { | |||
color: #ff851b !important; | |||
} | |||
a.ui.inverted.orange.header:hover { | |||
color: #ff7701 !important; | |||
} | |||