/* FILE: /media/plg_content_prismsyntaxhighlighter/css/prism-okaidia.css */
/* PrismJS 1.15.0 https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript */ /** * okaidia theme for JavaScript, CSS and HTML * Loosely based on Monokai textmate theme by http://www.monokai.nl/ * @author ocodia */ code[class*="language-"], pre[class*="language-"] { color: #f8f8f2; background: none; text-shadow: 0 1px rgba(0, 0, 0, 0.3); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; border-radius: 0.3em; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background: #272822; } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #f8f8f2; } .namespace { opacity: .7; } .token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: #f92672; } .token.boolean, .token.number { color: #ae81ff; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #a6e22e; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable { color: #f8f8f2; } .token.atrule, .token.attr-value, .token.function, .token.class-name { color: #e6db74; } .token.keyword { color: #66d9ef; } .token.regex, .token.important { color: #fd971f; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; }

/* FILE: /media/plg_content_prismsyntaxhighlighter/css/prism-linenumbers.css */
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+abap+actionscript+ada+apacheconf+apl+applescript+asciidoc+aspnet+autoit+autohotkey+bash+basic+batch+c+brainfuck+bro+bison+csharp+cpp+coffeescript+ruby+css-extras+d+dart+diff+docker+eiffel+elixir+erlang+fsharp+fortran+gherkin+git+glsl+go+graphql+groovy+haml+handlebars+haskell+haxe+http+icon+inform7+ini+j+jade+java+jolie+json+julia+keyman+kotlin+latex+less+livescript+lolcode+lua+makefile+markdown+matlab+mel+mizar+monkey+nasm+nginx+nim+nix+nsis+objectivec+ocaml+oz+parigp+parser+pascal+perl+php+php-extras+powershell+processing+prolog+properties+protobuf+puppet+pure+python+q+qore+r+jsx+reason+rest+rip+roboconf+crystal+rust+sas+sass+scss+scala+scheme+smalltalk+smarty+sql+stylus+swift+tcl+textile+twig+typescript+verilog+vhdl+vim+wiki+xojo+yaml&plugins=line-numbers+autoloader */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author Lea Verou */ pre[class*="language-"].line-numbers { position: relative; padding-left: 3.8em; counter-reset: linenumber; } pre[class*="language-"].line-numbers > code { position: relative; white-space: inherit; } .line-numbers .line-numbers-rows { position: absolute; pointer-events: none; top: 0; font-size: 100%; left: -3.8em; width: 3em; /* works for line-numbers below 1000 lines */ letter-spacing: -1px; border-right: 1px solid #999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .line-numbers-rows > span { pointer-events: none; display: block; counter-increment: linenumber; } .line-numbers-rows > span:before { content: counter(linenumber); color: #999; display: block; padding-right: 0.8em; text-align: right; }

/* FILE: /components/com_imageshow/assets/css/style.css */
/** * @author JoomlaShine.com Team * @copyright JoomlaShine.com * @link joomlashine.com * @package JSN ImageShow * @version $Id: style.css 14162 2012-07-19 02:35:40Z haonv $ * @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html */ .jsn-container { outline: none; text-align: center; } .jsn-gallery { outline: none; } /* SLIDE GALLERY */ #main { padding: 0 !important; } body.contentpane { margin: 0 !important; } div.jsn-missing-data-alert-box { height: 80px; width: 190px; margin: 20px auto; border: 2px solid #FF9900; background-color: #333333; } div.jsn-missing-data-alert-box .header { height: 50px; display: block; } div.jsn-missing-data-alert-box .footer { height: 30px; display: block; background-color: #000; } div.jsn-missing-data-alert-box .header span.icon-warning { float: left; margin: 8px; width: 32px; height: 32px; background: url(/components/com_imageshow/assets/images/icon-uni-32/icon-text-alert.png) no-repeat; } div.jsn-missing-data-alert-box .header span.message { color: #FFF; display: block; padding-top: 8px; text-align: center; } div.jsn-missing-data-alert-box .footer span.link-to-more { display: block; padding-top: 8px; text-align: center; } div.jsn-missing-data-alert-box .footer span.link-to-more a { color: #FFF; height: 25px; display: block; text-decoration: none; } div.jsn-missing-data-alert-box .footer span.link-to-more a:hover { text-decoration: none; background: none !important; } div.jsn-missing-data-alert-box .footer:hover { cursor: pointer; background-color: #FF9900; } div.jsn-is-back { text-align: left; padding: 5px 0 5px 0; } div.jsn-is-back a.jsn-is-back-link { background: #999; color: #fff; font-size: 12px; padding: 5px 10px } div.jsn-is-back a.jsn-is-back-link:hover { background: #888; text-decoration: none; }
