- 1 core/misc/ckeditor/skins/moono-lisa/editor.css
- 1 core/themes/bartik/css/editor.css
/**
* Styles to be included within the rich-text editor.
*/
body {
line-height: 1.5;
font-size: 87.5%;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:link,
a:visited {
text-decoration: none;
}
a:hover,
a:active,
a:focus {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 1.0em 0 0.5em;
font-weight: inherit;
}
h1 {
font-size: 1.357em;
color: #000;
}
h2 {
font-size: 1.143em;
}
p {
margin: 0 0 1.2em;
}
del {
text-decoration: line-through;
}
tr.odd {
background-color: #dddddd;
}
img {
outline: 0;
}
code,
pre,
kbd,
samp,
var {
padding: 0 0.4em;
font-size: 0.857em;
font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
background-color: #f2f2f2;
background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
font-size: 100%;
background-color: transparent;
}
pre code,
pre samp,
pre var {
padding: 0;
}
.description code {
font-size: 1em;
}
kbd {
background-color: #f2f2f2;
border: 1px outset #575757;
margin: 0 3px;
color: #666;
display: inline-block;
padding: 0 6px;
border-radius: 5px;
}
pre {
background-color: #f2f2f2;
background-color: rgba(40, 40, 0, 0.06);
margin: 10px 0;
overflow: hidden;
padding: 15px;
white-space: pre-wrap;
}
caption {
text-align: left; /* LTR */
font-weight: normal;
}
[dir="rtl"] caption {
text-align: right;
}
blockquote {
background: #f7f7f7;
border-left: 4px solid #bbb; /* RTL */
font-style: italic;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
[dir="rtl"] blockquote {
border-left: none;
border-right: 4px solid #bbb;
}
blockquote:before {
color: #bbb;
content: "\201C"; /* RTL */
font-size: 3em;
line-height: 0.1em;
margin-right: 0.2em;
vertical-align: -.4em;
}
[dir="rtl"] blockquote:before {
content: "\201D";
}
blockquote:after {
color: #bbb;
content: "\201D"; /* RTL */
font-size: 3em;
line-height: 0.1em;
vertical-align: -.45em;
}
[dir="rtl"] blockquote:after {
content: "\201C";
}
blockquote > p:first-child {
display: inline;
}
File
core/themes/bartik/css/editor.css