source: main/trunk/greenstone2/web/style/preview-document.css@ 31946

Last change on this file since 31946 was 19113, checked in by kjdon, 15 years ago

javascript directory renamed to script, styles renamed to style

  • Property svn:keywords set to Author Date Id Revision
File size: 878 bytes
Line 
1/* print document stylesheet for greenstone. */
2
3/* black text on white */
4body {
5 background: #ffffff;
6 color: #000000;
7}
8
9
10a { border: 0; }
11
12img.link { border: 0; }
13
14/* this contains everything - all the other divs */
15#page {
16 margin: 0 2em 0 2em;
17}
18
19/* the collection image and home/help/prefs links at the top */
20div#banner, div.navbar, div.searchresults,div.heading_image,div.buttons,div.navarrowsbottom{
21 display:none;
22}
23
24ul.printmessage{
25 margin: 1em 0 1em 0;
26 padding:0;
27 color: blue;
28 font-family: sans-serif, arial, helvetica;
29 font-size: 14px;
30 font-weight: bold;
31 list-style-type:none;
32 text-decoration:underline;
33 width: 30%;
34}
35
36ul.printmessage li{
37 margin: .3em 0 .3em 0;
38 padding:0;
39 cursor:pointer;
40}
41
42
43table.v_list img.icon {
44 border: none;
45 padding:0;
46 margin:0;
47}
48
49table.v_list {
50 font-size: 16px;
51 font-family:arial, helvetica;
52}
53
54
55
Note: See TracBrowser for help on using the repository browser.