﻿/*#
===================
@explain: 帖子内容输出样式（编辑器和帖子阅读页）
@copyright: Copyright 2012,phpwind.com
@author: longwenid@gmail.com
$Id: editor_content.css 24233 2013-01-23 06:36:49Z yanchixia $
===================
#*/
.editor_content{
    max-width:100% !important;
	line-height:1.8;
}
.editor_content *{
    max-width:100% !important;
}
/*斜体*/
.editor_content em{
	font-style: italic;
}
/*段落*/
.editor_content p{
	margin:0 0 0.5em;
	padding:0;
}
/*有序列表*/
.editor_content ol{
	padding:1em 1em 1em 3em;
}
/*无序列表*/
.editor_content ul{
	padding:1em 1em 1em 3em;
	list-style-type: disc;
}
.editor_content ul li{
	list-style-type: disc;
}
/*所有图片位置*/
.editor_content img{
	vertical-align:top;
}
/*引用*/
.blockquote
{
    border: 1px dashed #CCC;

    background-size: auto 35px;
    padding: 5px;
    margin: 5px 0;
}
.blockquote .return{
	
	width:14px;
	height:17px;
	overflow:hidden;
	text-indent:-2000em;
	float:left;
	margin:3px 0 0 5px;
}
/*表格*/
.read_form{
	table-layout:fixed;
}
.read_form td{
	line-height:18px;
	border:1px solid #e4e4e4;
}
/*帖内标题*/
.inside_title{
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
}
/*帖内图片*/
.editor_content img{
	max-width:100%;
}

