r36213 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36212‎ | r36213 | r36214 >
Date:00:54, 12 June 2008
Author:dale
Status:old
Tags:
Comment:
import of mvpcf skin
Modified paths:
  • /branches/MetavidWiki-exp/skins/README (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf.deps.php (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf.php (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/ie_styles.css (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/Thumbs.db (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/button_grey_left.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/button_grey_right.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/button_play.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/button_subscribe.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/carousel_left.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/carousel_right.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/carousel_top_left.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/carousel_top_right.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/embed_arrow.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/flash_carousel.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/flash_player.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/ico_rss.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/img1.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/img2.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/logo.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/logo2.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/other_results_bg.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/other_results_top.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/other_results_top2.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/pelosi.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/person1.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_bg.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_bottom.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_top.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/selector.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/thumb1.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/thumb2.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/thumb3.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/thumb4.jpg (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/images/tracker.png (added) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/main.css (added) (history)

Diff [purge]

Index: branches/MetavidWiki-exp/skins/README
@@ -0,0 +1,3 @@
 2+The metavid skin for the congress site.
 3+These files should be linked or copied into the parent mediaWiki skin directory.
 4+
Index: branches/MetavidWiki-exp/skins/mvpcf.php
@@ -0,0 +1,302 @@
 2+<?php
 3+/**
 4+ * mvpcf, a MediaWiki skin
 5+ * Version .01
 6+ * Made for MediaWiki 1.12
 7+ * By Michael Dale, dale@kevcom.com,
 8+ * in collaboration with Partipipatory culture foundation
 9+ * (
 10+ *
 11+ * Local settings that affect this skin (in LocalSettings.php):
 12+ * $wgDefaultSkin change to "mvpcf" to use as your default skin
 13+ * $wgSitename this is displayed as the site name
 14+
 15+ * @package MediaWiki
 16+ * @subpackage Skins
 17+ */
 18+
 19+if( !defined( 'MEDIAWIKI' ) )
 20+ die( -1 );
 21+
 22+/**
 23+ * Inherit main code from SkinTemplate, set the CSS and template filter.
 24+ * @todo document
 25+ * @addtogroup Skins
 26+ */
 27+class SkinMvpcf extends SkinTemplate {
 28+ /** Using monobook. */
 29+ function initPage( &$out ) {
 30+ SkinTemplate::initPage( $out );
 31+ $this->skinname = 'mvpcf';
 32+ $this->stylename = 'mvpcf';
 33+ $this->template = 'MvpcfTemplate';
 34+ }
 35+}
 36+
 37+/**
 38+ * @todo document
 39+ * @addtogroup Skins
 40+ */
 41+class MvpcfTemplate extends QuickTemplate {
 42+ /**
 43+ * Template filter callback for MonoBook skin.
 44+ * Takes an associative array of data set from a SkinTemplate-based
 45+ * class, and a wrapper for MediaWiki's localization database, and
 46+ * outputs a formatted page.
 47+ *
 48+ * @access private
 49+ */
 50+ function execute() {
 51+ global $wgUser;
 52+ $skin = $wgUser->getSkin();
 53+
 54+ // Suppress warnings to prevent notices about missing indexes in $this->data
 55+ wfSuppressWarnings();
 56+
 57+
 58+ //set up template variables:
 59+ $this->data['showjumplinks']=false;
 60+ $this->data['tagline']=false;
 61+
 62+
 63+?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 64+<html xmlns="<?php $this->text('xhtmldefaultnamespace') ?>" <?php
 65+ foreach($this->data['xhtmlnamespaces'] as $tag => $ns) {
 66+ ?>xmlns:<?php echo "{$tag}=\"{$ns}\" ";
 67+ } ?>xml:lang="<?php $this->text('lang') ?>" lang="<?php $this->text('lang') ?>" dir="<?php $this->text('dir') ?>">
 68+ <head>
 69+ <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
 70+ <?php $this->html('headlinks') ?>
 71+ <title><?php $this->text('pagetitle') ?></title>
 72+ <style type="text/css" media="screen, projection">/*<![CDATA[*/
 73+ @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css";
 74+ /*]]>*/</style>
 75+
 76+ <!--[if lt IE 7]>
 77+ <link rel="stylesheet" href="<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/ie_styles.css" type="text/css" media="screen" />
 78+ <![endif]-->
 79+
 80+ <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"></script>
 81+ <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
 82+
 83+ <?php print Skin::makeGlobalVariablesScript( $this->data ); ?>
 84+
 85+ <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script>
 86+<?php if($this->data['jsvarurl' ]) { ?>
 87+ <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"><!-- site js --></script>
 88+<?php } ?>
 89+<?php if($this->data['pagecss' ]) { ?>
 90+ <style type="text/css"><?php $this->html('pagecss' ) ?></style>
 91+<?php }
 92+ if($this->data['usercss' ]) { ?>
 93+ <style type="text/css"><?php $this->html('usercss' ) ?></style>
 94+<?php }
 95+ if($this->data['userjs' ]) { ?>
 96+ <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('userjs' ) ?>"></script>
 97+<?php }
 98+ if($this->data['userjsprev']) { ?>
 99+ <script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script>
 100+<?php }
 101+ if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?>
 102+ <!-- Head Scripts -->
 103+<?php $this->html('headscripts') ?>
 104+ </head>
 105+<body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
 106+<?php if($this->data['body_onload' ]) { ?>onload="<?php $this->text('body_onload') ?>"<?php } ?>
 107+ class="mediawiki <?php $this->text('nsclass') ?> <?php $this->text('dir') ?> <?php $this->text('pageclass') ?>">
 108+ <div id="globalWrapper">
 109+ <div id="searchHeader">
 110+<div class="logo2">
 111+<a href="#">
 112+<img alt="Metavid" src="<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/images/logo2.png"/>
 113+</a>
 114+<p class="tagline2">Video archive of the US Congress</p>
 115+</div>
 116+<div class="form_search_row">
 117+<input id="search_field" class="searchField" type="text" name="search[field]"/>
 118+<button class="grey_button" type="submit">
 119+<span> Search </span>
 120+</button>
 121+<a class="advanced_search_tag" href="#">advanced search</a>
 122+</div>
 123+</div>
 124+
 125+ <div id="column-content">
 126+ <div id="content">
 127+ <a name="top" id="top"></a>
 128+ <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
 129+ <h1 class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1>
 130+ <div id="bodyContent">
 131+ <?php if($this->data['tagline']){?><h3 id="siteSub"><?php $this->msg('tagline') ?></h3><? } ?>
 132+ <div id="contentSub"><?php $this->html('subtitle') ?></div>
 133+ <?php if($this->data['undelete']) { ?><div id="contentSub2"><?php $this->html('undelete') ?></div><?php } ?>
 134+ <?php if($this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html('newtalk') ?></div><?php } ?>
 135+ <?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#column-one"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div><?php } ?>
 136+ <!-- start content -->
 137+ <?php $this->html('bodytext') ?>
 138+ <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
 139+ <!-- end content -->
 140+ <div class="visualClear"></div>
 141+ </div>
 142+ </div>
 143+ </div>
 144+ <!-- <div id="column-one">-->
 145+ <div id="p-cactions" class="portlet">
 146+ <h5><?php $this->msg('views') ?></h5>
 147+ <div class="pBody">
 148+ <ul>
 149+ <?php foreach($this->data['content_actions'] as $key => $tab) { ?>
 150+ <li id="ca-<?php echo Sanitizer::escapeId($key) ?>"<?php
 151+ if($tab['class']) { ?> class="<?php echo htmlspecialchars($tab['class']) ?>"<?php }
 152+ ?>><a href="<?php echo htmlspecialchars($tab['href']) ?>"<?php echo $skin->tooltipAndAccesskey('ca-'.$key) ?>><?php
 153+ echo htmlspecialchars($tab['text']) ?></a></li>
 154+ <?php } ?>
 155+ </ul>
 156+ </div>
 157+ </div>
 158+ <div class="portlet" id="p-personal">
 159+ <h5><?php $this->msg('personaltools') ?></h5>
 160+ <div class="pBody">
 161+ <ul>
 162+<?php foreach($this->data['personal_urls'] as $key => $item) { ?>
 163+ <li id="pt-<?php echo Sanitizer::escapeId($key) ?>"<?php
 164+ if ($item['active']) { ?> class="active"<?php } ?>><a href="<?php
 165+ echo htmlspecialchars($item['href']) ?>"<?php echo $skin->tooltipAndAccesskey('pt-'.$key) ?><?php
 166+ if(!empty($item['class'])) { ?> class="<?php
 167+ echo htmlspecialchars($item['class']) ?>"<?php } ?>><?php
 168+ echo htmlspecialchars($item['text']) ?></a></li>
 169+<?php } ?>
 170+ </ul>
 171+ </div>
 172+ </div>
 173+ <div class="portlet" id="p-logo">
 174+ <a style="background-image: url(<?php $this->text('logopath') ?>);" <?php
 175+ ?>href="<?php echo htmlspecialchars($this->data['nav_urls']['mainpage']['href'])?>"<?php
 176+ echo $skin->tooltipAndAccesskey('n-mainpage') ?>></a>
 177+ </div>
 178+ <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha(); </script>
 179+ <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?>
 180+ <div class='portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>>
 181+ <h5><?php $out = wfMsg( $bar ); if (wfEmptyMsg($bar, $out)) echo $bar; else echo $out; ?></h5>
 182+ <div class='pBody'>
 183+ <ul>
 184+<?php foreach($cont as $key => $val) { ?>
 185+ <li id="<?php echo Sanitizer::escapeId($val['id']) ?>"<?php
 186+ if ( $val['active'] ) { ?> class="active" <?php }
 187+ ?>><a href="<?php echo htmlspecialchars($val['href']) ?>"<?php echo $skin->tooltipAndAccesskey($val['id']) ?>><?php echo htmlspecialchars($val['text']) ?></a></li>
 188+<?php } ?>
 189+ </ul>
 190+ </div>
 191+ </div>
 192+ <?php } ?>
 193+
 194+ <div class="portlet" id="p-tb">
 195+ <h5><?php $this->msg('toolbox') ?></h5>
 196+ <div class="pBody">
 197+ <ul>
 198+<?php
 199+ if($this->data['notspecialpage']) { ?>
 200+ <li id="t-whatlinkshere"><a href="<?php
 201+ echo htmlspecialchars($this->data['nav_urls']['whatlinkshere']['href'])
 202+ ?>"<?php echo $skin->tooltipAndAccesskey('t-whatlinkshere') ?>><?php $this->msg('whatlinkshere') ?></a></li>
 203+<?php
 204+ if( $this->data['nav_urls']['recentchangeslinked'] ) { ?>
 205+ <li id="t-recentchangeslinked"><a href="<?php
 206+ echo htmlspecialchars($this->data['nav_urls']['recentchangeslinked']['href'])
 207+ ?>"<?php echo $skin->tooltipAndAccesskey('t-recentchangeslinked') ?>><?php $this->msg('recentchangeslinked') ?></a></li>
 208+<?php }
 209+ }
 210+ if(isset($this->data['nav_urls']['trackbacklink'])) { ?>
 211+ <li id="t-trackbacklink"><a href="<?php
 212+ echo htmlspecialchars($this->data['nav_urls']['trackbacklink']['href'])
 213+ ?>"<?php echo $skin->tooltipAndAccesskey('t-trackbacklink') ?>><?php $this->msg('trackbacklink') ?></a></li>
 214+<?php }
 215+ if($this->data['feeds']) { ?>
 216+ <li id="feedlinks"><?php foreach($this->data['feeds'] as $key => $feed) {
 217+ ?><span id="feed-<?php echo Sanitizer::escapeId($key) ?>"><a href="<?php
 218+ echo htmlspecialchars($feed['href']) ?>"<?php echo $skin->tooltipAndAccesskey('feed-'.$key) ?>><?php echo htmlspecialchars($feed['text'])?></a>&nbsp;</span>
 219+ <?php } ?></li><?php
 220+ }
 221+
 222+ foreach( array('contributions', 'log', 'blockip', 'emailuser', 'upload', 'specialpages') as $special ) {
 223+
 224+ if($this->data['nav_urls'][$special]) {
 225+ ?><li id="t-<?php echo $special ?>"><a href="<?php echo htmlspecialchars($this->data['nav_urls'][$special]['href'])
 226+ ?>"<?php echo $skin->tooltipAndAccesskey('t-'.$special) ?>><?php $this->msg($special) ?></a></li>
 227+<?php }
 228+ }
 229+
 230+ if(!empty($this->data['nav_urls']['print']['href'])) { ?>
 231+ <li id="t-print"><a href="<?php echo htmlspecialchars($this->data['nav_urls']['print']['href'])
 232+ ?>"<?php echo $skin->tooltipAndAccesskey('t-print') ?>><?php $this->msg('printableversion') ?></a></li><?php
 233+ }
 234+
 235+ if(!empty($this->data['nav_urls']['permalink']['href'])) { ?>
 236+ <li id="t-permalink"><a href="<?php echo htmlspecialchars($this->data['nav_urls']['permalink']['href'])
 237+ ?>"<?php echo $skin->tooltipAndAccesskey('t-permalink') ?>><?php $this->msg('permalink') ?></a></li><?php
 238+ } elseif ($this->data['nav_urls']['permalink']['href'] === '') { ?>
 239+ <li id="t-ispermalink"<?php echo $skin->tooltip('t-ispermalink') ?>><?php $this->msg('permalink') ?></li><?php
 240+ }
 241+
 242+ wfRunHooks( 'MonoBookTemplateToolboxEnd', array( &$this ) );
 243+?>
 244+ </ul>
 245+ </div>
 246+ <!-- </div> (close column-one -->
 247+<?php
 248+ if( $this->data['language_urls'] ) { ?>
 249+ <div id="p-lang" class="portlet">
 250+ <h5><?php $this->msg('otherlanguages') ?></h5>
 251+ <div class="pBody">
 252+ <ul>
 253+<?php foreach($this->data['language_urls'] as $langlink) { ?>
 254+ <li class="<?php echo htmlspecialchars($langlink['class'])?>"><?php
 255+ ?><a href="<?php echo htmlspecialchars($langlink['href']) ?>"><?php echo $langlink['text'] ?></a></li>
 256+<?php } ?>
 257+ </ul>
 258+ </div>
 259+ </div>
 260+<?php } ?>
 261+ </div><!-- end of the left (by default at least) column -->
 262+ <div class="visualClear"></div>
 263+ <div id="footer">
 264+<?php
 265+ if($this->data['poweredbyico']) { ?>
 266+ <div id="f-poweredbyico"><?php $this->html('poweredbyico') ?></div>
 267+<?php }
 268+ if($this->data['copyrightico']) { ?>
 269+ <div id="f-copyrightico"><?php $this->html('copyrightico') ?></div>
 270+<?php }
 271+
 272+ // Generate additional footer links
 273+?>
 274+ <ul id="f-list">
 275+<?php
 276+ $footerlinks = array(
 277+ 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright',
 278+ 'privacy', 'about', 'disclaimer', 'tagline',
 279+ );
 280+ foreach( $footerlinks as $aLink ) {
 281+ if( isset( $this->data[$aLink] ) && $this->data[$aLink] ) {
 282+?> <li id="<?php echo$aLink?>"><?php $this->html($aLink) ?></li>
 283+<?php }
 284+ }
 285+?>
 286+ </ul>
 287+ </div>
 288+
 289+ <?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
 290+</div>
 291+<?php $this->html('reporttime') ?>
 292+<?php if ( $this->data['debug'] ): ?>
 293+<!-- Debug output:
 294+<?php $this->text( 'debug' ); ?>
 295+
 296+-->
 297+<?php endif; ?>
 298+</body></html>
 299+<?php
 300+ wfRestoreWarnings();
 301+ } // end of execute() method
 302+} // end of class
 303+?>
Index: branches/MetavidWiki-exp/skins/mvpcf/images/ico_rss.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/ico_rss.png
___________________________________________________________________
Added: svn:mime-type
1304 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/Thumbs.db
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/Thumbs.db
___________________________________________________________________
Added: svn:mime-type
2305 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/flash_player.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/flash_player.jpg
___________________________________________________________________
Added: svn:mime-type
3306 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/other_results_top2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/other_results_top2.png
___________________________________________________________________
Added: svn:mime-type
4307 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_top_left.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_top_left.png
___________________________________________________________________
Added: svn:mime-type
5308 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/other_results_bg.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/other_results_bg.png
___________________________________________________________________
Added: svn:mime-type
6309 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_right.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_right.png
___________________________________________________________________
Added: svn:mime-type
7310 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/button_grey_left.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/button_grey_left.png
___________________________________________________________________
Added: svn:mime-type
8311 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/button_subscribe.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/button_subscribe.png
___________________________________________________________________
Added: svn:mime-type
9312 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_bg.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_bg.png
___________________________________________________________________
Added: svn:mime-type
10313 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/selector.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/selector.png
___________________________________________________________________
Added: svn:mime-type
11314 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/logo2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/logo2.png
___________________________________________________________________
Added: svn:mime-type
12315 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/person1.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/person1.jpg
___________________________________________________________________
Added: svn:mime-type
13316 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/other_results_top.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/other_results_top.png
___________________________________________________________________
Added: svn:mime-type
14317 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/embed_arrow.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/embed_arrow.png
___________________________________________________________________
Added: svn:mime-type
15318 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/flash_carousel.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/flash_carousel.jpg
___________________________________________________________________
Added: svn:mime-type
16319 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/pelosi.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/pelosi.jpg
___________________________________________________________________
Added: svn:mime-type
17320 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_left.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_left.png
___________________________________________________________________
Added: svn:mime-type
18321 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_top.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_top.png
___________________________________________________________________
Added: svn:mime-type
19322 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/img1.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/img1.jpg
___________________________________________________________________
Added: svn:mime-type
20323 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/img2.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/img2.jpg
___________________________________________________________________
Added: svn:mime-type
21324 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_bottom.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/search_suggest_bottom.png
___________________________________________________________________
Added: svn:mime-type
22325 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/tracker.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/tracker.png
___________________________________________________________________
Added: svn:mime-type
23326 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_top_right.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/carousel_top_right.png
___________________________________________________________________
Added: svn:mime-type
24327 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/thumb1.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/thumb1.jpg
___________________________________________________________________
Added: svn:mime-type
25328 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/thumb2.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/thumb2.jpg
___________________________________________________________________
Added: svn:mime-type
26329 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/button_grey_right.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/button_grey_right.png
___________________________________________________________________
Added: svn:mime-type
27330 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/thumb3.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/thumb3.jpg
___________________________________________________________________
Added: svn:mime-type
28331 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/thumb4.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/thumb4.jpg
___________________________________________________________________
Added: svn:mime-type
29332 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/logo.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/logo.png
___________________________________________________________________
Added: svn:mime-type
30333 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/images/button_play.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/MetavidWiki-exp/skins/mvpcf/images/button_play.png
___________________________________________________________________
Added: svn:mime-type
31334 + application/octet-stream
Index: branches/MetavidWiki-exp/skins/mvpcf/ie_styles.css
@@ -0,0 +1,23 @@
 2+#suggestionsTop {
 3+ background: none;
 4+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=images/search_suggest_top.png, sizingMethod=image);
 5+}
 6+#suggestionsInner {
 7+ background: none;
 8+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=images/search_suggest_bg.png, sizingMethod=scale);
 9+}
 10+#suggestionsBot {
 11+ background: none;
 12+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=images/search_suggest_bottom.png, sizingMethod=image);
 13+}
 14+
 15+
 16+
 17+
 18+button {width: auto; overflow: visible;}
 19+button span {margin-top: 1px;}
 20+#suggestions {
 21+ margin-top: -20px;
 22+}
 23+
 24+#footer ul.footerLinks, #footer2 ul.footerLinks {width: 220px;}
