comparison search/search.css @ 0:b12c99b7c3f0

commit for previous development
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 19 Jan 2015 17:13:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b12c99b7c3f0
1 body{
2 font-size:20px;
3 }
4 table{
5 border-collapse:collapse;
6 }
7 table,td{
8 border: 1px solid black;
9 }
10 td{
11 vertical-align:top;
12 padding:3px;
13 }
14 td.sequence{
15 width:35px
16 }
17 td.bookId{
18 width:65px;
19 }
20 td.bookName{
21 width:140px;
22 }
23 td.level1{
24 width:60px;
25 }
26 td.level2{
27 width:60px;
28 }
29 td.period{
30 width:50px;
31 }
32 td.sectionName{
33 width:220px;
34 }
35 td.page{
36 width:35px;
37 }
38 td.content{
39 width:150px;
40 }
41 td div.section{
42 }
43 td div.section a{
44 display:inline-block;
45 width:125px;
46 margin-right:2px;
47
48 }
49 td div.visibilityControl{
50 cursor:pointer;
51 background:#000;
52 color:#fff;
53 width:20px;
54 height:20px;
55 text-align:center;
56 vertical-align:middle;
57 line-height:20px;
58 margin-top:5px;
59 display:inline-block;
60 }
61 span.keyword{
62 background:#f55;
63 }
64 keyword{
65 background:#f88;
66 }
67 irrelevant{
68 color:#ddd;
69 }