Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e48cf3

Browse files
authored
Merge pull request#16118 from tacaswell/doc_remove_job_banner
Revert "Merge pull request#15972 from tacaswell/jobs_banner"
2 parents156f770 +90d53b5 commit2e48cf3

File tree

2 files changed

+7
-41
lines changed

2 files changed

+7
-41
lines changed

‎doc/_static/mpl.css

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
font-family:'CarlogoRegular';
99
font-style: normal;
1010
src:local('Carlito'),
11-
url('fonts/carlogo-regular.woff2')format('woff2'),
11+
url('fonts/carlogo-regular.woff2')format('woff2'),
1212
url('fonts/carlogo-regular.woff')format('woff'),
1313
url('fonts/carlogo-regular.ttf')format('truetype')
1414
}
@@ -17,7 +17,7 @@
1717
font-family:'CarlogoBold';
1818
font-style: bold;
1919
src:local('Carlito Bold'),
20-
url('fonts/carlogo-bold.woff2')format('woff2'),
20+
url('fonts/carlogo-bold.woff2')format('woff2'),
2121
url('fonts/carlogo-bold.woff')format('woff'),
2222
url('fonts/carlogo-bold.ttf')format('truetype')
2323
}
@@ -926,30 +926,6 @@ figcaption {
926926
#unreleased-messagea {
927927
color:#fff;
928928
text-decoration:underline;
929-
930-
}
931-
932-
/* "We're hiring" message. */
933-
#job-posting {
934-
box-sizing: border-box;
935-
left:0;
936-
min-height:3em;
937-
padding:0.7em;
938-
top:0;
939-
width:100%;
940-
z-index:10000;
941-
background-image:linear-gradient(90deg,#440154,#482475,#414487,#355f8d,#2a788e,#21908d,#22a884,#42be71,#7ad151,#bddf26,#bddf26);
942-
padding:5px
943-
}
944-
945-
#job-postinga {
946-
font-weight: bold;
947-
}
948-
949-
#job-postingp{
950-
background-color:rgba(255,255,255,.8);
951-
padding:13px;
952-
margin:0;
953929
}
954930

955931
/* Fork me on GitHub "button" */
@@ -1174,23 +1150,23 @@ nav.main-nav{
11741150
font-family:'CarlogoRegular','Carlito', sans-serif;
11751151
font-size:16px;
11761152
}
1177-
1153+
11781154
nav.main-navul{
11791155
margin:0;
11801156
padding:0;
11811157
display: flex;
11821158
flex-direction: row;
11831159
}
1184-
1160+
11851161
nav.main-navli{
11861162
margin:8px15px;
11871163
list-style-type: none;
11881164
}
1189-
1165+
11901166
nav.main-nava{
11911167
color: white;
11921168
}
1193-
1169+
11941170
nav.main-nava:hover{
11951171
text-decoration: underline;
1196-
}
1172+
}

‎doc/_templates/layout.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ <h3>{{ _('Navigation') }}</h3>
171171
<body>
172172
{%- block header %}{% endblock %}
173173

174-
<divid="job-posting">
175-
<p>Matplotlib is hiring a Research Software Engineering Fellow!
176-
<ahref="https://discourse.matplotlib.org/t/now-hiring-matplotlib-research-software-engineering-fellow/20701"> See discourse for details.
177-
</a>
178-
179-
Apply by January 3, 2020</p>
180-
</div>
181-
182-
183174
{% block relbar1 %}
184175

185176
{%- if '+' in release %}
@@ -189,7 +180,6 @@ <h3>{{ _('Navigation') }}</h3>
189180
Try searching for the released version of this page instead?
190181
</a>
191182
</div>
192-
193183
{%- endif %}
194184

195185
<divstyle="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp