Convert tabs to spaces and beautify
This commit is contained in:
		
							
								
								
									
										213
									
								
								css/style.css
									
									
									
									
									
								
							
							
						
						
									
										213
									
								
								css/style.css
									
									
									
									
									
								
							| @@ -1,172 +1,171 @@ | |||||||
| h1 { | h1 { | ||||||
| 	font-size: 32px; |     font-size: 32px; | ||||||
| } | } | ||||||
|  |  | ||||||
| h2 { | h2 { | ||||||
| 	font-size: 24px; |     font-size: 24px; | ||||||
| } | } | ||||||
|  |  | ||||||
| h3 { | h3 { | ||||||
| 	font-size: 18px; |     font-size: 18px; | ||||||
| } | } | ||||||
|  |  | ||||||
| body { | body { | ||||||
| 	margin: 10px; |     margin: 10px; | ||||||
| 	padding: 0; |     padding: 0; | ||||||
| 	background: #fafaff;  |     background: #fafaff; | ||||||
| 	font-family: Arial, Veranda, Helvetica, sans-serif; |     font-family: Arial, Veranda, Helvetica, sans-serif; | ||||||
| 	font-size: 14px;  |     font-size: 14px; | ||||||
| } | } | ||||||
|  |  | ||||||
| img { | img { | ||||||
| 	border: 0; |     border: 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| a { | a { | ||||||
| 	color: #00F;    |     color: #00F; | ||||||
| 	background-color: transparent; |     background-color: transparent; | ||||||
| } | } | ||||||
|  |  | ||||||
| a:link, a:active, a:visited { | a:link, a:active, a:visited { | ||||||
| 	color: #00F; |     color: #00F; | ||||||
| 	background-color: transparent; |     background-color: transparent; | ||||||
| } | } | ||||||
|  |  | ||||||
| a.headermenu:link, a.headermenu:active, a.headermenu:visited { | a.headermenu:link, a.headermenu:active, a.headermenu:visited { | ||||||
| 	text-decoration: underline; |     text-decoration: underline; | ||||||
| 	color: #00F; |     color: #00F; | ||||||
| 	background-color: transparent; |     background-color: transparent; | ||||||
| 	padding-left: 8px; |     padding-left: 8px; | ||||||
| } | } | ||||||
|  |  | ||||||
| form { | form { | ||||||
| 	padding: 0; |     padding: 0; | ||||||
| 	margin: 0;      |     margin: 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| fieldset { | fieldset { | ||||||
| 	border: 2px solid black; |     border: 2px solid black; | ||||||
| 	margin-left: 10px; |     margin-left: 10px; | ||||||
| 	padding: 10px; |     padding: 10px; | ||||||
| 	width: 700px; |     width: 700px; | ||||||
| 	font-size: 10px; |     font-size: 10px; | ||||||
| } | } | ||||||
|  |  | ||||||
| legend { | legend { | ||||||
| 	background-color: rgb(200, 220, 240); |     background-color: rgb(200, 220, 240); | ||||||
| 	border: 2px solid black; |     border: 2px solid black; | ||||||
| 	padding: 0.25em; |     padding: 0.25em; | ||||||
| 	padding-top: 0.1em; |     padding-top: 0.1em; | ||||||
| 	font-size: 12px; |     font-size: 12px; | ||||||
| } | } | ||||||
|  |  | ||||||
| table { | table { | ||||||
| 	font-size: 12px; |     font-size: 12px; | ||||||
| 	margin-right: .1in; |     margin-right: .1in; | ||||||
| } | } | ||||||
|  |  | ||||||
| th { | th { | ||||||
|    font-weight: bold; |     font-weight: bold; | ||||||
|    background-color: #AFC3E4; |     background-color: #AFC3E4; | ||||||
|    padding: 3px; |     padding: 3px; | ||||||
|    color: #323C4D; |     color: #323C4D; | ||||||
|    text-align: center; |     text-align: center; | ||||||
|    vertical-align: middle; |     vertical-align: middle; | ||||||
|    border: 1px solid #606060; |     border: 1px solid #606060; | ||||||
|    white-space: nowrap; |     white-space: nowrap; | ||||||
| } | } | ||||||
|  |  | ||||||
| td { | td { | ||||||
|    background-color: #DEE3EC; |     background-color: #DEE3EC; | ||||||
|    padding: 3px; |     padding: 3px; | ||||||
|    text-align: left; |     text-align: left; | ||||||
|    vertical-align: middle; |     vertical-align: middle; | ||||||
|    border: 1px solid #a0a0a0; |     border: 1px solid #a0a0a0; | ||||||
| } | } | ||||||
|  |  | ||||||
| .menu { | .menu { | ||||||
| 	height: 22px; |     height: 22px; | ||||||
| 	font-size: 13px; |     font-size: 13px; | ||||||
| 	text-align: center; |     text-align: center; | ||||||
| 	vertical-align: bottom; |     vertical-align: bottom; | ||||||
| 	border: 1px solid #808080; |     border: 1px solid #808080; | ||||||
| 	border-left: 2px solid #808080; |     border-left: 2px solid #808080; | ||||||
| 	border-bottom: 2px solid #808080; |     border-bottom: 2px solid #808080; | ||||||
| 	color: #000000; |     color: #000000; | ||||||
| } | } | ||||||
|  |  | ||||||
| .menu-pad { | .menu-pad { | ||||||
| 	height: 22px; |     height: 22px; | ||||||
| 	font-size: 13px; |     font-size: 13px; | ||||||
| 	text-align: center; |     text-align: center; | ||||||
| 	padding-left: 1em; |     padding-left: 1em; | ||||||
| 	padding-right: 1em; |     padding-right: 1em; | ||||||
| 	vertical-align: bottom; |     vertical-align: bottom; | ||||||
| 	border: 1px solid #808080; |     border: 1px solid #808080; | ||||||
| 	border-left: 2px solid #808080; |     border-left: 2px solid #808080; | ||||||
| 	border-bottom: 2px solid #808080; |     border-bottom: 2px solid #808080; | ||||||
| 	color: #000000; |     color: #000000; | ||||||
| } | } | ||||||
| .menu a { |  | ||||||
| 	vertical-align: bottom; |  | ||||||
| 	text-decoration: none; |  | ||||||
| 	font-size: 13px; |  | ||||||
|  |  | ||||||
|  | .menu a { | ||||||
|  |     vertical-align: bottom; | ||||||
|  |     text-decoration: none; | ||||||
|  |     font-size: 13px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .headermenu-ie { | .headermenu-ie { | ||||||
| 	text-align: center; |     text-align: center; | ||||||
| 	margin-right: 0.1in; |     margin-right: 0.1in; | ||||||
|   margin-top: 0.20in; |     margin-top: 0.20in; | ||||||
| } | } | ||||||
|  |  | ||||||
| .headermenu-konq { | .headermenu-konq { | ||||||
| 	text-align: center; |     text-align: center; | ||||||
| 	margin-right: 0.1in; |     margin-right: 0.1in; | ||||||
|   margin-top: 0.25in; |     margin-top: 0.25in; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| .logo-ie { | .logo-ie { | ||||||
|   font-family: 'impact', sans-serif; |     font-family: 'impact', sans-serif; | ||||||
|   font-size: 60pt; |     font-size: 60pt; | ||||||
|   font-weight: bold; |     font-weight: bold; | ||||||
|   color: #99caff; |     color: #99caff; | ||||||
|   margin-top: -0.20in; |     margin-top: -0.20in; | ||||||
|   margin-bottom: 0; |     margin-bottom: 0; | ||||||
|   margin-right: 0.2in; |     margin-right: 0.2in; | ||||||
|   text-align: left; |     text-align: left; | ||||||
| } | } | ||||||
|  |  | ||||||
| .title-ie { | .title-ie { | ||||||
|   font-family: 'impact', sans-serif; |     font-family: 'impact', sans-serif; | ||||||
|   font-size: 22pt; |     font-size: 22pt; | ||||||
|   font-weight: bold; |     font-weight: bold; | ||||||
|   font-style: italic; |     font-style: italic; | ||||||
|   margin-right: 0.4in; |     margin-right: 0.4in; | ||||||
|   margin-top: -0.52in; |     margin-top: -0.52in; | ||||||
|   margin-bottom: 0; |     margin-bottom: 0; | ||||||
|   text-align: left; } |     text-align: left; | ||||||
|  | } | ||||||
|  |  | ||||||
| .logo-konq  { | .logo-konq { | ||||||
|   font-family: 'impact', sans-serif; |     font-family: 'impact', sans-serif; | ||||||
|   font-size: 62pt; |     font-size: 62pt; | ||||||
|   font-weight: bold; |     font-weight: bold; | ||||||
|   color: #99caff; |     color: #99caff; | ||||||
|   margin-top: -0.20in; |     margin-top: -0.20in; | ||||||
|   margin-bottom: 0; |     margin-bottom: 0; | ||||||
|   margin-right: 0.2in; |     margin-right: 0.2in; | ||||||
|   text-align: left; |     text-align: left; | ||||||
| } | } | ||||||
|  |  | ||||||
| .title-konq { | .title-konq { | ||||||
|   font-family: 'impact', 'sans-serif'; |     font-family: 'impact', 'sans-serif'; | ||||||
|   font-size: 24pt; |     font-size: 24pt; | ||||||
|   font-weight: bold; |     font-weight: bold; | ||||||
|   font-style: italic; |     font-style: italic; | ||||||
|   margin-right: 0.4in; |     margin-right: 0.4in; | ||||||
|   margin-top: -0.55in; |     margin-top: -0.55in; | ||||||
|   margin-bottom: 0; |     margin-bottom: 0; | ||||||
|   text-align: left; |     text-align: left; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crisp
					John Crisp