2014-01-16 13:40:07 -08:00
|
|
|
/*
|
|
|
|
|
* Trestle editor styles
|
|
|
|
|
*
|
|
|
|
|
* @since 1.0.0
|
|
|
|
|
*
|
|
|
|
|
* @package Trestle
|
|
|
|
|
*/
|
|
|
|
|
|
2014-02-13 14:34:29 -08:00
|
|
|
@import url( '../../style.css' );
|
2014-01-16 13:40:07 -08:00
|
|
|
|
|
|
|
|
/* Overrides
|
|
|
|
|
--------------------------------------------- */
|
2014-01-16 13:59:54 -08:00
|
|
|
body {
|
2014-05-08 13:41:17 -07:00
|
|
|
padding: 8px 16px;
|
2014-01-16 13:59:54 -08:00
|
|
|
background-color: #FFF;
|
2014-05-08 13:41:17 -07:00
|
|
|
background-image: none;
|
2014-01-16 13:59:54 -08:00
|
|
|
}
|
2014-01-16 13:40:07 -08:00
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: 1.6rem;
|
2014-01-16 15:29:07 -08:00
|
|
|
}
|
|
|
|
|
|
2014-01-16 17:11:44 -08:00
|
|
|
.content a {
|
|
|
|
|
color: #f15123;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content a:hover {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-16 15:29:07 -08:00
|
|
|
.content ul,
|
|
|
|
|
.content ol {
|
|
|
|
|
margin: 0 0 26px 40px;
|
|
|
|
|
margin: 0 0 2.6rem 4rem;
|
2014-01-16 13:40:07 -08:00
|
|
|
}
|