ecdemo/commit

moved demo-specific amalgame.css style to ecdemo.css

authorJacco van Ossenbruggen
Fri Jul 18 12:36:54 2014 +0200
committerJacco van Ossenbruggen
Fri Jul 18 12:36:54 2014 +0200
commit9ebf01a77db21be47e2e64cb6141009f63c46e7e
tree9e4fc97389af24c599e69a6976939afe889b1b6b
parent8faa86db58faab623462aa1f7d37e5d705ce200a
Diff style: patch stat
diff --git a/config-available/econnect.pl b/config-available/econnect.pl
index 6ecf909..5b5ee02 100644
--- a/config-available/econnect.pl
+++ b/config-available/econnect.pl
@@ -19,7 +19,8 @@
 
 :- html_resource(cliopatria,
                  [ virtual(true),
-                   requires([ css('econnect.css')
+                   requires([ css('econnect.css'),
+		   	      css('ecdemo.css')
                             ])
 		 ]).
 
diff --git a/web/css/ecdemo.css b/web/css/ecdemo.css
new file mode 100644
index 0000000..3409ce4
--- /dev/null
+++ b/web/css/ecdemo.css
@@ -0,0 +1,140 @@
+body {
+    	margin: .5%;
+	font-family: Arial;
+}
+
+div.menu { 
+	position: fixed; 
+	margin-right: 21em;
+}
+#search_form { 
+	position: fixed; 
+	right: 0.5em; 
+	width: 20.5em;
+}
+.content h1 {
+	font-size: 1.2em;
+}
+
+div.component h1 { font-size: 1.1em }
+
+div.ag_search {
+	background-repeat: no-repeat;
+	background-position: left top;
+	margin: 5% 0% 0% 5%;
+	min-height: 425px;
+}
+
+.ag_search #search_form {
+	/* override fixed/float right from the other pages: */
+	position: relative;
+	right: auto;
+	float: none;
+
+	/* new position: */
+	padding: 5% 0% 5% 35%;
+}
+
+.zag_search .content { padding: 0% 0% 15% 24%; }
+.ag_search  .content table  { margin: 0% 0% 5% 35%; }
+.ag_search  .content p.error  { margin: 0% 0% 5% 35%; }
+.ag_search  .logo { display: none }
+
+.ag_search .ag_voc_actions { display: none }
+.ag_search table .example { display: none }
+.ag_search table .preflabels { display: none }
+.ag_search table .altlabels { display: none }
+.ag_search table .notmapped { display: none }
+.ag_search table .mapped, { display: none }
+.ag_search table .pmapped { display: none }
+.ag_search table .nr { display: none }
+.ag_search table .DerivedConceptScheme { display: none }
+.ag_search table .subscheme { display: none }
+
+.ag_search .backoffice {
+	font-size: smaller;
+	margin-top: -1em;
+}
+a {
+	text-decoration: none;
+}
+#nav li a {
+	cursor: pointer;
+	text-decoration: none;
+	font-family: Arial;
+	font-weight: bold;
+
+}
+
+table a {
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+table {
+	margin: 1%;
+	border-style: solid;
+	border-width: thin;
+	border-color: #BBBBBB;
+	border-collapse: collapse;
+	background-color: white;
+}
+
+tr.finalrow {
+	border-top: solid thin #BBBBBB;
+	font-style: italic;
+}
+
+address.footer {
+	letter-spacing: 1px;
+	font-size: 0.8em;
+	text-align: right;
+}
+
+
+th, table.rdf_browse th {
+ 	font-family: Arial, sans-serif;
+ 	font-style: italic;
+ 	font-weight: normal;
+}
+
+.DerivedConceptScheme, .DerivedAlignment, .subscheme {
+	font-style: italic;
+	font-size: smaller;
+}
+
+#alignoperations form input.submit {
+	width: 8em;
+}
+
+#alignoperations form input.target {
+}
+
+#ag_graph_info { clear: both; float: right; max-width: 35%; }
+#ag_graph_as_resource.component {
+	float: right;
+	clear: both;
+	font-size: smaller;
+	max-width: 65%;
+}
+
+/* Created a fixed, small, abbreviated alignlist as a legend for overlap list: */
+div.overlaplist { max-width: 73%; }
+div.alignlist table { width: 100%; }
+div.alignlist { position: fixed; top: 4em; right: 0.5em; width: 25%; font-size: 0.7em; background-color: white}
+div.alignlist td.graph div { text-align:right; overflow: hidden; height: 1.4em; }
+div.alignlist td.graph div a { float: right; width:300%; text-align: right}
+div.alignlist .cachenote { display: none }
+div.alignlist td.format { display: none }
+div.alignlist th.format { display: none }
+div.alignlist td.src { display: none }
+div.alignlist th.src { display: none }
+div.alignlist td.target { display: none }
+div.alignlist th.target { display: none }
+div.alignlist td.src_mapped { display: none }
+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 }