forked from Ofthestreet/Cours-scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscala.css
executable file
·83 lines (78 loc) · 1.59 KB
/
scala.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
div.vbox {
float: left;
height: 80%; width: 100%;
margin-top: 20px;
}
div.hbox {
width:60%;
margin-top: 20px;
margin-left:auto; margin-right:auto;
height: 60%;
border:1px solid silver;
background:#F0F0F0;
overflow:auto;
text-align:center;
clear:both;
}
div.box {
font-size: 80%;
font-weight: bold;
line-height: 120%;
padding-top: 0.2em;
padding-bottom: 0.2em;
padding-left: 1em;
padding-right: 1em;
border-style: solid;
border-left-width: 1em;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-color: #95ABD0;
color: #00428C;
background-color: #E4E5E7;
margin-left: 1em;
margin-right: 1em;
whitespace: nowrap;
}
div.slide h1 {
height: 60px;
text-align: center;
padding-bottom: 20px;
color: #009BCC;
border-bottom-style: solid;
border-color: #009BCC;
}
ul {
margin: 0.5em 1.5em 0.5em 1.5em;
padding: 0;
}
table {
text-align: left;
border: 1;
}
div.toolbar {
background-image: url("capgemini_logo.gif");
background-repeat: no-repeat;
background-position: center;
height: 45px;
/* background-color: #FFFFFF; */
border-top: 1px;
border-color: #000000;
border-style: solid;
}
div.float {
float: left;
width: 50%;
}
li.short {
height: 20px;
}
tt {
font-weight: bold;
background-color: WhiteSmoke;
}
span.em {
font-family: sans-serif;
font-style: italic;
background-color: PaleGoldenRod;
}