Advertisement
Guest User

style

a guest
Oct 4th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. body {
  2. text-align: center;
  3. font-family: Verdana, Arial, Helvetica, sans-serif;
  4. font-size: .9em;
  5. padding: 10px;
  6. margin: 0px;
  7. color: #000;
  8. background-image : url(../images/body-bg7.png);
  9. line-height: 1.3em;
  10. }
  11.  
  12. #date {
  13. float: left;
  14. margin: 8px 10px;
  15. color: #00477d;
  16. font-size: 12px;
  17. font-weight: bold;
  18. margin-top: 10px;
  19. position: relative;
  20. height: 13px;
  21. line-height: 13px;
  22. }
  23.  
  24. .home {
  25. margin: 10px 0 -35px 10px;
  26. color: #00477d;
  27. font-size: 12px;
  28. font-weight: bold;
  29. margin-top: 10px;
  30. position: relative;
  31. height: 25px;
  32. line-height: 25px;
  33. }
  34.  
  35. #facebook {
  36. margin: 10px 0 -35px 690px;
  37. color: #00477d;
  38. font-size: 12px;
  39. font-weight: bold;
  40. margin-top: 10px;
  41. position: relative;
  42. height: 25px;
  43. line-height: 25px;
  44. }
  45.  
  46. #banner {
  47. background-image: url("../images/Top.png");
  48. background-position: center top;
  49. margin-bottom: -3px;
  50. padding-top: 68px;
  51. width: 771px;
  52. }
  53.  
  54. #links_bar {
  55. background: rgba(0, 0, 0, 0) url("http://abeksis.com/images/links_bar.png") no-repeat scroll right center;
  56. direction: rtl;
  57. height: 30px;
  58. line-height: 25px;
  59. margin: 5px auto;
  60. text-align: right;
  61. width: 770px;
  62. }
  63.  
  64. p.update {
  65. height: 30px;
  66. line-height: 25px;
  67. margin: 10px 10px;
  68. text-align: left;
  69. font-size: 12px;
  70. font-weight: bold;
  71. color: #000;
  72. }
  73.  
  74. #repo {
  75. background: rgba(0, 0, 0, 0) url("http://abeksis.com/images/links_bar2.png") no-repeat scroll right center;
  76. height: 30px;
  77. line-height: 25px;
  78. margin: 5px auto;
  79. text-align: right;
  80. font-size: 13px;
  81. color: #f38906;
  82. font-weight: bold;
  83. }
  84.  
  85. a {
  86. color: #009;
  87. text-decoration: none;
  88. border-bottom: 1px dotted #000;
  89. }
  90. a:hover {
  91. text-decoration: none;
  92. border-bottom: 1px solid #009;
  93. }
  94.  
  95. table#searchResult {
  96. font-size: 1em;
  97. border-collapse: collapse;
  98. border-spacing:1px; margin:0;
  99. text-align: center;
  100. }
  101.  
  102. table#searchResult a { border: 0; }
  103. table#searchResult a:hover { text-decoration: underline; }
  104. thead#tableHead a { color: #000; font-weight: bold; }
  105. thead#tableHead a:hover { border: 0; }
  106. thead#tableHead th {
  107. background: #D2B9A6;
  108. }
  109.  
  110. table#searchResult th, table#searchResult td {
  111. -moz-border-bottom-colors: none;
  112. -moz-border-left-colors: none;
  113. -moz-border-right-colors: none;
  114. -moz-border-top-colors: none;
  115. border-image: none;
  116. border-style: solid;
  117. border-width: 1px;
  118. padding: 3px;
  119.  
  120. }
  121. table#searchResult tr {
  122. background: #eee none repeat scroll 0 0;
  123. }
  124. table#searchResult tr.alt { background: #F2ECE7; }
  125. table#searchResult tr:hover { background: #fff; }
  126. table#searchResult td.vertTh { font-weight:bold; color: #7B563A; }
  127. table#searchResult img { border:0; margin-left:2px; margin-right:2px; }
  128. table#searchResult img.dl { width:9px; height:11px; }
  129. table#searchResult img.co { width:11px; height:9px; }
  130. ads {vertical-align: text-top;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement