Advertisement
abeksis

sdfsdf

Oct 25th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1.  
  2. body {
  3. background-image: url("http://abeksis.com/images/body-bg7.png");
  4. color: #000;
  5. font-family: sans-serif,Verdana,Arial,Helvetica;
  6. font-size: 14px;
  7. line-height: 1.3em;
  8. margin: 0;
  9. padding: 0;
  10. text-align: center;
  11. }
  12. a.logo {
  13. display: block;
  14. float: left;
  15. height: auto;
  16. width: auto;
  17. margin: 18px;
  18. }
  19. a:hover {
  20. color: #363a3e;
  21. }
  22. #date {
  23. color: #00477d;
  24. float: left;
  25. font-size: 12px;
  26. font-weight: bold;
  27. height: 13px;
  28. line-height: 13px;
  29. margin: 10px 10px 8px;
  30. position: relative;
  31. }
  32. #next {
  33. color: #00477d;
  34. font-size: 12px;
  35. font-weight: bold;
  36. margin: 0 328px;
  37. position: absolute;
  38. }
  39. .home {
  40. color: #00477d;
  41. font-size: 12px;
  42. font-weight: bold;
  43. height: 25px;
  44. line-height: 25px;
  45. margin: 10px 0 -35px 10px;
  46. position: relative;
  47. }
  48. #banner {
  49. background-color: rgba(0, 0, 0, 0.14);
  50. border: 1px solid #afcde3;
  51. border-radius: 5px;
  52. margin: 0;
  53. overflow: hidden;
  54. padding: 5px;
  55. }
  56. #links_bar {
  57. background: rgba(0, 0, 0, 0) url("http://abeksis.com/images/links_bar.png") no-repeat scroll right center;
  58. direction: rtl;
  59. height: 30px;
  60. line-height: 25px;
  61. margin: 5px auto;
  62. text-align: right;
  63. width: 770px;
  64. }
  65. p.update {
  66. color: #000;
  67. font-size: 14px;
  68. font-weight: bold;
  69. height: 30px;
  70. line-height: 25px;
  71. margin: 0;
  72. text-align: left;
  73. }
  74.  
  75. #down {
  76. position: relative;
  77. top: 3px;
  78. }
  79. a {
  80. color: #009;
  81. text-decoration: none;
  82. }
  83. #searchResult {
  84. border-collapse: collapse;
  85. border-spacing: 1px;
  86. font-size: 1em;
  87. margin: 0;
  88. text-align: center;
  89. background: #fff none repeat scroll 0 0;
  90. border-radius: 5px;
  91. box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  92. }
  93. table#searchResult a {
  94. border: 0 none;
  95. }
  96. table#searchResult a:hover {
  97. text-decoration: underline;
  98. }
  99. thead#tableHead a {
  100. color: #000;
  101. font-weight: bold;
  102. }
  103. thead#tableHead a:hover {
  104. border: 0 none;
  105. }
  106. thead#tableHead th {
  107. background: #d2b9a6 none repeat scroll 0 0;
  108. }
  109. table#searchResult th, table#searchResult td {
  110. -moz-border-bottom-colors: none;
  111. -moz-border-left-colors: none;
  112. -moz-border-right-colors: none;
  113. -moz-border-top-colors: none;
  114. border-image: none;
  115. border-style: solid;
  116. border-width: 1px;
  117. padding: 3px;
  118. }
  119. table#searchResult tr {
  120. background: #eee none repeat scroll 0 0;
  121. }
  122. table#searchResult tr.alt {
  123. background: #f2ece7 none repeat scroll 0 0;
  124. }
  125. table#searchResult tr:hover {
  126. background: #fff none repeat scroll 0 0;
  127. }
  128. table#searchResult td.vertTh {
  129. color: #7b563a;
  130. font-weight: bold;
  131. }
  132. table#searchResult img {
  133. border: 0 none;
  134. margin-left: 2px;
  135. margin-right: 2px;
  136. }
  137. table#searchResult img.dl {
  138. height: 11px;
  139. width: 9px;
  140. }
  141. table#searchResult img.co {
  142. height: 9px;
  143. width: 11px;
  144. }
  145. ads {
  146. vertical-align: text-top;
  147. }
  148. table .date-col {
  149. position: relative;
  150. }
  151. table .date-col img {
  152. height: 20px;
  153. position: absolute;
  154. right: 3px;
  155. top: 2px;
  156. width: 20px;
  157. }
  158. .container {
  159. margin: -12px auto;
  160. min-height: 100%;
  161. position: relative;
  162. width: 100%;
  163. z-index: 10;
  164. }
  165. #header {
  166. margin: 0 auto;
  167. min-height: 94px;
  168. padding: 20px 34px 14px 0;
  169. position: relative;
  170. width: 1040px;
  171. }
  172. .container {
  173. background: rgba(0, 0, 0, 0) url("../images/head.jpg") no-repeat scroll center top;
  174. }
  175. #sp .container {
  176. background: rgba(0, 0, 0, 0) url("../images/head.jpg") no-repeat scroll center -69px;
  177. }
  178. #MainNav {
  179. background: #e7e7e7 url("../images/main_nav_px.gif") repeat-x scroll center top;
  180. border-radius: 5px;
  181. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  182. margin: 0 auto 20px;
  183. min-height: 36px;
  184. padding: 7px;
  185. position: relative;
  186. width: 966px;
  187. z-index: 1000;
  188. }
  189.  
  190. #menu {
  191. background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  192. color: #232323;
  193. float: right;
  194. font: bold 1.1em Arial,Helvetica,sans-serif;
  195. margin: 0;
  196. padding: 10px 18px;
  197. }
  198. #table {
  199. padding: 6px 226px 46px 10px;
  200. }
  201. #sidebar {
  202. background: #fff none repeat scroll 0 0;
  203. border-radius: 5px;
  204. box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  205. height: 144px;
  206. width: 210px;
  207. }
  208. p {
  209. color: #f60606;
  210. text-align: center;
  211. font-weight: bold;
  212.  
  213. }
  214. #footer {
  215. background: #272c32 url("../images/bg_foot.jpg") no-repeat scroll center top;
  216. border-bottom: 1px solid #004893;
  217. color: #fff;
  218. height: 100%;
  219. width: 100%;
  220. padding-bottom:300px;
  221. }
  222.  
  223. #footer a {
  224. color: hsla(0, 0%, 100%, 0.95);
  225. }
  226.  
  227. table#searchResult { border-collapse:inherit; border-spacing: 0; }
  228. table#searchResult td { border: solid 1px #000; border-spacing: 0; }
  229. table#searchResult tr:first-child th:first-child { border-top-left-radius: 10px; }
  230. table#searchResult tr:first-child th:last-child { border-top-right-radius: 10px; }
  231. table#searchResult tr:first-child td:first-child { border-top-left-radius: 10px; }
  232. table#searchResult tr:first-child td:last-child { border-top-right-radius: 10px; }
  233. table#searchResult tr:last-child td:first-child { border-bottom-left-radius: 10px; }
  234. table#searchResult tr:last-child td:last-child { border-bottom-right-radius: 10px; }
  235.  
  236. #center-footer {
  237. width:980px;
  238. margin-left: auto ;
  239. margin-right: auto ;
  240. }
  241.  
  242. .textwidget{
  243. direction:rtl;
  244. float:right;
  245. height:290px;
  246. width:270px;
  247. text-align:right;
  248. }
  249.  
  250. h3{
  251. font: 20px Arial, Verdana, Helvetica, sans-serif;
  252. /* text-transform: capitalize; */
  253. margin-bottom: 12px;
  254. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement