MediaWiki:Common.css: Difference between revisions

From BoyWiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1,250: Line 1,250:
.mediabwlink p {font-size:0.8em; line-height:1.7em; text-align:center; padding:1em 1em 1em 8em; margin:0; background:url(http://www.boywiki.org/media/images/8/85/Ugdrap.png) no-repeat left bottom; background-size:9em;}
.mediabwlink p {font-size:0.8em; line-height:1.7em; text-align:center; padding:1em 1em 1em 8em; margin:0; background:url(http://www.boywiki.org/media/images/8/85/Ugdrap.png) no-repeat left bottom; background-size:9em;}
.mediabwlink a.external.text {background:none !important; padding-right:0 !important;}
.mediabwlink a.external.text {background:none !important; padding-right:0 !important;}
{
"name": "TimedMediaHandler",
"namemsg": "timedmediahandler-extensionname",
"version": "0.6.0",
"author": [
"Michael Dale",
"Jan Gerber",
"Derk-Jan Hartman",
"Brion Vibber",
"Tim Starling",
"..."
],
"url": "https://www.mediawiki.org/wiki/Extension:TimedMediaHandler",
"descriptionmsg": "timedmediahandler-desc",
"license-name": "GPL-2.0-or-later",
"type": "media",
"requires": {
"MediaWiki": ">= 1.38.0"
},
"APIModules": {
"timedtext": {
"class": "ApiTimedText",
"services": [
"LanguageNameUtils",
"RepoGroup",
"MainWANObjectCache",
"WikiPageFactory"
]
},
"transcodereset": "ApiTranscodeReset"
},
"APIPropModules": {
"videoinfo": "ApiQueryVideoInfo",
"transcodestatus": "ApiTranscodeStatus"
},
"AvailableRights": [
"transcode-reset",
"transcode-status"
],
"ExtensionFunctions": [
"TimedMediaHandlerHooks::register"
],
"GroupPermissions": {
"sysop": {
"transcode-reset": true,
"transcode-status": true
},
"autoconfirmed": {
"transcode-reset": true,
"transcode-status": true
}
},
"GrantPermissions": {
"uploadeditmovefile": {
"transcode-reset": true
}
},
"LogActionsHandlers": {
"timedmediahandler/resettranscode": "LogFormatter"
},
"LogTypes": [
"timedmediahandler"
],
"SpecialPages": {
"OrphanedTimedText": "SpecialOrphanedTimedText",
"TranscodeStatistics": "SpecialTranscodeStatistics"
},
"MessagesDirs": {
"TimedMediaHandler": [
"i18n",
"i18n/api",
"i18n/MwEmbedSupport",
"i18n/EmbedPlayer",
"i18n/TimedText"
]
},
"RawHtmlMessages": [
"mwe-embedplayer-credit-title",
"mwe-embedplayer-credit-author",
"mwe-embedplayer-credit-date",
"mwe-embedplayer-for_best_experience",
"mwe-embedplayer-fullscreen-tip",
"mwe-embedplayer-fullscreen-tip-osx",
"mwe-embedplayer-about-library-desc"
],
"ExtensionMessagesFiles": {
"TimedMediaHandlerMagic": "i18n/TimedMediaHandler.i18n.magic.php",
"TimedMediaHandlerAliases": "i18n/TimedMediaHandler.i18n.alias.php"
},
"AutoloadClasses": {
"WebVideoTranscode": "includes/WebVideoTranscode/WebVideoTranscode.php",
"TimedMediaHandler": "includes/TimedMediaHandler.php",
"TimedMediaHandlerHooks": "includes/TimedMediaHandlerHooks.php",
"TimedMediaTransformOutput": "includes/TimedMediaTransformOutput.php",
"TimedMediaIframeOutput": "includes/TimedMediaIframeOutput.php",
"TimedMediaThumbnail": "includes/TimedMediaThumbnail.php",
"TranscodeStatusTable": "includes/TranscodeStatusTable.php",
"ApiVideoUploadTestCase": "tests/phpunit/ApiVideoUploadTestCase.php",
"MockOggHandler": "tests/phpunit/mocks/MockOggHandler.php",
"OggHandler": "includes/handlers/OggHandler/OggHandler.php",
"OggException": "includes/handlers/OggHandler/OggException.php",
"File_Ogg": "includes/handlers/OggHandler/File_Ogg/File/Ogg.php",
"File_Ogg_Bitstream": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Bitstream.php",
"File_Ogg_Flac": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Flac.php",
"File_Ogg_Media": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Media.php",
"File_Ogg_Opus": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Opus.php",
"File_Ogg_Speex": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Speex.php",
"File_Ogg_Theora": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Theora.php",
"File_Ogg_Vorbis": "includes/handlers/OggHandler/File_Ogg/File/Ogg/Vorbis.php",
"ID3Handler": "includes/handlers/ID3Handler/ID3Handler.php",
"Mp4Handler": "includes/handlers/Mp4Handler/Mp4Handler.php",
"WebMHandler": "includes/handlers/WebMHandler/WebMHandler.php",
"FLACHandler": "includes/handlers/FLACHandler/FLACHandler.php",
"WAVHandler": "includes/handlers/WAVHandler/WAVHandler.php",
"Mp3Handler": "includes/handlers/Mp3Handler/Mp3Handler.php",
"MidiHandler": "includes/handlers/MidiHandler/MidiHandler.php",
"MPEGHandler": "includes/handlers/MPEGHandler/MPEGHandler.php",
"TextHandler": "includes/handlers/TextHandler/TextHandler.php",
"TimedTextPage": "includes/TimedTextPage.php",
"WebVideoTranscodeJob": "includes/WebVideoTranscode/WebVideoTranscodeJob.php",
"ApiQueryVideoInfo": "includes/ApiQueryVideoInfo.php",
"ApiTimedText": "includes/ApiTimedText.php",
"ApiTranscodeStatus": "includes/ApiTranscodeStatus.php",
"ApiTranscodeReset": "includes/ApiTranscodeReset.php",
"SpecialTranscodeStatistics": "includes/SpecialTranscodeStatistics.php",
"SpecialOrphanedTimedText": "includes/SpecialOrphanedTimedText.php"
},
"AutoloadNamespaces": {
"MediaWiki\\TimedMediaHandler\\TimedText\\": "includes/TimedText/"
},
"Hooks": {
"ArticleContentOnDiff": "TimedMediaHandlerHooks::checkForTimedTextDiff",
"ArticleFromTitle": "TimedMediaHandlerHooks::checkForTimedTextPage",
"ArticlePurge": "TimedMediaHandlerHooks::onArticlePurge",
"BeforePageDisplay": "TimedMediaHandlerHooks::pageOutputHook",
"CanonicalNamespaces": "TimedMediaHandlerHooks::onCanonicalNamespaces",
"FileDeleteComplete": "TimedMediaHandlerHooks::onFileDeleteComplete",
"FileUpload": "TimedMediaHandlerHooks::onFileUpload",
"GetBetaFeaturePreferences": "TimedMediaHandlerHooks::onGetBetaFeaturePreferences",
"UserGetDefaultOptions": "TimedMediaHandlerHooks::onUserGetDefaultOptions",
"ImageOpenShowImageInlineBefore": "TimedMediaHandlerHooks::onImageOpenShowImageInlineBefore",
"ImagePageAfterImageLinks": "TimedMediaHandlerHooks::checkForTranscodeStatus",
"ImagePageFileHistoryLine": "TimedMediaHandlerHooks::onImagePageFileHistoryLine",
"LoadExtensionSchemaUpdates": "TimedMediaHandlerHooks::checkSchemaUpdates",
"MediaWikiPerformAction": "TimedMediaIframeOutput::iframeHook",
"RevisionFromEditComplete": "TimedMediaHandlerHooks::onRevisionFromEditComplete",
"PageRenderingHash": "TimedMediaHandlerHooks::onPageRenderingHash",
"ParserTestGlobals": "TimedMediaHandlerHooks::onParserTestGlobals",
"RejectParserCacheValue": "TimedMediaHandlerHooks::onRejectParserCacheValue",
"ResourceLoaderGetConfigVars": "TimedMediaHandlerHooks::onResourceLoaderGetConfigVars",
"SkinTemplateNavigation::Universal": "TimedMediaHandlerHooks::onSkinTemplateNavigation",
"TitleMove": "TimedMediaHandlerHooks::checkTitleMove",
"wgQueryPages": "TimedMediaHandlerHooks::onwgQueryPages"
},
"config": {
"TmhUseBetaFeatures": {
"description": "Controls whether to enable videojs beta feature. Requires the BetaFeature extension be installed.",
"public": true,
"value": true
},
"TmhWebPlayer": {
"description": "Configure the webplayer. Allowed value: videojs",
"public": true,
"value": "videojs"
},
"MwEmbedModuleConfig": {
"description": "MwEmbed module configuration.",
"public": true,
"value": {
"MediaWiki.ApiProviders": {
"wikimediacommons": {
"url": "//commons.wikimedia.org/w/api.php"
}
},
"EmbedPlayer.OverlayControls": true,
"EmbedPlayer.CodecPreference": [
"vp9",
"webm",
"h264",
"ogg",
"mp3",
"ogvjs"
],
"EmbedPlayer.DisableVideoTagSupport": false,
"EmbedPlayer.DisableHTML5FlashFallback": true,
"EmbedPlayer.ReplaceSources": null,
"EmbedPlayer.EnableIpadHTMLControls": true,
"EmbedPlayer.WebKitPlaysInline": false,
"EmbedPlayer.EnableIpadNativeFullscreen": false,
"EmbedPlayer.iPhoneShowHTMLPlayScreen": true,
"EmbedPlayer.ForceLargeReplayButton": false,
"EmbedPlayer.RewriteSelector": "video,audio,playlist",
"EmbedPlayer.DefaultSize": "400x300",
"EmbedPlayer.ControlsHeight": 31,
"EmbedPlayer.TimeDisplayWidth": 85,
"EmbedPlayer.KalturaAttribution": true,
"EmbedPlayer.EnableOptionsMenu": true,
"EmbedPlayer.EnableRightClick": true,
"EmbedPlayer.EnabledOptionsMenuItems": [
"playerSelect",
"download",
"share",
"aboutPlayerLibrary"
],
"EmbedPlayer.WaitForMeta": true,
"EmbedPlayer.ShowNativeWarning": true,
"EmbedPlayer.ShowPlayerAlerts": true,
"EmbedPlayer.EnableFullscreen": true,
"EmbedPlayer.EnableTimeDisplay": true,
"EmbedPlayer.EnableVolumeControl": true,
"EmbedPlayer.NewWindowFullscreen": false,
"EmbedPlayer.FullscreenTip": true,
"EmbedPlayer.NativeControls": false,
"EmbedPlayer.FullScreenZIndex": 999998,
"EmbedPlayer.ShareEmbedMode": "iframe",
"EmbedPlayer.MonitorRate": 250,
"EmbedPlayer.EnableURLTimeEncoding": "flash",
"EmbedPlayer.EnableIframeApi": true,
"EmbedPlayer.NotPlayableDownloadLink": true,
"TimedText.ShowInterface": "always",
"TimedText.BottomPadding": 10,
"TimedText.BelowVideoBlackBoxHeight": 40
}
},
"WaitTimeForTranscodeReset": {
"description": "How long you have to wait between transcode resets for non-error transcodes",
"public": true,
"value": 3600
},
"MinimumVideoPlayerSize": {
"description": "Specific to the old mwembed player mode: the minimum size for an embed video player (smaller than this size uses a pop-up player)",
"public": true,
"value": 200
},
"MediaVideoTypes": {
"description": "Set the supported ogg codecs for video",
"public": true,
"value": [
"Theora",
"VP8"
]
},
"MediaAudioTypes": {
"description": "Set the supported ogg codecs for audio",
"public": true,
"value": [
"Vorbis",
"Speex",
"FLAC",
"Opus"
]
},
"EnableIframeEmbed": {
"description": "Support iframe for remote embedding",
"public": true,
"value": true
},
"EnableTranscode": {
"description": "If transcoding is enabled for this wiki (if disabled, no transcode jobs are added and no transcode status is displayed). Note if remote embedding an asset we will still check if the remote repo has transcoding enabled and associated flavors for that media embed.",
"public": true,
"value": true
},
"EnableNiceBackgroundTranscodeJobs": {
"description": "If the job runner should run transcode commands in a background thread and monitor the transcoding progress. This enables more fine grain control of the transcoding process, wraps encoding commands in a lower priority 'nice' call, and kills long running transcodes that are not making any progress. If set to false, the job runner will use the more compatible php blocking shell exec command.",
"public": true,
"value": false
},
"TranscodeBackgroundPriority": {
"description": "The priority to be used with the nice transcode commands.",
"public": true,
"value": 19
},
"TranscodeBackgroundTimeLimit": {
"description": "The total amout of time a transcoding shell command can take",
"public": true,
"value": 28800
},
"TranscodeBackgroundMemoryLimit": {
"description": "Maximum amount of virtual memory available to transcoding processes in KiB. 2GiB. ffmpeg mmap resources, so virtual memory needs to be high enough",
"public": true,
"value": 2097152
},
"TranscodeBackgroundSizeLimit": {
"description": "Maximum file size transcoding processes can create, in KiB. 3GiB.",
"public": true,
"value": 3145728
},
"FFmpegThreads": {
"description": "Number of threads to use in ffmpeg for transcoding",
"public": true,
"value": 1
},
"FFmpegVP9RowMT": {
"description": "Whether to enable macroblock row multithreading for VP9 (-row-mt 1)\n\nThis allows increasing $wgFFmpegThreads to a larger number for VP9  transcodes; without it encoding will be limited to 4 threads for HD, or less for low resolution.\n\nThis requires libvpx 1.7 and a matching build of ffmpeg 3.3 or higher or it will fail with an unrecognized option error.",
"public": true,
"value": false
},
"OggThumbLocation": {
"description": "Location of oggThumb binary (used instead of ffmpeg)",
"public": false,
"value": "/usr/bin/oggThumb"
},
"FFmpegLocation": {
"description": "Location of the ffmpeg binary (used to encode WebM and for thumbnails)",
"public": false,
"value": "/usr/bin/ffmpeg"
},
"UseFFmpeg2": {
"description": "Compatible with ffmpeg 2",
"value": false
},
"TimedTextNS": {
"description": "The NS for TimedText (registered on MediaWiki.org) https://www.mediawiki.org/wiki/Extension_namespace_registration Note that Wikimedia Commons pre-dates TimedMediaHandler, and sets this to 102.",
"public": true,
"value": 710
},
"TimedTextForeignNamespaces": {
"description": "Set TimedText namespace for ForeignDBViaLBRepo on a per wikiID basis like `$wgTimedTextForeignNamespaces = [ 'commonswiki' => 102 ];`.",
"public": true,
"value": []
},
"EnableLocalTimedText": {
"description": "Set to false to disable local TimedText. You still get subtitles for videos from foreign repos; to disable all TimedText, set `$wgMwEmbedModuleConfig['TimedText.ShowInterface'] = 'off';`",
"public": true,
"value": true
},
"EnabledTranscodeSet": {
"description": "Default enabled video transcodes\n\n- If set to empty array, no derivatives will be created\n- These transcodes are *in addition to* the source file.\n- Only derivatives with smaller width than the source asset size will be created\n- Regardless of source size at least one WebM and Ogg source will be created from the $wgEnabledTranscodeSet\n- Derivative jobs are added to the MediaWiki JobQueue the first time the asset is displayed\n- Derivative should be listed min to max\n\nAllowed values:\n* Values for WebM VP8/Vorbis, our primary free/open video format supported by Chrome/Firefox/Opera natively, and plays back in Safari/IE/Edge via ogv.js:\n** 160p.webm – Very low-bitrate web streamable WebM video\n** 240p.webm – Low-bitrate web streamable WebM video\n** 360p.webm – Medium-bitrate web streamable WebM video\n** 480p.webm – Moderate-bitrate web streamable WebM video\n** 720p.webm – A high quality WebM stream\n** 1080p.webm – A full-HD high quality WebM stream\n** 1440p.webm – A 2K full high quality WebM stream\n** 2160p.webm – A 4K full high quality WebM stream\n* Values for WebM VP9, our future free/open video format:\n** 160p.vp9.webm – Very low\n** 240p.vp9.webm – Low\n** 360p.vp9.webm – A least common denominator h.264 stream; first gen iPhone, iPods, early Android etc.\n** 480p.vp9.webm – A mid range h.264 stream; mid range phones and low end tablets\n** 720p.vp9.webm – An high quality HD stream; higher end phones, tablets, smart tvs\n** 1080p.vp9.webm – A full-HD high quality stream; higher end phones, tablets, smart tvs\n** 1440p.vp9.webm – A 2K high quality stream; higher end phones, tablets, smart tvs\n** 2160p.vp9.webm – A 4K high quality stream; higher end phones, tablets, smart tvs\n* Values for MP4 H.264/AAC, the primary format for the Apple/Microsoft world. Check patent licensing issues in your country before use! Similar to WebM in quality/bitrate:\n** 160p.mp4 – Very low\n** 240p.mp4 – Low\n** 320p.mp4 – Pretty low\n** 360p.mp4 – A least common denominator h.264 stream; first gen iPhone, iPods, early Android etc.\n** 480p.mp4 – A mid range h.264 stream; mid range phones and low end tablets\n** 720p.mp4 – An high quality HD stream; higher end phones, tablets, smart tvs\n** 1080p.mp4 – A full-HD high quality stream; higher end phones, tablets, smart tvs\n** 1440p.mp4 – A 2K high quality stream; higher end phones, tablets, smart tvs\n** 2160p.mp4 – A 4K high quality stream; higher end phones, tablets, smart tvs\n* Note: Ogg video profiles have been removed as of January 2018. Use WebM output for royalty-free codec output.",
"public": true,
"value": {
"160p.webm": false,
"240p.webm": false,
"360p.webm": false,
"480p.webm": false,
"720p.webm": false,
"1080p.webm": false,
"1440p.webm": false,
"2160p.webm": false,
"120p.vp9.webm": true,
"180p.vp9.webm": true,
"240p.vp9.webm": true,
"360p.vp9.webm": true,
"480p.vp9.webm": true,
"720p.vp9.webm": true,
"1080p.vp9.webm": true,
"1440p.vp9.webm": true,
"2160p.vp9.webm": true,
"160p.mp4": false,
"240p.mp4": false,
"320p.mp4": false,
"360p.mp4": false,
"480p.mp4": false,
"720p.mp4": false,
"1080p.mp4": false,
"1440p.mp4": false,
"2160p.mp4": false
}
},
"EnabledAudioTranscodeSet": {
"description": "Default enabled audio transcodes\n\n If set to empty array, no derivatives will be created\n- These transcodes are *in addition to* the source file.\n- Derivative should be listed min to max\n\nllowed values:\n* ogg – Ogg Vorbis\n* opus – Note that Opus support must be available in ffmpeg\n* mp3 – Note that fmpeg needs libmp3lame support\n* m4a – Note that ffmpeg needs libvo_aacenc support",
"public": true,
"value": {
"ogg": true,
"opus": false,
"mp3": true,
"m4a": false
}
},
"TmhEnableMp4Uploads": {
"description": "If MP4 source assets can be ingested",
"public": true,
"value": false
},
"TmhFileExtensions": {
"description": "List of extensions handled by Timed Media Handler since its referenced in a few places. You should not modify this variable.",
"public": true,
"value": [
"ogg",
"ogv",
"oga",
"flac",
"opus",
"wav",
"webm",
"mp4",
"mp3",
"midi",
"mid",
"mpg",
"mpeg"
]
},
"TmhPriorityResolutionThreshold": {
"description": "Transcode resolutions higher than this will run in the low-priority queue. This'll give us SD transcodes as fast as possible, then do HD later.",
"public": true,
"value": 480
},
"TmhPriorityLengthThreshold": {
"description": "Transcodes of files longer than this (seconds) will run in the low-priority queue; defaults to 15 minutes. This'll mean long videos won't flood the high-priority queue.",
"public": true,
"value": 900
},
"ParserTestMediaHandlers": {
"description": "MockOggHandler::class",
"public": true,
"value": {
"application/ogg": "MockOggHandler"
}
},
"TmhFluidsynthLocation": {
"description": "Path of a Fluidsynth executable for MIDI conversion to audio formats",
"public": true,
"value": null
},
"TmhSoundfontLocation": {
"description": "Path of a soundfont to use for MIDI-converted audio",
"public": true,
"value": null
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "TimedMediaHandler"
},
"ResourceModules": {
"mw.PopUpMediaTransform": {
"scripts": "resources/mw.PopUpThumbVideo.js",
"styles": "resources/PopUpThumbVideo.css",
"dependencies": [
"mw.MwEmbedSupport",
"mediawiki.Title",
"ext.tmh.OgvJsSupport"
]
},
"mw.TMHGalleryHook.js": {
"scripts": "resources/mw.TMHGalleryHook.js"
},
"ext.tmh.embedPlayerIframe": {
"scripts": "resources/ext.tmh.embedPlayerIframe.js",
"dependencies": [
"jquery.embedPlayer",
"mw.MwEmbedSupport"
]
},
"mw.MediaWikiPlayerSupport": {
"scripts": [
"resources/mwembed/mw.Api.js",
"resources/mw.MediaWikiPlayerSupport.js"
],
"dependencies": [
"mw.MwEmbedSupport"
]
},
"mw.MediaWikiPlayer.loader": {
"scripts": [
"resources/mwembed/EmbedPlayer/mw.EmbedPlayer.loader.js",
"resources/mwembed/TimedText.loader.js",
"resources/mw.MediaWikiPlayer.loader.js"
],
"dependencies": [
"jquery.embedPlayer"
]
},
"ext.tmh.video-js": {
"scripts": "resources/videojs/alt/video.core.min.js",
"styles": "resources/videojs/video-js.css",
"noflip": true,
"targets": [
"mobile",
"desktop"
],
"languageScripts": {
"ar": "resources/videojs/lang/ar.js",
"ba": "resources/videojs/lang/ba.js",
"bg": "resources/videojs/lang/bg.js",
"ca": "resources/videojs/lang/ca.js",
"cs": "resources/videojs/lang/cs.js",
"cy": "resources/videojs/lang/cy.js",
"da": "resources/videojs/lang/da.js",
"de": "resources/videojs/lang/de.js",
"el": "resources/videojs/lang/el.js",
"en": "resources/videojs/lang/en.js",
"es": "resources/videojs/lang/es.js",
"fa": "resources/videojs/lang/fa.js",
"fi": "resources/videojs/lang/fi.js",
"fr": "resources/videojs/lang/fr.js",
"gd": "resources/videojs/lang/gd.js",
"gl": "resources/videojs/lang/gl.js",
"he": "resources/videojs/lang/he.js",
"hr": "resources/videojs/lang/hr.js",
"hu": "resources/videojs/lang/hu.js",
"it": "resources/videojs/lang/it.js",
"ja": "resources/videojs/lang/ja.js",
"ko": "resources/videojs/lang/ko.js",
"nb": "resources/videojs/lang/nb.js",
"nl": "resources/videojs/lang/nl.js",
"nn": "resources/videojs/lang/nn.js",
"oc": "resources/videojs/lang/oc.js",
"pl": "resources/videojs/lang/pl.js",
"pt": "resources/videojs/lang/pt-PT.js",
"pt-br": "resources/videojs/lang/pt-BR.js",
"ru": "resources/videojs/lang/ru.js",
"sk": "resources/videojs/lang/sk.js",
"sl": "resources/videojs/lang/sl.js",
"sr": "resources/videojs/lang/sr.js",
"sv": "resources/videojs/lang/sv.js",
"th": "resources/videojs/lang/th.js",
"tr": "resources/videojs/lang/tr.js",
"uk": "resources/videojs/lang/uk.js",
"vi": "resources/videojs/lang/vi.js",
"zh-cn": "resources/videojs/lang/zh-CN.js",
"zh-tw": "resources/videojs/lang/zh-TW.js"
}
},
"ext.tmh.videojs-ogvjs": {
"scripts": "resources/videojs-ogvjs/videojs-ogvjs.js",
"targets": [
"mobile",
"desktop"
],
"dependencies": [
"ext.tmh.video-js",
"ext.tmh.OgvJs"
]
},
"ext.tmh.player": {
"packageFiles": [
"resources/ext.tmh.player.js",
{
"name": "resources/config.json",
"config": [ "ParserEnableLegacyMediaDOM" ]
}
],
"targets": [
"mobile",
"desktop"
],
"dependencies": [
"ext.tmh.player.styles",
"ext.tmh.OgvJsSupport",
"mediawiki.Title"
],
"messages": [
"timedmedia-play-media"
]
},
"ext.tmh.player.dialog": {
"scripts": "resources/ext.tmh.player.dialog.js",
"styles": [
"resources/ext.tmh.player.inline.styles.less",
"resources/ext.tmh.player.dialog.less"
],
"targets": [
"mobile",
"desktop"
],
"dependencies": [
"oojs-ui-core",
"oojs-ui-windows",
"ext.tmh.player.inline"
]
},
"ext.tmh.player.inline": {
"scripts": [
"resources/mw-info-button/mw-info-button.js",
"resources/videojs-resolution-switcher/videojs-resolution-switcher.js",
"resources/ext.tmh.player.inline.js"
],
"styles": [
"resources/mw-info-button/mw-info-button.css",
"resources/videojs-resolution-switcher/videojs-resolution-switcher.css"
],
"targets": [
"mobile",
"desktop"
],
"dependencies": [
"ext.tmh.video-js",
"mediawiki.Title"
],
"messages": [
"timedmedia-resolution-120",
"timedmedia-resolution-160",
"timedmedia-resolution-180",
"timedmedia-resolution-240",
"timedmedia-resolution-360",
"timedmedia-resolution-480",
"timedmedia-resolution-720",
"timedmedia-resolution-1080",
"timedmedia-resolution-1440",
"timedmedia-resolution-2160",
"videojs-more-information",
"videojs-quality"
]
},
"ext.tmh.player.styles": {
"styles": "resources/ext.tmh.player.styles.less",
"targets": [
"mobile",
"desktop"
]
},
"ext.tmh.thumbnail.styles": {
"styles": "resources/ext.tmh.thumbnail.css"
},
"ext.tmh.transcodetable": {
"scripts": "resources/ext.tmh.transcodetable.js",
"styles": "resources/transcodeTable.css",
"dependencies": [
"mediawiki.api",
"oojs-ui"
],
"messages": [
"timedmedia-reset-button-cancel",
"timedmedia-reset-button-dismiss",
"timedmedia-reset-button-reset",
"timedmedia-reset-error",
"timedmedia-reset",
"timedmedia-reset-areyousure",
"timedmedia-reset-explanation"
]
},
"ext.tmh.OgvJsSupport": {
"scripts": [
"resources/mwembed/lib/binPlayers/ogv.js/ogv-support.js",
"resources/ext.tmh.OgvJsSupport.js"
],
"targets": [
"mobile",
"desktop"
]
},
"ext.tmh.OgvJs": {
"scripts": [
"resources/mwembed/lib/binPlayers/ogv.js/ogv.js"
],
"dependencies": "ext.tmh.OgvJsSupport",
"targets": [
"mobile",
"desktop"
]
},
"embedPlayerIframeStyle": {
"styles": "resources/embedPlayerIframe.css",
"targets": [
"mobile",
"desktop"
]
},
"mw.MwEmbedSupport": {
"scripts": [
"resources/mwembed/jquery.triggerQueueCallback.js",
"resources/mwembed/jquery.mwEmbedUtil.js",
"resources/mwembed/lib/Spinner.js",
"resources/mwembed/jquery.loadingSpinner.js",
"resources/mwembed/mw.MwEmbedSupport.js"
],
"styles": "resources/mwembed/skins/common/MwEmbedCommonStyle.css",
"skinStyles": {
"kaltura-dark": "resources/mwembed/skins/jquery.ui.themes/kaltura-dark/jquery-ui-1.7.2.css"
},
"dependencies": [
"mediawiki.util"
],
"messages": [
"mwe-loading"
]
},
"mediawiki.UtilitiesTime": {
"scripts": "resources/mwembed/mediawiki/mediawiki.UtilitiesTime.js"
},
"jquery.embedPlayer": {
"scripts": "resources/mwembed/EmbedPlayer/jquery.embedPlayer.js"
},
"mw.EmbedPlayer": {
"scripts": [
"resources/mwembed/mediawiki/mediawiki.absoluteUrl.js",
"resources/mwembed/mediawiki/mediawiki.client.js",
"resources/mwembed/lib/fullScreenApi.js",
"resources/mwembed/lib/jquery.debouncedresize.js",
"resources/mwembed/lib/jquery.embedMenu/jquery.embedMenu.js",
"resources/mwembed/EmbedPlayer/mw.MediaPlayer.js",
"resources/mwembed/EmbedPlayer/mw.MediaPlayers.js",
"resources/mwembed/EmbedPlayer/mw.EmbedTypes.js",
"resources/mwembed/EmbedPlayer/mw.MediaElement.js",
"resources/mwembed/EmbedPlayer/mw.MediaSource.js",
"resources/mwembed/EmbedPlayer/mw.processEmbedPlayers.js",
"resources/mwembed/EmbedPlayer/mw.EmbedPlayer.js",
"resources/mwembed/EmbedPlayer/skins/mw.PlayerControlBuilder.js",
"resources/mwembed/EmbedPlayer/skins/kskin/mw.PlayerSkinKskin.js"
],
"dependencies": [
"mediawiki.UtilitiesTime",
"mediawiki.Uri",
"mediawiki.jqueryMsg",
"mw.MwEmbedSupport",
"mw.EmbedPlayerNative",
"jquery.client",
"jquery.hoverIntent",
"jquery.cookie",
"jquery.ui",
"ext.tmh.OgvJsSupport"
],
"styles": [
"resources/mwembed/lib/jquery.embedMenu/jquery.embedMenu.css",
"resources/mwembed/EmbedPlayer/skins/EmbedPlayer.css",
"resources/mwembed/EmbedPlayer/skins/kskin/PlayerSkinKskin.css"
],
"messages": [
"mwe-embedplayer-credit-title",
"mwe-embedplayer-credit-date",
"mwe-embedplayer-credit-author",
"mwe-embedplayer-nocredits",
"mwe-embedplayer-loading_plugin",
"mwe-embedplayer-select_playback",
"mwe-embedplayer-link_back",
"mwe-embedplayer-error_swap_vid",
"mwe-embedplayer-add_to_end_of_sequence",
"mwe-embedplayer-missing_video_stream",
"mwe-embedplayer-play_clip",
"mwe-embedplayer-pause_clip",
"mwe-embedplayer-volume_control",
"mwe-embedplayer-player_options",
"mwe-embedplayer-timed_text",
"mwe-embedplayer-player_fullscreen",
"mwe-embedplayer-next_clip_msg",
"mwe-embedplayer-prev_clip_msg",
"mwe-embedplayer-current_clip_msg",
"mwe-embedplayer-seek_to",
"mwe-embedplayer-paused",
"mwe-embedplayer-download_segment",
"mwe-embedplayer-download_full_video",
"mwe-embedplayer-download_full_audio",
"mwe-embedplayer-download_right_click",
"mwe-embedplayer-download_clip",
"mwe-embedplayer-download_text",
"mwe-embedplayer-download",
"mwe-embedplayer-share",
"mwe-embedplayer-credits",
"mwe-embedplayer-about-library",
"mwe-embedplayer-about-library-desc",
"mwe-embedplayer-clip_linkback",
"mwe-embedplayer-choose_player",
"mwe-embedplayer-no-player",
"mwe-embedplayer-share_this_video",
"mwe-embedplayer-share_this_audio",
"mwe-embedplayer-video_credits",
"mwe-embedplayer-no-video_credits",
"mwe-embedplayer-kaltura-platform-title",
"mwe-embedplayer-menu_btn",
"mwe-embedplayer-close_btn",
"mwe-embedplayer-ogg-player-oggNative",
"mwe-embedplayer-ogg-player-mp3Native",
"mwe-embedplayer-ogg-player-aacNative",
"mwe-embedplayer-ogg-player-h264Native",
"mwe-embedplayer-ogg-player-webmNative",
"mwe-embedplayer-ogg-player-vp9Native",
"mwe-embedplayer-ogg-player-vlcAppPlayer",
"mwe-embedplayer-ogg-player-IEWebMPrompt",
"mwe-embedplayer-ogg-player-ogvJsPlayer",
"mwe-embedplayer-ogg-player-quicktime-mozilla",
"mwe-embedplayer-ogg-player-quicktime-activex",
"mwe-embedplayer-ogg-player-flowplayer",
"mwe-embedplayer-ogg-player-kplayer",
"mwe-embedplayer-ogg-player-selected",
"mwe-embedplayer-ogg-player-omtkplayer",
"mwe-embedplayer-for_best_experience",
"mwe-embedplayer-download-warn",
"mwe-embedplayer-fullscreen-tip",
"mwe-embedplayer-fullscreen-tip-osx",
"mwe-embedplayer-do_not_warn_again",
"mwe-embedplayer-playerSelect",
"mwe-embedplayer-read_before_embed",
"mwe-embedplayer-embed_site_or_blog",
"mwe-embedplayer-embed_wiki",
"mwe-embedplayer-related_videos",
"mwe-embedplayer-seeking",
"mwe-embedplayer-video-h264",
"mwe-embedplayer-video-webm",
"mwe-embedplayer-video-flv",
"mwe-embedplayer-video-ogg",
"mwe-embedplayer-video-audio",
"mwe-embedplayer-audio-mpeg",
"mwe-embedplayer-video-3gp",
"mwe-embedplayer-video-mpeg",
"mwe-embedplayer-video-msvideo",
"mwe-embedplayer-missing-source",
"mwe-embedplayer-vlcapp-intro",
"mwe-embedplayer-vlcapp-vlcapplinktext",
"mwe-embedplayer-vlcapp-downloadapp",
"mwe-embedplayer-vlcapp-openvideo",
"mwe-embedplayer-vlcapp-downloadvideo",
"mwe-embedplayer-vlcapp-vlcapppopup",
"mwe-embedplayer-iewebmprompt-intro",
"mwe-embedplayer-iewebmprompt-linktext",
"mwe-embedplayer-iewebmprompt-outro"
]
},
"mw.EmbedPlayerKplayer": {
"scripts": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerKplayer.js"
},
"mw.EmbedPlayerNative": {
"scripts": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerNative.js"
},
"mw.EmbedPlayerVLCApp": {
"scripts": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerVLCApp.js",
"dependencies": [
"mediawiki.Uri"
]
},
"mw.EmbedPlayerIEWebMPrompt": {
"scripts": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerIEWebMPrompt.js",
"styles": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerIEWebMPrompt.css"
},
"mw.EmbedPlayerOgvJs": {
"scripts": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerOgvJs.js",
"dependencies": [
"jquery.spinner",
"ext.tmh.OgvJsSupport"
]
},
"mw.EmbedPlayerImageOverlay": {
"scripts": "resources/mwembed/EmbedPlayer/mw.EmbedPlayerImageOverlay.js"
},
"mw.TimedText": {
"scripts": [
"resources/mwembed/mediawiki/mediawiki.ajaxProxy.js",
"resources/mwembed/mw.TextSource.js",
"resources/mwembed/mw.TimedText.js"
],
"styles": "resources/mwembed/mw.style.TimedText.css",
"dependencies": [
"mediawiki.language.names",
"mw.EmbedPlayer",
"mediawiki.UtilitiesTime",
"mw.MwEmbedSupport"
],
"messages": [
"mwe-timedtext-back-btn",
"mwe-timedtext-layout-off",
"mwe-timedtext-loading-text",
"mwe-timedtext-key-language",
"mwe-timedtext-textcat-cc",
"mwe-timedtext-textcat-sub",
"mwe-timedtext-textcat-tad",
"mwe-timedtext-textcat-ktv",
"mwe-timedtext-textcat-tik",
"mwe-timedtext-textcat-ar",
"mwe-timedtext-textcat-nb",
"mwe-timedtext-textcat-meta",
"mwe-timedtext-textcat-trx",
"mwe-timedtext-textcat-lrc",
"mwe-timedtext-textcat-lin",
"mwe-timedtext-textcat-cue",
"mwe-timedtext-no-subs",
"mwe-timedtext-language-subtitles-for-clip",
"mwe-timedtext-language-no-subtitles-for-clip",
"mwe-timedtext-upload-timed-text"
]
}
},
"MediaHandlers": {
"application/ogg": "OggHandler",
"audio/flac": "FLACHandler",
"audio/midi": "MidiHandler",
"audio/mpeg": "Mp3Handler",
"audio/wav": "WAVHandler",
"audio/webm": "WebMHandler",
"audio/x-flac": "FLACHandler",
"video/mp4": "Mp4Handler",
"video/mpeg": "MPEGHandler",
"video/webm": "WebMHandler"
},
"JobClasses": {
"webVideoTranscode": "WebVideoTranscodeJob",
"webVideoTranscodePrioritized": "WebVideoTranscodeJob"
},
"ConfigRegistry": {
"timedmediahandler": "GlobalVarConfig::newInstance"
},
"load_composer_autoloader": true,
"manifest_version": 2
}

Revision as of 22:52, 20 December 2021

/*
ATTENTION ADMINISTRATORS:
 
This is the CSS for all skins. Any major changes to this page or
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on
the [[Wikipedia:Village pump (technical)|Village pump]].  
 
Testing can be done on your own user Monobook.css. In [[Mozilla]] and
[[Opera (web browser)|Opera]], you can also test style changes dynamically
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
bookmarklet from squarefree.com. It pops up a window for adding style rules,
and updates the page as you type.
 
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
([http://tinyurl.com/2g8bsk CVS version]) before and after any changes.

See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
 
Thank you.
*/
 
/* <pre><nowiki> */
 
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}

/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}

/* Make the list of references smaller */
ol.references {
    font-size: 100%;
}
.references-small { 
    font-size: 90%;
}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.same-bg { background: none; }

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}

sup.reference:target { 
    background-color: #DEF;
}

/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}

/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target { 
    background-color: #DEF;
}

/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */

@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}


/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}


/* Style for horizontal lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ") ";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}
 
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}


/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-title .navbar {
  text-align:left;
}
.navbox-inner {
  width:100%;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#cedff2;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#cedff2;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#cedff2;     /* Level 3 color */
}
.navbox-even {
  background:#f5faff;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}

.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 1em;        /* Prevent lists from clinging to navboxes */
}


/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}

.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}

/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}

/* Style for "notices" */
.notice {
    margin: 1em;
    padding: 0.2em;
}

#disambig {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
}

/* Persondata and other (future) metadata,
   "table.InChI" and ".InChI-label" are temporary. */
table.InChI,
table.persondata {
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
.InChI-label,
.persondata-label {
    color: #aaa;
}

/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}

/* Class for links with loudspeaker icon next to them */
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */

.audiolink a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */

div.listenlist {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}

div.videolist, div.multivideolist {
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}

/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}

div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}

div.medialist ul li {
    padding-bottom: 0.5em;
}

div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external, 
#mw_content a[href*=".pdf?"].external, 
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external, 
#mw_content a[href*=".PDF?"].external, 
#mw_content a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

span.geolink a {
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}

/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}

div.columns-3 div.column {
    float: left;
    width: 33.3%;
    min-width: 200px;
}

div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}

div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  ~~~~
*/

.plainlinksneverexpand {
    background: none ! important;
    padding: 0 ! important;
}

.plainlinksneverexpand .urlexpansion {
    display: none ! important;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
   the arrow...
*/
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}

/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}


/* Article message box styles */
table.ambox {            /* 10% = Will not overlap with other elements */
    margin: -1px 10% 0px;    /* -1px = Single border between stacked boxes in all browsers */
    border: 1px solid #aaa; 
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb; 
}
.ambox th.mbox-text, .ambox td.mbox-text,
th.ambox-text, td.ambox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.5em;         /* 0.5em left/right */
    width: 100%;                   /* Make all amboxes the same width regardless of text length */
}
.ambox td.mbox-image,
td.ambox-image {                   /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center; 
}
.ambox td.mbox-imageright,
td.ambox-imageright {              /* The right image cell */
    border: none; 
    padding: 2px 0.5em 2px 0;      /* 0px left, 0.5em right */
    text-align: center; 
}
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-serious,
table.ambox-delete {    /* "serious" is deprecated, use "delete" instead. */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-merge,
table.ambox-move {    /* "merge" is deprecated, use "move" instead. */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox,
.imbox-text .imbox {     /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
.imbox th.mbox-text, .imbox td.mbox-text,
th.imbox-text, td.imbox-text {    /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
}
.imbox td.mbox-image,
td.imbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;     /* 0.9em left, 0px right */
    text-align: center; 
}
.imbox td.mbox-imageright,
td.imbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;     /* 0px left, 0.9em right */
    text-align: center; 
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;           /* Default "notice" blue */
}
.cmbox th.mbox-text, .cmbox td.mbox-text,
th.cmbox-text, td.cmbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.5em;         /* 0.5em left/right */
    width: 100%;
}
.cmbox td.mbox-image,
td.cmbox-image {                   /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center; 
}
.cmbox td.mbox-imageright,
td.cmbox-imageright {              /* The right image cell */
    border: none;
    padding: 2px 0.8em 2px 0;      /* 0px left, 0.8em right */
    text-align: center; 
}
 
