content.css 4.25 KB
/* /ueditor/themes/iframe_wev8.css */
a{
	color:#123885 !important;
}
a:hover{
	color:red !important;
	cursor: pointer;
}
a:visited{
	color:red !important;
	cursor: pointer;
}
td{
  font-family: '微软雅黑';
  font-size: 12px;
}
.wfsigntbl{
  	border-spacing: 0px;
  	font-size: 12px;
}
.wfsigntbl td{
	border:#ccc solid 1px !important;
	border-spacing: 0px;
	font-size: 12px;
}

/* /docs/docs/DocDspHtmlShowContent.jsp */
body {
  margin: 0 auto;
}

body,
td {
  font-size: 12px;
  font-family: 微软雅黑;
}

#message_table td {
  border: none;
}

#message_table td a {
  border: none;
}

#message_table td img {
  border: none;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: #018efb;
}

#content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}

#content .selectTdClass {
  background-color: #edf5fa !important
}

#content table.noBorderTable td,
#content table.noBorderTable th,
#content table.noBorderTable caption {
  border: 1px dashed #ddd !important
}

#content caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}

#content th {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
}

#content table tr.firstRow th {
  border-top-width: 2px;
}

#content .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}

#content .ue-table-interlace-color-double {
  background-color: #f7faff;
}

#content td p {
  margin: 0;
  padding: 0;
}

#content .loadingclass {
  display: inline-block;
  cursor: default;
  background: url(/ueditor/themes/default/images/loading_wev8.gif) no-repeat center center transparent;
  border: 1px solid #cccccc;
  margin-left: 1px;
  height: 22px;
  width: 22px;
}

#content .loaderrorclass {
  display: inline-block;
  cursor: default;
  background: url(/ueditor/themes/default/images/loaderror_wev8.png) no-repeat center center transparent;
  border: 1px solid #cccccc;
  margin-right: 1px;
  height: 22px;
  width: 22px;
}

#content pre {
  margin: .5em 0;
  padding: .4em .6em;
  border-radius: 8px;
  background: #f8f8f8;
}

#content .anchorclass {
  background: url(/ueditor/themes/default/images/anchor_wev8.gif) no-repeat scroll left center transparent;
  cursor: auto;
  display: inline-block;
  height: 16px;
  width: 15px;
}

#content .pagebreak {
  display: block;
  clear: both !important;
  cursor: default !important;
  width: 100% !important;
  margin: 0;
}

#content .edui-editor-imagescale {
  display: none;
  position: absolute;
  border: 1px solid #38B2CE;
  cursor: hand;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#content .edui-editor-imagescale span {
  position: absolute;
  width: 6px;
  height: 6px;
  overflow: hidden;
  font-size: 0px;
  display: block;
  background-color: #3C9DD0;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand0 {
  cursor: nw-resize;
  top: 0;
  margin-top: -4px;
  left: 0;
  margin-left: -4px;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand1 {
  cursor: n-resize;
  top: 0;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand2 {
  cursor: ne-resize;
  top: 0;
  margin-top: -4px;
  left: 100%;
  margin-left: -3px;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand3 {
  cursor: w-resize;
  top: 50%;
  margin-top: -4px;
  left: 0;
  margin-left: -4px;
}

'
 #content .edui-editor-imagescale .edui-editor-imagescale-hand4 {
  cursor: e-resize;
  top: 50%;
  margin-top: -4px;
  left: 100%;
  margin-left: -3px;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand5 {
  cursor: sw-resize;
  top: 100%;
  margin-top: -3px;
  left: 0;
  margin-left: -4px;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand6 {
  cursor: s-resize;
  top: 100%;
  margin-top: -3px;
  left: 50%;
  margin-left: -4px;
}

#content .edui-editor-imagescale .edui-editor-imagescale-hand7 {
  cursor: se-resize;
  top: 100%;
  margin-top: -3px;
  left: 100%;
  margin-left: -3px;
}

#content .view {
  padding: 0;
  word-wrap: break-word;
  cursor: text;
  height: 90%;
}

body {
  margin: 8px;
  font-family: sans-serif;
  font-size: 12px;
}

p {
  margin: 5px 0;
}

img {
  max-width: 1024px!important;
}

#content img {
  cursor: pointer;
}

#content {
  word-break: break-all;
}