Widget:Code

From Elwiki
Revision as of 01:52, 18 May 2015 by Boxsnake (talk | contribs) (Created page with "<!--{if !isset($wgCode) || !$wgCode}--> <!--{assign var="wgCode" value=true scope="global"}--> <style type="text/css"> .code { width: 80%; min-width: 600px; border...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<style type="text/css"> .code {

   width: 80%;
   min-width: 600px;
   border: 2px dashed #333333;
   background-color: #dddddd;
   color: #008000;
   font-family: 'Courier New', 'DejaVu', monospace;
   white-space: pre-wrap;
   padding: 10px;
   magin: 5px;

}