Se simplifica el desplegable de estilos de CKEditor
This commit is contained in:
parent
6e37a8d3ee
commit
a66f2036ee
2 changed files with 71 additions and 14 deletions
|
@ -11,6 +11,24 @@ body {
|
|||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
code, kbd, samp, pre {
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
}
|
||||
code, kbd {
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
border-radius: 0;
|
||||
}
|
||||
code {
|
||||
color: #c7254e;
|
||||
background-color: #f9f2f4;
|
||||
}
|
||||
kbd {
|
||||
color: #fff;
|
||||
background-color: #333;
|
||||
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
|
||||
}
|
||||
|
||||
/* Headers */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
|
@ -112,6 +130,35 @@ div.youtube-embed-wrapper .responsive-view {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Other styles used in the "Styles" toolbar command.
|
||||
*/
|
||||
.note-red,
|
||||
.note-cyan,
|
||||
.note-green,
|
||||
.note-orange,
|
||||
.note-yellow {
|
||||
color: #222; /*
|
||||
margin: .5em; */
|
||||
padding: .5em;
|
||||
}
|
||||
.note-red {
|
||||
background-color: Red;
|
||||
color: #fff;
|
||||
}
|
||||
.note-cyan {
|
||||
background-color: SkyBlue;
|
||||
}
|
||||
.note-green {
|
||||
background-color: PaleGreen;
|
||||
}
|
||||
.note-orange {
|
||||
background-color: Coral;
|
||||
}
|
||||
.note-yellow {
|
||||
background-color: BlanchedAlmond;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media screen and (max-width: 767px) {
|
||||
.wiki p, .wiki li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue