diff src/main/webapp/resources/css/style.css @ 39:37840afb7b80

new: full text search
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 04 Dec 2015 14:28:44 +0100
parents 89a5ca7d44f7
children ba9515f22897
line wrap: on
line diff
--- a/src/main/webapp/resources/css/style.css	Fri Nov 20 15:37:04 2015 +0100
+++ b/src/main/webapp/resources/css/style.css	Fri Dec 04 14:28:44 2015 +0100
@@ -266,4 +266,28 @@
 {
     width:2px;
     padding:0 0;
+}
+
+#loading{
+	position:fixed;
+	z-index:2000;
+	background:rgba(0,0,0,0.5);
+	color:#fff;
+	width:100vw;
+	height:100vh;
+	padding:300px 0;
+	text-align:center;
+	vertical-align:middle;
+	font-size:20px;
+	line-height:20px;
+}
+
+.highlight
+{
+	background-color:yellow;
+}
+.removedContent {
+	opacity:0.3;
+	color: transparent;
+	text-shadow: 0 0 3px rgba(0,0,0,0.8);
 }
\ No newline at end of file