Mercurial > hg > rc1
comparison plugins/help/skins/larry/help.css @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 | |
2 #helpcontentframe { | |
3 border: 0; | |
4 border-radius: 4px; | |
5 } | |
6 | |
7 #mainscreen .readtext { | |
8 margin: 20px; | |
9 } | |
10 | |
11 #helptoolbar { | |
12 position: absolute; | |
13 top: -6px; | |
14 left: 0; | |
15 height: 40px; | |
16 white-space: nowrap; | |
17 } | |
18 | |
19 #taskbar a.button-help span.button-inner { | |
20 background: url(help.png) 0 0 no-repeat; | |
21 height: 19px; | |
22 } | |
23 | |
24 #taskbar a.button-help:hover span.button-inner, | |
25 #taskbar a.button-help.button-selected span.button-inner { | |
26 background: url(help.png) 0 -24px no-repeat; | |
27 height: 19px; | |
28 } | |
29 | |
30 .toolbar a.button.help { | |
31 background: url(help.png) center -51px no-repeat; | |
32 } | |
33 | |
34 .toolbar a.button.about { | |
35 background: url(help.png) center -89px no-repeat; | |
36 } | |
37 | |
38 .toolbar a.button.license { | |
39 background: url(help.png) center -130px no-repeat; | |
40 } | |
41 | |
42 .iframebox.help_license { | |
43 overflow: auto; | |
44 } |