Advertisement
Guest User

Untitled

a guest
Mar 14th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.95 KB | None | 0 0
  1. .pun {
  2. background: #eee4b4 url(http://i.imgur.com/f6eYxYx.png) repeat-y center !important;
  3. margin:auto;
  4. padding:0;
  5. width:100%
  6. }
  7. #pun-intro {
  8. -moz-border-radius:4px;
  9. -moz-box-shadow:0 1px 0 rgba(255,255,255,0.2),inset 0 1px 6px rgba(0,0,0,0.4);
  10. -webkit-border-radius:4px 4px 4px 4px;
  11. -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2),inset 0 1px 6px rgba(0,0,0,0.4);
  12. background:linear-gradient(tobottom,rgba(26,26,26,0.44) 0%,rgba(0,0,0,0.44) 100%);
  13. border:0;
  14. border-radius:4px 4px 4px 4px;
  15. box-shadow:0 1px 0 rgba(255,255,255,0.2),inset 0 1px 6px rgba(0,0,0,0.4);
  16. clear:both;
  17. display:none;
  18. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#701a1a1a',endColorstr='#70000000',GradientType=0);
  19. height:76px;
  20. line-height:70px;
  21. margin:auto;
  22. min-width:975px;
  23. padding:0;
  24. position:relative;
  25. width:70%
  26. }
  27. .main .main-head .page-title,.main-head .page-title h2,.module.main .main-head .h3 {
  28. font-size:1em!important;
  29. font-weight:700!important
  30. }
  31. .pun table th.tc2,.pun table th.tc3,.pun table th.tc4,.pun table th.tcl,.pun table th.tcr {
  32. background:#444;
  33. color:#666
  34. }
  35. .main .main-foot,.main .main-head {
  36. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 0 -164px;
  37. color:#5f5f5f;
  38. font-size:1em;
  39. font-weight:700;
  40. height:20px;
  41. overflow:hidden;
  42. padding-left:9px
  43. }
  44. #pun-desc {
  45. color:#CCC;
  46. font-size:12pt;
  47. line-height:25px;
  48. text-shadow:1px 1px 2px rgba(0,0,0,0.3)
  49. }
  50. .maxtitleforum #pun-title {
  51. color:#fff;
  52. font-family:Armata,sans-serif;
  53. font-size:30px;
  54. padding-bottom:5px;
  55. text-shadow:1px 2px 4px rgba(0,0,0,0.3)
  56. }
  57. .maxtitleforum {
  58. color:#fff;
  59. margin:45px auto auto;
  60. min-width:975px;
  61. width:70%
  62. }
  63. .pun-intro-main {
  64. background:#fff url(http://i.imgur.com/wa5siQH.jpg);
  65. box-shadow:inset 0 -5px 0 rgba(0,0,0,0.5);
  66. min-height:343px
  67. }
  68. #breadcrumb {
  69. -moz-box-shadow:0 -2px 3px rgba(0,0,0,0.05) inset,inset 0 1px 0 #fff;
  70. -webkit-box-shadow:0 -2px 3px rgba(0,0,0,0.05) inset,inset 0 1px 0 #fff;
  71. background:url(http://i.imgur.com/Lzq2mdm.png);
  72. box-shadow:0 -2px 3px rgba(0,0,0,0.05) inset,inset 0 1px 0 #fff;
  73. clear:both;
  74. height:78px;
  75. line-height:75px;
  76. overflow:hidden;
  77. text-shadow:0 1px 0 #fff
  78. }
  79. #breadcrumb .main_width {
  80. margin:auto;
  81. min-width:975px;
  82. width:70%
  83. }
  84. .pun-intro-main #pun-navlinks ul li a {
  85. color:#fff;
  86. font-family:'Fjalla One',sans-serif;
  87. font-size:11pt;
  88. margin:0;
  89. padding:25px 12px 32px;
  90. text-decoration:none;
  91. text-shadow:1px 1px 2px rgba(0,0,0,0.6)
  92. }
  93. .pun-intro-main #pun-navlinks ul li a:hover {
  94. background:rgba(0,0,0,0.37);
  95. color:#fff
  96. }
  97. .crumb.left a {
  98. font-size:20px!important;
  99. text-decoration:none
  100. }
  101. .crumb.left a span,.crumb.left a span h1 {
  102. color:#585858;
  103. font-family:Signika arial;
  104. font-size:20px!important;
  105. font-weight:400!important
  106. }
  107. .pun table.table td {
  108. background-color:#FBFBFB!important;
  109. border-bottom:1px solid #E1E1E1;
  110. border-style:none;
  111. border-top:1px solid #fff;
  112. border-width:1px;
  113. color:#AAA;
  114. font-family:Helvetica,helvetica,arial,sans-serif;
  115. font-size:12px;
  116. line-height:130%;
  117. padding:.6em 0 .7em
  118. }
  119. .pun table.table td:hover {
  120. color:#454545
  121. }
  122. .pun .main-content_board_index table.table {
  123. background:#fff;
  124. border:1px solid #DDD;
  125. border-collapse:separate
  126. }
  127. .main-content_board_index {
  128. background:#E5E4E3;
  129. padding:9px
  130. }
  131. a {
  132. outline:none;
  133. text-decoration:none;
  134. transition:all .25s ease-in-out
  135. }
  136. a:link {
  137. text-decoration:none
  138. }
  139. a:hover {
  140. cursor:sw-resize;
  141. text-decoration:none!important
  142. }
  143. a.forumtitle {
  144. font-family:'Carrois Gothic',sans-serif;
  145. font-size:16px;
  146. font-weight:400!important;
  147. text-decoration:none;
  148. text-shadow:0 0 1px #AAA
  149. }
  150. a.forumtitle:hover {
  151. text-decoration:none!important
  152. }
  153. a.topictitle {
  154. text-decoration:none
  155. }
  156. a.topictitle:hover {
  157. text-decoration:none!important
  158. }
  159. .module.main .main-head {
  160. background-position:-650px -25px!important
  161. }
  162. #pun-about a {
  163. color:#EEE;
  164. font-family:helvetica;
  165. font-size:12px;
  166. text-shadow:1px 1px 0 #5F5F5F
  167. }
  168. #pun-about form {
  169. display:none
  170. }
  171. #pun-about {
  172. background:none;
  173. border:none;
  174. border-width:1px;
  175. line-height:150%;
  176. margin:auto;
  177. min-width:985px;
  178. padding:.6em 1em;
  179. text-align:right;
  180. width:70%
  181. }
  182. #pun-foot .overlay {
  183. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/custom/overlay.png)
  184. }
  185. #pun-foot {
  186. background:#fff url(http://i.imgur.com/iOe6dpg.png);
  187. box-shadow:inset 0 2px 4px rgba(0,0,0,0.2);
  188. clear:both;
  189. position:absolute;
  190. width:100%
  191. }
  192. .main .main-head .page-title,.main-head .page-title h2,.module.main .main-head .h3 {
  193. font-family:'Carrois Gothic',sans-serif;
  194. font-size:18px
  195. }
  196. .tcl.tdtopics a.topictitle {
  197. color:#0F0F0F;
  198. font-family:'Carrois Gothic',sans-serif;
  199. font-size:15px;
  200. font-weight:400
  201. }
  202. #lit {
  203. display:inline-block;
  204. margin-right:10px;
  205. text-align:right
  206. }
  207. .datepostur {
  208. background:#EEE;
  209. border-radius:2px;
  210. color:#AAA!important;
  211. display:inline-block;
  212. font-family:Helvetica,helvetica,arial,sans-serif;
  213. font-size:11px!important;
  214. font-style:normal;
  215. font-variant:normal;
  216. font-weight:normal;
  217. margin-bottom:13px;
  218. padding:3px 10px
  219. }
  220. .pun .main-content_board_index .post {
  221. background:#EDEDED;
  222. border:1px solid #DDD;
  223. border-bottom:0 solid transparent
  224. }
  225. .pun .posthead {
  226. background:#F1F1F1;
  227. border-bottom:1px solid #DDD;
  228. font-weight:400;
  229. height:33px;
  230. line-height:32px;
  231. padding:0 10px;
  232. text-shadow:0 1px 0 #fff
  233. }
  234. .pun .postmain {
  235. background-color:#fff;
  236. border-left:1px solid #F0F0F0;
  237. margin-left:14em
  238. }
  239. .pun .post .user {
  240. margin-top:0;
  241. padding:20px;
  242. text-align:center;
  243. width:1px px
  244. }
  245. .postfoot {
  246. background:#F1F1F1;
  247. border-top:1px solid #E9E9E9;
  248. margin:5px 0 0;
  249. overflow:hidden
  250. }
  251. #userpost strong {
  252. float:left
  253. }
  254. .social_media a {
  255. display:block;
  256. float:right;
  257. height:33px;
  258. margin-right:10px;
  259. position:relative;
  260. top:20px;
  261. width:32px
  262. }
  263. #icon_plusg a:hover {
  264. background:url(http://i.imgur.com/yePnDmA.png) -64px 33px
  265. }
  266. #icon_plusg a {
  267. background:url(http://i.imgur.com/yePnDmA.png) -64px 0
  268. }
  269. #icon_twitter a {
  270. background:url(http://i.imgur.com/yePnDmA.png) -32px 0
  271. }
  272. #icon_twitter a:hover {
  273. background:url(http://i.imgur.com/yePnDmA.png) -32px 33px
  274. }
  275. #icon_face a {
  276. background:url(http://i.imgur.com/yePnDmA.png) 0 0
  277. }
  278. #icon_face a:hover {
  279. background:url(http://i.imgur.com/yePnDmA.png) 0 33px
  280. }
  281. #pun-navlinks {
  282. position:absolute;
  283. right:0
  284. }
  285. .sprite.icon_nav_search {
  286. background:url(http://i.imgur.com/agUZ8N6.png) no-repeat -32px -15px;
  287. height:22px;
  288. position:relative;
  289. top:5px;
  290. width:22px
  291. }
  292. #search_ipb input[type="submit"] {
  293. background:#222 url(http://i.imgur.com/5Ja1HOo.png) no-repeat 50%;
  294. border:1px solid #111!important;
  295. border-radius:0 2px 2px 0;
  296. box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
  297. cursor:pointer;
  298. height:32px;
  299. padding:0;
  300. text-indent:-3000em;
  301. width:26px
  302. }
  303. #search_ipb input[type="text"] {
  304. border:none;
  305. border-radius:4px 0 0 4px;
  306. box-shadow:0 2px 4px rgba(0,0,0,0.2);
  307. font-family:helvetica,arial,sans-serif;
  308. font-size:13px;
  309. font-style:normal;
  310. font-variant:normal;
  311. font-weight:normal;
  312. padding:7px;
  313. width:230px
  314. }
  315. #search_ipb {
  316. -moz-border-radius:0 0 4px 4px;
  317. -moz-box-shadow:0 1px 0 rgba(255,255,255,0.3);
  318. -webkit-border-radius:0 0 4px 4px;
  319. -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3);
  320. background:rgba(0,0,0,0.7);
  321. border-radius:0 0 4px 4px;
  322. box-shadow:0 1px 0 rgba(255,255,255,0.3);
  323. float:right;
  324. margin-right:10px;
  325. margin-top:75px;
  326. padding:10px
  327. }
  328. .reply_form_topic {
  329. background:#E5E4E3;
  330. padding:9px
  331. }
  332. .reply_form_topic #pun-qpost {
  333. background:#fff;
  334. margin:0;
  335. padding:10px
  336. }
  337. .reply_form_topic .main-head.clearfix {
  338. background:none!important;
  339. box-shadow:none;
  340. color:#000;
  341. font-family:'Carrois Gothic',sans-serif;
  342. font-size:18px;
  343. padding:10px;
  344. text-shadow:0 0 1px #fff
  345. }
  346. .pun .reply_form_topic .main-content.frm {
  347. border:0
  348. }
  349. .reply_form_topic #quick_reply .frm-set {
  350. background-color:#E4EBF2!important;
  351. background-image:none!important;
  352. border:2px solid #D5DDE5!important;
  353. margin:0;
  354. padding:0 5px 0 3px !important
  355. }
  356. .reply_form_topic #text_editor_controls {
  357. margin:10px;
  358. width:100%!important
  359. }
  360. .reply_form_topic button.button2,.reply_form_topic input.button2 {
  361. background:transparent;
  362. border:0;
  363. border-radius:2px;
  364. box-shadow:none;
  365. color:#383838;
  366. padding:4px 5px
  367. }
  368. .reply_form_topic button.button2:hover,.reply_form_topic input.button2:hover {
  369. background:#CFDAE0;
  370. border:0
  371. }
  372. .reply_form_topic #textarea_content dl dt {
  373. display:none
  374. }
  375. .reply_form_topic .dd-textarea {
  376. margin:0
  377. }
  378. .reply_form_topic .options {
  379. display:none
  380. }
  381. #text_editor_controls {
  382. margin:10px
  383. }
  384. .pun .frm div.posting-block dd.frm-textarea {
  385. margin-left:0
  386. }
  387. #locsdeidit input,#locsdeidit input:hover,.pun .frm .frm-buttons input,input[type="button"],input[type="reset"],input[type="submit"] {
  388. background:#212121 url(http://i.imgur.com/DNa2Rhl.png) repeat-x top;
  389. border:1px solid #222;
  390. border-radius:3px;
  391. box-shadow:0 1px 1px rgba(0,0,0,0.2);
  392. color:#fff;
  393. cursor:pointer;
  394. font-weight:500;
  395. padding:4px 10px
  396. }
  397. .main-content.topic {
  398. background:#f5f5f5
  399. }
  400. #quick_reply .frm-buttons {
  401. border:none;
  402. margin:5px;
  403. text-align:right
  404. }
  405. button.button2,input.button2 {
  406. background:#f5f5f5;
  407. border:1px solid #D5D5D5;
  408. border-radius:2px;
  409. color:#6B6B6B;
  410. cursor:pointer;
  411. padding:3px 4px
  412. }
  413. fieldset.frm-set dl dd {
  414. margin:auto!important
  415. }
  416. #text_editor_textarea,input[type="text"] {
  417. border:1px solid #DADADA;
  418. border-radius:3px;
  419. padding:3px
  420. }
  421. #header_bar {
  422. margin:auto;
  423. min-width:975px;
  424. position:relative;
  425. width:70%
  426. }
  427. #user_navigation {
  428. float:right;
  429. height:28px;
  430. margin:33px 0 6px;
  431. min-width:569px;
  432. text-align:right
  433. }
  434. .ipsList_inline.right li a {
  435. color:#EEE;
  436. font-family:'Carrois Gothic',sans-serif;
  437. font-size:15px;
  438. font-style:normal;
  439. font-variant:normal;
  440. font-weight:normal;
  441. text-shadow:rgba(0,0,0,0.498039) 1px 1px 2px
  442. }
  443. .ipsList_inline.right li {
  444. display:inline;
  445. margin:2px 7px
  446. }
  447. #reg_link {
  448. -moz-border-radius:3px;
  449. -moz-box-shadow:0 1px 0 rgba(255,255,255,0.3),inset 0 2px 4px rgba(0,0,0,0.2);
  450. -webkit-border-radius:3px;
  451. -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3),inset 0 2px 4px rgba(0,0,0,0.2);
  452. background:rgba(0,0,0,0.7);
  453. border:0;
  454. border-radius:3px;
  455. box-shadow:0 1px 0 rgba(255,255,255,0.3),inset 0 2px 4px rgba(0,0,0,0.2);
  456. color:#fff;
  457. display:inline-block;
  458. padding:6px 10px;
  459. text-shadow:0 1px 2px rgba(0,0,0,0.3)
  460. }
  461. .ipsList_inline.right {
  462. list-style:none
  463. }
  464. #custom_background {
  465. background-color:#fff;
  466. border:1px solid #D1D1D1;
  467. box-shadow:inset 0 1px 0 white,0 1px 3px rgba(0,0,0,0.16);
  468. color:#fff;
  469. overflow:hidden;
  470. padding:15px 0 15px 15px;
  471. position:relative
  472. }
  473. #custom_background span {
  474. -moz-transition:all .2s ease-in-out 0;
  475. background:url(http://www.tomchristian.co.uk/development/ipb/public/style_images/tctc91_glare/_custom/sprite_icons.png) no-repeat;
  476. border-radius:3px;
  477. box-shadow:0 1px 7px #000 inset,0 1px 0 rgba(255,255,255,0.05),0 0 1px rgba(255,255,255,0.35);
  478. cursor:pointer;
  479. display:block;
  480. float:left;
  481. height:90px;
  482. margin:5px;
  483. width:140px
  484. }
  485. #custom_background span:hover {
  486. -khtml-opacity:.5;
  487. -moz-opacity:.5;
  488. background:url(http://www.tomchristian.co.uk/development/ipb/public/style_images/tctc91_glare/_custom/sprite_icons.png) no-repeat;
  489. filter:alpha(opacity=0.5);
  490. opacity:.5
  491. }
  492. #nav_background {
  493. cursor:pointer
  494. }
  495. #toggle_background {
  496. margin-bottom:20px
  497. }
  498. #bg1 {
  499. background:url(http://fc09.deviantart.net/fs71/f/2010/166/a/c/Super_Mario_Galaxy_2_Wallpaper_by_Toxigyn.jpg) no-repeat -1006px -250px!important
  500. }
  501. #bg2 {
  502. background:url(http://www.wallsave.com/wallpapers/1920x1080/sea-stars/911506/sea-stars-galaxy-universe-andromeda-nebula-hd-desktop-911506.jpg) no-repeat -625px -450px!important
  503. }
  504. #bg3 {
  505. background:url(http://i.imgur.com/yhhf7Rt.jpg) no-repeat 0 0!important
  506. }
  507. #bg4 {
  508. background:url(http://i.imgur.com/0RcFxB5.jpg) no-repeat -655px -450px!important
  509. }
  510. #bg5 {
  511. background:url(http://backgroundhdwallpaper.com/wp-content/uploads/2013/02/Battlefield-3-Background-HD-Wallpaper.jpg) no-repeat -742px -122px!important
  512. }
  513. #bg6 {
  514. background:url(http://i.imgur.com/EYGZIPq.jpg) no-repeat -655px -450px!important
  515. }
  516. #bg7 {
  517. background:url(http://cdn.superbwallpapers.com/wallpapers/anime/naruto-13679-1366x768.jpg) no-repeat 0 0!important
  518. }
  519. #bg8 {
  520. background:url(http://wallpaperpassion.com/upload/4737/bikini-girl-wallpaper.jpg) no-repeat 0 0!important
  521. }
  522. .bg1 {
  523. background:#fff url(http://fc09.deviantart.net/fs71/f/2010/166/a/c/Super_Mario_Galaxy_2_Wallpaper_by_Toxigyn.jpg)!important
  524. }
  525. .bg2 {
  526. background:#fff url(http://www.wallsave.com/wallpapers/1920x1080/sea-stars/911506/sea-stars-galaxy-universe-andromeda-nebula-hd-desktop-911506.jpg)!important
  527. }
  528. .bg3 {
  529. background:#fff url(http://i.imgur.com/yhhf7Rt.jpg)!important
  530. }
  531. .bg4 {
  532. background:#fff url(http://i.imgur.com/0RcFxB5.jpg)!important
  533. }
  534. .bg5 {
  535. background:#fff url(http://backgroundhdwallpaper.com/wp-content/uploads/2013/02/Battlefield-3-Background-HD-Wallpaper.jpg)!important
  536. }
  537. .bg6 {
  538. background:#fff url(http://i.imgur.com/EYGZIPq.jpg)!important
  539. }
  540. .bg7 {
  541. background:#fff url(http://cdn.superbwallpapers.com/wallpapers/anime/naruto-13679-1366x768.jpg)!important
  542. }
  543. .bg8 {
  544. background:#fff url(http://wallpaperpassion.com/upload/4737/bikini-girl-wallpaper.jpg)!important
  545. }
  546. .roundframe {
  547. background:#f9f9f9;
  548. border-left:1px solid #e5e5e5;
  549. border-right:1px solid #e5e5e5;
  550. padding:0 10px
  551. }
  552. div.roundframe div.cat_bar {
  553. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 0 -252px;
  554. margin-bottom:0
  555. }
  556. div.cat_bar {
  557. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 0 -164px;
  558. height:38px;
  559. margin-bottom:1px;
  560. overflow:hidden;
  561. padding-left:9px
  562. }
  563. div.roundframe div.cat_bar h3.catbg {
  564. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 100% -252px;
  565. color:#fff
  566. }
  567. .table_list tbody.header td.catbg,h3.catbg,h3.catbg2,h4.catbg,h4.catbg2 {
  568. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 100% -164px;
  569. padding-right:9px
  570. }
  571. .table_list tbody.header td,.table_list tbody.header td a,h3.catbg,h3.catbg a:link,h3.catbg a:visited,h4.catbg a:link,h4.catbg a:visited {
  572. color:#424242
  573. }
  574. h3.catbg,h3.catbg2,h3.titlebg,h4.catbg,h4.titlebg {
  575. font-size:1em;
  576. font-weight:700;
  577. height:38px;
  578. line-height:38px;
  579. overflow:hidden
  580. }
  581. .catbg,.catbg2,tr.catbg td,tr.catbg th,tr.catbg2 td,tr.catbg2 th {
  582. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat -10px -164px;
  583. color:#424242;
  584. font-size:1em;
  585. font-weight:700
  586. }
  587. img#newsupshrink,img#upshrink_ic {
  588. float:right;
  589. margin:10px 5px 0 0
  590. }
  591. h3.catbg img.icon,h4.titlebg img.icon {
  592. margin:-2px 5px 0 0;
  593. vertical-align:middle
  594. }
  595. Inherited from h3.catbgdiv.roundframe div.cat_bar h3.catbg {
  596. color:#fff
  597. }
  598. #upshrinkHeaderIC {
  599. margin-top:4px
  600. }
  601. div.title_barIC {
  602. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.pngg) no-repeat 0 -120px;
  603. height:38px;
  604. margin-bottom:1px;
  605. overflow:hidden;
  606. padding-left:9px
  607. }
  608. div.title_barIC h4.titlebg {
  609. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 100% -120px;
  610. color:#484848
  611. }
  612. h3.titlebg,h4.titlebg {
  613. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat 100% -208px;
  614. padding-right:9px
  615. }
  616. h3.titlebg,h3.titlebg a,h4.titlebg,h4.titlebg a {
  617. color:#d2d2d2
  618. }
  619. .titlebg,.titlebg2,tr.titlebg td,tr.titlebg th,tr.titlebg2 td {
  620. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) no-repeat -10px -208px;
  621. color:#d2d2d2;
  622. font-size:1em;
  623. font-weight:700
  624. }
  625. .floatleft {
  626. float:left
  627. }
  628. #upshrinkHeaderIC p {
  629. margin:0 0 .5em;
  630. padding:.5em
  631. }
  632. #upshrinkHeaderIC p.last {
  633. border-top:2px dotted #bbb;
  634. margin:0;
  635. padding:.5em
  636. }
  637. .roundframe p {
  638. padding:.5em
  639. }
  640. span.upperframe {
  641. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) 0 -90px no-repeat;
  642. display:block;
  643. padding:0 0 0 20px
  644. }
  645. span.lowerframe {
  646. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) 0 -102px no-repeat;
  647. display:block;
  648. padding:0 0 0 20px
  649. }
  650. span.upperframe span {
  651. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) 100% -90px no-repeat;
  652. display:block;
  653. height:12px;
  654. padding:0
  655. }
  656. span.lowerframe span {
  657. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/theme/main_block.png) 100% -102px no-repeat;
  658. display:block;
  659. height:12px;
  660. padding:0
  661. }
  662. #fullcred a:hover {
  663. color:#fff
  664. }
  665. #fullcred a {
  666. -moz-transition:all 500ms ease 0;
  667. -ms-transition:all 500ms ease 0;
  668. -o-transition:all 500ms ease 0;
  669. -webkit-transition:all 500ms ease 0;
  670. color:rgba(255,255,255,0.4);
  671. display:block;
  672. font-family:'Carrois Gothic',sans-serif;
  673. font-size:15px;
  674. font-style:normal;
  675. font-variant:normal;
  676. font-weight:normal;
  677. text-shadow:rgba(0,0,0,0.498039) 1px 1px 2px
  678. }
  679. #fullcred {
  680. float:left;
  681. text-align:left
  682. }
  683. #topdes:hover {
  684. background:rgba(0,0,0,0.5) url(http://i.imgur.com/90ulAas.png)no-repeat center center
  685. }
  686. #topdes {
  687. background:rgba(0,0,0,0.2) url(http://i.imgur.com/90ulAas.png)no-repeat center center;
  688. border-radius:5px;
  689. cursor:pointer;
  690. display:block;
  691. height:24px;
  692. margin:auto;
  693. text-align:center;
  694. width:24px
  695. }
  696. #estadisticas-IPB {
  697. text-align:center
  698. }
  699. #estadisticas-IPB .stat-bloque {
  700. display:inline-block;
  701. margin-right:10px
  702. }
  703. #estadisticas-IPB span {
  704. background:#E2E2E2;
  705. border-radius:2px;
  706. color:#4A4A4A;
  707. display:inline-block;
  708. font-weight:700;
  709. margin:2px;
  710. padding:2px 6px
  711. }
  712. .board_statistics {
  713. border-top:3px solid #D8D8D8;
  714. margin:20px 0 0;
  715. padding:10px 0
  716. }
  717. .board_statistics h2 {
  718. font-size:14px;
  719. font-weight:700;
  720. margin:4px 0
  721. }
  722. .contract {
  723. -moz-transition:all 0 ease 0;
  724. -ms-transition:all 0 ease 0;
  725. -o-transition:all 0 ease 0;
  726. -webkit-transition:all 0 ease 0;
  727. background:url(http://i.imgur.com/gLCLWtW.png) no-repeat -94px 0;
  728. cursor:pointer;
  729. display:block;
  730. float:right;
  731. height:24px;
  732. opacity:.4;
  733. outline:0;
  734. position:relative;
  735. right:10px;
  736. text-indent:-3000em;
  737. top:-20px;
  738. width:41px
  739. }
  740. .post:hover .user-avatar img {
  741. -moz-transition:all .2s linear;
  742. -o-transition:all .2s linear;
  743. -webkit-transition:all .2s linear;
  744. opacity:1
  745. }
  746. .post:hover .post-options {
  747. -moz-transition:all .2s linear;
  748. -o-transition:all .2s linear;
  749. -webkit-transition:all .2s linear;
  750. opacity:.5
  751. }
  752. .post .post-options:hover {
  753. -moz-transition:all .2s linear;
  754. -o-transition:all .2s linear;
  755. -webkit-transition:all .2s linear;
  756. opacity:1!important
  757. }
  758. .post .post-options {
  759. -moz-transition:all .2s linear;
  760. -o-transition:all .2s linear;
  761. -webkit-transition:all .2s linear;
  762. opacity:0
  763. }
  764. .pun .user-ident .user-basic-info {
  765. font-weight:700
  766. }
  767. .pun div,.pun td,.sig-line {
  768. color:#DDD
  769. }
  770. .spoiler>dt::after {
  771. content:"Naruto Yopa";
  772. float:right
  773. }
  774. .module-advert {
  775. display:none
  776. }
  777. #online .on-title,#statistics .stats-title {
  778. border-bottom:1px solid #fff;
  779. font-size:30px;
  780. height:70px;
  781. text-transform:uppercase
  782. }
  783. .online-content {
  784. border-top:1px solid #D9D9D9;
  785. padding:15px
  786. }
  787. #online {
  788. background:#EAEAEA;
  789. border-right:2px solid #D2D2D2;
  790. vertical-align:top;
  791. width:60%
  792. }
  793. #online .on-title {
  794. background:#F3F3F3
  795. }
  796. #pun-announcement,#pun-visit,.main-box {
  797. -moz-border-radius:5px;
  798. -moz-box-shadow:0 2px 5px 0 #dcdcdc;
  799. background:#fff url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  800. border:1px solid #D6D6D6;
  801. border-image:initial;
  802. border-radius:5px;
  803. box-shadow:0 2px 5px 0 #dcdcdc
  804. }
  805. #general-stats {
  806. -moz-box-shadow:0 0 7px 0 #dcdcdc;
  807. background:#f5f5f5;
  808. border:1px solid #fff;
  809. border-image:initial;
  810. box-shadow:0 0 7px 0 #dcdcdc;
  811. text-shadow:1px 1px 0 #fff;
  812. width:100%
  813. }
  814. #online .on-title a,#statistics .stats-title a {
  815. bottom:-23px;
  816. font-family:Century Gothic!important;
  817. left:20px;
  818. position:relative
  819. }
  820. .chart,.globe {
  821. height:28px;
  822. margin-top:-3px;
  823. vertical-align:middle
  824. }
  825. #statistics {
  826. border-left:0 solid #fff;
  827. float:right;
  828. padding-bottom:15px;
  829. vertical-align:top;
  830. width:100%
  831. }
  832. .stats-content {
  833. border-top:1px solid #D9D9D9;
  834. padding:15px
  835. }
  836. #legend {
  837. margin:25px 0
  838. }
  839. .groups {
  840. background:url(http://i36.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
  841. float:right;
  842. margin-top:-22px;
  843. padding:5px 0 5px 18px
  844. }
  845. li {
  846. list-style-type:none
  847. }
  848. .pun table td.tcl {
  849. border-left-style:none;
  850. border-left-width:0;
  851. height:42px;
  852. min-height:24px;
  853. padding-left:.5em;
  854. vertical-align:top
  855. }
  856. .pun table .tdtopics {
  857. padding-left:42px
  858. }
  859. .pun table .tcl {
  860. overflow:hidden;
  861. text-align:left;
  862. width:50%
  863. }
  864. .forumbit_post .foruminfo .forumicon {
  865. position:absolute
  866. }
  867. .main .main-foot {
  868. background:#e8e8e8 url(http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png) repeat-x 0 0;
  869. border-bottom:1px solid #e0e0e0;
  870. border-top:1px solid #e0e0e0;
  871. color:#000;
  872. font-size:13px;
  873. font-weight:400;
  874. height:36px;
  875. line-height:36px;
  876. padding:0 10px;
  877. text-shadow:gray 0 -1px 0
  878. }
  879. .pun .post {
  880. background:#FBFBFB
  881. }
  882. #quick_reply #textarea_content {
  883. clear:both;
  884. height:auto!important;
  885. margin-left:0;
  886. margin-right:0;
  887. width:100%!important
  888. }
  889. #pun-qpost #textarea_content dt label {
  890. float:left
  891. }
  892. .codebox {
  893. background:#E7E6E6;
  894. border:1px solid #BDBDBD;
  895. box-shadow:0 2px 10px #D6D6D6;
  896. margin:1em;
  897. max-width:auto
  898. }
  899. .codebox dt {
  900. border-bottom:4px solid #D64107;
  901. font-size:14px;
  902. font-weight:700;
  903. text-shadow:1px 1px #F3F3F3
  904. }
  905. .codebox dd.cont_code,.codebox.spoiler dd {
  906. background:#F0F0F0;
  907. border:1px solid #d3d3d3
  908. }
  909. .codebox dd.cont_code {
  910. max-height:200px;
  911. overflow:auto
  912. }
  913. .codebox dd {
  914. background-color:#FFFFE1;
  915. margin:.5em;
  916. padding:.5em
  917. }
  918. element.style {
  919. padding:5px 35px 10px 1px
  920. }
  921. .pun .main-foot .h2,.pun .main-head .h2 {
  922. color:#E8E4E1;
  923. float:left
  924. }
  925. .pun .main .options a,.pun .main .options a:link,.pun .main .options a:visited {
  926. color:transparent;
  927. margin-left:.5em;
  928. text-decoration:none
  929. }
  930. .pun .main-head a.exthelp,.pun .main-head a.exthelp:link,.pun .main-head a.exthelp:visited {
  931. background:transparent;
  932. background-position:left;
  933. background-repeat:no-repeat;
  934. padding-left:20px
  935. }
  936. .sprite-arrow_prosilver_down {
  937. background:transparent;
  938. background-position:0 0;
  939. height:6px;
  940. width:6px
  941. }
  942. .disabled {
  943. -moz-border-radius:3px;
  944. -moz-box-shadow:inset 0 1px 0 0 #5c5c5c,0 2px 3px rgba(0,0,0,0.2);
  945. -moz-transition:all 0 ease 0;
  946. -ms-transition:all 0 ease 0;
  947. -o-transition:all 0 ease 0;
  948. -webkit-border-radius:3px;
  949. -webkit-box-shadow:inset 0 1px 0 0 #5c5c5c,0 2px 3px rgba(0,0,0,0.2);
  950. -webkit-transition:all 0 ease 0;
  951. background:#333;
  952. border:1px solid #212121;
  953. border-radius:3px;
  954. border-width:1px 1px 0;
  955. box-shadow:inset 0 1px 0 0 #5c5c5c,0 2px 3px rgba(0,0,0,0.2);
  956. color:#ddd;
  957. cursor:pointer;
  958. display:inline-block;
  959. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838',endColorstr='#1e1e1e',GradientType=0);
  960. float:right;
  961. font-family:Helvetica,Arial,sans-serif;
  962. font-size:12px;
  963. font-style:normal;
  964. font-variant:normal;
  965. font-weight:300;
  966. height:30px;
  967. line-height:30px;
  968. min-width:125px;
  969. padding:0 10px;
  970. text-align:center;
  971. text-shadow:0 -1px 0 #191919
  972. }
  973. #header {
  974. background:url(http://i.imgur.com/iOe6dpg.png) 50% 0 repeat;
  975. background-size:cover
  976. }
  977. #header .overlay {
  978. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/custom/overlay.png)
  979. }
  980. #logo {
  981. padding:26px 0
  982. }
  983. #logo a {
  984. background:url(http://i.imgur.com/DzIs5Zy.png) no-repeat scroll 50% 0 transparent;
  985. border:2px solid #FFF;
  986. border-radius:7px;
  987. box-shadow:0 0 7px #AAA;
  988. display:block;
  989. height:450px;
  990. margin:0 auto;
  991. padding:0 7px!important;
  992. width:900px
  993. }
  994. a:link,a:visited {
  995. color:#7AA039;
  996. text-decoration:none
  997. }
  998. user agent stylesheeta:-webkit-any-link {
  999. color:-webkit-link;
  1000. cursor:auto;
  1001. text-decoration:underline
  1002. }
  1003. #navbar {
  1004. background:rgba(0,0,0,0.75);
  1005. height:42px
  1006. }
  1007. .wrapper {
  1008. margin:0 auto;
  1009. width:990px
  1010. }
  1011. #topnav,#topnav ul {
  1012. margin:0;
  1013. padding:0;
  1014. z-index:999
  1015. }
  1016. dir,menu,user agent stylesheetul {
  1017. -webkit-margin-after:1em;
  1018. -webkit-margin-before:1em;
  1019. -webkit-margin-end:0;
  1020. -webkit-margin-start:0;
  1021. -webkit-padding-start:40px;
  1022. display:block;
  1023. list-style-type:disc
  1024. }
  1025. #topnav>li {
  1026. margin-right:1px
  1027. }
  1028. #topnav li {
  1029. float:left;
  1030. list-style:none;
  1031. margin:0;
  1032. padding:0;
  1033. position:relative
  1034. }
  1035. user agent stylesheetli {
  1036. display:list-item;
  1037. text-align:-webkit-match-parent
  1038. }
  1039. #topnav li a.active {
  1040. background:#6E942D;
  1041. color:#fff;
  1042. font-weight:700
  1043. }
  1044. #topnav li a {
  1045. color:#adadad;
  1046. display:block;
  1047. font-size:13px;
  1048. line-height:56px;
  1049. padding:0 15px;
  1050. text-decoration:none;
  1051. transition:all .2s ease-out
  1052. }
  1053. form,p,span {
  1054. margin:0;
  1055. padding:0
  1056. }
  1057. Inherited from a.firstlevel#topnav li a {
  1058. color:#adadad;
  1059. font-size:13px;
  1060. line-height:56px
  1061. }
  1062. #loool {
  1063. overflow:hidden;
  1064. padding:25px 0
  1065. }
  1066. #board-notice {
  1067. float:left;
  1068. font-size:12px;
  1069. line-height:20px;
  1070. padding:0
  1071. }
  1072. #welcome {
  1073. float:left
  1074. }
  1075. #welcome p {
  1076. background:rgba(255,255,255,0.8);
  1077. display:block;
  1078. font-size:16px;
  1079. font-weight:300;
  1080. padding:8px
  1081. }
  1082. #welcome span {
  1083. color:#4b4b4b;
  1084. font-weight:600
  1085. }
  1086. #topnav li:hover ul {
  1087. left:0
  1088. }
  1089. #topnav li ul {
  1090. background:#5C821B;
  1091. left:-999em;
  1092. padding:5px 0;
  1093. position:absolute;
  1094. width:200px
  1095. }
  1096. #topnav li li {
  1097. height:auto;
  1098. margin:0;
  1099. padding:0;
  1100. width:200px
  1101. }
  1102. #pun-about #qjump {
  1103. float:left;
  1104. text-align:left
  1105. }
  1106. #pun-about ul {
  1107. list-style-type:none
  1108. }
  1109. .left {
  1110. float:left
  1111. }
  1112. #quicknav li.social a:hover {
  1113. background-color:#3d3d3d
  1114. }
  1115. #account {
  1116. float:right
  1117. }
  1118. #account ul {
  1119. margin:0;
  1120. padding:0
  1121. }
  1122. #account li {
  1123. float:left;
  1124. height:50px;
  1125. line-height:50px;
  1126. list-style:none;
  1127. margin:0 0 0 1px;
  1128. padding:0
  1129. }
  1130. #account li.signin a {
  1131. background:#4D4D4D
  1132. }
  1133. #account li.signin a,#account li.signup a {
  1134. padding:0 20px
  1135. }
  1136. #account li a {
  1137. background:#779D36;
  1138. color:#fff;
  1139. display:block;
  1140. font-size:13px;
  1141. padding:0 15px;
  1142. text-decoration:none
  1143. }
  1144. #account li.signout a,#account li.signup a {
  1145. font-weight:700
  1146. }
  1147. #quicknav {
  1148. float:left;
  1149. margin:0
  1150. }
  1151. #quicknav ul {
  1152. margin:0;
  1153. padding:0
  1154. }
  1155. #quicknav li {
  1156. float:left;
  1157. list-style:none;
  1158. margin:0 0 0 1px;
  1159. padding:0
  1160. }
  1161. #quicknav li a {
  1162. color:#525252;
  1163. display:block;
  1164. font-size:13px;
  1165. font-weight:700;
  1166. line-height:50px;
  1167. padding:0 0 0 20px
  1168. }
  1169. #quicknav li.social a {
  1170. background:url(http://demo.dzinerstudio.com/smf2/Themes/skyline_20/images/custom/social.png) no-repeat;
  1171. height:50px;
  1172. padding:0;
  1173. text-indent:-9999px;
  1174. width:50px
  1175. }
  1176. #quicknav li.facebook a {
  1177. background-color:#335e86;
  1178. background-position:0 0
  1179. }
  1180. #quicknav li.twitter a {
  1181. background-color:#00bef1;
  1182. background-position:0 -55px
  1183. }
  1184. #quicknav li.googleplus a {
  1185. background-color:#e34d32;
  1186. background-position:0 -110px
  1187. }
  1188. #quicknav li.pinterest a {
  1189. background-color:#cc2127;
  1190. background-position:0 -330px
  1191. }
  1192. #quicknav li.rss a {
  1193. background-color:#F88C37;
  1194. background-position:0 -385px
  1195. }
  1196. #account li.signin a:hover {
  1197. background:#577D16
  1198. }
  1199. #account li.signup a:hover {
  1200. background:#577D16
  1201. }
  1202. .pun .topic {
  1203. border-style:none!important
  1204. }
  1205. #topnav {
  1206. float:left;
  1207. font-family:Tahoma,Arial,Helvetica,sans-serif;
  1208. font-size:10.8px;
  1209. font-weight:700;
  1210. height:56px
  1211. }
  1212. #sbUser ul,#topnav ul {
  1213. margin:0;
  1214. padding:0
  1215. }
  1216. #sbUser li,#topnav li {
  1217. float:left;
  1218. line-height:16px;
  1219. list-style-type:none;
  1220. margin:0;
  1221. padding:0 1px 0 0;
  1222. position:relative
  1223. }
  1224. #sbUser li:hover,#topnav li:hover {
  1225. background:rgba(102,255,0,0.53)
  1226. }
  1227. #sbUser li a,#topnav li a {
  1228. color:#adadad;
  1229. display:block;
  1230. float:left;
  1231. line-height:36px;
  1232. outline:none;
  1233. padding:6px 18px 0;
  1234. text-decoration:none
  1235. }
  1236. #sbUser li a:hover,#sbUser li.sfhover a,#sbUser li:hover a,#topnav li a:hover,#topnav li.sfhover a,#topnav li:hover a {
  1237. color:#fff
  1238. }
  1239. #sbUser li li,#topnav li li {
  1240. -moz-transition:.5s all;
  1241. -ms-transition:.5s all;
  1242. -o-transition:.5s all;
  1243. -webkit-transition:.5s all;
  1244. font-size:11px;
  1245. font-weight:400;
  1246. height:auto;
  1247. line-height:normal;
  1248. margin:0;
  1249. padding:0;
  1250. transition:.5s all;
  1251. width:160px
  1252. }
  1253. #sbUser li li a,#sbUser li.sfhover li a,#sbUser li:hover li a,#topnav li li a,#topnav li.sfhover li a,#topnav li:hover li a {
  1254. background:none;
  1255. border-right:0;
  1256. display:block;
  1257. float:none;
  1258. font-size:11px;
  1259. font-weight:400;
  1260. height:30px;
  1261. line-height:30px;
  1262. padding:0 0 0 22px
  1263. }
  1264. #topnav a.linkSep {
  1265. border-bottom:1px solid #833032!important
  1266. }
  1267. #topnav li li a:hover {
  1268. background:rgba(0,0,0,0.2)
  1269. }
  1270. #sbUser li ul,#topnav li ul {
  1271. -moz-border-radius:0 0 4px 4px;
  1272. border-radius:0 0 4px 4px;
  1273. clear:both;
  1274. height:auto;
  1275. left:-999em;
  1276. position:absolute;
  1277. top:42px;
  1278. width:160px;
  1279. z-index:100
  1280. }
  1281. #sbUser li:hover ul,#topnav li.sfhover ul,#topnav li:hover ul {
  1282. left:auto
  1283. }
  1284. .sbTopLinks li {
  1285. float:left;
  1286. height:42px;
  1287. position:relative
  1288. }
  1289. #sbUser li li a:hover {
  1290. background-color:rgba(0,0,0,0.2)
  1291. }
  1292. #sbUser a.sbLogout {
  1293. color:#bd7879
  1294. }
  1295. #sbUser a.sbLogout:hover {
  1296. color:#adadad
  1297. }
  1298. #sbFooter {
  1299. background:#5b5b5b url(http://i74.servimg.com/u/f74/18/12/37/46/bottom10.png) repeat-x 0 0;
  1300. border-top:1px solid #000;
  1301. height:38px;
  1302. margin-top:35px;
  1303. overflow:hidden
  1304. }
  1305. #sbFooter ul {
  1306. border-left:1px solid rgba(255,255,255,0.1);
  1307. float:left;
  1308. overflow:hidden
  1309. }
  1310. #sbFooter li {
  1311. border-right:1px solid rgba(255,255,255,0.1);
  1312. float:left;
  1313. height:38px;
  1314. line-height:38px
  1315. }
  1316. #sbFooter a {
  1317. color:#b7b7b7;
  1318. display:block;
  1319. line-height:38px;
  1320. padding:0 10px;
  1321. text-decoration:none
  1322. }
  1323. #sbFooter a:hover {
  1324. background:rgba(0,0,0,0.2);
  1325. color:#e0e0e0
  1326. }
  1327. .sbTopLinks li a {
  1328. color:#adadad;
  1329. display:block;
  1330. line-height:36px;
  1331. outline:none;
  1332. padding:6px 18px 0;
  1333. text-decoration:none
  1334. }
  1335. .input_check,.input_radio,img {
  1336. vertical-align:middle
  1337. }
  1338. td.tcl span.status img {
  1339. margin-left:-10px!important
  1340. }
  1341. #chatbox_header.main-head {
  1342. background-color:#222;
  1343. color:#DEDFDF
  1344. }
  1345. #main #main-content .main-content {
  1346. margin-bottom:15px
  1347. }
  1348. body {
  1349. cursor:auto
  1350. }
  1351. a,a:hover,body {
  1352. cursor:default
  1353. }
  1354. .a.mainmenu {
  1355. font-variant:small-caps
  1356. }
  1357. td.catLeft,th.thLeft {
  1358. visibility:hidden
  1359. }
  1360. #frame_chatbox,#pun-head #pun-navlinks,.main-box {
  1361. -moz-border-radius:10px;
  1362. -webkit-border-radius:10px
  1363. }
  1364. .main .main-head {
  1365. border-top-left-radius:10px;
  1366. border-top-right-radius:10px
  1367. }
  1368. h4.username {
  1369. margin-left:58px!important
  1370. }
  1371. .pun .user .user-info {
  1372. margin-top:-10px!important
  1373. }
  1374.  
  1375. #pun-head, #pun-navlinks {
  1376. display: none;
  1377. }
  1378.  
  1379. #wrapper {
  1380. width: 100%;
  1381. margin-right: -185px;
  1382. }
  1383.  
  1384. #outer-wrapper {
  1385. overflow: hidden;
  1386. width: 990px;
  1387. margin: 0 auto;
  1388. }
  1389.  
  1390. #fa_ticker_block {
  1391. padding-top: 60px;
  1392. }
  1393.  
  1394. #fa_ticker_block .module.main {
  1395. width: 100%;
  1396. position: absolute;
  1397. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement