Moved authentication, style and calendar files into include directory.
[Assignment-Trapper.git] / style.css
blobc57afc0bf4f8bb503eb1059d08a36b59b74c3c8e
1 body { font-family:Tahoma, sans; }
2 pre { margin: 0px; }
4 table { border-collapse: collapse; border: 1px #000000 solid; border-spacing: 0px; }
5 td { padding: 5px; }
6 thead { background-image: url(gfx/bg_green.png); background-repeat: repeat-x; }
8 .header { position: absolute; top: 5px; right: 20px; }
9 .highlight{background:#fff;}
10 .line_numbers{background-color:#ececec;color:#aaa;padding:1em .5em;border-right:1px solid #ddd;text-align:right;}
12 .file {border:1px solid #ddd; }
13 .file_head { padding-left: 15px; padding-top: 3px; border-bottom: 1px solid #ddd; background-image: url(gfx/bg_green.png); background-repeat: repeat-x; }
15 .comment {border:1px solid #ddd; width: 95%; margin-left: 10px; margin-right: 10px;}
16 .com_body { padding-left: 15px; }
17 .com_date { position: relative; left: 200px; top: -8px; color: #888;}
18 .com_name { position: relative; left: 15px; top: -8px; }
19 .com_head { padding-left: 15px; padding-top: 3px; border-bottom: 1px solid #ddd; background-image: url(gfx/bg_blue.png); background-repeat: repeat-x; }
21 .fname { position: relative; left: 15px; top: -8px; }
22 .fsize { position: relative; left: 40px; top: -8px; color: #888; }
23 .fdate { position: relative; left: 100px; top: -8px; color: #888; }
24 .fedit{ position: relative; left: 240px; top: -8px; }
25 .fraw{ position: relative; left: 340px; top: -8px; }
27 .class_block { border:1px solid #000; width: 85%; margin: 20px; padding: 20px; background-color: #eee; }
29 .cmnt_count { padding: 20px; }