HackMD/public/css/index.css

369 lines
6.8 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
max-width: inherit;
min-width: 200px;
/*margin-right: 15px;*/
padding-top: 51px;
/*overflow: hidden;*/
}
.CodeMirror {
font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, " ゴシック", "MS Gothic", monospace;
letter-spacing: 0.025em;
line-height: 1.25;
font-size: 18px;
min-height: 100%;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;
}
.CodeMirror-placeholder {
color: #777 !important;
}
.CodeMirror-scroll {
overflow-x: hidden !important;
overflow-y: auto !important;
}
.CodeMirror-code {
/*padding-bottom: 36px;*/
}
.CodeMirror-gutter-elt {
text-align: center;
}
.CodeMirror-linenumber {
/* opacity: 0.5;*/
min-width: 1.5em;
text-align: right;
}
.CodeMirror-matchingtag {
background: rgba(255, 255, 255, .1);
line-height: 1em;
}
.CodeMirror-foldmarker {
color: #d0d0d0;
text-shadow: none;
font-family: Arial;
font-size: 1em;
line-height: .3;
cursor: pointer;
margin: 2px;
padding-bottom: 2px;
}
.CodeMirror-foldgutter {
/*width: 1em;*/
cursor: default;
line-height: 100%;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
line-height: 1em;
cursor: pointer;
}
.CodeMirror-foldgutter-open {
padding-top: 1px;
}
.CodeMirror-foldgutter-folded {
padding-top: 2px;
}
.CodeMirror-foldgutter-open:after {
content: "⌵";
font-size: 1em;
/* opacity: 0.5;*/
}
.CodeMirror-foldgutter-folded:after {
content: "+";
font-size: 1em;
font-weight: 700;
}
.CodeMirror-foldmarker, .CodeMirror-foldgutter-folded:after {
color: #78B2F2 !important;
}
.CodeMirror-sizer {
margin-bottom: 0px !important;
}
.ui-content {
height: 100%;
margin-left: 0;
margin-right: 0;
}
.ui-edit-area {
height: 100%;
/*padding-left: 15px;*/
padding-left: 0 !important;
padding-right: 0 !important;
}
.ui-edit-area .ui-resizable-handle.ui-resizable-e {
cursor: col-resize;
width: 5px;
background-color: white;
box-shadow: 5px 0px 10px #e7e7e7;
}
.ui-view-area {
/*overflow-y: scroll;*/
-webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
.ui-view-area {
padding-left: 15px;
padding-right: 15px;
}
}
.ui-scrollable {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.ui-status * {
font-size: 16px;
}
.navbar-brand {
font-weight: bold;
}
.nav-status .ui-status * {
font-size: 14px;
}
.nav-mobile {
position: inherit;
margin-top: 8px;
margin-bottom: 8px;
}
.nav-mobile .dropdown-menu {
left: 40%;
right: 6px;
top: 42px;
}
.nav-status {
float: right !important;
padding: 7px 8px;
}
.ui-status {
cursor: auto !important;
min-width: 120px;
background-color: transparent !important;
}
.ui-status span {
cursor: pointer;
}
.ui-short-status {
cursor: pointer;
min-width: 40px;
}
.ui-short-status:hover {
text-decoration: none;
}
.ui-user-item {
/*na*/
}
.ui-user-name {
margin-top: 2px;
}
.ui-user-status {
margin-top: 5px;
}
.ui-user-status-online {
color: rgb(92,184,92);
}
.ui-user-status-idle {
color: rgb(240,173,78);
}
.ui-user-status-offline {
color: rgb(119,119,119);
}
.list > li > a {
overflow: hidden;
text-overflow: ellipsis;
}
#short-online-user-list .list .name {
max-width: 65%;
overflow: hidden;
text-overflow: ellipsis;
float: left;
}
#online-user-list .list .name {
max-width: 110px;
overflow: hidden;
text-overflow: ellipsis;
float: left;
}
.navbar-right {
margin-right: 0;
}
.navbar-nav > li > a {
cursor: pointer;
}
.dropdown-menu > li > a {
cursor: pointer;
}
.other-cursors {
position:relative;
z-index:3;
}
.other-cursor {
width: 0px;
position: absolute;
border-right: none;
}
.dropdown-menu.other-cursor {
transition: none;
}
.cursortag {
cursor: pointer;
background: black;
position: absolute;
padding: 2px 7px 2px 8px;
font-size: 12px;
max-width: 150px;
text-overflow: ellipsis;
overflow: hidden;
font-family: inherit;
border-radius: .25em;
white-space: nowrap;
transition: left 0.1s ease-in-out, top 0.1s ease-in-out;
}
.fixfixed .navbar-fixed-top {
position: absolute !important;
}
div[contenteditable]:empty:not(:focus):before{
content:attr(data-ph);
color: gray;
}
.dropdown-menu.list {
max-height: 80vh;
overflow: auto;
}
.dropdown-menu.list.small {
max-height: 40vh;
overflow: auto;
}
.dropdown-menu.list::-webkit-scrollbar {
display: none;
}
.dropdown-menu .emoji {
margin-bottom: 0 !important;
}
.dropdown-menu.other-cursor {
max-height: 50vh;
width: auto !important;
overflow: auto;
margin-bottom: 30px;
}
.CodeMirror-scrollbar-filler {
background: inherit;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.info-label {
width: 36%;
text-align: right;
position: relative;
display: inline-block;
margin-right: 6px;
}
.popover {
width: 100%;
font-family: inherit !important;
line-height: 25px;
}
.text-ellipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.cm-trailing-space-a:before,
.cm-trailing-space-b:before,
.cm-trailing-space-new-line:before {
font-weight: bold;
color: hsl(30, 100%, 50%); /* a dark orange */
position: absolute;
}
.cm-trailing-space-a:before,
.cm-trailing-space-b:before {
content: '·';
}
.cm-trailing-space-new-line:before {
content: '↵';
}
.cm-matchhighlight {
/* border-radius: 5px;*/
/* box-shadow: 0 1px 0 0 #ccc;*/
border-bottom: 1px solid #ccc;
}
.status-bar {
background: #1c1c1e;
border-top: 1px solid #343434;
color: #ccc;
position: relative;
display: block;
box-sizing: border-box;
font-size: 11px;
line-height: 25px;
height: 26px;
overflow: hidden;
}
.status-bar .status-info {
color: #ccc;
left: 10px;
position: absolute;
white-space: nowrap;
max-width: 65%;
overflow: hidden;
text-overflow: ellipsis;
}
.status-bar .status-info div {
display: inline;
}
.status-bar .status-file {
color: #9a9a9a;
}
.status-bar .status-indicators {
background: #1c1c1e;
color: #ccc;
position: absolute;
right: 10px;
text-align: right;
white-space: nowrap;
max-width: 30%;
overflow: hidden;
text-overflow: ellipsis;
}
@media print {
body {
padding-top: 0 !important;
}
.CodeMirror {
height: auto !important;
}
}