suitepro/public/themes/circlepro/stylesheets/editor.css

82 lines
1.3 KiB
CSS

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
body {
color: #3d454c;
font-size: 16px;
line-height: 1.42857em;
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.wiki h1 {
font-size: 32px;
}
.wiki h2 {
font-size: 24px;
}
.wiki h3 {
font-size: 20px;
}
.wiki h4 {
font-size: 17px;
border-bottom: 1px dotted #bbb;
}
.wiki h5 {
font-size: 17px;
}
.wiki h6 {
font-size: 16px;
}
h1, h2, h3 {
color: #b40b51;
}
div#content div.wiki-page > a:first-child + h1, h2 {
color: #f30;
font-size: 46px;
font-weight: 600;
line-height: 1em;
}
div#content h1 {
color: #b40b51;
}
.wiki h2 {
color: #b40b51;
}
a, a:link, a:visited {
color: #2996cc;
text-decoration: none;
}
body.ckeditor,
div#content p {
text-align: justify;
word-wrap: break-word;
}
body.ckeditor table {
border: 1px solid #bbb;
border-collapse: collapse;
}
body.ckeditor td, body.ckeditor th {
padding: 4px;
}
blockquote {
font-size: 22.5px;
line-height: 1.2em;
padding: 1px 12.5px;
border-left: 5px solid #eee;
}
hr {
width: 100%;
height: 1px;
background: #ccc;
border: 0;
}