You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

146 lines
2.2 KiB

body {
font-family: sans-serif;
}
blockquote {
border-left: 2px dotted #888;
padding-left: 5px;
background: #d0f0ff;
}
.wmd-panel{
width: 44%;
float:left;
padding-right:20px;
}
.wmd-button-bar {
background-color: #FEFEFE;
padding: 5px 0;
margin-bottom:10px;
width: 100%;
}
.wmd-input {
height: 300px;
width: 96%;
background-color: #FFFFFF;
border:none;
padding: 2%;
}
.wmd-preview {
background-color: #c0e0ff;
width: 46%;
float:left;
padding:2%;
}
.wmd-button-row {
position: relative;
margin:0px;
padding: 0px;
height: 20px;
}
.wmd-spacer{
width: 1px;
height: 20px;
margin-left: 14px;
position: absolute;
background-color: Silver;
display: inline-block;
list-style: none;
}
.wmd-button {
width: 20px;
height: 20px;
padding-left: 2px;
padding-right: 3px;
position: absolute;
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;
}
.wmd-spacer1{
left: 50px;
}
.wmd-spacer2{
left: 175px;
}
.wmd-spacer3{
left: 300px;
}
.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;
}
pre {
margin: 1em 0;
overflow: auto;
background: #F1F1FF;
}
pre code {
color: #333333;
display: block;
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
font-size: 14px;
padding: 5px 10px;
}
@media all and (max-width: 980px) {
.nav {
width: 100%;
padding: 2%;
}
.wmd-panel, .wmd-preview {
width: 96%;
float:left;
padding:2%;
}
pre {
white-space: pre-wrap;
word-wrap:break-word;
}
}