Browse Source

styling

main
jk 3 years ago
parent
commit
cb9395b202
  1. 26
      public/editor-files/style.css

26
public/editor-files/style.css

@ -3,7 +3,7 @@
html, body, div, form, fieldset, legend, label html, body, div, form, fieldset, legend, label
{ {
margin: 0; margin: 0;
padding: 0;
padding: 0;
} }
table table
@ -135,7 +135,7 @@ input.form-field-small, .tokenfield.form-control {
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
border: 1px #93dee5 solid;
border: 1px #93dee5 solid;
} }
.tokenfield.form-control { .tokenfield.form-control {
padding: 6px; padding: 6px;
@ -194,7 +194,7 @@ select.form-select-small {
.publish-dropdown .dropdown-content { .publish-dropdown .dropdown-content {
padding: 9px; padding: 9px;
} }
.publish-dropdown .dropdown-content,
.publish-dropdown .dropdown-content,
.publish-dropdown .dropdown-content a { .publish-dropdown .dropdown-content a {
color: #51a1a8; color: #51a1a8;
} }
@ -202,7 +202,7 @@ select.form-select-small {
vertical-align: middle; vertical-align: middle;
} }
.publish-dropdown input { .publish-dropdown input {
font-family: sans-serif;
font-family: sans-serif;
} }
.publish-dropdown .helptext { .publish-dropdown .helptext {
padding: 8px 4px 12px 4px; padding: 8px 4px 12px 4px;
@ -237,7 +237,7 @@ body {
line-height: 30px; line-height: 30px;
} }
body, input { body, input {
font-family: Georgia,Cambria,"Times New Roman",Times,serif;
font-family: Georgia,Cambria,"Times New Roman",Times,serif;
} }
*:focus { *:focus {
@ -259,6 +259,22 @@ body, input {
font-size: 38px; font-size: 38px;
width: 100%; width: 100%;
} }
#post-description {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
font-weight: bold;
font-size: 38px;
width: 100%;
}
#post-image {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
font-weight: bold;
font-size: 38px;
width: 100%;
}
#content { #content {
min-height: 300px; min-height: 300px;

Loading…
Cancel
Save