amalgame/commit

remove econnect-specific colors and styling from amalgame

authorJacco van Ossenbruggen
Fri Nov 26 17:47:12 2010 +0100
committerJacco van Ossenbruggen
Fri Nov 26 17:47:12 2010 +0100
commitf0d25d0054ba4f88bdacf34e0d5deb5ead3f12c8
treeb8c222f496d4ce235699b6fda0f1213b4ae5eab1
parentc485bcdabd5a17a1fc534cbb711041eea6f57b37
Diff style: patch stat
diff --git a/web/css/amalgame.css b/web/css/amalgame.css
index 68a3e9f..0869c1b 100644
--- a/web/css/amalgame.css
+++ b/web/css/amalgame.css
@@ -1,6 +1,5 @@
 body {
     	margin: .5%;
-	color: #202020;
 	font-family: Arial;
 }
 
@@ -10,10 +9,6 @@ div.menu { position: fixed; }
 	font-size: 1.2em;
 }
 
-.content h1, .content h3, .content h4 {
-	background-color: white; /* Override blue background of ClioPatria ... */
-}
-
 div.component h1 { font-size: 1.1em }
 
 div.ag_search {
@@ -54,11 +49,9 @@ div.ag_search {
 	margin-top: -1em;
 }
 a {
-	color: #E2003B;
 	text-decoration: none;
 }
 #nav li a {
-	color: #E2003B;
 	cursor: pointer;
 	text-decoration: none;
 	font-family: Arial;
@@ -67,11 +60,9 @@ a {
 }
 
 table a {
-	color: #2B477F;
 }
 
 a:hover {
-	color: #2B477F;
 	text-decoration: underline;
 }
 
@@ -90,7 +81,6 @@ tr.finalrow {
 }
 
 address.footer {
-        color: #3B5998;
 	letter-spacing: 1px;
 	font-size: 0.8em;
 	text-align: right;
@@ -101,12 +91,6 @@ th, table.rdf_browse th {
  	font-family: Arial, sans-serif;
  	font-style: italic;
  	font-weight: normal;
-	background-color: #E7E7E7;
-	color: #020202;
-	/*
-	 * background-color: #E2003B;
-       	 * color: white;
-	 */
 }
 
 .DerivedConceptScheme, .DerivedAlignment, .subscheme {
@@ -147,25 +131,3 @@ div.alignlist th.src_mapped { display: none }
 div.alignlist td.target_mapped { display: none }
 div.alignlist th.target_mapped { display: none }
 div.alignlist .ag_align_actions { display: none }
-
-/* Footer */
-
-#econnectlink.logo {
-	float: left;
-	background-color: white;
-	margin-top: -34px;
-	padding-left: 10px;
-}
-#econnectlink.logo img {
-	border-style: none;
-	padding: 0px 0px 0px 10px;
-}
-
-#address {
-	margin-top: 34px;
-}
-address.cliopatria {
-	border-color:#e0e0e0;
-	border-style: solid;
-	border-width:1px 0 0;
-}