Hi Benton, If you don't know CSS my best suggestion is to just copy the entire contents of Mediawiki:Common.css from the wiki who's style you want to copy. Also check the Mediawiki:Common.js from the same wiki to make sure it's not javascript formatting something. A quick rule of thumb is anything dynamic is added via javascript (not actually true since CSS can do dynamic things, but on most standard wikis the CSS is mostly vanilla).
All the best to you Sent from my iPad > On Feb 25, 2015, at 8:08 AM, Brenton Horne <[email protected]> wrote: > > Hi, > > I added this: > | > | > > |/* Styling the parameter fields in [[Template:Information]] and > related templates||| > ||| also here (besides on [[MediaWiki:Filepage.css]]) to ensure > proper preview||| > ||| on other pages than those in the file namespace */||| > |||.fileinfo-paramfield {||| > ||| background: #ccf;||| > ||| /* @noflip */||| > ||| text-align: right;||| > ||| padding-right: 0.4em;||| > ||| width: 15%;||| > ||| font-weight: bold;||| > |||}| > > To my local Wiki's Common:CSS but this is how it is rendered (I am just on > the template page, so there's no input entered): > http://i.imgur.com/suuxTtk.png. This is how Wikimedia Commons > Template:Information is rendered for me in the same skin (vector) > http://i.imgur.com/Q4vnpXp.png. Now I'd like to know what CSS styles I need > to get it looking the same on my Wiki. > > Thanks for your time, > Brenton > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
