Merge branch 'infographics'
[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 .sections-row {
10   display: table; }
11
12 .section-type {
13   display: table-cell;
14   vertical-align: top;
15   padding: 1.25em; }
16   .section-type h1 {
17     text-transform: uppercase;
18     margin: 0 0 1em 0;
19     font-size: 1em; }
20   .section-type img {
21     float: left;
22     margin-right: 1em;
23     margin-bottom: 1em; }
24
25 .section-type-synthetic {
26   width: 18.75em; }
27
28 .section-type-course {
29   width: 16.25em; }
30
31 .section-type-project {
32   width: 37.5em; }
33
34 .section-level-gimnazjum {
35   background: #f4ae83;
36   color: #67584f; }
37   .section-level-gimnazjum a, .section-level-gimnazjum a:hover {
38     color: #67584f; }
39   .section-level-gimnazjum .section-type-course {
40     background: #ed7831;
41     color: #fff; }
42     .section-level-gimnazjum .section-type-course a {
43       color: #fff; }
44   .section-level-gimnazjum .section-type-project {
45     background-color: #f8cdb2; }
46
47 .section-level-liceum {
48   background: #44b69f;
49   color: #363a3e; }
50   .section-level-liceum a, .section-level-liceum a:hover {
51     color: #363a3e; }
52   .section-level-liceum .section-type-course {
53     background: #16a487;
54     color: #fff; }
55     .section-level-liceum .section-type-course a {
56       color: #fff; }
57   .section-level-liceum .section-type-project {
58     background-color: #9fdbcf; }
59
60 .course-boxes h1 {
61   color: #363a3e; }
62 .course-boxes .section-level {
63   background: white;
64   border: 1px solid #777777; }
65   .course-boxes .section-level a, .course-boxes .section-level a:hover {
66     color: #363a3e; }
67   .course-boxes .section-level .section-type {
68     background: white; }
69 .course-boxes .section-type-synthetic {
70   width: 16.25em; }
71 .course-boxes .section-type-course {
72   width: 18.75em; }
73
74 .section-links {
75   float: right; }
76
77 h2.section-header {
78   margin: 0; }
79
80 .section-list-toc {
81   display: inline-block;
82   vertical-align: top;
83   width: 18.75em; }