Stackedit/css/main.css
2013-03-25 23:17:34 +00:00

103 lines
1.6 KiB
CSS

body {
background-color: White;
font-family: sans-serif;
}
#file-title {
}
#file-title-input {
display: none;
}
#wmd-input, #wmd-preview {
position: absolute;
top: 50px;
}
#wmd-input {
left: 20px;
font-family: "Courier New", Courier, monospace;
resize: none;
}
#wmd-preview {
left: 50%;
overflow: auto;
}
.wmd-button-row {
margin: 10px;
height: 20px;
}
.wmd-spacer {
margin: 0 7px;
display: inline-block;
}
/*
.wmd-button {
width: 20px;
height: 20px;
padding-left: 2px;
padding-right: 3px;
display: inline-block;
list-style: none;
cursor: pointer;
}
*/
.wmd-button>span {
background-image: url(../img/wmd-buttons.png);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 20px;
height: 20px;
display: inline-block;
border: 1px solid #f2f2f2;
}
.wmd-prompt-background {
background-color: Black;
}
.wmd-prompt-dialog {
border: 1px solid #999999;
background-color: #F5F5F5;
}
.wmd-prompt-dialog>div {
font-size: 0.8em;
font-family: arial, helvetica, sans-serif;
}
.wmd-prompt-dialog>form>input[type="text"] {
border: 1px solid #999999;
color: black;
}
.wmd-prompt-dialog>form>input[type="button"] {
border: 1px solid #888888;
font-family: trebuchet MS, helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
}
.icon-code {
background-position: -384px -168px;
}
.icon-numbered-list {
background-position: -408px -168px;
}
.icon-hr {
background-position: -432px -168px;
}
.icon-undo {
background-position: -456px -168px;
}