table.cmbox-notice {
    background: #DFE8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #F1D0FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
table.ombox-small {               /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
.ombox th.mbox-text, .ombox td.mbox-text,
th.ombox-text, td.ombox-text {    /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
}
.ombox td.mbox-image,
td.ombox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;     /* 0.9em left, 0px right */
    text-align: center; 
}
.ombox td.mbox-imageright,
td.ombox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;     /* 0px left, 0.9em right */
    text-align: center; 
}
 
table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
table.tmbox-small {               /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
.mbox-inside .tmbox {    /* For tmboxes inside other templates. */
    margin: 2px;
}
.tmbox th.mbox-text, .tmbox td.mbox-text,
th.tmbox-text, td.tmbox-text {    /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
}
.tmbox td.mbox-image,
td.tmbox-image {                  /* The left image cell */
    border: none;
    padding: 2px 0px 2px 0.9em;   /* 0.9em left, 0px right */
    text-align: center;
}
.tmbox td.mbox-imageright,
td.tmbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0px;   /* 0px left, 0.9em right */
    text-align: center;
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}


/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
    font-family /**/:inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/:inherit;
}
.latinx {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
    font-family /**/:inherit;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; 
    font-family /**/:inherit;
}
.mufi {
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
}

/* Pseudo-classes in support of [[Template:lang]]. */

