remove old readme
[atutor.git] / docs / mods / _standard / farchive / styles.css
1 /* main body attributes */
2 body {
3         font-family: Helevetica, Arial, sans-serif;
4         margin-top: 0px;
5         margin-left: 0px;
6         margin-right: 0px;
7         /* max-width: 760px; */
8         margin-bottom: 0px;
9         font-size: small;
10         background-color: white;
11         /*border-right: 1px solid #788CB3;*/
12 }
13
14 a.midtext {
15         font-family: Helevetica, Arial, sans-serif;
16         margin-top: 0px;
17         margin-left: 0px;
18         margin-right: 0px;
19         /* max-width: 760px; */
20         margin-bottom: 0px;
21         font-size: medium;
22         background-color: white;
23 }
24
25 html,body {
26         height: 100%;
27 }
28
29 /* heading attributes */
30 h1 {
31         font-family: trebuchet ms, Arial, sans-serif;
32         margin-bottom: 10px;
33         margin-top: 10px;
34         margin-left: 5px;
35         margin-right: 0px;
36         font-size: large;
37         color: #384F89; /* #152065; #D15600; */
38 }
39
40 h2, h3, h4, h5, h6 {
41         font-family: trebuchet ms, Arial, sans-serif;
42         margin-bottom: 0px;
43         margin-top: 0px;
44         margin-left: 5px;
45         margin-right: 0px;
46         font-size: medium;
47         color: #384F89; /* #152065; #D15600; */
48 }
49
50 /* paragraph attributes */
51 p {
52         font-family: Helevetica, Arial, sans-serif;
53         margin-bottom: 10px;
54         margin-top: 0px;
55         margin-left: 5px;
56         margin-right: 0px;
57
58
59
60 /** forum stuff **/
61 ul.forum-thread { margin-bottom: 50px; }
62 ul.forum-thread { margin-bottom: 50px; }
63 ul.forum-thread li { clear:left; border:2px solid #ccc; border-bottom: 2px solid #ccc; float:left; width: 95%; list-style: none;} /* #eee, #f0f0f0*/
64 ul.forum-thread li.even { background: #eeeeee; } /* #fdfdfd border-top: none; */
65 ul.forum-thread li.odd { background: #f5f5f5; } /* #fff */
66 div.forum-post-author { float:left; width:150px; padding:8px 10px; }
67 div.forum-post-author label.title {     font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; color: #384F89; }        
68 div.forum-post-author img.profile-picture { border: 2px solid #f0f0f0; }
69 div.forum-post-content { margin-left: 150px; padding: 5px 0px 12px 8px; }
70 div.forum-post-content h3 { font-weight: 500; }
71 div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1; }
72 div.forum-post-ctrl a { text-decoration: none; }
73 div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
74 div.forum-post-content div.postheader { border-bottom: 1px solid #ccc; font-weight: 500; } /* #f0f0f0*/
75 div.forum-post-content div.date { float: right; color: #aaa; } /* #a1a1a1*/
76 div.forum-post-content div.body p { margin-bottom:0px; }
77
78 div.threadlist { margin-left: 50px; margin-top: 10px; margin-right: 100px; padding: 30px 30px 30px 30px; 
79         border:2px solid #ccc; background: #f5f5f5; font-size: medium; }
80
81
82
83
84
85
86 /** inbox stuff - reuses some of the forum layout **/
87 #inbox-msg li { clear:left; border:1px solid #eee; border-bottom: 1px solid #f0f0f0; width: 98%; list-style: none; }
88