source: trunk/template/yoga/popuphelp.css @ 859

Last change on this file since 859 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 590 bytes
Line 
1BODY#thePopuphelpPage #copyright {
2  display: none;
3}
4
5BODY#thePopuphelpPage #theHeader P {
6  display: none;
7}
8
9BODY#thePopuphelpPage #content P {
10  text-align: justify;
11  padding: 0.5em;
12}
13
14BODY#thePopuphelpPage #content OL LI,
15BODY#thePopuphelpPage #content UL LI
16{
17  margin-bottom: 0.5em;
18}
19
20BODY#thePopuphelpPage #content SPAN.pwgScreen {
21  border-bottom: 1px dotted black;
22}
23
24BODY#thePopuphelpPage #content SPAN.filename:before {
25  content: "[";
26}
27
28BODY#thePopuphelpPage #content SPAN.filename:after {
29  content: "]";
30}
31
32BODY#thePopuphelpPage P#pageBottomActions A {
33  border: none;
34}
Note: See TracBrowser for help on using the repository browser.