:lang(he) {
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
    font-family /**/:inherit;
}
:lang(fa) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ps) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ur) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(sux-Xsux) {
    font-family: Akkadian;
    font-family /**/:inherit;
}
:lang(ja) {
       font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
    font-family /**/:inherit;
}
:lang(ko) {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
    font-family /**/:inherit;
}
:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
    font-family /**/:inherit;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
    font-family /**/:inherit;
}
:lang(grc) {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}

#wpSave {
    font-weight: bold;
}

/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00; 
    background-color: #0f0;
}

/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
/* use restricted to rail icon management pages */
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */
.check-icon a.new {
    display: none; 
    speak:none;
}

/* Removes underlines from links */
.nounderlines a { 
    text-decoration: none;
}

/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}

#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/* Coloured watchlist numbers */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}

.dablink {
    font-style: italic;
    padding-left: 2em;
}

.dablink i {
    font-style: normal;
}

/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}

.horizontal li { 
    padding: 0 0.6em 0 0.4em;
    display: inline;
    border-right: 1px solid;
}

.horizontal li:last-child {
    border-right: none;
    padding-right: 0;
}

/* Geographical coordinates 

To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: none } 
   .geo-dec { display: inline } .geo-dms { display: inline }

To display coordinates using decimal notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline } .geo-dms { display: none }

To display coordinates using DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: none }   .geo-dms { display: inline }

To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline }   .geo-dms { display: inline }
   .geo-multi-punct { display: inline }

See [[Template:Coor link]] for how these are used.

Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.

*/

