123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- .ke-content {
- margin-left: 8px;
- margin-right: 8px;
- font-size: 16px;
- line-height: 28px;
- /*font-family: "\5B8B\4F53","SimSun";*/
- }
- .ke-content pre {
- border: 1px dotted green;
- background-color: #EFFDF3;
- padding: 4px;
- }
- .ke-content h1 {
- font-size: 18px;
- font-weight: bold;
- border-left: 20px solid #cb254e;
- padding-bottom: 4px;
- padding-left: 4px;
- margin-top: 30px;
- margin-bottom: 20px;
- margin-left: 0px;
- }
- .ke-content h2 {
- font-size: 16px;
- font-weight: bold;
- margin-left: 0px;
- border-left: solid 15px #555555;
- padding-left: 4px;
- padding-bottom: 4px;
- margin-left: 5px;
- }
- .ke-content h3 {
- font-size: 14px;
- font-weight: bold;
- margin-left: 0px;
- border-left: solid 8px #cccccc;
- padding-left: 4px;
- padding-bottom: 4px;
- margin-left: 12px;
- }
- .ke-content ol li {
- list-style-type: decimal;
- }
- .ke-content ul li {
- list-style-type: disc;
- }
- .table-responsive {
- overflow: auto;
- }
- .ke-content img {
- max-width: 100%;
- }
- .ke-content img[align="left"] {
- padding: 16px;
- }
- .ke-content .img-thumbnail {
- padding: 4px;
- }
- .ke-content a {
- color: #4f7cce;
- text-decoration-line: underline;
- }
- .ke-content a:HOVER {
- color: #D9534F;
- text-decoration: underline;
- }
- .ke-content table, .ke-content tr, .ke-content td {
- /**border: 2px solid #000000;**/
- padding: 4px;
- }
- .ke-content table td p {
- margin: 0px;
- line-height: normal;
- }
- .ke-content table td {
- border: solid 1px #ccc;
- }
- .ke-content table .noBorderTable td, table .noBorderTable th, table .noBorderTable caption {
- border: 1px dashed #ddd !important
- }
- .ke-content table .sortEnabled tr .firstRow th, table .sortEnabled tr .firstRow td {
- padding-right: 20px;
- background-repeat: no-repeat;
- ' ' background-position: center right;
- background-image: url(' + this.rootPath + ' themes/ default/ images/ sortable.png);
- }
- .ke-content table.sortEnabled tr.firstRow th:hover, table.sortEnabled tr.firstRow td:hover {
- background-color: #EEE;
- }
- .ke-content table {
- margin-bottom: 10px;
- border-collapse: collapse;
- display: table;
- width: 100%;
- word-break: break-all; /*支持IE,chrome,FF不支持*/
- word-wrap: break-word; /*支持IE,chrome,FF*/
- }
- .ke-content td, .ke-content th {
- background: white;
- padding: 5px 10px;
- border: 1px solid #DDD;
- }
- .ke-content caption {
- border: 1px dashed #DDD;
- border-bottom: 0;
- padding: 3px;
- text-align: center;
- }
- .ke-content th {
- border-top: 1px solid #BBB;
- background: #F7F7F7;
- }
- .ke-content table tr.firstRow th {
- border-top: 2px solid #BBB;
- background: #F7F7F7;
- }
- tr.ue-table-interlace-color-single td {
- background: #fcfcfc;
- }
- tr.ue-table-interlace-color-double td {
- background: #f7faff;
- }
- .ke-content td p {
- margin: 0;
- padding: 0;
- }
- .ke-content hr {
- margin-top: 20px;
- margin-bottom: 20px;
- padding: 0;
- clear: both;
- }
- .ke-wcp-file {
- text-align: center;
- margin: 10px;
- padding: 10px;
- background-color: #eee;
- border: dashed 1px #ccc;
- }
- .ke-wcp-graph {
- text-align: center;
- margin: 10px;
- padding: 10px;
- background-color: #fff;
- border: dashed 1px #ccc;
- color: #aaa;
- background-color: #f3f3f3;
- }
- .ke-wcp-graph span {
- color: #999;
- font-size: 12px;
- }
- .ke-content video {
- background-color: #000000;
- }
- .ke-wcp-file span {
- color: #999;
- font-size: 14px;
- }
- .ke-wcp-file a {
- color: #717fa2;
- font-size: 14px;
- text-decoration: none;
- }
- .ke-wcp-file a:HOVER {
- color: #d34b47;
- font-size: 14px;
- text-decoration: none;
- }
- .ke-content img {
- vertical-align: middle;
- }
- .view img {
- max-width: 100%;
- }
|