Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
keras-team
GitHub Repository: keras-team/keras-io
Path: blob/master/theme/css/announcement.css
3281 views
1
@import url("index.css");
2
3
.codehilite code {
4
font-family: 'Montserrat', 'Open Sans', sans-serif;
5
}
6
7
.masthead {
8
margin-top: 8rem;
9
}
10
11
.blog-content {
12
padding: 0 2em 2em;
13
}
14
15
strong {
16
font-weight: 600;
17
font-family: Arial;
18
font-size: 1.1em;
19
}
20
21
.irasto {
22
width: 96%;
23
margin-left: 2%;
24
}
25
26
h2 {
27
margin-top: 1em;
28
margin-bottom: 1em;
29
}
30
31
h3 {
32
font-size: 1.5rem;
33
}
34
35
.announcement__buttons {
36
display: flex;
37
flex-direction: column;
38
justify-content: center;
39
gap: 24px;
40
padding: 0 calc(2em + 15px);
41
}
42
43
.announcement__buttons .button__square {
44
width: 100%;
45
}
46
47
.announcement__headline {
48
font-size: 48px;
49
margin-bottom: 2rem;
50
}
51
52
.credits {
53
text-align: center;
54
padding: 2em;
55
padding-top: 0;
56
}
57
58
.credits h2 {
59
margin-top: 0;
60
}
61
62
.credit-header {
63
text-transform: uppercase;
64
font-weight: bolder;
65
font-family: arial;
66
font-size: 1.2em;
67
padding: 0.5em;
68
padding-top: 2em;
69
}
70
71
.credit-subheader {
72
text-transform: uppercase;
73
font-weight: bolder;
74
font-family: arial;
75
font-size: 0.9em;
76
padding: 0.2em;
77
}
78
79
.credit-name {
80
text-align: center;
81
}
82
83
.subtext {
84
font-size: 0.8em;
85
padding-top: 1em;
86
}
87
88
.subcredit-name {
89
font-size: 0.8em;
90
padding-top: 0;
91
}
92
93
@media only screen and (min-width: 1200px) {
94
.announcement__buttons {
95
flex-direction: row;
96
}
97
98
.announcement__buttons .button__square {
99
width: auto;
100
}
101
102
.nav__logo {
103
width: 193px;
104
}
105
106
.nav__wrapper {
107
max-width: 1568px;
108
}
109
110
.page__container {
111
margin-top: 0;
112
}
113
}
114
115