main.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .mickaSearch {
  2. max-height: 500px;
  3. min-height: 100px;
  4. font-size: 80%;
  5. padding: 0px;
  6. overflow-y: auto;
  7. font-weight: normal;
  8. color: #333333;
  9. white-space: nowrap;
  10. overflow-x: auto;
  11. }
  12. .mickaSearch-float-wrapper {
  13. position: fixed !important;
  14. top: 120px;
  15. width:350px;
  16. max-width:800px;
  17. right: 20px;
  18. border: thin solid rgba(0, 0, 0, 0.38);
  19. border-radius: 5px;
  20. padding:10px;
  21. background-color: #fff;
  22. opacity: .95;
  23. z-index: 100;
  24. overflow: hidden;
  25. }
  26. .hide-btn{
  27. float: right;
  28. }
  29. .reload-btn{
  30. float: right;
  31. }
  32. .kill-btn{
  33. float: right;
  34. }
  35. .col-md-9 {
  36. overflow:hidden;
  37. margin-left: 14%;
  38. width: 80%}
  39. #mickaSearch-wrapper.closed {
  40. min-width: 250px;
  41. width: auto;
  42. transition: width;
  43. }
  44. #mickaSearch-wrapper:hover{
  45. opacity: 1;
  46. }
  47. #mickaSearch-wrapper .header {
  48. font-size: 16px;
  49. font-weight: bold;
  50. }
  51. #mickaSearch-wrapper .hide-btn {
  52. font-size: 14px;
  53. font-family: monospace;
  54. }
  55. #mickaSearch-wrapper .reload-btn {
  56. font-size: 14px;
  57. font-family: monospace;
  58. }
  59. #mickaSearch-wrapper .kill-btn {
  60. font-size: 14px;
  61. font-family: monospace;
  62. }
  63. /* don't waste so much screen space... */
  64. #mickaSearch-wrapper .toc-item{
  65. padding-left: 20px;
  66. }
  67. #mickaSearch-wrapper .toc-item .toc-item{
  68. padding-left: 10px;
  69. }
  70. table.table, table.table tr, table.table td, table.table th {
  71. border: 0;
  72. }
  73. table.table-nonfluid {
  74. width: auto !important;
  75. }
  76. table.table {
  77. margin-left: 0;
  78. margin-right: 0;
  79. }
  80. /* stuff for tablesorter plugin */
  81. .tablesorter-default .header,
  82. .tablesorter-default .tablesorter-header {
  83. background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  84. background-position: right center;
  85. background-repeat: no-repeat;
  86. cursor: pointer;
  87. padding-right: 20px;
  88. }
  89. .tablesorter-default thead .headerSortUp,
  90. .tablesorter-default thead .tablesorter-headerSortUp,
  91. .tablesorter-default thead .tablesorter-headerAsc {
  92. background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  93. }
  94. .tablesorter-default thead .headerSortDown,
  95. .tablesorter-default thead .tablesorter-headerSortDown,
  96. .tablesorter-default thead .tablesorter-headerDesc {
  97. background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  98. }
  99. .tablesorter-default thead .sorter-false {
  100. background-image: none;
  101. cursor: default;
  102. padding-right: 5px;
  103. }