Searched refs:skin (Results 1 – 25 of 72) sorted by relevance
123
61 div.dokuwiki .vjs-default-skin {66 div.dokuwiki .vjs-default-skin .vjs-controls {71 div.dokuwiki .vjs-default-skin .vjs-control {102 div.dokuwiki .vjs-default-skin .vjs-volume-bar {105 div.dokuwiki .vjs-default-skin .vjs-volume-level {108 div.dokuwiki .vjs-default-skin .vjs-volume-handle {127 div.dokuwiki .vjs-default-skin .vjs-play-progress {130 div.dokuwiki .vjs-default-skin .vjs-load-progress {134 div.dokuwiki .vjs-default-skin div.vjs-seek-handle {139 div.dokuwiki .vjs-default-skin .vjs-time-controls {[all …]
134 function _skininfo($skin){ argument135 $skin = strtolower($skin);136 $skin = preg_replace('/[^a-z]+/','',$skin);137 if(!$skin) $skin = 'original';138 if(@file_exists(dirname(__FILE__).'/skins/'.$skin.'/skin.xml')){139 $data = @file_get_contents(dirname(__FILE__).'/skins/'.$skin.'/skin.xml');154 return array($skin,$width,$height);
4 This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor5 [skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…39 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…40 - **icons/**: contains all skin defined icons,42 - **dev/**: contains SVG source of the skin icons.
34 CKEDITOR.skin.name = 'moono';57 CKEDITOR.skin.ua_editor = 'ie,iequirks,ie7,ie8,gecko';58 CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie7,ie8';83 CKEDITOR.skin.chameleon = ( function() {309 …var iconsFolder = CKEDITOR.getUrl( CKEDITOR.skin.path() + 'icons/' + ( CKEDITOR.env.hidpi ? 'hidpi…312 CKEDITOR.skin.addIcon( icons[ i ], iconsFolder + icons[ i ] + '.png' );
5 CKEDITOR.skin.name="kama";CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8";CKEDITOR.skin.ua_dialog="ie…6 CKEDITOR.skin.chameleon=function(d,c){var b,a="."+d.id;"editor"==c?b=a+" .cke_inner,"+a+" .cke_dial…
4 "Kama" is the default skin of CKEditor 3.x.25 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…29 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…30 - **icons/**: contains all skin defined icons,
4 This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the co…11 "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blend…33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…37 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…39 - **dev/**: contains SVG and PNG source of the skin icons.
83 * $skin (tabs or pills)85 $skin = self::TABS_TYPE;89 $skin = self::TABS_SKIN;93 $skin = self::PILLS_SKIN;96 LogUtility::warning("The tabs type ($type) has an unknown skin", self::TAG);110 ->addClassName("nav-$skin");127 ->addClassName("nav-$skin")128 ->addClassName("card-header-$skin")228 $skin = $tagAttributes->getValueAndRemoveIfPresent("skin");[all...]
47 $skin = $tagAttributes->getValue(Skin::SKIN_ATTRIBUTE, Skin::FILLED_VALUE);48 switch ($skin) {
19 $skin = $this->getConf('skin');25 … 'lib/plugins/jplayer/vendor/happyworm/jplayer/dist/skin/'.$skin.'/css/jplayer.'.$skin.'.min.css',
162 $skin = $this->getConf('skin');165 'jplayer/vendor/happyworm/jplayer/dist/skin/'.$skin.'/mustache/';171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
71 if ($this->getConf('skin')) {72 $skin = $urlPrettifySkins . $this->getConf('skin');74 $skin = $urlPrettifyHandlers .'prettify.css';79 'href' => $skin,
103 background-image: url(chrome://firebug/skin/exe.png);108 background-image: url(chrome://firebug/skin/breakpoint.png);112 background-image: url(chrome://firebug/skin/breakpointCondition.png);116 background-image: url(chrome://firebug/skin/breakpointDisabled.png);120 background-image: url(chrome://firebug/skin/breakpointExe.png);124 background-image: url(chrome://firebug/skin/breakpointDisabledExe.png);128 background-image: url(chrome://firebug/skin/breakpoint.png);
70 background: url(chrome://firebug/skin/loading_16.gif) no-repeat;367 background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;422 background-image: url(chrome://firebug/skin/arrowUp.png);449 background-image: url(chrome://firebug/skin/breakpoint.png);453 background-image: url(chrome://firebug/skin/breakpointDisabled.png);608 background-image: url(chrome://firebug/skin/loading_16.gif);868 background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;1297 /*background-image: url(chrome://firebug/skin/infoIcon.png);*/1302 /*background-image: url(chrome://firebug/skin/warningIcon.png);*/1308 /*background-image: url(chrome://firebug/skin/errorIcon.png);*/[all …]
38 // Get the active skin.55 This sample shows how to change the editor skin.60 Select the skin to load:
37 // Get the active skin.53 This sample shows how to change the editor skin.58 Select the skin to load:
38 // Get the active skin.55 This sample shows how to change the editor skin.66 Select the skin to load:
40 // Get the active skin.57 This sample shows how to change the editor skin.62 Select the skin to load:
28 skin: 'moono-lisa', property in CKBUILDER_CONFIG
8 skin/circle.player
29 $skin = rawurlencode($this->getConf('skin'));