56 lines
886 B
CSS
Executable File
56 lines
886 B
CSS
Executable File
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
/*文字編輯器*/
|
|
.textEditor{
|
|
clear:both;
|
|
font-size:15px;
|
|
|
|
color:#2f2f2f;
|
|
line-height:1.8;}
|
|
|
|
.textEditor .myTitle{
|
|
font-size:20px;
|
|
font-weight:bold;
|
|
color:#F90;}
|
|
|
|
.textEditor a{
|
|
color:#06F;}
|
|
|
|
.textEditor img{
|
|
max-width:100%;}
|
|
|
|
.textEditor ul{
|
|
list-style:disc outside;
|
|
padding-left:30px;}
|
|
|
|
.textEditor ol{
|
|
list-style:decimal outside;
|
|
padding-left:30px;}
|
|
|
|
.textEditor table{
|
|
border-collapse:collapse;}
|
|
|
|
.textEditor table th{
|
|
padding:5px;
|
|
text-align:center;
|
|
background:#51649A;
|
|
color:#FFF;
|
|
border:1px solid #e1e1e1;}
|
|
|
|
.textEditor table td{
|
|
padding:5px;
|
|
border:1px solid #e1e1e1;}
|
|
|
|
.textEditor hr{
|
|
border:none;
|
|
height:1px;
|
|
background:#e9e9e9;}
|
|
|
|
.textEditor blockquote{
|
|
font-style: italic;
|
|
font-family: Georgia, Times, "Times New Roman", serif;
|
|
padding: 2px 0;
|
|
border-style: solid;
|
|
border-color: #ccc;
|
|
border-width: 0;} |