comparison search.css @ 7:23dcd1b5e9c4 default tip

add keywords highlighting on searching result
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 16 Nov 2015 16:58:39 +0100
parents 1cf7bb8db5dd
children
comparison
equal deleted inserted replaced
6:4b9ae7d500f9 7:23dcd1b5e9c4
69 } 69 }
70 #popup { 70 #popup {
71 position:fixed; 71 position:fixed;
72 z-index:2000; 72 z-index:2000;
73 background:rgba(0,0,0,0.5); 73 background:rgba(0,0,0,0.5);
74 top:0;
75 left:0;
74 color:#fff; 76 color:#fff;
75 width:100vw; 77 width:100vw;
76 height:100vh; 78 height:100vh;
77 padding:80px 0; 79 padding:80px 0;
78 text-align:center; 80 text-align:center;
79 vertical-align:middle; 81 vertical-align:middle;
80 font-size:20px; 82 font-size:20px;
81 line-height:20px; 83 line-height:20px;
82 } 84 }
85
86 .highlight
87 {
88 background-color:yellow;
89 }