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

118 lines
2.1 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;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, .wiki h1 { font-size: 32px; }
h2, .wiki h2 { font-size: 24px; }
h3, .wiki h3 { font-size: 20px; }
h4, .wiki h4 { font-size: 17px; }
h5, .wiki h5 { font-size: 17px; }
h6, .wiki h6 { font-size: 16px; }
h1, h2, h3 {
color: #b40b51;
}
h4, .wiki h4 {
color: #585b5a;
border-bottom: 1px dotted #585b5a;
}
h5, .wiki h5 {
color: #6a6e71;
}
h6, .wiki h6 {
color: #81868b;
}
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: #3c8dbc;
text-decoration: none;
}
a:hover, a:focus {
color: #f70a0a;
}
.wiki p, .wiki li {
text-align: justify;
word-wrap: break-word;
}
body.wiki, .wiki p, .wiki li {
font-size: 18px;
}
.wiki li {
margin-top: 3px;
margin-bottom: 3px;
}
.wiki table {
border: 1px solid #bbb;
border-collapse: collapse;
}
.wiki td, .wiki th {
padding: 4px;
}
blockquote {
margin-right: 0;
line-height: 1.2em;
padding: 8.5px 25px 12.5px;
border-left: 5px solid #eee;
}
blockquote p {
margin: 12.5px 0;
}
blockquote, blockquote > p {
font-size: 22.5px !important;
}
hr {
width: 100%;
height: 1px;
background: #ccc;
border: 0;
}
/* Responsive */
@media screen and (max-width: 767px) {
.wiki p, .wiki li {
text-align: left;
}
body.wiki, .wiki p, .wiki li {
font-size: 16px;
}
blockquote, blockquote > p {
font-size: 18.5px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 899px) {
body.wiki, .wiki p, .wiki li {
font-size: 17px;
}
blockquote, blockquote > p {
font-size: 21.5px !important;
}
}