| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- html, body {
- margin: 0;
- padding: 0;
- height: 100%;
- overflow: hidden;
- }
- h1.editor-title {
- background: #393F4F;
- color: white;
- margin: 0;
- height: 40px;
- font-size: 14px;
- line-height: 40px;
- font-family: 'Hiragino Sans GB', 'Arial', 'Microsoft Yahei';
- font-weight: normal;
- padding: 0 20px;
- }
- div.minder-editor-container {
- position: absolute;
- top: 40px;
- bottom: 0;
- left: 0;
- right: 0;
- }
- a.x-a-high, a.x-a-high:visited {
- color:#ff0;
- }
- .x-a-high:hover {
- color:#aa0;
- }
- .x-toolbox {
- margin-left: 50px;
- float: right;
- }
- .x-toolbox .x-line {
- font-size: 12px;
- margin:0 6px;
- color: #bbb;
- }
- .x-toolbox a.x-tool {
- font-size: 12px;
- color: #eaa421;
- text-decoration: none;
- }
- .x-toolbox a.x-tool:hover {
- color:#ff0;
- }
- .my-naotu-list .x-toolbox {
- padding-bottom: 5px;
- }
- .my-naotu-list .x-toolbox a.x-tool {
- color: #00a2d4;
- }
- .my-naotu-list .x-toolbox a.x-tool:hover {
- color:#00f;
- }
- .my-naotu-list {
- margin: 20px;
- }
- .my-naotu-list .mm-tips{
- font-size:16px;
- line-height: 30px;
- margin: 20px 0 50px;
- padding: 15px 60px;
- border: 1px solid #48b;
- background: #00b;
- color: #fff;
- border-radius: 60px;
- }
- .x-y {
- font-size: 16px;
- font-weight: bold;
- border-bottom: 1px solid #ccc;
- padding-bottom: 3px;
- margin-bottom: 10px;
- }
- .my-naotu-list .mm-tips a{
- color:red;
- }
- .my-naotu-list table {
- font-size: 14px;
- }
- .x-tips {
- font-size: 12px;
- color: #999;
- font-style: italic;
- margin-left: 40px;
- }
- .x-tips span {
- color: yellow;
- margin-left: 5px;
- text-decoration: underline;
- border-bottom: 1px solid yellow;
- padding-bottom: 2px;
- }
- .x-tips span:hover {
- color:#f00;
- cursor: pointer;
- border-bottom-color: #f00;
- }
- th.th-op {
- width:100px;
- }
|