Delete popup.css

This commit is contained in:
sienori 2017-10-30 09:24:41 +09:00 committed by GitHub
parent 5e38de7d25
commit a0df5c7e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,63 +0,0 @@
body {
/*font-family: 'Sugoe UI','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';*/
text-align: left;
font-size: 13px;
height: auto;
width: 300px;
padding: 5px 20px 0px;
overflow: hidden;
}
#main {
margin: 10px 0px;
}
hr {
size: 1;
color: #eee;
}
p {}
textarea {
font: inherit;
text-align: left;
resize: none;
overflow: auto;
max-height: 250px;
height: 30px;
width: 277px;
padding-top: 10px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
}
#link a {
font-style: normal;
text-decoration: none;
color: #4268da;
}
#target {
max-height: 250px;
min-height: 20px;
overflow-y: auto;
word-wrap: break-word;
}
#link {
margin-top: 3px;
}
#langList {
font: inherit;
text-align: left;
float: right;
margin-bottom: 20px;
max-width: 140px;
}
::-moz-selection {
background: #ebebeb;
}