Primera revisión de estilos para el contenido de documentos, wiki y CKEditor
This commit is contained in:
parent
637b28cec9
commit
e39ecee921
3 changed files with 86 additions and 44 deletions
82
public/themes/circlepro/stylesheets/editor.css
Normal file
82
public/themes/circlepro/stylesheets/editor.css
Normal file
|
@ -0,0 +1,82 @@
|
|||
@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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue