Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/lessons/6_Maths_AddingAndSubtractingVariables/css/ui.scoreboard.css
blob: 11cdbb5d71d8d39e55f2f96540991725a7e64fff (plain)
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
.ui-scoreboard-container-h{
max-width: 800em;
max-height: 200px;
float:left;
padding-top:0.4em;
padding-bottom:0.4em;
}

.ui-scoreboard-spacing-h{
max-width: 200em;
max-height: 300em;
display:inline;
margin-left:0.2em; 
margin-right:0.4em;
}

.ui-scoreboard-text{
font-size:larger;
text-align: center;
}

.ui-scoreboard-number-h {
background-color:black;
color: white; 
padding-left:0.4em;
padding-right:0.4em;
font-size:larger;
}

.ui-scoreboard-button{
float:right;
cursor:pointer;
}

button .ui-scoreboard-icon{
float: left; 
margin-right:0.3em;
}
.ui-scoreboard-container-v{
max-width: 200px;
max-height: 400px;
float:left;
padding-top:0.4em;
padding-bottom:0.4em;
}
.ui-scoreboard-spacing-v{
display:block;
margin: 0.4em;
}

.ui-scoreboard-number-v{
background-color:black;
color: white; 
width: 1em;
text-align:center;
margin-left:auto;
margin-right: auto; 
padding:0.4em;
font-size:larger;
}