e9c2ac1181c5e1c54727501f3f60e0fe756f601e
[edumed.git] / edumed / static / css / main.css
1 #main-promobox {
2   float: right;
3   width: 12.5em;
4   height: 11.6875em; }
5   #main-promobox a {
6     background: #16a487;
7     padding: 1em 1.25em;
8     border-radius: 0.9375em;
9     display: block;
10     margin-bottom: 1em;
11     width: 10em;
12     float: left; }
13     #main-promobox a:first-of-type {
14       padding-top: 0;
15       border-top-right-radius: 0;
16       border-top-left-radius: 0; }
17     #main-promobox a:last-of-type {
18       margin-bottom: 0; }
19   #main-promobox h1 {
20     background: #16a487;
21     padding: 1em 1.25em;
22     border-radius: 0.9375em;
23     color: white;
24     margin: 0;
25     text-transform: uppercase;
26     font-size: .9em;
27     width: 11.375em;
28     float: left;
29     padding-top: 1.25em;
30     padding-bottom: 1.25em;
31     border-bottom-right-radius: 0;
32     border-bottom-left-radius: 0; }
33   #main-promobox h1:before {
34     content: url(/static/img/icons/announce_white.png);
35     margin-right: 1.2em;
36     vertical-align: top; }
37   #main-promobox h2 {
38     color: white;
39     font-size: .9em;
40     /*margin: 1.1em 0 0 0;*/
41     margin: 0;
42     font-weight: normal;
43     text-transform: uppercase; }
44   #main-promobox p {
45     color: #363a3e;
46     font-size: .8em;
47     line-height: 1.15em;
48     margin: .3em 0; }
49
50 #main-sections {
51   clear: both;
52   float: left;
53   margin-top: 1.2em;
54   width: 43.75em; }
55   #main-sections h1 {
56     font-size: .9em;
57     margin: 0 0 0 1.25em;
58     text-transform: uppercase; }
59   #main-sections ul {
60     margin: -0.1875em 0 0 -1.25em;
61     padding: 0;
62     list-style: none; }
63     #main-sections ul li {
64       margin-top: 1.25em;
65       margin-left: 1.25em;
66       float: left;
67       height: 5.625em;
68       border-radius: 0.9375em; }
69       #main-sections ul li a {
70         color: white;
71         text-transform: uppercase;
72         display: block;
73         height: 5em;
74         display: table;
75         padding: 5px; }
76         #main-sections ul li a .in-box {
77           font-size: .9em;
78           height: 100%;
79           width: 100%;
80           display: table-cell;
81           vertical-align: middle;
82           border: 1px solid transparent;
83           border-radius: 0.625em;
84           padding: 0 1em; }
85           #main-sections ul li a .in-box .name {
86             display: block;
87             font-size: 1.5em;
88             line-height: 1em;
89             margin-bottom: .2em; }
90       #main-sections ul li a:hover .in-box {
91         border: 1px solid white; }
92     #main-sections ul .box1 {
93       background-color: #adaeaf; }
94     #main-sections ul .box2 {
95       background-color: #f8b323; }
96     #main-sections ul .box3 {
97       background-color: #16a487; }
98     #main-sections ul .box4 {
99       background-color: #5e6165; }
100     #main-sections ul .box5 {
101       background-color: #f8b323; }
102     #main-sections ul .box6 {
103       background-color: #363a3e; }
104     #main-sections ul .box7 {
105       background-color: #adaeaf; }
106     #main-sections ul .box8 {
107       background-color: #ed7831; }
108
109 #main-howto {
110   float: right;
111   margin-top: 1.2em;
112   width: 13.75em; }
113   #main-howto h1 {
114     font-size: .9em;
115     margin: 0 0 0 1.4em;
116     text-transform: uppercase; }
117   #main-howto ul {
118     margin: 1.0625em 0 1.0625em 1.4em; }
119     #main-howto ul li {
120       font-size: .9em;
121       text-transform: uppercase;
122       line-height: 1.25em; }
123     #main-howto ul a:before {
124       height: 1.25em; }
125     #main-howto ul .knowledge:before {
126       content: url(/static/img/icons/knowledge_dark.png); }
127     #main-howto ul .activity:before {
128       content: url(/static/img/icons/activity_dark.png); }
129     #main-howto ul .lesson-plan:before {
130       content: url(/static/img/icons/lesson-plan_dark.png); }
131     #main-howto ul .reference:before {
132       content: url(/static/img/icons/reference_dark.png); }
133     #main-howto ul .knowledge:hover:before {
134       content: url(/static/img/icons/knowledge_orange.png); }
135     #main-howto ul .activity:hover:before {
136       content: url(/static/img/icons/activity_orange.png); }
137     #main-howto ul .lesson-plan:hover:before {
138       content: url(/static/img/icons/lesson-plan_orange.png); }
139     #main-howto ul .reference:hover:before {
140       content: url(/static/img/icons/reference_orange.png); }
141   #main-howto p {
142     margin: 0 0 1.875em 1.4em; }
143   #main-howto .side-banner img {
144     display: block;
145     width: 100%;
146     margin-bottom: 0.2em; }
147
148 #main-chosen {
149   clear: left;
150   float: left;
151   margin-top: 2em; }
152   #main-chosen h1 {
153     font-size: .9em;
154     margin: 0 0 1em 1.25em;
155     text-transform: uppercase; }
156   #main-chosen .levelth {
157     margin-left: 1.25em; }
158
159 #main-tools {
160   clear: both; }
161   #main-tools .main-tools-box {
162     float: left;
163     margin-top: 1.5em;
164     margin-right: 1.25em;
165     width: 17.5em; }
166     #main-tools .main-tools-box h1 {
167       margin: 0;
168       font-size: .9em;
169       text-transform: uppercase; }
170     #main-tools .main-tools-box ul, #main-tools .main-tools-box ol {
171       margin: 1.1em 0 0 0;
172       font-size: .9em;
173       line-height: 1.15em; }