2015-02-15 10:15:14 +03:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2014-2015, b3log.org
|
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
2015-03-01 16:13:21 +03:00
|
|
|
body {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2015-02-15 10:15:14 +03:00
|
|
|
.header {
|
|
|
|
margin: 0;
|
2015-02-20 04:42:05 +03:00
|
|
|
padding: 5px;
|
2015-02-15 10:15:14 +03:00
|
|
|
}
|
|
|
|
|
2015-02-21 07:38:03 +03:00
|
|
|
.header li {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2015-02-15 10:15:14 +03:00
|
|
|
.header .gravatar {
|
|
|
|
width: 26px;
|
|
|
|
border-radius: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .logo {
|
2015-02-21 07:38:03 +03:00
|
|
|
height: 21px;
|
|
|
|
margin-top: -6px;
|
2015-02-15 10:15:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.share-panel {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 20;
|
2015-02-20 04:42:05 +03:00
|
|
|
width: 226px;
|
|
|
|
padding: 5px 0px;
|
2015-02-15 10:15:14 +03:00
|
|
|
right: 0px;
|
|
|
|
line-height: normal;
|
2015-02-20 04:42:05 +03:00
|
|
|
top: 34px;
|
2015-02-15 10:15:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.share-panel .font-ico {
|
|
|
|
transition: all .2s ease-out 0s;
|
|
|
|
margin: 0 5px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-panel .font-ico:hover {
|
|
|
|
transform:rotate(360deg);
|
|
|
|
}
|
|
|
|
|
2015-02-20 04:42:05 +03:00
|
|
|
.footer {
|
|
|
|
height: 30px;
|
|
|
|
text-shadow: 0 0 0;
|
|
|
|
}
|
|
|
|
|
2015-02-15 10:15:14 +03:00
|
|
|
#editorDiv {
|
2015-02-20 04:42:05 +03:00
|
|
|
width: 100%;
|
|
|
|
height: 70%;
|
2015-02-15 10:15:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#output {
|
2015-02-20 04:42:05 +03:00
|
|
|
height: 30%;
|
|
|
|
width: 100%;
|
2015-02-15 10:15:14 +03:00
|
|
|
border-width: 0;
|
2015-02-20 04:42:05 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border-top: 1px solid #919191;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dialogShare {
|
|
|
|
margin: 10px 15px 0;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dialogShare a {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
2015-02-21 07:38:03 +03:00
|
|
|
padding: 1px 5px;
|
2015-03-01 16:13:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#disqus_thread {
|
|
|
|
border-top: 1px solid #919191;
|
|
|
|
padding: 0 30px;
|
2015-02-15 10:15:14 +03:00
|
|
|
}
|