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