Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.27 KB | None | 0 0
  1. /*-------------------------------------------------------+
  2. | PHP-Fusion Content Management System
  3. | Copyright (C) 2002 - 2011 Nick Jones
  4. | http://www.php-fusion.co.uk/
  5. +--------------------------------------------------------+
  6. | MW3 Theme for PHP-Fusion V7.02.xx
  7. | File: styes.css
  8. | Author: Vlad Fagarasanu (Faga)
  9. | Web: www.cvision.eu
  10. +--------------------------------------------------------+
  11. | This program is released as free software under the
  12. | Affero GPL license. You can redistribute it and/or
  13. | modify it under the terms of this license which you
  14. | can read by viewing the included agpl.txt or online
  15. | at www.gnu.org/licenses/agpl.html. Removal of this
  16. | copyright header is strictly prohibited without
  17. | written permission from the original author(s).
  18. +--------------------------------------------------------*/
  19.  
  20. body {
  21. font-family:Verdana, Geneva, sans-serif;
  22. font-size: 10px;
  23. color: #000;
  24. background-color: #000;
  25. margin: 0;
  26. }
  27.  
  28. body.mceContentBody {background: #FFFFFF;color: #000000; }
  29. .wrapper {margin: 0 auto;width: 1000px;}
  30. a { color: #479b00;text-decoration: none;}
  31. a:hover {
  32. color: #fff;
  33. text-decoration: none;
  34. -webkit-transition:color 0.6s ease-in;
  35. -moz-transition:color 0.6s ease-in;
  36. -o-transition:color 0.6s ease-in;
  37. transition:color 0.6s ease-in;
  38. }
  39.  
  40. a.side {color: #53af04;text-decoration: none;}
  41. a:hover.side {
  42. color: #a5a5a5;
  43. text-decoration: none;
  44. -webkit-transition:color 0.2s ease-in;
  45. -moz-transition:color 0.2s ease-in;
  46. -o-transition:color 0.2s ease-in;
  47. transition:color 0.2s ease-in;
  48. }
  49.  
  50. a.white, li.white a {color: #fff;text-decoration: none;}
  51. a:hover.white, li.white a:hover {
  52. color: #fff;
  53. text-decoration: none;
  54. text-align: left;
  55. -webkit-transition:color 0.2s ease-in;
  56. -moz-transition:color 0.2s ease-in;
  57. -o-transition:color 0.2s ease-in;
  58. transition:color 0.2s ease-in;
  59. }
  60.  
  61. hr {height: 0px;border: 1px solid #131313;}
  62. hr.side-hr {height: 0px;border: 1 solid #131313;}
  63. div {}
  64. pre {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}
  65. .alt {color: #04688d;}
  66. .spacer {margin-bottom: 4px;}
  67. .bullet {
  68. /* for IE */
  69. filter:alpha(opacity=30);
  70. /* CSS3 standard */
  71. opacity: 0.3;
  72. }
  73.  
  74. /* Attention messages properties */
  75. .admin-message {
  76. font-family:Verdana, Geneva, sans-serif;
  77. font-size: 12px;
  78. letter-spacing: -1px;
  79. color: #fff;
  80. padding: 5px 5px 5px 5px;
  81. margin-bottom: 10px;
  82. background: #439100;
  83. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  84. background-image: -webkit-linear-gradient(#4ea900,#439100);
  85. background-image: -moz-linear-gradient(#4ea900,#439100);
  86. background-image: -o-linear-gradient(#4ea900,#439100);
  87. background-image: linear-gradient(#4ea900,#439100);
  88. }
  89.  
  90. .noscript-message {
  91. font-size: 12px;
  92. color: #c54343;
  93. text-align:center;
  94. padding: 15px 0 15px 50px;
  95. margin-bottom: 10px;
  96. }
  97.  
  98. .nocomments-message {
  99. font-size: 12px;
  100. color: #efefef;
  101. text-align:center;
  102. padding: 15px 0 15px 50px;
  103. }
  104.  
  105. /* Form element properties */
  106. form {margin: 0px;}
  107. .bbcode-popup .button { width: 100%!important }
  108. .button {
  109. font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  110. font-size: 13px;
  111. display: inline-block;
  112. padding: 5px 4px 6px 4px;
  113. line-height: 1;
  114. color: #222;
  115. white-space: nowrap;
  116. cursor: pointer;
  117. overflow: visible;
  118. text-decoration: none;
  119. background: #439100;
  120. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  121. background-image: -webkit-linear-gradient(#4ea900,#439100);
  122. background-image: -moz-linear-gradient(#4ea900,#439100);
  123. background-image: -o-linear-gradient(#4ea900,#439100);
  124. background-image: linear-gradient(#4ea900,#439100);
  125. border: 1px solid #000;
  126.  
  127. }
  128.  
  129. .button:hover {
  130. color: #fff;
  131. text-decoration: none;
  132. background: #439100;
  133. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  134. background-image: -webkit-linear-gradient(#4ea900,#439100);
  135. background-image: -moz-linear-gradient(#4ea900,#439100);
  136. background-image: -o-linear-gradient(#4ea900,#439100);
  137. background-image: linear-gradient(#4ea900,#439100);
  138. border: 1px solid #000;
  139. }
  140.  
  141. .button.big {
  142. font-size: 14px;
  143. padding-left: 14px;
  144. padding-right: 17px;
  145. margin: 5px 0 5px 0; /*top, right, bottom, left*/
  146. }
  147.  
  148. .bbcode {
  149. font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  150. font-size: 10px;
  151. color: #a0a09e;
  152. background: #131313;
  153. border: 1px solid #000;
  154. margin-top: 2px;
  155. margin-bottom: 2px;
  156. }
  157.  
  158. .bbcode:hover {
  159. background: #439100;
  160. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  161. background-image: -webkit-linear-gradient(#4ea900,#439100);
  162. background-image: -moz-linear-gradient(#4ea900,#439100);
  163. background-image: -o-linear-gradient(#4ea900,#439100);
  164. background-image: linear-gradient(#4ea900,#439100);
  165. border: 1px solid #000;
  166. }
  167.  
  168. .bbcode-popup {
  169. font-size: 11px;
  170. color: #555;
  171. width: auto!important;
  172. height: auto!important;
  173. background-color: #439100;
  174. border: 1px solid #4ea900!important;
  175. padding: 4px;
  176. margin-top: 2px;
  177. cursor: pointer;
  178. }
  179.  
  180. .textbox {
  181. font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  182. font-size: 12px;
  183. color: #222;
  184. background: #f2f2f2;
  185. border: 1px solid #4ea900;
  186. margin: 0 0 2px;
  187. padding: 5px 2px 5px 5px;
  188. }
  189.  
  190. .textbox:hover {
  191. background-color: #f3f3f3;
  192. border: 1px solid #CACACA;
  193. -moz-box-shadow: inset 0 0 12px -2px #a8a8a8;
  194. -webkit-box-shadow: inset 0 0 12px -2px #a8a8a8;
  195. box-shadow: inset 0 0 12px -2px #a8a8a8;
  196. }
  197.  
  198. div.emulated-fieldset {
  199. position: relative;
  200. margin: 20px 0px 10px 0px;
  201. border: 1px solid #ccc;
  202. width: 320px;
  203. background: inherit;
  204. }
  205.  
  206. div.emulated-fieldset span.emulated-legend {
  207. display: inline;
  208. position: absolute;
  209. top: -12px;
  210. margin: 0 5px;
  211. padding: 4px;
  212. background: inherit;
  213. }
  214.  
  215. div.emulated-fieldset div.attachments-list {
  216. padding: 10px 3px 3px 3px;
  217. width: 320px;
  218. }
  219.  
  220. /* Header properties */
  221. .main-header-out {
  222. background-color: #fff;
  223. background-image: url(images/header-bg.jpg);
  224. background-position: top;
  225. background-repeat: no-repeat;
  226. min-height: 280px;
  227. border-bottom: 3px solid #7cac18;
  228.  
  229. }
  230.  
  231. .main-header {
  232. font-family: Verdana, Arial, Helvetica, sans-serif;
  233. font-size: 11px;
  234. color: #000;
  235. padding: 50px 0 5px 0;
  236. width: 1000px;
  237. margin: 0 auto;
  238. }
  239.  
  240. /* Nav Header properties */
  241. .nav-header-in {
  242. width: 1000px;
  243. margin: 0 auto;
  244. }
  245.  
  246. .nav-header-out {
  247. background-color: #131313;
  248. border-bottom: 1px solid #393939;
  249. -moz-box-shadow: 0px 2px 3px #000000;
  250. -webkit-box-shadow: 0px 2px 3px #000000;
  251. box-shadow: 0px 2px 3px #000000;
  252. height: 38px;
  253. position: relative;
  254. }
  255.  
  256. /*Dropdown menu and login*/
  257. #nav-header-right {
  258. padding: 0;
  259. float: right;
  260. width: 190px;
  261. height: 38px;
  262. border-right: 1px solid #292929;
  263. }
  264.  
  265. ul.nav-header-right ul{display:none}
  266. ul.nav-header-right li:hover>ul{display:block}
  267. ul.nav-header-right ul{position: absolute;left:-1px;top:98%;}
  268. ul.nav-header-right ul ul{position: absolute;left:98%;top:-2px;}
  269. ul.nav-header-right,ul.nav-header-right ul {
  270. margin:0px;
  271. list-style:none;
  272. padding:0px 1px 1px 0px;
  273. background-repeat:repeat;
  274. border-width:0px;
  275. border-style:solid;
  276. }
  277.  
  278. ul.nav-header-right table {border-collapse:collapse}ul.nav-header-right {
  279. display:block;
  280. zoom:1;
  281. float: right;
  282. }
  283.  
  284. ul.nav-header-right ul{}
  285. ul.nav-header-right li{
  286. display:block;
  287. margin:1px 0px 0px 1px;
  288. font-size:0px;
  289. }
  290.  
  291. ul.nav-header-right a:active, ul.nav-header-right a:focus {outline-style:none;}
  292. ul.nav-header-right a, ul.nav-header-right li.dis a:hover, ul.nav-header-right li.sep a:hover {
  293. font-family: Verdana, Arial, Helvetica, sans-serif;
  294. font-size: 12px;
  295. letter-spacing:-1px;
  296. text-transform:uppercase;
  297. color: #b7b7b7;
  298. padding: 12px 8px 12px 8px;
  299. text-decoration: none;
  300. display: block;
  301. margin: 0px 0px 0px 0px;
  302. float: left;
  303. min-width: 170px;
  304. max-width: 240px;
  305. -webkit-transition:All 1s ease-in-out;
  306. -moz-transition:All 1s ease-in-out;
  307. -o-transition:All 1s ease-in-out;
  308. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  309. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  310. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  311. border-left: 1px solid #292929;
  312. }
  313.  
  314. ul.nav-header-right span{overflow:hidden;}
  315. ul.nav-header-right li {float:right;}
  316. ul.nav-header-right ul li {float:none;}
  317. ul.nav-header-right ul a {
  318. text-align:left;
  319. background-color: #131313;
  320. white-space:nowrap;
  321. }
  322.  
  323. ul.nav-header-right li.sep{
  324. text-align:left;
  325. padding:0px;
  326. line-height:0;
  327. height:100%;
  328. background-color: #131313;
  329. }
  330.  
  331. ul.nav-header-right li.sep span{
  332. float:none; padding-right:0;
  333. width:3;
  334. height:100%;
  335. display:inline-block;
  336. background-image:none;
  337. }
  338.  
  339. ul.nav-header-right ul li.sep span{width:100%;height:3;}
  340. ul.nav-header-right li:hover{position:relative;}
  341. ul.nav-header-right li:hover>a{
  342. font-family: Verdana, Geneva, sans-serif;
  343. font-size: 12px;
  344. color: #669f13;
  345. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  346. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  347. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  348. }
  349.  
  350. ul.nav-header-right li a:hover{
  351. font-family: Verdana, Geneva, sans-serif;
  352. font-size: 12px;
  353. color: #669f13;
  354. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  355. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  356. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  357. }
  358.  
  359. ul.nav-header-right li.dis a {color: #AAAAAA !important;}
  360. ul.nav-header-right img {border: none;float:right;_float:none;margin-right:5px;height:16px;}
  361. ul.nav-header-right ul img {height:16px;}
  362. ul.nav-header-right img.over{display:none}
  363. ul.nav-header-right li.dis a:hover img.over{display:none !important}
  364. ul.nav-header-right li.dis a:hover img.def {display:inline !important}
  365. ul.nav-header-right li:hover > a img.def {display:none}
  366. ul.nav-header-right li:hover > a img.over {display:inline}
  367. ul.nav-header-right a:hover img.over,ul.nav-header-right a:hover ul img.def,ul.nav-header-right a:hover a:hover ul img.def,ul.nav-header-right a:hover a:hover a:hover ul img.def,ul.nav-header-right a:hover a:hover img.over,ul.nav-header-right a:hover a:hover a:hover img.over,ul.nav-header-right a:hover a:hover a:hover a:hover img.over{display:inline}
  368. ul.nav-header-right a:hover img.def,ul.nav-header-right a:hover ul img.over,ul.nav-header-right a:hover a:hover ul img.over,ul.nav-header-right a:hover a:hover a:hover ul img.over,ul.nav-header-right a:hover a:hover img.def,ul.nav-header-right a:hover a:hover a:hover img.def,ul.nav-header-right a:hover a:hover a:hover a:hover img.def{display:none}
  369. ul.nav-header-right a:hover ul,ul.nav-header-right a:hover a:hover ul,ul.nav-header-right a:hover a:hover a:hover ul{display:block}
  370. ul.nav-header-right a:hover ul ul,ul.nav-header-right a:hover a:hover ul ul{display:none}
  371. ul.nav-header-right span{
  372. display:block;
  373. background-image:url(images/arrv_blue_2.gif);
  374. background-position:right center;
  375. background-repeat: no-repeat;
  376. padding-right:12px;
  377. }
  378.  
  379. ul.nav-header-right li:hover>a>span{}
  380. ul.nav-header-right a:hover span{}
  381. ul.nav-header-right ul span,ul.nav-header-right a:hover table span{background-image:url(images/arr_blue_2.gif)}
  382. ul.nav-header-right ul li:hover > a span{}
  383. ul.nav-header-right table a:hover span,ul.nav-header-right table a:hover a:hover span,ul.nav-header-right table a:hover a:hover a:hover span{}
  384. ul.nav-header-right table a:hover table span,ul.nav-header-right table a:hover a:hover table span{background-image:url(./images/arr_blue_2.gif)}
  385. ul.nav-header-right li a.nav-header-righti0{}
  386. ul.nav-header-right li a.nav-header-righti0:hover{}
  387. #nav-header-right-2 {
  388. color: #131313;
  389. padding: 0;
  390. list-style-type: none;
  391. float: left;
  392. width: 190px;
  393. border-right: 1px solid #292929;
  394. }
  395.  
  396. #nav-header-right-2 a {
  397. font-family: Verdana, Arial, Helvetica, sans-serif;
  398. font-size: 12px;
  399. letter-spacing:-1px;
  400. text-transform:uppercase;
  401. color: #b7b7b7;
  402. padding: 12px 8px 12px 8px;
  403. text-decoration: none;
  404. display: block;
  405. margin: 0px 0px 0px 0px;
  406. float: right;
  407. -webkit-transition:All 1s ease-in-out;
  408. -moz-transition:All 1s ease-in-out;
  409. -o-transition:All 1s ease-in-out;
  410. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  411. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  412. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  413. border-right: 1px solid #000;
  414. border-left: 1px solid #292929;
  415. }
  416.  
  417. #nav-header-right-2 a:hover {
  418. font-family: Verdana, Geneva, sans-serif;
  419. font-size: 12px;
  420. color: #669f13;
  421. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  422. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  423. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  424. }
  425.  
  426. #nav-header-right-2 ul {margin: 0;padding: 0;}
  427. #nav-header-right-2 ul li {display: inline;}
  428. #nav-header-right-2 ul li .bullet {display: none;}
  429.  
  430. /*Top Navigation*/
  431. #nav-header-left {
  432. color: #131313;
  433. padding: 0 4px 0 4px;
  434. list-style-type: none;
  435. float: left;
  436. width: 750px;
  437. }
  438.  
  439. #nav-header-left a {
  440. font-family: Verdana, Arial, Helvetica, sans-serif;
  441. font-size: 12px;
  442. letter-spacing:-1px;
  443. text-transform:uppercase;
  444. color: #b7b7b7;
  445. padding: 13px 8px 12px 8px;
  446. text-decoration: none;
  447. display: block;
  448. margin: 0px 0px 0px 0px;
  449. float: left;
  450. -webkit-transition:All 1s ease-in-out;
  451. -moz-transition:All 1s ease-in-out;
  452. -o-transition:All 1s ease-in-out;
  453. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  454. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  455. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  456. border-left: 1px solid #292929;
  457. }
  458.  
  459. #nav-header-left a:hover {
  460. font-family: Verdana, Geneva, sans-serif;
  461. font-size: 12px;
  462. color: #669f13;
  463. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  464. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  465. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  466. }
  467.  
  468. #nav-header-left ul {margin: 0; padding: 0;}
  469. #nav-header-left ul li {display: inline;}
  470. #nav-header-left ul li .bullet {display: none;}
  471. #nav-header-left ul li.first-link { font-weight: normal;}
  472.  
  473. /*Banner nr#2 from admin*/
  474. .main-banner {text-align: center;padding-top: 5px; }
  475.  
  476. /* Main Footer properties */
  477. .main-footer-out {
  478. width: 100%;
  479. background-color: #131313;
  480. }
  481. .main-footer {
  482. font-family: Verdana, Arial, Helvetica, sans-serif;
  483. font-size: 10px;
  484. text-align:center;
  485. color: #868686;
  486. margin: 0 auto;
  487. width: 1000px;
  488. padding: 5px 10px 10px 10px;
  489. }
  490.  
  491. .main-footer a{
  492. font-family: Verdana, Arial, Helvetica, sans-serif;
  493. font-size: 10px;
  494. color: #74af05;
  495. }
  496.  
  497. .main-footer a:hover{
  498. font-family: Verdana, Arial, Helvetica, sans-serif;
  499. font-size: 10px;
  500. color: #f1f1f1;
  501. text-decoration:none;
  502. }
  503.  
  504. .nav-footer {
  505. font-family: Verdana, Arial, Helvetica, sans-serif;
  506. font-size: 15px;
  507. text-align:center;
  508. color: #868686;
  509. text-transform:uppercase;
  510. padding-top: 2px;
  511. padding-bottom: 4px;
  512. border-top: 3px solid #74af05;
  513. border-bottom: 1px solid #292929;
  514. }
  515.  
  516. .nav-footer a{
  517. font-family: Verdana, Arial, Helvetica, sans-serif;
  518. font-size: 12px;
  519. letter-spacing:-1px;
  520. text-transform:uppercase;
  521. color: #5a5a5a;
  522. padding: 8px 8px 8px 8px;
  523. text-decoration: none;
  524. display: inline-block;
  525. margin: 0px 0px 0px 0px;
  526. -webkit-transition:All 1s ease-in-out;
  527. -moz-transition:All 1s ease-in-out;
  528. -o-transition:All 1s ease-in-out;
  529. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  530. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  531. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  532. }
  533.  
  534. .nav-footer a:hover{
  535. font-family: Verdana, Geneva, sans-serif;
  536. font-size: 12px;
  537. color: #669f13;
  538. -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  539. -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  540. -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  541. }
  542.  
  543. .nav-footer ul {margin: 0;padding: 0;display: inline;}
  544. .nav-footer ul li {display: inline;}
  545. .nav-footer ul li .bullet { display: none;}
  546.  
  547. /*Search right*/
  548. #search {float:right;margin-top: -6px;}
  549. #search .s{
  550. float:left;
  551. padding:5px 0px 5px 2px;
  552. width:150px;
  553. font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  554. font-size: 12px;
  555. color: #222;
  556. background: #f2f2f2;
  557. border: 1px solid #4ea900;
  558. margin: 2px 0 0 0;
  559. }
  560.  
  561. /* Side-Panel properties */
  562. .ui-sortable { margin: 0; padding: 0; }
  563. .side-left .side-border-right {display: none;}
  564. .side-right .side-border-left {display: none;}
  565.  
  566. div.side-left {margin-left: 220px;}
  567. div.side-right {margin-right: 220px;}
  568. div.side-both {margin-right: 220px; margin-left: 220px;}
  569.  
  570. #side-left {
  571. color: #777;
  572. padding: 0 5px 2px 0;
  573. width: 210px;
  574. float: left;
  575. margin-bottom: 10px;
  576. border-right: 1px dashed #3b5b00;
  577. }
  578.  
  579. #side-right {
  580. color: #777;
  581. padding: 0 0 2px 5px;
  582. width: 210px;
  583. float: right;
  584. margin-bottom: 10px;
  585. border-left: 1px dashed #3b5b00;
  586. }
  587.  
  588. .main-bg {color: #555; padding: 12px 5px 2px 5px;}
  589. #main-center {color: #555;}
  590.  
  591. .scapmain {
  592. font-family: Verdana, Arial, Helvetica, sans-serif;
  593. font-size: 17px;
  594. font-weight:700;
  595. text-transform:uppercase;
  596. text-shadow:0px 0px 1px #ffffff;
  597. letter-spacing: -1px;
  598. color: #fff;
  599. padding: 0px 4px 6px 0px;
  600. margin: 1px;
  601. background-image: url(images/scmain.jpg);
  602. background-position: right;
  603. background-repeat: no-repeat;
  604. }
  605.  
  606. .side-body {
  607. font-family: Verdana, Arial, Helvetica, sans-serif;
  608. font-size: 12px;
  609. color: #555;
  610. padding: 1px 2px 15px 2px;
  611. margin-top:-6px;
  612. }
  613.  
  614. /* Center-Panel properties */
  615. .capmain-news {
  616. font-family: Verdana, Arial, Helvetica, sans-serif;
  617. font-size: 22px;
  618. font-weight:700;
  619. text-transform:uppercase;
  620. text-shadow:0px 0px 1px #6edd0f;
  621. letter-spacing: -2px;
  622. color: #53af04;
  623. padding: 0px 4px 6px 0px;
  624. margin: 1px;
  625. background-image: url(images/scmain.jpg);
  626. background-position: right;
  627. background-repeat: no-repeat;
  628. }
  629.  
  630. .main-body-news {
  631. font-family: Verdana, Arial, Helvetica, sans-serif;
  632. font-size: 12px;
  633. color: #efefef;
  634. padding: 1px 2px 5px 2px;
  635. margin-top:-6px;
  636. border-bottom: 1px solid #3b5b00;
  637. }
  638.  
  639. .main-body-news-border {
  640. border-top: 1px solid #1f3000;
  641. padding:1px;
  642. }
  643.  
  644. .capmain-articles {
  645. font-family: Verdana, Arial, Helvetica, sans-serif;
  646. font-size: 17px;
  647. font-weight:700;
  648. text-transform:uppercase;
  649. text-shadow:0px 0px 1px #ffffff;
  650. letter-spacing: -1px;
  651. color: #fff;
  652. padding: 0px 4px 6px 0px;
  653. margin: 1px;
  654. background-image: url(images/scmain.jpg);
  655. background-position: right;
  656. background-repeat: no-repeat;
  657. }
  658.  
  659. .capmain {
  660. font-family: Verdana, Arial, Helvetica, sans-serif;
  661. font-size: 17px;
  662. font-weight:700;
  663. text-transform:uppercase;
  664. text-shadow:0px 0px 1px #ffffff;
  665. letter-spacing: -1px;
  666. color: #fff;
  667. padding: 0px 4px 6px 0px;
  668. margin: 1px;
  669. background-image: url(images/scmain.jpg);
  670. background-position: right;
  671. background-repeat: no-repeat;
  672. }
  673.  
  674. .main-body {
  675. font-family: Verdana, Arial, Helvetica, sans-serif;
  676. font-size: 12px;
  677. color: #efefef;
  678. padding: 1px 2px 5px 2px;
  679. margin-top:-6px;
  680. }
  681.  
  682. /* Comments properties */
  683. .comment-main {
  684. font-family:Verdana, Geneva, sans-serif;
  685. font-size: 12px;
  686. background-color: #222;
  687. border: 1px solid #000;
  688. padding: 3px;
  689. }
  690.  
  691. .comment-avatar {
  692. padding-right: 12px;
  693. float: left;
  694. }
  695.  
  696. .comment-name {
  697. font-family:Verdana, Geneva, sans-serif;
  698. font-size: 13px;
  699. color: #04688d;
  700. }
  701.  
  702. .comment_admin {
  703. font-family:Verdana, Geneva, sans-serif;
  704. font-size: 11px;
  705. float: right;
  706. margin-bottom: 5px;
  707. }
  708.  
  709. /* Shoutbox properties */
  710. .shoutboxname { background-color: #131313; padding: 4px 0 0 4px;}
  711. .shoutboxname a{
  712. font-family:Verdana, Geneva, sans-serif;
  713. font-size: 13px;
  714. font-weight:700;
  715. color:#4ca400;
  716. text-decoration:none;
  717. text-transform:uppercase;
  718. letter-spacing: -1px;
  719. }
  720.  
  721. .shoutboxname a:hover{color:#bfbfbf;text-decoration:none;}
  722. .shoutboxdate {
  723. font-size: 10px;
  724. color: #f1f1f1;
  725. background-color: #131313;
  726. padding: 0px 0 0px 4px;
  727. }
  728.  
  729. .shoutbox {
  730. background-color: #131313;
  731. padding: 4px;
  732. margin-bottom: 2px;
  733. }
  734.  
  735. /* General table properties */
  736. .center {margin: 0 auto;}
  737. .tbl-border {}
  738. .tbl {
  739. font-size: 12px;
  740. color: #f1f1f1;
  741. background-color: #1c1c1c;
  742. padding: 4px;
  743. }
  744.  
  745. .tbl1 {
  746. font-size: 12px;
  747. color: #f1f1f1;
  748. background-color: #131313;
  749. padding: 4px;
  750. }
  751.  
  752. .tbl2 {
  753. font-size: 12px;
  754. color: #f1f1f1;
  755. background-color: #1c1c1c;
  756. padding: 4px;
  757. }
  758.  
  759. .tbl-error {
  760. color: #AC260F;
  761. font-weight: bold;
  762. background-color: #FCCAC2;
  763. border:2px solid #EB5339;
  764. }
  765.  
  766. .quote {
  767. font-family: Arial, Verdana, Helvetica, sans-serif;
  768. font-size: 12px;
  769. color: #efefef;
  770. font-style: italic;
  771. font-weight: normal;
  772. border: 1px solid #000;
  773. background-color: #131313;
  774. padding: 5px 6px 5px 30px;
  775. margin: 0px 22px 0px 22px;
  776. }
  777.  
  778. .poll {
  779. color: transparent;
  780. height: 10px;
  781. margin: 2px 0 2px 0;
  782. border: 0px solid #222;
  783. background: #439100;
  784. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  785. background-image: -webkit-linear-gradient(#4ea900,#439100);
  786. background-image: -moz-linear-gradient(#4ea900,#439100);
  787. background-image: -o-linear-gradient(#4ea900,#439100);
  788. background-image: linear-gradient(#4ea900,#439100);
  789. }
  790.  
  791. .small {font-size: 10px;font-weight: normal;}
  792. .small2 {
  793. font-size: 10px;
  794. font-weight: normal;
  795. color: #555;
  796. }
  797.  
  798. .side-small {
  799. font-size: 10px;
  800. font-weight: normal;
  801. color: #555;
  802. }
  803.  
  804. .side-label {
  805. font-family: Arial, Verdana, Helvetica, sans-serif;
  806. font-size: 12px;
  807. font-weight: normal;
  808. display: block;
  809. text-transform:uppercase;
  810. color: #fff;
  811. padding: 3px 3px 3px 3px;
  812. background: #439100;
  813. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  814. background-image: -webkit-linear-gradient(#4ea900,#439100);
  815. background-image: -moz-linear-gradient(#4ea900,#439100);
  816. background-image: -o-linear-gradient(#4ea900,#439100);
  817. background-image: linear-gradient(#4ea900,#439100);
  818. border-bottom: 1px solid #000;
  819. text-decoration: none;
  820. margin-right: -1px;
  821. margin-left: -1px;
  822. margin-top: 4px;
  823. margin-bottom: 0;
  824. letter-spacing: -1px;
  825. }
  826.  
  827. /* Highlight on select properties */
  828. ::selection { color: #fff; background: #479b00; }
  829. ::-moz-selection { color: #fff; background: #479b00; }
  830. div.highlightBlue::selection { color: #fff; background: #479b00; }
  831. div.highlightBlue::-moz-selection { color: #fff; background: #479b00; }
  832.  
  833. /* News properties */
  834. .news-category {
  835. background-color: #131313;
  836. border: 1px solid #222;
  837. margin: 3px 5px 0 0;
  838. padding: 3px;
  839. float: left;
  840. }
  841.  
  842. .news_info {
  843. font-family:Verdana, Geneva, sans-serif;
  844. font-size: 12px;
  845. border-bottom: 0;
  846. color: #fff;
  847. padding: 0 4px 5px 4px;
  848. }
  849.  
  850. .news_info a{color: #fff;}
  851. .news_info a:hover{color: #479b00;}
  852. .news_info ul {margin: 0;padding: 0;}
  853.  
  854. .news_info ul li {
  855. float: left;
  856. display: inline;
  857. padding: 0;
  858. line-height: 10px;
  859. }
  860.  
  861. .news_info li a {font-weight: none;}
  862. .news_info li a:hover {text-decoration: none;}
  863. .news_info ul li.date {}
  864. .news_info ul li.author {}
  865. .news_info ul li.comments {}
  866. .news_info ul li.cat {}
  867. .news_info ul li.reads {}
  868.  
  869. /* Forum table properties */
  870. .forum-caption {
  871. font-size: 11px;
  872. font-weight: bold;
  873. color: #888;
  874. background-color: #131313;
  875. padding: 2px 4px 4px 4px;
  876. margin-bottom: 10px;
  877. }
  878.  
  879. .forum_breadcrumbs {
  880. font-family: Arial, Verdana, Helvetica, sans-serif;
  881. font-size: 11px;
  882. font-weight: normal;
  883. background: #131313;
  884. border-top: 1px solid #222;
  885. border-bottom: 1px solid #222;
  886. padding: 4px 5px 4px 5px;
  887. margin: 0;
  888. }
  889. .forum_breadcrumbs a{
  890. font-family: Arial, Verdana, Helvetica, sans-serif;
  891. font-size: 11px;
  892.  
  893. }
  894. .forum_thread_user_post {background-color: #090909;}
  895. .forum_thread_user_info {background-color: #131313;}
  896. .forum_thread_table {border-spacing: 0; border: 0;}
  897. .forum_thread_user_name {}
  898. .forum_thread_post_date {}
  899. .forum_thread_ip {}
  900. .forum_thread_userbar {}
  901.  
  902. /* Profile spesific classes */
  903. .profile, .profile_category {width: 500px;}
  904. .edit-profile {width: 500px;}
  905. .profile_user_reason {color: #ff6666;font-weight: bold;}
  906.  
  907. /* Vertical Navigation */
  908. #navigation h2 {
  909. font-family: Arial, Verdana, Helvetica, sans-serif;
  910. font-size: 12px;
  911. font-weight: normal;
  912. display: block;
  913. text-transform:uppercase;
  914. color: #fff;
  915. padding: 3px;
  916. background: #439100;
  917. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  918. background-image: -webkit-linear-gradient(#4ea900,#439100);
  919. background-image: -moz-linear-gradient(#4ea900,#439100);
  920. background-image: -o-linear-gradient(#4ea900,#439100);
  921. background-image: linear-gradient(#4ea900,#439100);
  922. border-bottom: 1px solid #000;
  923. text-decoration: none;
  924. margin-right: -1px;
  925. margin-left: -1px;
  926. margin-top: 0;
  927. margin-bottom: 0;
  928. letter-spacing: -1px;
  929. }
  930.  
  931. #navigation ul {
  932. margin: 0;
  933. padding: 0;
  934. list-style-type: none;
  935. }
  936.  
  937. * html #navigation ul li{height: 1%;}
  938. #navigation a {
  939. display: block;
  940. color: #555;
  941. padding: 3px;
  942. text-transform:uppercase;
  943. background-color: #131313;
  944. border-bottom: 1px solid #000000;
  945. text-decoration: none;
  946. margin-right: -1px;
  947. margin-left: -1px;
  948. letter-spacing: -1px;
  949. }
  950.  
  951. #navigation a:hover {
  952. color: #fff;
  953. background: #439100;
  954. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  955. background-image: -webkit-linear-gradient(#4ea900,#439100);
  956. background-image: -moz-linear-gradient(#4ea900,#439100);
  957. background-image: -o-linear-gradient(#4ea900,#439100);
  958. background-image: linear-gradient(#4ea900,#439100);
  959. margin-right: -1px;
  960. margin-left: -1px;
  961. }
  962.  
  963. #navigation li.current-link a {
  964. color: #fff;
  965. background: #439100;
  966. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  967. background-image: -webkit-linear-gradient(#4ea900,#439100);
  968. background-image: -moz-linear-gradient(#4ea900,#439100);
  969. background-image: -o-linear-gradient(#4ea900,#439100);
  970. background-image: linear-gradient(#4ea900,#439100);
  971. margin-right: -2px;
  972. margin-left: -2px;
  973. }
  974.  
  975. /* Page Navigation */
  976.  
  977. .pagenav {
  978. font-family: Arial, Verdana, Helvetica, sans-serif;
  979. font-size: 12px;
  980. padding: 4px;
  981. margin: 5px;
  982. color: #fff;
  983. }
  984.  
  985. .pagenav span {
  986. font-weight: normal;
  987. color: #fff;
  988. background: #439100;
  989. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  990. background-image: -webkit-linear-gradient(#4ea900,#439100);
  991. background-image: -moz-linear-gradient(#4ea900,#439100);
  992. background-image: -o-linear-gradient(#4ea900,#439100);
  993. background-image: linear-gradient(#4ea900,#439100);
  994. border-bottom: 1px solid #000;
  995. text-decoration: none;
  996. padding: 3px 8px 3px 8px;
  997. margin: 2px;
  998. }
  999.  
  1000. .pagenav a {
  1001. color: #555;
  1002. background-color: #131313;
  1003. border: 1px solid #000;
  1004. text-decoration: none;
  1005. padding: 3px 8px 3px 8px;
  1006. margin: 2px;
  1007. }
  1008.  
  1009. .pagenav a:hover {
  1010. color: #fff;
  1011. background: #439100;
  1012. background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4ea900),color-stop(100%,#439100));
  1013. background-image: -webkit-linear-gradient(#4ea900,#439100);
  1014. background-image: -moz-linear-gradient(#4ea900,#439100);
  1015. background-image: -o-linear-gradient(#4ea900,#439100);
  1016. background-image: linear-gradient(#4ea900,#439100);
  1017. border-bottom: 1px solid #000;
  1018. margin: 2px;
  1019. text-decoration: none;
  1020. }
  1021.  
  1022. /* PHP-Fusion Helpers */
  1023. .clear {clear: both;}
  1024. .float-left {float: left;}
  1025. .float-right {float: right;}
  1026.  
  1027. /* Helpers */
  1028. .center {margin: 0 auto;}
  1029. .content_center {text-align: center;}
  1030. .flleft {float: left !important;}
  1031. .flright {float: right !important;}
  1032. .clear {clear: both;}
  1033.  
  1034.  
  1035. /* IE Fixes */
  1036. .clearfix:after {
  1037. content:".";
  1038. display:block;
  1039. height:0;
  1040. clear:both;
  1041. visibility:hidden;
  1042. }
  1043.  
  1044. /* Hide from IE Mac */
  1045. .clearfix { isplay:block;}
  1046.  
  1047. /* End hide from IE Mac */
  1048. .floatfix {overflow:hidden;}
  1049. * html .floatfix {width:100%;}
  1050. .center, *[align="center"] {margin: 0 auto;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement