15c44caab51f9132b3c76de0e047e4ebe14a7a1b
[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     border: 0.375em solid white; }
25
26 .section-type-synthetic {
27   width: 18.75em; }
28
29 .section-type-course {
30   width: 16.25em; }
31
32 .section-type-project {
33   width: 37.5em; }
34
35 .section-level-gimnazjum {
36   background: #f4ae83;
37   color: #67584f; }
38   .section-level-gimnazjum a, .section-level-gimnazjum a:hover {
39     color: #67584f; }
40   .section-level-gimnazjum .section-type-course {
41     background: #ed7831;
42     color: #fff; }
43     .section-level-gimnazjum .section-type-course a {
44       color: #fff; }
45   .section-level-gimnazjum .section-type-project {
46     background-color: #f8cdb2; }
47
48 .section-level-liceum {
49   background: #44b69f;
50   color: #363a3e; }
51   .section-level-liceum a, .section-level-liceum a:hover {
52     color: #363a3e; }
53   .section-level-liceum .section-type-course {
54     background: #16a487;
55     color: #fff; }
56     .section-level-liceum .section-type-course a {
57       color: #fff; }
58   .section-level-liceum .section-type-project {
59     background-color: #9fdbcf; }
60
61 .course-boxes h1 {
62   color: #363a3e; }
63 .course-boxes .section-level {
64   background: white;
65   border: 1px solid #777777; }
66   .course-boxes .section-level a, .course-boxes .section-level a:hover {
67     color: #363a3e; }
68   .course-boxes .section-level .section-type {
69     background: white; }
70 .course-boxes .section-type-synthetic {
71   width: 16.25em; }
72 .course-boxes .section-type-course {
73   width: 18.75em; }
74
75 .section-links {
76   float: right; }
77
78 h2.section-header {
79   margin: 0; }
80
81 .section-list-toc {
82   display: inline-block;
83   vertical-align: top;
84   width: 18.75em; }