-
Notifications
You must be signed in to change notification settings - Fork 0
/
shifoumi.css
85 lines (71 loc) · 1.29 KB
/
shifoumi.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
84
85
@charset "utf-8";
/* Document CSS */
h1{
font-family:Impact;
line-height: 0.3em;
}
/*Police des titres en h1 */
h2{
font-style: italic;
color:palegreen;
}
/*Police des tites en h2*/
p{color:white;
font-size:1.5em;
text-align: center;
}
#message{
text-align:center;
font-style:oblique;
}
/*Caractéristiques de l'annonce lorsque que le joueur perd ou gagne */
#choixJoueur{
text-align:right;
size:auto;
}
/*Caractéristiques de l'annonce du choix du joueur*/
#choixOrdinateur{
text-align:left;
size:auto;
}
/*Caractéristiques de l'annonce du choix de l'ordinateur */
#ScoreUser{
text-align:right;
size:auto;
}
#ScoreOrdi{
text-align:left;
size:auto;
}
/*Caractéristiques des scores */
#rochetitre{
color:white;/*red;*/
font-size: 48px;
}
/*Couleurs des différents titres */
#papiertitre{
color:white;/*blue;*/
font-size: 48px;
}
/*Couleurs des différents titres */
#ciseautitre{
color:white;/*green;*/
font-size: 48px;
}
/*Couleurs des différents titres */
#div1{
width:600px;
height:25px;
border:1px solid #11111;
background-color:red;
margin: auto;
}
/*Barre de vie */
#divRadio{
opacity: 0.1;
}
body{
background-image: url(background_grass.png);
text-align: center;
}
/*Fond d'écran */