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 3 html { 4 font-size:100.1% 5 } 6 7 body { 8 font:.9em/1.2em Arial, Helvetica, sans-serif 9 } 10 11 h1 { 12 background:#DCDCDC; 13 border-bottom:1px solid #CCC; 14 font-size:2em; 15 padding:0 5px 16 } 17 18 #buttons { 19 background:#DCDCDC; 20 padding:5px 21 } 22 23 h2 { 24 font-size:1.5em 25 } 26 27 .section { 28 border-bottom:1px solid #CCC; 29 padding:5px 30 } 31 32 .section > div { 33 max-width:350px; 34 text-align:right 35 } 36 37 td { 38 padding-left:5px 39 } 40 41 input.c1 { 42 width:200px 43 } 44 45 strong { 46 font-weight: bold 47 } -
/dev/null
old new 1 /***** Global Settings *****/ 2 3 html,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 { 4 border:0; 5 font-family:inherit; 6 font-size:100%; 7 font-style:inherit; 8 font-weight:inherit; 9 margin:0; 10 outline:0; 11 padding:0; 12 text-decoration:none; 13 vertical-align:baseline 14 } 15 16 html { 17 font-size:100.1% 18 } 19 20 body { 21 font:0.88em/1.4 Arial, Helvetica, sans-serif; 22 } 23 24 #wrapper { 25 margin:0 auto; 26 max-width:600px 27 } 28 29 /***** Headings *****/ 30 31 h1,h2,h3,h4,h5 { 32 font-wieght:normal 33 } 34 35 h1 { 36 border-bottom:1px solid #696969; 37 font-size:2em; 38 padding:10px 0 39 } 40 41 h2 { 42 font-weight:bold 43 } 44 45 h1, h2, p, li, .entry { 46 margin-bottom:10px 47 } 48 49 .entry { 50 border:1px solid #999; 51 padding:3px; 52 width:200 53 } 54 55 li { 56 border-bottom:1px solid #CCC 57 } 58 59 .error, .error_found { 60 color:red 61 } 62 63 .error_found { 64 font-size:1.5em 65 } 66 67 .button { 68 font-size:1.2em 69 }