]> git.tuebingen.mpg.de Git - aple.git/blob - include/css/aple.css
Initial commit.
[aple.git] / include / css / aple.css
1 body {
2         background-color: #aacccc;
3         text-align: justify;
4         padding: 0px 30px 0px 25px;
5
6 }
7
8 h1 {
9         font-size: 150%;
10 }
11
12 .logo {
13         border: 0px;
14         padding: 0em 20px 0px 0px;
15         margin-left: 0px;
16         margin-right: 0px;
17         border: 0px;
18 }
19
20 table {
21         margin-left: auto;
22         margin-right: auto;
23         border: none;
24 }
25
26 td {
27         border: 2px #9bb solid;
28         padding: 5px;
29 }
30
31 svg {
32         float: left;
33 }
34
35 #menu
36 {
37         position: fixed;
38         left: -40%;
39         width: 40%;
40         top: 0%;
41         height: 100%;
42         background: #ccc;
43         margin: 0px 0px 0px 15px;
44         padding: 200% 0px 0px 0px;
45         transition: 0.5s;
46 }
47
48 #menu:hover {
49         top: 0em;
50         left: 0em;
51         margin: 0em 0em 0em 0em;
52         padding: 0em 15px 0em 15px;
53         background: #aaa;
54         overflow: auto;
55 }
56
57 #title
58 {
59         vertical-align: middle;
60         border: 0px;
61 }
62
63 #overview_heading {
64         text-align: center;
65         font-weight: bold;
66 }
67
68 #overview_text {
69         margin: 1% 5% 1% 5%;
70         font-size: 95%;
71 }
72
73 div.solution {
74         margin: 0% 3% 0% 3%;
75         font-size: 95%;
76 }
77 div.diffctx {
78         font-family: monospace;
79         color: #000;
80 }
81 div.diffadd {
82         font-family: monospace;
83         color: #085;
84 }
85 div.diffdel {
86         font-family: monospace;
87         color: #a08;
88 }
89
90 dt {
91         text-decoration: underline;
92 }
93
94 #chapter_list {
95         font-size: 120%;
96 }