modifying css and image links to support our altered folder structure
[oweals/karmaworld.git] / karmaworld / assets / css / note_course_pages.css
1 /* NOTE PAGE */
2
3 #note_content, #course_content, #school_content
4 {
5   padding-top: 46px;
6 }
7
8 #note_back_to_course, #course_subhead, #school_subhead
9 {
10   font-family: "MuseoSans-900";
11   font-size: 10px;
12   text-align: center;
13   text-transform: uppercase;
14   padding-top: 20px;
15   padding-bottom: 1px;
16 }
17
18 #note_back_to_course img
19 {
20   margin-bottom: -1px;
21   margin-right: 3px;
22 }
23
24 #note_name, #course_name, #school_name
25 {
26   text-align: center;
27   font-family: "MuseoSlab-500";
28   font-size: 24px;
29 }
30
31 #note_status
32 {
33   text-align: center;
34   padding-top: 10px;
35   padding-bottom: 10px;
36 }
37
38 #note_author
39 {
40   font-family: "MuseoSans-900";
41   font-size: 10px;
42   text-align: center;
43   text-transform: uppercase;
44 }
45
46 #note_author a, #note_author a:hover
47 {
48   text-decoration: underline;
49   color: #555555;
50   font-family: "MuseoSlab-900";
51   font-size: 11px;
52 }
53
54 #note_actions
55 {
56   padding-top: 22px;
57   padding-bottom: 17px;
58 }
59
60 #note_actions .column
61 {
62   text-align: center;
63 }
64
65 #note_container
66 {
67   padding-bottom: 45px;
68 }
69
70 /* COURSES */
71
72 #course_meta, #school_meta
73 {
74   text-align: center;
75 }
76
77 #course_actions, #school_actions
78 {
79   padding-top: 15px;
80   padding-bottom: 17px;
81 }
82
83 #course_meta_action_gear, #school_meta_action_gear
84 {
85   text-align: center;
86 }
87
88 .course_meta_action, .school_meta_action
89 {
90   margin: 1px auto 0;
91 }
92
93 #course_description
94 {
95   text-align: center;
96   font-family: "MuseoSlab-500";
97   font-size: 12px;
98   line-height: 150%;
99   padding-bottom: 15px;
100 }
101
102 #course_container, #school_container
103 {
104   padding-top: 45px;
105 }