コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
最近の更新
おまかせ表示
MediaWiki についてのヘルプ
メイン
P:AT公式サイト(外部)
参加方法
このwikiの方針
作品リンク
世界観設定
アポラ星系文明史
勢力の一覧
人物の一覧
便利箱
Commoncss
サイドバー
テンプレート
ファイル一覧
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
テンプレート:星系の歴史/style.cssのソースを表示
テンプレート
議論
English
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
特別ページ
ページ情報
表示
サイドバーに移動
非表示
←
テンプレート:星系の歴史/style.css
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループのいずれかに属する利用者のみが実行できます:
管理者
、projectmember。
このページのソースの閲覧やコピーができます。
/* History template styling */ .history-container { border: 1px solid #ccc; padding: 10px; width: 400px; box-sizing: border-box; float: right; /* 右側に表示 */ margin-left: 10px; } .history-title { font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 10px; } .history-image { text-align: center; margin-bottom: 10px; border: 0; } .history-image img { max-width: 100%; height: auto; } .history-list { list-style: none; padding: 0; margin: 0; } .history-item { border-bottom: 1px solid #ddd; padding: 5px 0; } .period-name, .period-year { display: inline-block; /* インラインブロックに設定 */ } .period-name { width: calc(50% - 10px); /* 余白を調整 */ text-align: left; } .period-year { width: calc(50% - 10px); /* 余白を調整 */ text-align: right; color: #999; } .sub-period-list { list-style: none; padding-left: 20px; /* インデント */ margin: 0; } .sub-period-item { padding: 3px 0; } .event-list { list-style: none; padding-left: 20px; /* インデント */ margin: 0; } .event-item { padding: 3px 0; } .event-name, .event-year { display: inline-block; /* インラインブロックに設定 */ } .event-name { width: calc(50% - 10px); /* 余白を調整 */ text-align: left; } .event-year { width: calc(50% - 10px); /* 余白を調整 */ text-align: right; color: #999; }
テンプレート:星系の歴史/style.css
に戻る。