日時: | 2022-12-10 |
---|---|
作: | 時雨堂 |
バージョン: | 2022.1 |
URL: | https://github.com/OpenAyame |
このプロジェクトに興味がある人はこの資料や GitHub リポジトリ に Star をつけてもらえると嬉しいです。
日時: | 2022-12-10 |
---|---|
作: | 時雨堂 |
バージョン: | 2022.1 |
URL: | https://github.com/OpenAyame |
このプロジェクトに興味がある人はこの資料や GitHub リポジトリ に Star をつけてもらえると嬉しいです。
/* 暫定編集ルールここから *****************************************************************/ | |
/* | |
RULE コミット時のコメント(saveの上)に変更概要"半角英数で"書こう | |
RULE 編集前に「CSS(スタイルシート)総合スレ」(http://redd.it/2wqs9g)を確認願います | |
*/ | |
/* 暫定編集ルールここまで *****************************************************************/ | |
/* TODOここから ***************************************************************************/ | |
/* | |
TODO flair(カテゴリ毎)のフィルタ |
... | |
app.use(function(req, res, next){ | |
if (app.get('graceful_shutdown') === true) { | |
res.set('Connection', 'close'); | |
} | |
next(); | |
}); | |
app.set('graceful_shutdown_start', function() { |
@import 'fukidashi' | |
.item1 | |
fukidashi white 5px of 60px on left | |
// 親要素の左側、上から30px位置を中心とする「底辺10px、高さ5px」の白い三角形をつけます | |
.item2 | |
fukidashi red 12px of auto on right | |
// 親要素の右側、上から50%位置を中心とする「底辺24px、高さ12px」の赤い三角形をつけます |
<!doctype html> | |
<title>Site Maintenance</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> |