Change URLs, add link to keywords
[oweals/karmaworld.git] / karmaworld / assets / css / note_course_pages.css
1 /* NOTE PAGE */
2
3 #note_header
4 {
5   padding-bottom: 20px;
6   margin-bottom: 20px;
7 }
8
9 #note_back_to_course img
10 {
11   margin-bottom: -1px;
12   margin-right: 3px;
13 }
14
15 #note_status, #note_pedigree, #note_tags, #note_keyword_link
16 {
17   text-align: center;
18   padding-top: 10px;
19   padding-bottom: 10px;
20 }
21
22 #note_author
23 {
24   font-family: "MuseoSans-900";
25   font-size: 10px;
26   text-align: center;
27   text-transform: uppercase;
28 }
29
30 #note_author a, #note_author a:hover
31 {
32   text-decoration: underline;
33   color: #555555;
34   font-family: "MuseoSlab-900";
35   font-size: 11px;
36 }
37
38 #note_actions
39 {
40   padding-top: 22px;
41   padding-bottom: 17px;
42 }
43
44 #note_actions .column
45 {
46   text-align: center;
47 }
48
49 #note_container
50 {
51   padding-bottom: 45px;
52 }
53
54 #note-buttons {
55   padding-bottom: 10px;
56 }
57
58 #zoom-buttons {
59   margin-bottom: 20px;
60 }
61
62 .zoom-button {
63   cursor: pointer;
64   margin-right: 10px;
65 }
66
67 #thank-button-disabled,
68 #flag-button-disabled
69 {
70   cursor: default;
71 }
72
73 /* COURSES */
74
75 #course_meta, #school_meta, #course_link
76 {
77   text-align: center;
78 }
79
80 #course_actions, #school_actions
81 {
82   padding-top: 15px;
83   padding-bottom: 17px;
84 }
85
86 #course_meta_action_gear, #school_meta_action_gear
87 {
88   text-align: center;
89 }
90
91 .course_meta_action, .school_meta_action
92 {
93   margin: 1px auto 0;
94 }
95
96 #course_description
97 {
98   text-align: center;
99   font-family: "MuseoSlab-500";
100   font-size: 12px;
101   line-height: 150%;
102   padding-bottom: 15px;
103 }
104
105 #course_container, #school_container
106 {
107   padding-top: 45px;
108 }
109
110 #course_header
111 {
112   padding-bottom: 20px;
113   margin-bottom: 20px;
114 }
115
116 .tag-span:after
117 {
118   content: ', ';
119 }
120
121 .tag-span:last-child:after
122 {
123   content: '';
124 }
125
126 #note_tags_form
127 {
128   text-align: center;
129 }
130
131 #note_tags_input
132 {
133   margin-left: 25%;
134   width: 50%;
135 }