Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. #profile-nav {
  2. display: none; }
  3.  
  4. html, body {
  5. background: #ffffff;
  6. font-family: sans-serif;
  7. font-size: 11px;
  8. letter-spacing: 1px; }
  9.  
  10. body {
  11. min-width: 1000px; }
  12.  
  13. #container {
  14. width: 1000px;
  15. display: block !important;
  16. position: relative;
  17. margin: 0px auto !important;
  18. float: none;
  19. top: 0px; }
  20.  
  21. #column_2, #column_3 {
  22. display: none; }
  23.  
  24. .column {
  25. padding-top: 42px;
  26. float: none !important; }
  27.  
  28. #column_2:target, #column_3:target {
  29. display: block;
  30. position: absolute;
  31. left: 0px;
  32. top: 0px;
  33. width: 760px;
  34. z-index: 1 !important;
  35. background: #ffffff;
  36. min-height: 550px;
  37. margin: 0px !important; }
  38.  
  39. #column_1 #custom-14-panel {
  40. display: block !important;
  41. position: absolute !important;
  42. top: 42px !important;
  43. left: -775px;
  44. width: 750px; }
  45.  
  46. #column_1 {
  47. position: absolute;
  48. right: 0px;
  49. top: 0px; }
  50.  
  51. #column_1 #custom-12-panel h1 {
  52. display: none; }
  53.  
  54. #column_1 #custom-12-panel {
  55. position: fixed;
  56. top: 0px;
  57. left: 0px;
  58. right: 0px;
  59. background: #000000;
  60. text-align: center;
  61. padding: 0px;
  62. z-index: 10000 !important; }
  63.  
  64. #column_1 #custom-12-panel .content {
  65. padding: 0px;
  66. margin: 0px; }
  67.  
  68. #column_1 #custom-12-panel a {
  69. display: inline-block;
  70. width: 97px;
  71. padding: 5px;
  72. font-size: 13px;
  73. color: #000000;
  74. font-weight: normal;
  75. background: #ffffff; }
  76.  
  77. #column_1 #custom-12-panel a:hover {
  78. background: #525252;
  79. color: #e1e1e1; }
  80.  
  81. #comment-panel .content dl {
  82. display: none; }
  83.  
  84. h1 {
  85. background: #ffffff;
  86. color: #000000;
  87. font-weight: normal;
  88. font-size: 13px;
  89. text-transform: lowercase;
  90. font-variant: small-caps; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement