Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
空白の変更を非表示
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
テキストスタイル
外観を変更
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
7 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
9 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
47 行
すべてコピー
2 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
39 行
すべてコピー
/* --------------------------------------
/* --------------------------------------
login.css
login.css
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
コピー
コピー済み
コピー
コピー済み
--------------------------------------
*/
--------------------------------------
*/
.fieldset-content {
.fieldset-content {
margin: 0 auto;
margin: 0 auto;
コピー
コピー済み
コピー
コピー済み
width: 450px;
max-width: 100%;
max-width: 100%;
}
}
body {
body {
display: flex;
display: flex;
display: -ms-flex;
display: -ms-flex;
display: -webkit-flex;
display: -webkit-flex;
flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
justify-content: center;
-ms-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-webkit-justify-content: center;
align-items: center;
align-items: center;
-ms-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
-webkit-align-items: center;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
height: auto;
height: auto;
コピー
コピー済み
コピー
コピー済み
background-color: #E8EDF3;
}
}
div#global {
div#global {
コピー
コピー済み
コピー
コピー済み
padding:
20px
;
padding:
2.618em
;
min-height: 0;
min-height: 0;
width: 100%;
width: 100%;
コピー
コピー済み
コピー
コピー済み
background-color: #FFFFFF;
border-spacing: 1px;
border-spacing: 1px;
コピー
コピー済み
コピー
コピー済み
border: 1px #bebebe solid;
}
#connect {
margin-bottom: 40px;
}
}
.cookiebar-container {
.cookiebar-container {
position: fixed;
position: fixed;
}
}
保存された差分
原文
ファイルを開く
/* -------------------------------------- login.css Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance. --------------------------------------*/ .fieldset-content { margin: 0 auto; width: 450px; max-width: 100%; } body { display: flex; display: -ms-flex; display: -webkit-flex; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; align-items: center; -ms-align-items: center; -webkit-align-items: center; margin: 0; padding: 0; height: auto; background-color: #E8EDF3; } div#global { padding: 20px; min-height: 0; width: 100%; background-color: #FFFFFF; border-spacing: 1px; border: 1px #bebebe solid; } #connect { margin-bottom: 40px; } .cookiebar-container { position: fixed; }
変更されたテキスト
ファイルを開く
/* -------------------------------------- login.css Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance. -------------------------------------- */ .fieldset-content { margin: 0 auto; max-width: 100%; } body { display: flex; display: -ms-flex; display: -webkit-flex; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; align-items: center; -ms-align-items: center; -webkit-align-items: center; margin: 0; padding: 0; height: auto; } div#global { padding: 2.618em; min-height: 0; width: 100%; border-spacing: 1px; } .cookiebar-container { position: fixed; }
違いを見つける