Basic lesson importing. Some layout.
[edumed.git] / catalogue / static / catalogue / css / section_list.css
1 .section-level {
2   width: 37.5em;
3   border-radius: 0.938em; }
4
5 .section-depth {
6   display: inline-block;
7   width: 16.25em;
8   vertical-align: top;
9   padding: 1.25em; }
10   .section-depth h1 {
11     text-transform: uppercase;
12     margin: 0 0 1em 0;
13     font-size: 1em; }
14   .section-depth .section-lessons {
15     padding: 0 0 0 1em; }
16
17 .section-depth-1 {
18   border-radius: 0 0.938em 0.938em 0; }
19
20 .section-level-gimnazjum {
21   background: #f4ae83;
22   color: #67584f; }
23   .section-level-gimnazjum a {
24     color: #67584f; }
25   .section-level-gimnazjum .section-depth-1 {
26     background: #ed7831;
27     color: #fff; }
28     .section-level-gimnazjum .section-depth-1 a {
29       color: #fff; }
30
31 .section-level-L {
32   background: #f4ae83;
33   color: #67584f; }
34   .section-level-L a {
35     color: #67584f; }
36   .section-level-L .section-depth-1 {
37     background: #ed7831;
38     color: #fff; }
39     .section-level-L .section-depth-1 a {
40       color: #fff; }