.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }

.longitude, .latitude {
    white-space: nowrap;
}

/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }

/***** end Geo-related */

/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
.nonumtoc .tocnumber { display:none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}

/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as
   there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.listify td {display:list-item;}
.listify tr {display:block;}
.listify table {display:block;}

/* Styling for Template:Quote */

blockquote.templatequote { margin-top: 0; }

blockquote.templatequote div.templatequotecite { 
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}

blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}

div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}

/* Prevents line breaks in links */
.nowraplinks a {
    white-space: nowrap;
}

/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}

.thumbinner {
    min-width: 100px;
}

/* Inline div's in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}

/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}


/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;   /* Light gray padding */
}
.gallerybox .thumb img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* .ns-0 = articles, .ns-2 = user pages, .ns-100 = portals. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
    background: white;   /* No chequered background */
}


/* Prevent boxes from overlapping the category listings */
#mw-subcategories, #mw-pages, #mw-category-media {
    clear: both;
}


/* </nowiki></pre> */





/***************  Ajout style Monobook de l'ancienne version  ***************/


/* Agora: colorized indentation */
/* work with js function "attrib_class_dialog" */

.dialog #content {background: #F8F8FF;}
.dialog #bodyContent dd {margin:0; padding: .3em 0 0 0;}
.dialog #bodyContent dl {border-top: solid 1px #9090F0; border-left: solid 1px #9090F0; padding: .2em 0 0 .5em; margin: .5em 0 0 1em;}
.dialog #bodyContent dl, .dialog #bodyContent dl dl dl, .dialog #bodyContent dl dl dl dl dl,
   .dialog #bodyContent dl dl dl dl dl dl dl, .dialog #bodyContent dl dl dl dl dl dl dl dl dl,
   .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl dl {background: #F0F0FF} .dialog #bodyContent dl dl, .dialog #bodyContent dl dl dl dl, .dialog #bodyContent dl dl dl dl dl dl,
   .dialog #bodyContent dl dl dl dl dl dl dl dl, .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl,
   .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl dl dl {background: #F8F8FF}

/* Template background */
.bg.back13 {Background:#ffffff url(https://www.boywiki.org/media/images/4/40/Back13_%28Somersault%27s_HTML_Guide%29.jpg);}
.bg.ANSHUTZ_Thomas_Pollock_1894c_Boys_playing_with_crabs_1025x607 {background:#da4 url(https://www.boywiki.org/media/images/4/4f/ANSHUTZ_Thomas_Pollock_1894c_Boys_playing_with_crabs_1025x607.jpg);}
.bg.blogo {background:#ffffff url(https://www.boywiki.org/media/images/d/da/BLogo2.gif);}
.bg.halloween {background:#ffffff url(https://www.boywiki.org/media/images/3/34/Halloweenbackground18.jpg);}
.bg.clouds {background:#ffffff url(https://www.boywiki.org/media/images/3/3c/Blue_paper.jpg);}
.bg.xmas {background-color:#ffffff; background-image:url(https://www.boywiki.org/media/images/6/6e/Flakes1.png), url(https://www.boywiki.org/media/images/4/4d/Flakes2.png); -webkit-animation:snowfall 12s linear 0s normal none infinite; animation:snowfall 12s linear 0s normal none infinite;}
@-webkit-keyframes snowfall {0% {background-position:0 0, 0 0;} 100% {background-position:200px 300px, 200px 400px;}}
@keyframes snowfall {0% {background-position:0 0, 0 0;} 100% {background-position:200px 300px, 200px 400px;}}

/* Popup lien sur img */
.imagepoplink {position:relative;}
.imagepoplink img {visibility:hidden; position:absolute; bottom:0; box-shadow:3px 3px 8px #444; opacity:0; transition:opacity .5s;}
.imagepoplink:hover img {visibility:visible; opacity:1;}

/* boite lien vers mediawiki */
.mediabwlink {float:right; margin-left:2em; border-bottom:1px #AAA solid;}
.mediabwlink.encadre {background:#F9F9F9; border:1px #AAA solid;}
.mediabwlink p {font-size:0.8em; line-height:1.7em; text-align:center; padding:1em 1em 1em 8em; margin:0; background:url(http://www.boywiki.org/media/images/8/85/Ugdrap.png) no-repeat left bottom; background-size:9em;}
.mediabwlink a.external.text {background:none !important; padding-right:0 !important;}