\ No newline at end of file
Index: branches/MetavidWiki-exp/skins/mvpcf/main.css
@@ -0,0 +1,683 @@
 2+/*
 3+ Color sets
 4+
 5+ Blue: #75a5e4
 6+ Light blue: #eef6ff
 7+ Dark blue: #2060c1
 8+ Grey: #afafaf
 9+ Light grey: #f2f2f2
 10+ Dark grey: #474747
 11+ Darker grey: #242424
 12+ Red: #dd1313
 13+ Orange: #df5c01
 14+
 15+*/
 16+
 17+html {margin: 0; padding: 0;}
 18+body {
 19+ margin: 0;
 20+ padding: 0;
 21+ font-family: Helvetica, Arial, sans-serif;
 22+ font-size: .75em;
 23+ color: #474747;
 24+ background: white;
 25+}
 26+body#frontPage {background: #eef6ff;}
 27+
 28+#bodyContent{
 29+ font-size:120%;
 30+}
 31+
 32+a:link {color: #2060c1; text-decoration: underline;}
 33+a:visited {color: #2060c1; text-decoration: underline;}
 34+/*a:visited {color: #75a5e4; text-decoration: underline;}*/ /*Not sure if you want this*/
 35+a:hover {color: #75a5e4; text-decoration: underline;}
 36+img, img a, img a:hover {border: 0;}
 37+
 38+h1, h2, h3, h4, h5, h6 {color: #242424; margin: 5px 0; padding: 0;}
 39+h1 {font-size: 24px;}
 40+h2 {font-size: 18px;}
 41+h3 {font-size: 16px;}
 42+h4 {font-size: 14px;}
 43+h5 {font-size: 13px; text-align: center;}
 44+h5.search_results_header {margin: 8px 0;}
 45+h6 {font-size: 13px; color: #6c6c6c; padding: 10px 20px 0px 20px; text-transform: uppercase;}
 46+
 47+#metaLogin {background: white; text-align: right; padding: 10px 10px 0px 10px;}
 48+#metaLogin a {position: relative; z-index: 3;}
 49+
 50+/*
 51+** the personal toolbar
 52+*/
 53+#p-personal {
 54+ position: absolute;
 55+ left: 0;
 56+ top: 0;
 57+ z-index: 0;
 58+}
 59+#p-personal {
 60+ width: 100%;
 61+ white-space: nowrap;
 62+ padding: 0;
 63+ margin: 0;
 64+ border: none;
 65+ background: none;
 66+ overflow: visible;
 67+ line-height: 1.2em;
 68+}
 69+#p-personal h5 {
 70+ display: none;
 71+}
 72+#p-personal .portlet,
 73+#p-personal .pBody {
 74+ z-index: 0;
 75+ padding: 0;
 76+ margin: 0;
 77+ border: none;
 78+ overflow: visible;
 79+ background: none;
 80+}
 81+/* this is the ul contained in the portlet */
 82+#p-personal ul {
 83+ border: none;
 84+ line-height: 1.4em;
 85+ color: #2f6fab;
 86+ padding: 0 2em 0 3em;
 87+ margin: 0;
 88+ text-align: right;
 89+ list-style: none;
 90+ z-index: 0;
 91+ background: none;
 92+ cursor: default;
 93+}
 94+#p-personal li {
 95+ z-index: 0;
 96+ border: none;
 97+ padding: 0;
 98+ display: inline;
 99+ margin-left: 1em;
 100+ line-height: 1.2em;
 101+ background: none;
 102+}
 103+#p-personal li a {
 104+ padding-bottom: .2em;
 105+ background: none;
 106+}
 107+#p-personal li a:hover {
 108+ background-color: white;
 109+ padding-bottom: .2em;
 110+}
 111+#p-personal li.active a:hover {
 112+ background-color: transparent;
 113+}
 114+/* the icon in front of the user name, single quotes
 115+in bg url to hide it from iemac */
 116+li#pt-userpage,
 117+li#pt-anonuserpage,
 118+li#pt-login {
 119+ background: url(user.gif) top left no-repeat;
 120+ padding-left: 20px;
 121+ text-transform: none;
 122+}
 123+#p-personal ul {
 124+ text-transform: lowercase;
 125+}
 126+#p-personal li.active {
 127+ font-weight: bold;
 128+}
 129+
 130+#content {
 131+ width: 915px;
 132+ margin: 0 auto;
 133+ overflow: hidden;
 134+}
 135+#frontPageTop {
 136+ background: white;
 137+ height: 233px;
 138+ border-bottom: 6px solid #75a5e4;
 139+ position: relative;
 140+ z-index: 1;
 141+}
 142+#frontPageTop #searchSplash {
 143+ width: 915px;
 144+ margin: 0 auto;
 145+}
 146+#frontPageTop #searchSplash p.tagline {
 147+ color: #dd1313;
 148+ text-transform: uppercase;
 149+ font-size: 13px;
 150+ text-align: center;
 151+ margin: 20px 0;
 152+}
 153+a.advanced_search_tag {font-size: 12px; text-decoration: none; margin: 8px; position: absolute;}
 154+
 155+#frontPageContent {
 156+ width: 730px;
 157+ margin: 20px auto;
 158+ overflow: hidden;
 159+}
 160+#frontPageContent ul.popularSearches {
 161+ list-style: none;
 162+ margin: 10px 0 30px 0;
 163+ padding: 0;
 164+ text-align: left;
 165+}
 166+#frontPageContent ul.popularSearches li {
 167+ display: inline;
 168+ font-size: 14px;
 169+ margin: 0 10px 0 0;
 170+}
 171+
 172+#frontPageContent ul.popularClips {
 173+ list-style: none;
 174+ margin: 10px 0;
 175+ padding: 0;
 176+}
 177+#frontPageContent ul.popularClips li {
 178+ width: 161px;
 179+ float: left;
 180+ display: inline;
 181+ text-align: center;
 182+ margin: 0 28px 0 0;
 183+}
 184+#frontPageContent ul.popularClips li img {display: block;}
 185+
 186+#frontPageContent ul.popularClips li span.title {display: block; font-weight: bold; margin: 3px 0;}
 187+#frontPageContent ul.popularClips li span.description {display: block; margin: 3px 0;}
 188+#frontPageContent ul.popularClips li span.keywords {display: block; margin: 3px 0;}
 189+
 190+#frontPageContent ul.popularSearches li.last_li, #frontPageContent ul.popularClips li.last_li {margin: 0;}
 191+
 192+
 193+/*Ajax search suggestions*/
 194+#suggestions {
 195+ width: 295px;
 196+ overflow: hidden;
 197+ position: absolute;
 198+ z-index: 2;
 199+ margin: 0 0 0 230px;
 200+}
 201+*:first-child+html #suggestions {margin-top: -20px;}
 202+#suggestionsTop {
 203+ width: 295px;
 204+ height: 34px;
 205+ position: relative;
 206+ z-index: 3;
 207+ background: url(images/search_suggest_top.png) 0 0 no-repeat;
 208+}
 209+#suggestionsInner {
 210+ width: 275px;
 211+ padding: 0px 15px 0 5px;
 212+ position: relative;
 213+ overflow: hidden;
 214+ z-index: 3;
 215+ background: url(images/search_suggest_bg.png) 0 0 repeat-y;
 216+}
 217+#suggestionsBot {
 218+ width: 295px;
 219+ height: 18px;
 220+ position: relative;
 221+ z-index: 3;
 222+ background: url(images/search_suggest_bottom.png) 0 0 no-repeat;
 223+}
 224+
 225+.suggestionsBox div.block {
 226+ border-top: 1px solid #dadada;
 227+}
 228+.suggestionsBox div.wide_block {
 229+ padding: 15px 0;
 230+}
 231+.suggestionsBox div.first_block {
 232+ border: 0;
 233+}
 234+.suggestionsBox div.block p {padding: 10px 20px;margin: 0;}
 235+.suggestionsBox div.block p.short_match, .suggestionsBox div.block p.normal_match {padding: 0; margin: 0;}
 236+.suggestionsBox div.block p a {text-decoration: none;}
 237+.suggestionsBox div.block p.short_match a {
 238+ padding: 0;
 239+ display: block;
 240+ width: 100%;
 241+ border-bottom: 1px solid #dadada;
 242+}
 243+.suggestionsBox div.block p.short_match a span {display: block; padding: 3px 20px;}
 244+.suggestionsBox div.block p.short_match a:hover {background: #0b68c9 url(images/selector.png) 0 0 repeat-x; color: white;}
 245+.suggestionsBox div.block p.short_match a.last_match {border: 0;}
 246+
 247+.suggestionsBox div.block p.normal_match a {
 248+ padding: 0;
 249+ margin; 0;
 250+ display: block;
 251+ width: 100%;
 252+ border: 0;
 253+}
 254+.suggestionsBox div.block p.normal_match a span {display: block; padding: 3px 20px;}
 255+.suggestionsBox div.block p.normal_match a:hover {background: #0b68c9 url(images/selector.png) 0 0 repeat-x; color: white;}
 256+.suggestionsBox div.block p.normal_match a.last_match {border: 0;}
 257+
 258+.suggestionsBox div.block p.people_match, .suggestionsBox div.block p.people2_match {border-bottom: 1px solid #dadada; padding: 3px 0px 3px 20px; overflow: hidden; height: 100%;}
 259+.suggestionsBox div.block p.people_match img, .suggestionsBox div.block p.people2_match img {float: left; display: inline;}
 260+.suggestionsBox div.block p.people_match a, .suggestionsBox div.block p.people2_match a {float: left; display: inline; vertical-align: top; line-height: 54px; padding-left: 15px; width: 196px;}
 261+.suggestionsBox div.block p.people2_match a {width: 173px;}
 262+.suggestionsBox div.block p.people_match a:hover, .suggestionsBox div.block p.people2_match a:hover {background: #0b68c9 url(images/selector.png) 0 0 repeat-x; color: white;}
 263+
 264+.suggestionsBox div.block p.people_match a:hover {background: #0b68c9 url(images/selector.png) 0 0 repeat-x; color: white;}
 265+
 266+.suggestionsBox div.block p.bill_match {border-bottom: 1px solid #dadada;}
 267+
 268+.suggestionsBox div.block p.last_match {border-bottom: 0;}
 269+
 270+.suggestionsBox div.block ul {
 271+ list-style: none;
 272+ margin: 10px 0;
 273+ padding: 0 20px;
 274+}
 275+.suggestionsBox div.block ul a {text-decoration: none;}
 276+.suggestionsBox div.block ul li {margin: 7px 0;}
 277+.suggestionsBox div.block ul li ul {margin: 0;}
 278+.suggestionsBox div.block ul li ul li a {color: #df5c01;}
 279+.suggestionsBox div.block ul li ul li a:hover {color: #ffa02f;}
 280+
 281+.suggestionsBox div.block ul li span.clips {display: block; text-align: right; margin: 6px 0 18px 0;}
 282+
 283+
 284+
 285+/*Search results*/
 286+#searchHeader {
 287+ width: 915px;
 288+ overflow: hidden;
 289+ margin: 15px auto 0 auto;
 290+}
 291+#searchHeader .logo2 p.tagline2 {float: left; display: inline; margin: 0; padding: 25px 0 0 10px; color: #496794; font-size: 14px;}
 292+
 293+#searchSideBar {
 294+ width: 253px;
 295+ float: right;
 296+ display: inline;
 297+ overflow: hidden;
 298+}
 299+#searchSideBarTop, #searchSideBar2Top {
 300+ background: url(images/other_results_top.png) 0 0 no-repeat;
 301+ width: 253px;
 302+ height: 7px;
 303+ font-size: 1px;
 304+}
 305+#searchSideBar2Top {background: url(images/other_results_top2.png) 0 0 no-repeat;}
 306+#searchSideBarInner {
 307+ background: url(images/other_results_bg.png) bottom left no-repeat;
 308+ width: 253px;
 309+}
 310+#searchSideBarInner h6 {color: #242424; text-transform: none; padding: 5px 20px 5px 20px; margin: 0;}
 311+#searchSideBarInner h6.profile {background: #dfebfe; margin: 0px 1px;}
 312+
 313+#resultsArea {
 314+ width: 630px;
 315+ float: left;
 316+ display: inline;
 317+ margin: 0 0 10px 8px;
 318+}
 319+ul#metaResults, ul#metaProfile {
 320+ margin: 0;
 321+ padding: 0;
 322+ list-style: none;
 323+ text-align: left;
 324+ overflow: hidden;
 325+ height: 100%;
 326+}
 327+ul#metaResults li, ul#metaProfile li {
 328+ display: inline;
 329+}
 330+ul#metaResults li a, ul#metaProfile li a {
 331+ text-decoration: none;
 332+}
 333+
 334+ul#metaResults li.results {font-weight: bold; margin-right: 40px;}
 335+ul#metaResults li.relevant {}
 336+ul#metaResults li.recent {}
 337+ul#metaResults li.viewed {margin-right: 70px;}
 338+ul#metaResults li.rss a {background: url(images/ico_rss.png) top right no-repeat; padding: 0 18px 0 0; color: #df5c01;}
 339+ul#metaResults li.subscribe img {vertical-align: bottom; margin-left: 10px;}
 340+
 341+ul#metaProfile li.recent_activity {font-weight: bold; font-size: 15px; float: left; display: inline;}
 342+ul#metaProfile li.rss a {float: right; display: inline; background: url(images/ico_rss.png) top right no-repeat; padding: 0 18px 0 0; color: #df5c01;}
 343+ul#metaProfile li.subscribe img {vertical-align: bottom; float: right; display: inline; margin-left: 10px;}
 344+
 345+
 346+#resultsArea ul#results {
 347+ list-style: none;
 348+ margin: 20px 0;
 349+ padding: 0;
 350+}
 351+#resultsArea ul#results li.result {
 352+ margin: 0 0 26px 0;
 353+ overflow: hidden;
 354+ height: 100%;
 355+}
 356+#resultsArea ul#results li.moreBy {
 357+ padding: 10px 0 0 173px;
 358+}
 359+#resultsArea ul#results li.moreBy a {text-decoration: none; font-weight: bold; font-size: 14px;}
 360+
 361+#resultsArea ul#results li.result img {float: left; display: inline; width: 157px;}
 362+#resultsArea ul#results li.result div.result_description {
 363+ width: 353px;
 364+ float: left;
 365+ display: inline;
 366+ margin: 0 0 0 15px;
 367+}
 368+#resultsArea ul#results li.result div.result_description p {margin: 0; padding: 8px 0;}
 369+#resultsArea ul#results li.result div.result_description h4 {margin: 0; padding: 0;}
 370+#resultsArea ul#results li.result div.result_description a {text-decoration: none;}
 371+#resultsArea ul#results li.result div.result_meta {float: right; display: inline; color: #7a7979;}
 372+#resultsArea ul#results li.result div.result_meta span {display: block; font-size: 12px; padding: 2px 0;}
 373+
 374+#profile {
 375+ margin: 10px 0;
 376+ overflow: hidden;
 377+ height: 100%;
 378+ text-align: center;
 379+}
 380+#profile p img {vertical-align: middle;}
 381+#profile p span {padding-left: 10px; font-size: 16px;}
 382+
 383+p.see_more {padding: 5px 0; margin: 0;}
 384+
 385+span.by {display: block; padding-bottom: 10px;}
 386+span.cats {padding-right: 20px;}
 387+
 388+
 389+/*Video page*/
 390+h1.videoHeader {
 391+ font-size: 18px;
 392+ font-weight: normal;
 393+ color: #616161;
 394+ margin: 12px 0;
 395+ text-align: center;
 396+}
 397+
 398+#videoContent {
 399+ width: 439px;
 400+ float: left;
 401+ display: inline;
 402+}
 403+
 404+#videoContent #videoMeta {
 405+ background: #eee;
 406+ margin: 15px 0;
 407+ padding: 10px;
 408+ overflow: hidden;
 409+ height: 100%;
 410+ color: #353535;
 411+ font-size: 11px;
 412+}
 413+#videoContent #videoMeta p.options {width: 320px; float: left; display: inline; padding: 0; margin: 0;}
 414+#videoContent #videoMeta p.options a {text-decoration: none;}
 415+#videoContent #videoMeta p.options span.link {display: block; margin-bottom: 6px;}
 416+#videoContent #videoMeta p.options span.download {display: block; margin-bottom: 6px;}
 417+#videoContent #videoMeta p.options span.embed {display: block; background: url(images/embed_arrow.png) 0 2px no-repeat; padding: 0 0 0 12px;}
 418+#videoContent #videoMeta p.about_file {float: right; display: inline; padding: 0; margin: 0;}
 419+#videoContent #videoMeta p.about_file span.views {margin-bottom: 6px; display: block;}
 420+#videoContent #videoMeta p.about_file span.duration {margin-bottom: 6px; display: block;}
 421+#videoContent #videoMeta p.about_file span.comments {margin: 0; display: block;}
 422+
 423+
 424+.officialRecord {
 425+ margin: 10px 0;
 426+}
 427+.officialRecord ul {
 428+ margin: 0;
 429+ list-style: none;
 430+ padding: 0;
 431+}
 432+.officialRecord ul li {
 433+ margin: 7px 0;
 434+}
 435+.officialRecord ul li a {text-decoration: none;}
 436+
 437+
 438+#videoSideBar {
 439+ width: 457px;
 440+ float: right;
 441+ display: inline;
 442+}
 443+
 444+#selectionsBox {
 445+ width: 453px;
 446+ height: 517px;
 447+ overflow: auto;
 448+ border: 1px solid #c8c8c8;
 449+ margin: 15px 0;
 450+}
 451+
 452+#selectionsBox ul {
 453+ list-style: none;
 454+ margin: 0;
 455+ padding: 0;
 456+}
 457+#selectionsBox ul li {
 458+ overflow: hidden;
 459+ border-top: 1px solid white;
 460+ clear: both;
 461+}
 462+#selectionsBox ul li a {text-decoration: none;}
 463+#selectionsBox ul li.even {background: white;}
 464+#selectionsBox ul li.odd {background: #e7f0ff;}
 465+#selectionsBox ul li p.images {float: left; display: inline; width: 65px; text-align: center; margin: 10px 10px 10px 0; padding: 0;}
 466+#selectionsBox ul li p.images img {margin-bottom: 5px;}
 467+
 468+#selectionsBox ul li p.text {float: right; display: inline; width: 353px; margin: 8px 10px 10px 0; padding: 0;}
 469+#selectionsBox ul li p.text span.header {display: block;}
 470+
 471+.layers input {vertical-align: middle; margin-left: 20px;}
 472+.layers ul {
 473+ margin: 0;
 474+ padding: 0;
 475+ list-style: none;
 476+}
 477+.layers ul li {
 478+ display: inline;
 479+ padding-right: 15px;
 480+}
 481+.layers ul li a {text-decoration: none;}
 482+
 483+.timeline {
 484+ background: #eee;
 485+ padding: 15px;
 486+ margin: 15px 0;
 487+}
 488+.timeline img {
 489+ vertical-align: middle;
 490+ padding: 0 6px;
 491+}
 492+
 493+.form_row {
 494+ margin: 5px 0;
 495+}
 496+.form_row label {
 497+ width: 6em;
 498+ float: left;
 499+ padding: 2px 5px 0 0;
 500+ display: inline;
 501+ text-align: right;
 502+}
 503+.form_row .button_go {margin-left: 10px;}
 504+
 505+
 506+
 507+/*Carousel*/
 508+#carousel {
 509+ width: 455px;
 510+ background: #454545;
 511+ height: 100px;
 512+}
 513+#carousel #button_left, #carousel #button_right {
 514+ width: 31px;
 515+ height: 100px;
 516+ float: left;
 517+ display: inline;
 518+ background: url(images/carousel_left.png) 0 0 no-repeat;
 519+ cursor: pointer;
 520+}
 521+#carousel #button_right {
 522+ background: url(images/carousel_right.png) 0 0 no-repeat;
 523+}
 524+#carousel #button_right a, #carousel #button_left a {display: block; height: 100px; width: 31px; text-indent: -9999px;}
 525+
 526+#carousel #carouselItemsWrapper {
 527+ margin: 3px 0 0 0;
 528+ width: 393px;
 529+ height: 94px;
 530+ overflow: hidden;
 531+ float: left;
 532+ display: inline;
 533+}
 534+
 535+#carousel ul#carouselItems {
 536+ list-style: none;
 537+ margin: 0;
 538+ padding: 0;
 539+ width: 10000px;
 540+ height: 94px;
 541+}
 542+#carousel ul#carouselItems li {
 543+ width: 147px;
 544+ height: 92px;
 545+ margin: 0 5px 0 0;
 546+ border: 1px solid #7b7b7b;
 547+ background: #515151;
 548+ float: left;
 549+ display: inline;
 550+ text-align: center;
 551+}
 552+#carousel ul#carouselItems li a {
 553+ display: block;
 554+ width: 147px;
 555+ height: 87px;
 556+ text-decoration: none;
 557+ padding-top: 5px;
 558+}
 559+#carousel ul#carouselItems li.hover a:hover, #carousel ul#carouselItems li#selected {background: #939393;}
 560+
 561+#carousel ul#carouselItems li a span {display: block; color: white; font-weight: bold; padding: 0; margin: 0; background: transparent;}
 562+
 563+#miniCarousel {
 564+ width: 429px;
 565+ height: 23px;
 566+ background: transparent;
 567+ margin: 10px auto;
 568+}
 569+#miniCarousel #mini_button_left, #miniCarousel #mini_button_right {
 570+ width: 9px;
 571+ height: 14px;
 572+ margin: 4px 5px 0 0;
 573+ float: left;
 574+ display: inline;
 575+ background: url(images/carousel_top_left.png) 0 0 no-repeat;
 576+ cursor: pointer;
 577+}
 578+#miniCarousel #mini_button_right {
 579+ background: url(images/carousel_top_right.png) 0 0 no-repeat;
 580+ margin: 4px 0 0 5px;
 581+}
 582+
 583+#miniCarousel #miniCarouselItems {
 584+ width: 295px;
 585+ height: 15px;
 586+ padding: 4px;
 587+ background: #d5d5d5;
 588+ float: left;
 589+ display: inline;
 590+}
 591+#miniCarousel #miniCarouselItems2 {
 592+ width: 78px;
 593+ height: 15px;
 594+ padding: 4px;
 595+ margin: 0 0 0 4px;
 596+ background: #d5d5d5;
 597+ float: left;
 598+ display: inline;
 599+}
 600+
 601+#miniCarousel #miniCarouselItems p, #miniCarousel #miniCarouselItems2 p {
 602+ padding: 0;
 603+ margin: 0;
 604+}
 605+
 606+
 607+/*Forms*/
 608+.form_search_row {text-align: center; margin: 20px 0;}
 609+#searchHeader .form_search_row {text-align: center; margin: 8px 0; background: #dfebfe; border-top: 1px solid #a3c1ee; padding: 20px 0;}
 610+input.searchField {
 611+ width: 223px;
 612+ height: 21px;
 613+ padding: 6px 6px 2px 6px;
 614+ border: 1px solid #474747;
 615+ background: white;
 616+ margin-right: 16px;
 617+ font-size: 13px;
 618+ color: #474747;
 619+ font-family: Helvetica, Arial, sans-serif;
 620+}
 621+
 622+
 623+/*Buttons*/
 624+button {
 625+ border: 0;
 626+ cursor: pointer;
 627+ font-family: Helvetica, Arial, sans-serif;
 628+ padding: 0 20px 0 0;
 629+ text-align: center;
 630+}
 631+button span {
 632+ position: relative;
 633+ display: block;
 634+ white-space: nowrap;
 635+ padding: 0 0 0 20px;
 636+}
 637+button.grey_button {
 638+ background: url(images/button_grey_right.png) right no-repeat;
 639+ font-size: 13px;
 640+}
 641+button.grey_button span {
 642+ height: 27px;
 643+ line-height: 27px;
 644+ background: url(images/button_grey_left.png) left no-repeat;
 645+ color: #474747;
 646+}
 647+*:first-child+html button {width: auto; overflow: visible;}
 648+*:first-child+html button span {margin-top: 1px;}
 649+
 650+
 651+/*Footer*/
 652+.printfooter{
 653+ display:none;
 654+}
 655+
 656+#footer, #footer2 {
 657+ width: 885px;
 658+ background: white;
 659+ padding: 15px;
 660+ overflow: hidden;
 661+ height: 100%;
 662+ margin: 15px auto 0 auto;
 663+}
 664+#footer2 {background: #e9f2ff;}
 665+#footer ul.footerLinks, #footer2 ul.footerLinks {
 666+ float: left;
 667+ display: inline;
 668+ width: 180px;
 669+ list-style: none;
 670+ margin: 0;
 671+}
 672+*:first-child+html #footer ul.footerLinks, *:first-child+html #footer2 ul.footerLinks {width: 220px;}
 673+#footer ul.footerLinks li, #footer2 ul.footerLinks li {margin: 10px 0;}
 674+#footer ul.footerLinks li a, #footer2 ul.footerLinks li a {text-decoration: none;}
 675+
 676+p#copyInfo {text-align: center; padding: 15px 0; margin: 0;}
 677+p#copyInfo a {color: #474747;}
 678+p#copyInfo a:hover {color: #999;}
 679+
 680+
 681+/*Images*/
 682+.logo {text-align: center; padding-top: 42px;}
 683+.logo2 {padding-top: 0px; overflow: hidden; height: 100%;}
 684+.logo2 img {float: left; display: inline;}
\ No newline at end of file
Index: branches/MetavidWiki-exp/skins/mvpcf.deps.php
@@ -0,0 +1,9 @@
 2+<?php
 3+// This file exists to ensure that base classes are preloaded before
 4+// MonoBook.php is compiled, working around a bug in the APC opcode
 5+// cache on PHP 5, where cached code can break if the include order
 6+// changed on a subsequent page view.
 7+// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
 8+
 9+require_once('includes/SkinTemplate.php');
 10+?>
\ No newline at end of file

Status & tagging log