view.css 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .main-col > div.panel > .panel-heading .btn-toolbar ul.dropdown-menu{right:0; left:auto;}
  2. .books {position: relative; margin-left: -20px;}
  3. .books {position: relative;}
  4. .books dl { margin:0 0 0 25px; line-height: 20px; }
  5. .books .article { padding: 0; border: none; box-shadow: none; margin: 0}
  6. .book,.chapter,.books .article { line-height: 30px; padding: 3px 0; transition: all 0.3s; border-radius: 4px}
  7. .book > strong,.chapter > strong,.books .article > strong { font-size: 16px; display: inline-block; }
  8. .chapter > strong,.books .article > strong { font-size: 14px; }
  9. .books .article > strong { font-weight: normal; }
  10. .books .actions { display: inline-block; margin-left: 20px;}
  11. .books .actions a { color: #999; font-weight: normal; }
  12. .book:hover .actions a,.chapter:hover .actions a,.books .article:hover .actions a { color: #506EAF; }
  13. .chapter, .books .article { line-height: 20px; }
  14. .chapter .order,.books .article .order { display: inline-block; margin-right: 0; height: 20px; line-height: 20px; padding: 0 6px; text-align: center; border-radius: 5px; transition: all 0.3s; }
  15. .books dd:hover .order,.book:hover:before{border-color: #999}
  16. i.icon-arrow-up, i.icon-arrow-down{cursor:pointer}
  17. .catalog.chapter.dragging, .catalog.article.dragging {opacity: 0.25; background-color: #FFF4E5; border: 1px solid #fff}
  18. .catalog.chapter.drag-shadow, .catalog.article.drag-shadow {background: #fff; border: 1px solid #ddd; box-shadow:0 1px 8px rgba(0,0,0,.15);}
  19. .sort {cursor: move;}
  20. .catalog {position: relative;}
  21. .catalog.drop-to {background: none;}
  22. .catalog.drop-to:before {display: block; background-color: #E48600; content: ' '; height: 1px; width: 100%; position: absolute; top: -1px}
  23. .catalog.dragging .catalog.drop-to:before, .catalog.drop-to.dragging:before {display: none}
  24. .catalog-empty {display: none; padding: 0; height: 10px; line-height: 5px!important}
  25. dl.drop-area {background-color: #f1f1f1}
  26. dl.drop-area .catalog-empty {display: block;}
  27. .books > .catalog > .actions > .sort-handle {display: none}
  28. .leftmenu.affix{max-height: 80%; overflow-y:auto;}
  29. .split-row > .side-col,
  30. .split-row > .main-col {padding: 0;}
  31. .col-spliter {width: 20px; position: relative; z-index: 10; cursor: ew-resize;}
  32. .col-spliter:before,
  33. .col-spliter:after {content: ''; display: block; position: absolute; left: 50%; width: 10px; margin-left: -5px; top: 0; bottom: 0; background: rgba(0,0,0,.075); opacity: 0; transition: opacity .2s;}
  34. .col-spliter:before {border-radius: 5px;}
  35. .col-spliter:after {background: transparent; top: 50%; bottom: auto; height: 20px; opacity: 1; width: 4px; border-left: 1px solid rgba(0,0,0,.2); border-right: rgba(0,0,0,.2) 1px solid; margin-left: -2px; margin-top: -10px; }
  36. /* .col-spliter:hover:after {width: 2px; background: rgba(0,0,0,.15); margin-left: -1px; top: 0; bottom: 20px; height: auto; margin-top: auto; border: none;} */
  37. .row-spliting .col-spliter:after,
  38. .col-spliter:hover:after {border-color: rgba(0,0,0,.3);}
  39. .col-spliter:hover:before,
  40. .col-spliter:hover:after,
  41. .row-spliting .col-spliter:before,
  42. .row-spliting .col-spliter:after {opacity: 1;}
  43. dd.active a{font-weight: 700; color: #0c64eb;}
  44. #mainRow .side-col {max-width: 1000px;}