Delete popup.css
This commit is contained in:
parent
5e38de7d25
commit
a0df5c7e98
63
popup.css
63
popup.css
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue