summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/scroll/reader.css
blob: b309f3d5ae58e96be65998f6a40c79702d84bee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
html,body {
font-size:90%;
border:0;
margin:0;
}

html,body,input {
font-family:arial,sans-serif;
}

body {
color:#000;
}

#chrome-viewer-container {
width:100%;
}

#viewer-header {
background:#9e9;
}

#entries,#viewer-page-container {
overflow:auto;
width:100%;
}

#entries .entry,#entries.list .entry-container {
background:#fff;
}

.entry .entry-main {
margin-right:10px;
margin-left:20px;
overflow:auto;
}

.cards .entry {
padding:5px 0;
}

.entry .card {
-webkit-box-shadow:0 1px 1px #f00;
-moz-box-shadow:0 1px 1px #f00;
border-color:#bbb;
border-style:solid;
border-width:1px;
}

.card-common {
/* this margin is very important */
margin:0 10px;
}

#current-entry .card {
border-width:2px;
}

.entry .entry-body {
max-width:650px;
}