Просмотр файла htmly-2.9.8/system/resources/css/toolbar.css

Размер файла: 1.38Kb
  1. body {
  2. padding-top: 30px
  3. }
  4.  
  5. .admin-front .tb-admin,
  6. .all-posts .tb-posts,
  7. .admin-popular .tb-popular,
  8. .admin-mine .tb-mine,
  9. .admin-draft .tb-draft,
  10. .admin-content .tb-addcontent,
  11. .admin-categories .tb-categories,
  12. .edit-profile .tb-editprofile,
  13. .admin-import .tb-import,
  14. .admin-backup .tb-backup,
  15. .admin-config .tb-config,
  16. .admin-clear-cache .tb-clearcache,
  17. .admin-update .tb-update {
  18. background:#400;
  19. }
  20.  
  21. #toolbar {
  22. background: #666;
  23. box-shadow: 0 5px 15px #000;
  24. color: #CCC;
  25. font-family: Georgia, sans-serif;
  26. left: 0;
  27. margin: 0 -20px;
  28. padding: 0 25px;
  29. position: fixed;
  30. right: 0;
  31. top: 0;
  32. z-index: 6000;
  33. border: 0;
  34. font-size: 15px;
  35. text-align: left;
  36. vertical-align: baseline;
  37. min-height: 30px
  38. }
  39.  
  40. #toolbar ul {
  41. margin: 0;
  42. padding: 0;
  43. padding-left: 30px;
  44. }
  45.  
  46. #toolbar ul li, #toolbar ul li a {
  47. display:inline-block;
  48. list-style: none;
  49. margin: 0;
  50. height: 30px;
  51. line-height: 30px;
  52. }
  53.  
  54. #toolbar a {
  55. color: #FFF;
  56. font-size: .846em;
  57. text-decoration: none;
  58. border-radius: 10px;
  59. padding: 0 10px;
  60. }
  61.  
  62. @media all and (max-width: 550px) {
  63. body {
  64. padding-top: 60px
  65. }
  66. }
  67.  
  68. table#config td:first-child {
  69. width: 30%
  70. }
  71.  
  72. table#config td:last-child {
  73. width: 70%
  74. }
  75.  
  76. table#config input {
  77. width: 100%;
  78. box-sizing: border-box
  79. }
  80.  
  81. table#config tr:last-child td {
  82. border-bottom: none
  83. }