Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. ul.thread_tools, ul.thread_tools li {
  2. list-style: none;
  3. padding: 0;
  4. margin: 0;
  5. }
  6.  
  7. ul.thread_tools li {
  8. padding-left: 26px;
  9. padding-bottom: 4px;
  10. margin-bottom: 3px;
  11. font-size: 11px;
  12. }
  13.  
  14. ul.thread_tools li.printable {
  15. background: url(images/printable.gif) no-repeat 0px 0px;
  16. }
  17.  
  18. ul.thread_tools li.sendthread {
  19. background: url(images/send.gif) no-repeat 0px 0px;
  20. }
  21.  
  22. ul.thread_tools li.subscription_add {
  23. background: url(images/subscribe.gif) no-repeat 0px 0px;
  24. }
  25.  
  26. ul.thread_tools li.subscription_remove {
  27. background: url(images/unsubscribe.gif) no-repeat 0px 0px;
  28. }
  29. .tborder {
  30. width: 100%;
  31. margin: auto auto;
  32. position: relative;
  33. -webkit-border-radius: 4px 4px 0 0;
  34. -moz-border-radius: 4px 4px 0 0;
  35. border-radius: 4px 4px 0 0;
  36. }
  37.  
  38. .thead strong {
  39. position: relative;
  40. }
  41.  
  42. .thead {
  43. background:#FF6600 url(images/infinity/thead.png) repeat-x 100% 50%;
  44. color:#fff;
  45. padding:8px 8px 9px;
  46. font-size:15px;
  47. -moz-border-radius:4px 4px 4px 4px;
  48. -webkit-border-top-left-radius:4px;
  49. -webkit-border-top-right-radius:4px;
  50. border-radius:4px 4px 4px 4px;
  51. border: 1px solid rgba(255,255,255,0.2);
  52. text-shadow:0px -1px 0px rgba(0,0,0,0.4);
  53. margin-bottom: 4px;
  54. }
  55.  
  56. .thead a:link {
  57. text-decoration: none;
  58. color: #fff;
  59. text-shadow: 1px 1px 1px #555;
  60. font-family: arial;
  61. font-weight: bold;
  62. }
  63.  
  64. .thead a:visited {
  65. color: #fff;
  66. text-decoration: none;
  67. }
  68.  
  69. .thead a:hover,.thead a:active {
  70. color: #ccc;
  71. text-decoration: none;
  72. }
  73.  
  74. .tcat {
  75.  
  76. background: url(images/infinity/highlight_reallyfaint.png) 0px -1px repeat-x #282828;
  77. border-bottom: 1px solid #393939;
  78. border-top: 1px solid #393939;
  79. font-size: 11px; font-weight: 700;
  80. margin: -8px -8px 8px;
  81. padding: 7px;
  82. text-shadow: rgba(0, 0, 0, 0.804) 0px -1px 0px;
  83. color: #FFFFFF;
  84. }
  85.  
  86. .tcat a:link {
  87. color: #fff;
  88. text-shadow: rgba(0, 0, 0, 0.804) 0px -1px 0px;
  89. }
  90.  
  91. .tcat a:visited {
  92. color: #fff;
  93. }
  94.  
  95. .tcat a:hover,.tcat a:active {
  96. color: #fff;
  97. }
  98.  
  99. .showthread_post_options a:visited {
  100. -webkit-transition: 0.4s;
  101. -moz-transition: 0.4s;
  102. -o-transition: 0.4s;
  103. -ms-transition: 0.4s;
  104. transition: 0.4s;
  105. }
  106.  
  107. .showthread_post_options a {
  108. height: 25px;
  109. line-height: 25px;
  110. font-size: 12px;
  111. padding: 0 10px;
  112. background: url(images/infinity/thead.png) repeat-x 100% 50%;
  113. border: 1px solid rgba(255,255,255,0.2);
  114. -moz-border-radius: 3px;
  115. -webkit-border-radius: 3px;
  116. border-radius: 3px;
  117. color: #eeeeee;
  118. display: inline-block;
  119. text-shadow:0px -1px 0px rgba(0,0,0,0.4);
  120.  
  121. }
  122.  
  123. .showthread_post_options a img {
  124. position: relative;
  125. vertical-align: middle;
  126. top: -1px;
  127. margin-right: 5px;
  128. max-width: 13px;
  129. shadow: 0px -1px 1px #f2f2f2;
  130. }
  131.  
  132. .showthread_post_options a:hover {
  133. color: #fff;
  134. border: 1px solid rgba(255,255,255,0.2);
  135. }
  136.  
  137. .showthread_postauthor_avatar img {
  138. margin-right: 10px;
  139. }
  140.  
  141. .showthread_postmain {
  142. width: 100%;
  143. background: #0e0e0e;
  144. padding: 0px 3px 0px 3px;
  145. border-left: 1px solid #2b2b2b;
  146. border-right: 1px solid #2b2b2b;
  147. }
  148.  
  149. .showthread_postauthorinfo {
  150. width:177px;
  151. background: #161616;
  152. border-left: 1px solid #393939;
  153.  
  154. padding: 10px 2px;
  155. border-right: 1px solid #2b2b2b;
  156. border-bottom: 1px solid #2b2b2b;
  157. z-index: 99;
  158. font-size: 11px;
  159. color: #BCBCBC;
  160. }
  161.  
  162. .showthread_postauthorinfo2 {
  163. width:177px;
  164. background: #222222;
  165. border-left: 1px solid #393939;
  166. border-bottom: 1px solid #161616;
  167. text-align: center;
  168. padding: 8px 2px;
  169. z-index: 99;
  170. font-size: 11px;
  171. }
  172.  
  173. .showthread_postcontent {
  174. background: #1a1a1a;
  175. border-bottom: 1px solid #2b2b2b;
  176. border-right: 1px solid #393939;
  177. vertical-align: top;
  178. padding: 15px 15px 20px 20px;
  179. color: #bcbcbc;
  180.  
  181. }
  182.  
  183. .showthread_postcontentwrapper {
  184. width: 90%;
  185. }
  186.  
  187. .showthread_post_options {
  188. background: #222222;
  189. border-right: 1px solid #2b2b2b;
  190. border-bottom: 1px solid #161616;
  191. text-align: center;
  192. padding: 6px 2px;
  193. z-index: 99;
  194. font-size: 11px;
  195. }
  196.  
  197. .tcatleft {
  198. border-bottom:1px solid #3d3d3d; border-left: 1px solid #2b2b2b;background:#333 url(images/infinity/highlight_faint.png) repeat-x;padding:0
  199. 10px;height:36px;line-height:36px;font-weight:normal;font-size:13px; float:left;min-width:177px;font-weight:bold}
  200.  
  201. .tcatright .smalltext {
  202. color: #eeeeee;
  203. }
  204.  
  205. .tcatright {
  206. border-bottom:1px solid #3d3d3d; border-right: 1px solid #2b2b2b;text-shadow:rgba(0,0,0,0.4) 0px -1px 0px;background:#333 url(images/infinity/highlight_faint.png) repeat-x;padding:0
  207. 10px;height:26px;line-height:26px;font-weight:normal;font-size:13px;color: #eeeeee; color:#777;font-size:11px;font-weight:normal; vertical-align: middle;}
  208.  
  209.  
  210. .showthread_authorname {
  211. font-size: 12px;
  212. font-family: arial,trebuchet MS;
  213. padding-left: 5px;
  214. }
  215.  
  216. .showthread_authorname a {
  217. font-weight: bold;
  218. color: #fff;
  219. }
  220.  
  221. .showthread_useravatar img {
  222. -webkit-transition: 0.4s;
  223. -moz-transition: 0.4s;
  224. -o-transition: 0.4s;
  225. -ms-transition: 0.4s;
  226. transition: 0.4s;
  227. padding: 1px;
  228. background: #393939;
  229. border: 1px solid #515151;
  230. margin-top: 5px;
  231. }
  232.  
  233. .showthread_useravatar img:hover {
  234. border: 1px solid #737272;
  235. }
  236.  
  237. .showthread_rep a {
  238. -webkit-transition: 0.5s;
  239. -moz-transition: 0.5s;
  240. -o-transition: 0.5s;
  241. -ms-transition: 0.5s;
  242. transition: 0.5s;
  243. color: white;
  244. background: #bad98b url(images/infinity/highlight.png) repeat-x 0 0;
  245.  
  246. -webkit-border-radius: 2px;
  247. -moz-border-radius: 2px;
  248. border-radius: 2px;
  249. padding: 1px 10px;
  250. border: 1px solid #a6c96d;
  251. display: inline-block;
  252. width: 40px;
  253. }
  254.  
  255. .showthread_rep a:hover {
  256. color: white;
  257. background: #aecc6c url(images/infinity/highlight.png) repeat-x 0 0;
  258. border: 1px solid #a6c96d;
  259. }
  260.  
  261. .showthread_warning a {
  262. -webkit-transition: 0.5s;
  263. -moz-transition: 0.5s;
  264. -o-transition: 0.5s;
  265. -ms-transition: 0.5s;
  266. transition: 0.5s;
  267. color: white;
  268. background: #FF7045 url(images/infinity/highlight.png) repeat-x 0 0;
  269.  
  270. -webkit-border-radius: 2px;
  271. -moz-border-radius: 2px;
  272. border-radius: 2px;
  273. padding: 1px 10px;
  274. border: 1px solid #ff801f;
  275. font-size: 12px;
  276. font-weight: bold;
  277. text-shadow: 0px 1px 0px #444;
  278. width: 40px;
  279. display: inline-block;
  280. margin-top: 7px;
  281. }
  282.  
  283. .showthread_warning a:hover {
  284. color: white;
  285. background: #777 url(images/infinity/highlight.png) repeat-x 0 0;
  286. border: 1px solid #555;
  287. }
  288.  
  289. .showthread_warning a span {
  290. background: url(http://localhost/mybb/images/infinity/warning.png) no-repeat left;
  291. display: inline-block;
  292. width: 72px;
  293. height: 15px;
  294. position: relative;
  295. left: -12px;
  296. }
  297.  
  298. .postbit_attachment strong {
  299. color: #999;
  300. font-family: lato;
  301. }
  302.  
  303. .postbit_attachment {
  304. background: #fafafa url(images/infinity/attachment_blue.png) right top no-repeat;
  305. border: 1px solid #eee;
  306.  
  307. -webkit-border-radius: 3px;
  308. -moz-border-radius: 3px;
  309. border-radius: 3px;
  310. padding: 10px;
  311. color: #777;
  312. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement