Basic lesson importing. Some layout.
[edumed.git] / catalogue / static / catalogue / css / layout.css
1 @charset "UTF-8";
2 #sidebar {
3   position: absolute;
4   right: 0;
5   top: 0;
6   width: 13.75em;
7   color: #363a3e; }
8   #sidebar section {
9     margin-bottom: 1.063em; }
10     #sidebar section h1 {
11       margin: 0; }
12     #sidebar section h1.realisation {
13       font-weight: normal; }
14     #sidebar section h1.realisation:before {
15       content: url(/static/img/icons/time.png);
16       vertical-align: middle;
17       margin-right: 0.625em; }
18   #sidebar .box {
19     background-color: #16a487;
20     border-radius: 0.938em;
21     padding: 1.063em 0.75em 1.063em 0.75em; }
22     #sidebar .box .dl-button {
23       color: white; }
24   #sidebar .dl-button {
25     color: #363a3e;
26     display: block;
27     font-weight: bold;
28     text-align: center;
29     text-transform: uppercase;
30     font-size: .9em; }
31   #sidebar .dl-button:after {
32     content: " ↓"; }
33   #sidebar .section {
34     border-top: 1px solid #c9ccce;
35     padding-top: 1.063em; }
36   #sidebar .section-minor {
37     border-top: 1px solid #c9ccce;
38     padding-top: 1.063em; }
39     #sidebar .section-minor h1 {
40       font-weight: normal;
41       font-size: 1em; }
42
43 #main-bar {
44   width: 40em; }