Advertisement
Guest User

meneame naranja

a guest
Oct 18th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix('http://meneame.net/'), url-prefix('https://meneame.net/'), url-prefix('http://www.meneame.net/'), url-prefix('https://www.meneame.net/')
  4. {
  5.  
  6. .subheader {
  7. margin-top: -10px;
  8. padding-left: 5px !important;
  9. }
  10.  
  11. #header-center .logo-eli {
  12. display: none;
  13. }
  14.  
  15. #header-center {
  16. width: 25% !important;
  17. }
  18.  
  19. #header-center .edname {
  20. display: none;
  21. }
  22.  
  23. #header-menu01 {
  24. background-color: #FF6400 !important;
  25. height: 32px !important;
  26. width: 75% !important;
  27. }
  28.  
  29. #header-menu01 ul li a {
  30. color: black !important;
  31. }
  32.  
  33. #header-menu01 ul li a:hover {
  34. padding-bottom: 2px !important;
  35. border-bottom: 3px black solid !important;
  36. }
  37.  
  38. #header-menu01 ul#menu01-itemsr {
  39. float: none !important;
  40. }
  41.  
  42. #header-menu01 ul#menu01-itemsl {
  43. margin: 3px 0 0 25px !important;
  44. }
  45.  
  46. #header-center {
  47. background-color: #FF6400 !important;
  48. width: 25%;
  49. height: 32px !important;
  50. float: right;
  51. }
  52.  
  53. ul.subheader {
  54. background-color: #FFF1E2 !important;
  55. }
  56.  
  57. #searchform {
  58. margin-top: 4px !important;
  59. position: absolute !important;
  60. top: 0;
  61. }
  62.  
  63. #searchform #searchbox {
  64. padding-left: 0 !important;
  65. padding-top: 0 !important;
  66. height: 17px !important;
  67. }
  68.  
  69.  
  70. .searchbox {
  71. padding-top: 3px !important;
  72. }
  73.  
  74. #header-top {
  75. height: 26px !important;
  76. }
  77.  
  78. #header-top ul#edlist {
  79. display: none !important;
  80. }
  81.  
  82. #header-top ul#userinfo {
  83. float: left !important;
  84. }
  85.  
  86. #notifier {
  87. margin-right: 0 !important;
  88. }
  89.  
  90. #header-top .usertext {
  91. font-family: 'Open Sans' !important;
  92. margin-top: 3px !important;
  93. }
  94.  
  95. dl.categorylist dt {
  96. padding-bottom: 6px !important;
  97. }
  98.  
  99. dl.categorylist dd input {
  100. margin-right: 5px !important;
  101. }
  102.  
  103. .sidebox .header {
  104. background: -moz-linear-gradient(left center , #FF6400 60%, #FFFFFF 100%) repeat scroll 0 0 transparent !important
  105. }
  106.  
  107. .comment-body {
  108. line-height: 130% !important;
  109. }
  110.  
  111. .news-details {
  112. color: #333 !important;
  113. }
  114.  
  115. .news-details a, .tool strong a, .tool a, .news-details {
  116. color: #FF6400 !important;
  117. }
  118.  
  119.  
  120. #tooltip-text {
  121. background: #FFEEC7 !important;
  122. border-color: #e2d3b0 !important;
  123. }
  124.  
  125. #notifier_panel {
  126. left: 325px !important;
  127. width: 220px;
  128. }
  129.  
  130.  
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement