-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathf-tempo.css
More file actions
105 lines (99 loc) · 1.76 KB
/
f-tempo.css
File metadata and controls
105 lines (99 loc) · 1.76 KB
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
99
100
101
102
103
104
105
.big_display {
color: red;
font-size: 1em;
font-weight: 300;
/* line-height: 1.6; */
background: rgba(256, 256, 256, 0.8);
width: 100%;
padding:0;
text-align: center;
}
.big_container .big_display /* .logos */ {
position: relative;
max-width: 100%; /* Maximum width */
margin: 0,0; /* Center it */
}
body {
font-family: 'Georgia', serif;
font-size: 1.2em;
font-weight: 300;
line-height: 1.6;
min-height: calc(100% - 70px);
}
.logos {
/*
position:relative;
align: bottom;
*/
height:140px;
background: rgba(256, 256, 256, 0.8);
padding:20px;
}
.body_image {
background-image: url('./background1_pale.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right;
background-size: 1800px;
height: 1000px;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0;
bottom: 0;
padding:0px;
background-color: transparent;
z-index: -1;
cursor: pointer;
flex: 1 0 auto;
}
.basic_text {
position: fixed ;
top: 140px;
left: 300px;
font-size: 1em;
}
.accordionItem h2 {
margin: 0;
font-size: 0.8em;
padding: 1em;
color: #fff;
background-color: #F5B7B1;
/* background-color: pink; */
border-bottom: 1px solid #66d;
width: 200px;
top: 200px;
}
.accordionItem h2:hover {
cursor: pointer;
}
.accordionItem div {
margin: 0;
padding: 1em 0.4em;
background-color: #eef;
border-bottom: 1px solid #66d;
width: calc(60% - 120px);
}
.accordionItem.hide h2 {
color: #000;
/* background-color: #88f; */
}
.accordionItem.hide div {
display: none;
}
#score_image {
float:right;
width:1500px;
}
#accordion {
float:left;
flex: 1 0 auto;
}
.accordion_block {
background: rgba(256, 256, 256, 0.8);
top:150px;
width: 250px;
padding:20px;
}