-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
119 lines (101 loc) · 2.4 KB
/
styles.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/* css styles
body {
background-color: #f0f0f0;
}
*/
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ccd1d5' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-toggler {
color: whitesmoke;
border-color: rgba(89,89,89,0);
}
.navbar-dark {
background-color: #313352;
border: none;
}
.navbar-dark .navbar-nav .nav-link {
color: whitesmoke;
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
color: #00d0c3;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: #00d6e5;
}
.navbar #quarto-search.type-overlay .aa-Autocomplete svg.aa-SubmitIcon {
width: 26px;
height: 26px;
color: whitesmoke;
opacity: 1;
}
.below-prelude {
padding: 5pc;
align-content: center;
text-align: center;
}
.navbar-logo {
width: auto;
max-height: 4pc;
}
.quarto-title-banner {
background-image: url(www/particles.png);
background-size: cover;
background-attachment: fixed;
margin-top:-5pc;
padding-top: 10pc;
padding-bottom: 5pc;
color: #f5f5f5;
}
.mymeta .mymeta-title {
margin-top: 1em;
text-transform: uppercase;
font-size: 15px;
opacity: .8;
font-weight: 400;
}
details > summary {
color: #5d6166;
}
.sociabuzz-fahlevisia-tribe {
background-image: url('www/particles.png');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
height: 30pc;
color:white;
}
.btn-to-SociaBuzz {
padding: 1pc;
color: white;
background-color: #313352;
border: 1px solid white;
margin-top: 1%;
margin-bottom: 1%;
border-radius: 2pc;
transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1), text-shadow 1s ease;
}
.btn-to-SociaBuzz:hover {
background-color: #00b4a5;
box-shadow: 1px 1px 1pc #00d8c8;
text-shadow: 1px 1px 2pc whitesmoke;
}
.lead {color: #f5f5f5;}
.abstract-title {margin-bottom: -1em;}
.alinea {
text-align: justify;
font-size: 15px;
}
.imgcenter {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.footer {
width: 100%;
bottom: 0;
z-index: 1
}