Diferencia entre revisiones de «Usuario:Xstela/Infobox common»
(Página creada con «<div class="infobox"> <div class="mcwiki-header" style="font-weight: bold; text-align: center; font-size: 120%">{{{titulo|{{BASEPAGENAME}}}}}</div> {{#if:{{{imagenarea|}}...») |
|||
Línea 1: | Línea 1: | ||
+ | <style> | ||
+ | .infobox | ||
+ | { | ||
+ | clear:right; | ||
+ | margin:3px 0px 3px 3px; | ||
+ | width:300px; | ||
+ | font-size:90%; | ||
+ | background:#FFFFFF; | ||
+ | float:right; | ||
+ | border:1px solid #CCCCCC; | ||
+ | padding:2px | ||
+ | } | ||
+ | .infobox-title | ||
+ | { | ||
+ | font-weight:bold; | ||
+ | text-align:center; | ||
+ | font-size:120% | ||
+ | } | ||
+ | .infobox-imagearea | ||
+ | { | ||
+ | text-align:center; | ||
+ | padding:4px | ||
+ | } | ||
+ | .infobox table | ||
+ | { | ||
+ | width:100% | ||
+ | } | ||
+ | .infobox p | ||
+ | { | ||
+ | margin:0 | ||
+ | } | ||
+ | .infobox audio | ||
+ | { | ||
+ | width:184px | ||
+ | } | ||
+ | .infobox dl:last-child | ||
+ | { | ||
+ | margin-bottom:0.2em | ||
+ | } | ||
+ | .infobox-footer | ||
+ | { | ||
+ | text-align:center | ||
+ | } | ||
+ | .infobox dl + dl | ||
+ | { | ||
+ | margin-top:-0.4em | ||
+ | } | ||
+ | .infobox.atfmrec | ||
+ | { | ||
+ | border:none !important | ||
+ | } | ||
+ | .infobox-row | ||
+ | { | ||
+ | white-space:nowrap; | ||
+ | font-weight:bold | ||
+ | } | ||
+ | </style> | ||
+ | |||
<div class="infobox"> | <div class="infobox"> | ||
<div class="mcwiki-header" style="font-weight: bold; text-align: center; font-size: 120%">{{{titulo|{{BASEPAGENAME}}}}}</div> | <div class="mcwiki-header" style="font-weight: bold; text-align: center; font-size: 120%">{{{titulo|{{BASEPAGENAME}}}}}</div> |
Revisión del 17:32 11 abr 2014
<style> .infobox { clear:right; margin:3px 0px 3px 3px; width:300px; font-size:90%; background:#FFFFFF; float:right; border:1px solid #CCCCCC; padding:2px } .infobox-title { font-weight:bold; text-align:center; font-size:120% } .infobox-imagearea { text-align:center; padding:4px } .infobox table { width:100% } .infobox p { margin:0 } .infobox audio { width:184px } .infobox dl:last-child { margin-bottom:0.2em } .infobox-footer { text-align:center } .infobox dl + dl { margin-top:-0.4em } .infobox.atfmrec { border:none !important } .infobox-row { white-space:nowrap; font-weight:bold } </style>
Xstela