Matt Baer 7 年之前
父節點
當前提交
395d8a9be2
共有 1 個檔案被更改,包括 109 行新增109 行删除
  1. +109
    -109
      popup.html

+ 109
- 109
popup.html 查看文件

@@ -4,119 +4,119 @@
<title>Write.as</title>
<style>
body, input[type=submit], label[for=norm], textarea.norm {
font-family: Lora, serif;
font-family: Lora, serif;
}
#url, #result-holder, label[for=sans], textarea.sans {
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
}
body {
font-size: 100%;
padding: 0.5em;
font-size: 100%;
padding: 0.5em;
}
textarea, textarea:focus {
border: 1px solid #dfdfdf;
}
textarea, textarea:focus, input {
outline: 0;
}
textarea {
margin-bottom: 0.5em;
min-width: 38em;
min-height: 20em;
width: 100%;
padding: 1em;
font-size: 1em;
box-sizing: border-box;
resize: none;
}
input {
padding: 0.5em;
}
input[type=submit] {
border: 1px solid rgb(114, 120, 191);
background: rgb(114, 120, 191);
color: white;
margin-left: 0.5em;
width: 7em;
text-align: center;
font-size: 0.86em;
transition: all .2s ease-out;
border-radius: .25em;
}
input[type=submit]:hover {
background-color: #7d82c4;
}
input[type=submit].disabled, input[type=submit].disabled:hover {
background: #ddd;
color: #999;
border-color: #eee;
}
#publish-holder, #result-holder {
text-align: right;
}
#result-holder, #account-tools {
display: none;
}
#url {
width: 18em;
margin-right: 0.5em;
}
label[for=mono], label[for=wrap], label[for=code], textarea.mono, textarea.wrap, textarea.code {
font-family: monospace, monospace;
font-size: 1em;
}
textarea.mono, textarea.code {
white-space: pre;
}
label, label[for=mono], label[for=wrap], label[for=code] {
font-size: 0.86em;
}
body.popout #publish-holder, body.popout #result-holder {
position: fixed;
bottom: 1em;
left: 1em;
right: 1em;
}
#account-tools {
margin-top: -0.5em;
margin-bottom: 0.5em;
font-size: 0.86em;
}
#account-tools a {
line-height: 24px;
margin-left: 0.5em;
}
body.popout textarea {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 4em;
border: 0;
border-bottom: 1px solid #dfdfdf;
min-height: 0;
}
a#popout {
padding: 0.5em;
position: absolute;
left: 0.75em;
bottom: 0.75em;
}
a#popout img {
vertical-align: middle;
}
body.popout a#popout {
display: none;
}
#username {
font-weight: bold;
}
#sync.disabled {
display: inline;
color: #999;
font-style: italic;
text-decoration: none;
}
border: 1px solid #dfdfdf;
}
textarea, textarea:focus, input {
outline: 0;
}
textarea {
margin-bottom: 0.5em;
min-width: 38em;
min-height: 20em;
width: 100%;
padding: 1em;
font-size: 1em;
box-sizing: border-box;
resize: none;
}
input {
padding: 0.5em;
}
input[type=submit] {
border: 1px solid rgb(114, 120, 191);
background: rgb(114, 120, 191);
color: white;
margin-left: 0.5em;
width: 7em;
text-align: center;
font-size: 0.86em;
transition: all .2s ease-out;
border-radius: .25em;
}
input[type=submit]:hover {
background-color: #7d82c4;
}
input[type=submit].disabled, input[type=submit].disabled:hover {
background: #ddd;
color: #999;
border-color: #eee;
}
#publish-holder, #result-holder {
text-align: right;
}
#result-holder, #account-tools {
display: none;
}
#url {
width: 18em;
margin-right: 0.5em;
}
label[for=mono], label[for=wrap], label[for=code], textarea.mono, textarea.wrap, textarea.code {
font-family: monospace, monospace;
font-size: 1em;
}
textarea.mono, textarea.code {
white-space: pre;
}
label, label[for=mono], label[for=wrap], label[for=code] {
font-size: 0.86em;
}
body.popout #publish-holder, body.popout #result-holder {
position: fixed;
bottom: 1em;
left: 1em;
right: 1em;
}
#account-tools {
margin-top: -0.5em;
margin-bottom: 0.5em;
font-size: 0.86em;
}
#account-tools a {
line-height: 24px;
margin-left: 0.5em;
}
body.popout textarea {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 4em;
border: 0;
border-bottom: 1px solid #dfdfdf;
min-height: 0;
}
a#popout {
padding: 0.5em;
position: absolute;
left: 0.75em;
bottom: 0.75em;
}
a#popout img {
vertical-align: middle;
}
body.popout a#popout {
display: none;
}
#username {
font-weight: bold;
}
#sync.disabled {
display: inline;
color: #999;
font-style: italic;
text-decoration: none;
}
</style>

<script src="H.js"></script>
@@ -125,8 +125,8 @@
<body>
<form name="postForm" method="post">
<div id="account-tools">
Writing as <span id="username">write.as</span>. <a id="sync" href="#">Sync...</a>
</div>
Writing as <span id="username">write.as</span>. <a id="sync" href="#">Sync...</a>
</div>
<textarea id="content" placeholder="Write..."></textarea>
<div id="result-holder">
<input id="url" type="url" readonly />


Loading…
取消
儲存