Stackedit/css/main.css

90 lines
1.5 KiB
CSS
Raw Normal View History

2013-03-24 14:54:26 +00:00
body {
background-color: White;
font-family: sans-serif;
}
2013-03-24 23:21:55 +00:00
#file-title {
}
#file-title-input {
display: none;
2013-03-24 17:46:48 +00:00
}
2013-03-24 14:54:26 +00:00
#wmd-input, #wmd-preview {
position: absolute;
2013-03-24 17:46:48 +00:00
top: 50px;
2013-03-24 14:54:26 +00:00
}
#wmd-input {
left: 20px;
2013-03-24 16:26:43 +00:00
font-family: "Courier New", Courier, monospace;
2013-03-24 17:46:48 +00:00
resize: none;
2013-03-24 14:54:26 +00:00
}
#wmd-preview {
left: 50%;
overflow: auto;
}
.wmd-button-row {
2013-03-24 17:46:48 +00:00
margin: 10px 30px;
2013-03-24 14:54:26 +00:00
top: 10px;
left: 30px;
padding: 0px;
height: 20px;
}
.wmd-spacer {
width: 1px;
height: 20px;
2013-03-24 17:46:48 +00:00
margin: 0 7px;
2013-03-24 14:54:26 +00:00
background-color: Silver;
display: inline-block;
list-style: none;
}
.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;
2013-03-24 17:46:48 +00:00
border: 1px solid #e3e3e3;
2013-03-24 14:54:26 +00:00
}
.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;
}