Stackedit/css/main.css

151 lines
2.8 KiB
CSS
Raw Normal View History

2013-03-24 14:54:26 +00:00
body {
2013-03-26 23:32:36 +00:00
background-image: url(../img/honeycomb.png);
2013-03-27 20:19:12 +00:00
background-repeat: repeat;
2013-03-24 14:54:26 +00:00
}
#navbar {
position: static;
2013-03-24 23:21:55 +00:00
}
#menu-bar {
margin-right: 20px;
}
#wmd-button-bar {
margin-left: 20px;
2013-03-24 17:46:48 +00:00
}
2013-03-27 20:19:12 +00:00
#wmd-input,#wmd-preview {
position: absolute;
2013-03-24 14:54:26 +00:00
}
#wmd-input {
2013-03-24 16:26:43 +00:00
font-family: "Courier New", Courier, monospace;
2013-03-27 20:19:12 +00:00
resize: none;
2013-03-24 14:54:26 +00:00
}
#wmd-preview {
overflow: auto;
}
.wmd-button-row {
margin: 10px 0;
2013-03-24 14:54:26 +00:00
height: 20px;
}
.wmd-spacer {
margin: 0 5px;
2013-03-24 14:54:26 +00:00
display: inline-block;
}
.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;
2013-03-25 23:17:34 +00:00
}
.icon-code {
2013-03-27 20:19:12 +00:00
background-position: -384px -168px;
2013-03-25 23:17:34 +00:00
}
.icon-numbered-list {
2013-03-27 20:19:12 +00:00
background-position: -408px -168px;
2013-03-25 23:17:34 +00:00
}
.icon-hr {
2013-03-27 20:19:12 +00:00
background-position: -432px -168px;
2013-03-25 23:17:34 +00:00
}
.icon-undo {
2013-03-27 20:19:12 +00:00
background-position: -456px -168px;
}
.icon-gdrive {
background-image: url("../img/gdrive.png") !important;
width: 16px;
height: 16px;
background-position: 0 0;
2013-03-25 23:17:34 +00:00
}
2013-03-27 22:09:27 +00:00
.icon-spinner {
background-image: url("../img/ajax-loader.gif");
width: 43px;
height: 11px;
background-position: 0 0;
margin: 13px 15px 0;
}
.ui-layout-toggler-north {
margin-top: -3px !important;
height: 18px !important;
}
2013-03-26 23:32:36 +00:00
.ui-layout-toggler-south {
margin-top: 3px !important;
height: 18px !important;
}
.ui-layout-toggler-south .caret {
2013-03-27 20:19:12 +00:00
margin-top: 6px;
2013-03-26 23:32:36 +00:00
}
2013-03-27 20:19:12 +00:00
.ui-layout-toggler-north-open .caret,.ui-layout-toggler-south-closed .caret
{
border-bottom: 5px solid #525252;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-top: 0;
}
2013-03-27 20:19:12 +00:00
.ui-layout-toggler-north-closed .caret,.ui-layout-toggler-south-open .caret
{
border-top: 5px solid #525252;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 0;
}
.ui-layout-toggler-east {
2013-03-27 20:19:12 +00:00
margin-left: 3px !important;
width: 18px !important;
}
2013-03-27 20:19:12 +00:00
.ui-layout-toggler-east .caret,.ui-layout-toggler-west .caret {
margin-top: 40px;
2013-03-26 23:32:36 +00:00
}
2013-03-27 20:19:12 +00:00
.ui-layout-toggler-east-open .caret,.ui-layout-toggler-west-closed .caret
{
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-left: 5px solid #525252;
border-right: 0;
}
2013-03-27 20:19:12 +00:00
.ui-layout-toggler-east-closed .caret,.ui-layout-toggler-west-opened .caret
{
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 5px solid #525252;
border-left: 0;
}