remove old readme
[atutor.git] / mods / _core / imscp / include / ims.css
1 /************************************************************************/
2 /* ATutor                                                                                                                               */
3 /************************************************************************/
4 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/
5 /* Adaptive Technology Resource Centre / University of Toronto                  */
6 /* http://atutor.ca                                                                                                             */
7 /*                                                                                                                                              */
8 /* This program is free software. You can redistribute it and/or                */
9 /* modify it under the terms of the GNU General Public License                  */
10 /* as published by the Free Software Foundation.                                                */
11 /************************************************************************/
12 /* $Id: ims.css 7208 2008-01-09 16:07:24Z greg $                        */
13
14 /* header */
15 body.headerbody { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #EFEFEF;}
16 h3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #384F89; }
17
18 /* table of contents */
19 ul { 
20         font-family: Verdana, Arial, Helvetica, sans-serif; 
21         color: gray;
22         font-size: small;
23 }
24 ul a { color:#384F89; }
25 ul a:hover { text-decoration:none; }
26 ul a:visited { color:black; }
27
28 li {
29         margin-left: -10px;
30 }
31
32 /* body */
33 body.contentbody { font-family: Verdana, Arial, Helvetica, sans-serif;}
34
35 /* footer */
36 body.footerbody { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #384F89; margin-top: 0px;}
37 body.footerbody a { font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
38 body.footerbody a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; }
39 .footer { font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
40