Mercurial > hg > dml-open-cliopatria
comparison cpack/dml/web/css/isearch_extra.css @ 0:718306e29690 tip
commiting public release
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 21:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:718306e29690 |
---|---|
1 ody { | |
2 font-family: "Source Sans Pro",Helvetica,Arial,sans-serif; | |
3 font-weight: 300; | |
4 font-color: black; | |
5 margin-left: 2em; | |
6 margin-right: 2em | |
7 } | |
8 | |
9 a,a:visited { color: #800; text-decoration: none; border-bottom: 1px solid transparent } */ | |
10 /* a:hover { color: #a00; border-bottom-color: currentColor } */ | |
11 | |
12 div#left { margin:0px; width:19%; padding-right:1ex } | |
13 div#right { margin:0px; width:19%; padding-left:1ex } | |
14 div#left { width:19%; padding-right:1ex } | |
15 | |
16 div#results { margin:0px; width:60%; padding:0px } | |
17 div#results .header { padding: 1ex } | |
18 .filter { border-radius:1ex } | |
19 #results li.r { padding: 1ex; margin-bottom:0px } | |
20 #results li.r br { display:none } | |
21 div#search { padding-left:20% } | |
22 #search .btn { | |
23 font-size:1em; | |
24 height: auto; | |
25 margin: 0.2ex; | |
26 vertical-align: baseline | |
27 } | |
28 #search .inp { | |
29 font-size: 1em; | |
30 width: 20em; | |
31 } | |
32 .column .header { padding-bottom:1px } | |
33 .resource-list .selected { font-weight: 600; } | |
34 .paginator a { | |
35 border:1px solid #800000; | |
36 color: #800000; | |
37 } | |
38 /* .paginator .active a { */ | |
39 .result-item .title { font-weight: 600; } | |
40 img.checkbox { vertical-align:text-bottom; padding-top:3px } | |
41 |