-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleSubPagini.css
98 lines (95 loc) · 1.76 KB
/
styleSubPagini.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
86
87
88
89
90
91
92
93
94
95
96
97
98
* {
border: 0;
margin: 0;
padding: 0;
box-sizing: border-box;
cursor: default;
}
body {
text-align: center;
font-family: "Courier New", Courier, monospace;
background-color: black;
background-image: url(./images/295VZDx.gif);
background-size: cover;
background-position: center;
color: white;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(255, 19, 58, 0.747);
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(77, 77, 77);
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(36, 36, 36);
}
.textFantome {
margin-top: 50px;
line-height: 30px;
margin-bottom: 100px;
margin-right: 10px;
margin-left: 0px;
font-size: 1em;
}
a {
color: blue;
transition: cubic-bezier(0.19, 1, 0.22, 1) 15s;
text-decoration: none;
border-radius: 10px;
text-decoration: overline;
}
a:hover {
transition: 2s;
color: red;
border: 0px solid black;
background-color: rgba(255, 0, 0, 0);
text-decoration: none;
font-size: 2rem;
}
.fandom-table {
margin-right: 10px;
width: auto;
margin-left: 0px;
}
.textSanitate {
margin-top: 100px;
font-size: 1.2rem;
line-height: 30px;
text-align: center;
margin-bottom: 100px;
}
.textEchipament {
margin-top: 100px;
line-height: 30px;
margin-bottom: 100px;
}
.textHarti {
margin-top: 100px;
word-spacing: 10px;
line-height: 30px;
margin-bottom: 100px;
}
.galerieFantome {
width: 60vw;
position: relative;
align-content: center;
align-items: center;
align-self: center;
background: rgba(128, 128, 128, 0.428);
border-radius: 10px;
}
.pozaFantome {
margin-top: 10%;
position: relative;
align-items: center;
width: auto;
}