licenses.d/by-sa/legalcode_files/deeds.css
changeset 17 1cc9524bf15a
parent 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/licenses.d/by-sa/legalcode_files/deeds.css	Sun Mar 11 09:46:22 2007 +0000
     1.3 @@ -0,0 +1,54 @@
     1.4 +body {
     1.5 +	margin: 0px;
     1.6 +	padding: 0px;
     1.7 +	font-family: verdana, arial, helvetica, sans-serif;
     1.8 +	color: black;
     1.9 +	background-color: white;
    1.10 +	text-align: center;
    1.11 +	font-size:11px;
    1.12 +	/* part 1 of 2 centering hack */
    1.13 +	}
    1.14 +
    1.15 +#deed {
    1.16 +	width: 620px; 
    1.17 +	padding: 15px;
    1.18 +	margin-top: 20px;
    1.19 +	margin-bottom: 20px;
    1.20 +	margin-right: auto;
    1.21 +	margin-left: auto; 	
    1.22 +	/* opera does not like 'margin:20px auto' */
    1.23 +	background: #ffc;
    1.24 +	border: 3px groove #333;
    1.25 +	text-align:left; 
    1.26 +	/* part 2 of 2 centering hack */
    1.27 +	width: 620px; /* ie5win fudge begins */
    1.28 +	voice-family: "\"}\"";
    1.29 +	voice-family:inherit;
    1.30 +	width: 584px;
    1.31 +	}
    1.32 +	
    1.33 +html>body #content {
    1.34 +	width: 584px; /* ie5win fudge ends */
    1.35 +	}
    1.36 +	
    1.37 +.fineprint {
    1.38 +	border:1px solid black; 
    1.39 +	padding:8px; 
    1.40 +	background:#ffffff;
    1.41 +	text-align:justify;
    1.42 +}
    1.43 +
    1.44 +.text, li {
    1.45 +	font-family:verdana, sans-serif;
    1.46 +	font-size:11px;
    1.47 +	margin-left:20px;
    1.48 +	margin-right:20px;
    1.49 +	line-height:140%;
    1.50 +	text-align:left;
    1.51 +}
    1.52 +
    1.53 +.tiny {
    1.54 +	font-family:verdana, sans-serif;
    1.55 +	font-size:11px;
    1.56 +	margin-bottom:10px;
    1.57 +}
    1.58 \ No newline at end of file