Ticket #3950: extcode_3950.patch

File extcode_3950.patch, 2.2 kB (added by mhansen, 1 month ago)
  • /dev/null

    old new  
     1@import url('/css/reset.css'); 
     2 
     3html { 
     4font-size:100.1% 
     5} 
     6 
     7body { 
     8font:.9em/1.2em Arial, Helvetica, sans-serif 
     9} 
     10 
     11h1 { 
     12background:#DCDCDC; 
     13border-bottom:1px solid #CCC; 
     14font-size:2em; 
     15padding:0 5px 
     16} 
     17 
     18#buttons { 
     19background:#DCDCDC; 
     20padding:5px 
     21} 
     22 
     23h2 { 
     24font-size:1.5em 
     25} 
     26 
     27.section { 
     28border-bottom:1px solid #CCC; 
     29padding:5px 
     30} 
     31 
     32.section > div { 
     33max-width:350px; 
     34text-align:right 
     35} 
     36 
     37td { 
     38padding-left:5px 
     39} 
     40 
     41input.c1 { 
     42width:200px 
     43} 
     44 
     45strong { 
     46font-weight: bold 
     47} 
  • /dev/null

    old new  
     1/***** Global Settings *****/ 
     2 
     3html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td { 
     4border:0; 
     5font-family:inherit; 
     6font-size:100%; 
     7font-style:inherit; 
     8font-weight:inherit; 
     9margin:0; 
     10outline:0; 
     11padding:0; 
     12text-decoration:none; 
     13vertical-align:baseline 
     14} 
     15 
     16html { 
     17font-size:100.1% 
     18} 
     19 
     20body { 
     21font:0.88em/1.4 Arial, Helvetica, sans-serif; 
     22} 
     23 
     24#wrapper { 
     25margin:0 auto; 
     26max-width:600px 
     27} 
     28 
     29/***** Headings *****/ 
     30 
     31h1,h2,h3,h4,h5 { 
     32font-wieght:normal 
     33} 
     34 
     35h1 { 
     36border-bottom:1px solid #696969; 
     37font-size:2em; 
     38padding:10px 0 
     39} 
     40 
     41h2 { 
     42font-weight:bold 
     43} 
     44 
     45h1, h2, p, li, .entry { 
     46margin-bottom:10px 
     47} 
     48 
     49.entry { 
     50border:1px solid #999; 
     51padding:3px; 
     52width:200 
     53} 
     54 
     55li { 
     56border-bottom:1px solid #CCC 
     57} 
     58 
     59.error, .error_found { 
     60color:red 
     61} 
     62 
     63.error_found { 
     64font-size:1.5em  
     65} 
     66 
     67.button { 
     68font-size:1.2em 
     69}