Add project as course type.
[edumed.git] / catalogue / static / catalogue / css / section_list.css
1 .section-level {
2   width: 40em;
3   border-radius: 0.9375em;
4   margin: 1em 0;
5   overflow: hidden; }
6   .section-level a:hover {
7     text-decoration: underline; }
8
9 .section-type {
10   display: inline-block;
11   vertical-align: top;
12   padding: 1.25em; }
13   .section-type h1 {
14     text-transform: uppercase;
15     margin: 0 0 1em 0;
16     font-size: 1em; }
17
18 .section-type-synthetic {
19   width: 16.25em; }
20
21 .section-type-course {
22   width: 18.75em; }
23
24 .section-type-project {
25   width: 37.5em; }
26
27 .section-level-gimnazjum {
28   background: #f4ae83;
29   color: #67584f; }
30   .section-level-gimnazjum a, .section-level-gimnazjum a:hover {
31     color: #67584f; }
32   .section-level-gimnazjum .section-type-course {
33     background: #ed7831;
34     color: #fff; }
35     .section-level-gimnazjum .section-type-course a {
36       color: #fff; }
37   .section-level-gimnazjum .section-type-project {
38     background-color: #f8cdb2; }
39
40 .section-level-liceum {
41   background: #44b69f;
42   color: #363a3e; }
43   .section-level-liceum a, .section-level-liceum a:hover {
44     color: #363a3e; }
45   .section-level-liceum .section-type-course {
46     background: #16a487;
47     color: #fff; }
48     .section-level-liceum .section-type-course a {
49       color: #fff; }
50   .section-level-liceum .section-type-project {
51     background-color: #9fdbcf; }
52
53 .course-boxes h1 {
54   color: #363a3e; }
55 .course-boxes .section-level {
56   background: white;
57   border: 1px solid #777777; }
58   .course-boxes .section-level a, .course-boxes .section-level a:hover {
59     color: #363a3e; }
60   .course-boxes .section-level .section-type {
61     background: white; }
62
63 .section-links {
64   float: right; }
65
66 h2.section-header {
67   margin: 0; }
68
69 .section-list-toc {
70   display: inline-block;
71   vertical-align: top;
72   width: 18.75em; }