• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン75cb31603462ecdde775ed3199f8f2480eeadd59 (tree)
日時2020-03-22 07:10:23
作者Albert Mietus < albert AT mietus DOT nl >
コミッターAlbert Mietus < albert AT mietus DOT nl >

ログメッセージ

Adding css/conf for slides

変更サマリ

差分

diff -r d2a854f870d7 -r 75cb31603462 _slides/custom.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/_slides/custom.css Sat Mar 21 23:10:23 2020 +0100
@@ -0,0 +1,1 @@
1+@import url("./SwBMnl-slides.css");
diff -r d2a854f870d7 -r 75cb31603462 _std_settings/static/SwBMnl-slides.css
--- a/_std_settings/static/SwBMnl-slides.css Sat Mar 21 17:03:32 2020 +0100
+++ b/_std_settings/static/SwBMnl-slides.css Sat Mar 21 23:10:23 2020 +0100
@@ -1,6 +1,6 @@
11 /* SwBMnl-slides style for Juyiter/IPython "download as slides" ...
2- The custom.css file should import it as:
3- @import url("/_static/SwBMnl-slides.css");
2+ The custom.css file should import it as: (Assuming this file is in the ../_static/ dir too)
3+ @import url("./SwBMnl-slides.css");
44 */
55
66 /* Gray slides on gray background with blue border*/
diff -r d2a854f870d7 -r 75cb31603462 conf.py
--- a/conf.py Sat Mar 21 17:03:32 2020 +0100
+++ b/conf.py Sat Mar 21 23:10:23 2020 +0100
@@ -54,3 +54,4 @@
5454 '**': [ 'recentposts.html', 'tagcloud.html', 'postcardHeader.html'],
5555 }
5656
57+html_static_path.append('_slides')