More work on the front page
[oweals/karmaworld.git] / karmaworld / assets / css / home.css
1 #splash {
2   font-size: 2.5em;
3   padding: 20vh 15vw 20vh 15vw;
4   background: grey;
5   margin: 20px 0 20px 0;
6   border-radius: 0.2em;
7   color: white;
8   text-align: center;
9 }
10
11 button.add-course {
12   background: grey;
13   color: white;
14   border: none;
15   padding: 5px;
16   border-radius: 0.3em;
17   display: inline;
18 }
19
20 input.search-courses {
21   width: 15em;
22   display: inline;
23   margin-right: 0;
24 }
25
26 #course-sort-wrapper {
27   float: right;
28   display: inline;
29 }
30
31 select.course-sort {
32   width: 10em;
33 }
34
35 #course-search-bar {
36   border: 1px solid grey;
37   padding: 10px 0 0 0;
38 }
39
40 span.table-school,
41 span.table-note-count,
42 span.table-quiz-count,
43 span.table-thanks-count {
44   font-weight: bold;
45 }
46
47 span.table-course-name {
48   font-size: 2em;
49   font-weight: bold;
50 }
51
52 table.dataTable tbody tr {
53   height: 8em;
54   border-bottom: 1px solid grey;
55 }
56
57 td.last-td {
58   border-bottom: 1px solid grey;
59 }
60
61 #add-course-btn {
62   text-transform: uppercase;
63   font-size: 2.5em;
64   text-align: center;
65 }
66