Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. html, body {
  2. height: 100%;
  3. }
  4.  
  5. body {
  6. padding-top: 50px;
  7. background-color: #1a1a1a;
  8. color: #F4F4F4;
  9. }
  10.  
  11. a:not (:.hcat ) {
  12. color: #3b6baf;
  13. }
  14.  
  15. .breadcrumb a {
  16. color: #6298e0;
  17. }
  18.  
  19. a:hover {
  20. color: #3c6cb1;
  21. }
  22.  
  23. .img-portfolio {
  24. margin-bottom: 30px;
  25. }
  26.  
  27. .img-hover:hover {
  28. opacity: 0.8;
  29. }
  30.  
  31. header.carousel {
  32. height: 60%;
  33. }
  34.  
  35. header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
  36. height: 100%;
  37. }
  38.  
  39. header.carousel .fill {
  40. width: 100%;
  41. height: 100%;
  42. background-position: center;
  43. background-size: cover;
  44. }
  45. .logo_header {
  46. margin-right:10px;
  47. }
  48. .error-404 {
  49. font-size: 100px;
  50. }
  51.  
  52. .price {
  53. display: block;
  54. font-size: 50px;
  55. line-height: 50px;
  56. }
  57.  
  58. .price sup {
  59. top: -20px;
  60. left: 2px;
  61. font-size: 20px;
  62. }
  63.  
  64. .period {
  65. display: block;
  66. font-style: italic;
  67. }
  68.  
  69. footer {
  70. text-align: center;
  71. }
  72.  
  73. footer p {
  74. width: 50%;
  75. margin: 10px auto;
  76. padding: 10px 0 0 0;
  77. border-top: 1px solid #EEEEEE;
  78. }
  79. footer span {
  80. display:block;
  81. margin:6px 0 0 0;
  82. }
  83. footer span:not(:first-child) {
  84. display:inline-block;
  85. }
  86. .carousel-caption h2 {
  87. font-size: 32px;
  88. }
  89.  
  90. #socialfoot a {
  91. padding: 0px 5px 0px 5px;
  92. }
  93.  
  94. @media ( max-width :1700px) {
  95. .carousel-caption h2 {
  96. font-size: 27px;
  97. }
  98. }
  99.  
  100. @media ( max-width :1400px) {
  101. .carousel-caption h2 {
  102. font-size: 24px;
  103. }
  104. }
  105.  
  106. @media ( max-width :1000px) {
  107. .carousel-caption h2 {
  108. font-size: 19px;
  109. }
  110. }
  111.  
  112. @media ( max-width :800px) {
  113. .carousel-caption h2 {
  114. font-size: 16px;
  115. }
  116. }
  117.  
  118. @media ( max-width :991px) {
  119. .customer-img, .img-related {
  120. margin-bottom: 30px;
  121. }
  122. }
  123.  
  124. @media ( max-width :767px) {
  125. .img-portfolio {
  126. margin-bottom: 15px;
  127. }
  128. header.carousel .carousel {
  129. height: 70%;
  130. }
  131. }
  132. /* Top menu */
  133. .top-logo {
  134. height: 50px;
  135. width: 60px;
  136. }
  137.  
  138. .top-fond {
  139. width: 210px;
  140. }
  141.  
  142. .menu-lnk {
  143. margin: 9px 0 0 0;
  144. }
  145.  
  146. .menu-lnk li a {
  147. display: inline;
  148. }
  149.  
  150. #donate a {
  151. color: #FFB2F0;
  152. }
  153.  
  154. #donate:hover a {
  155. color: #ffddf9;
  156. }
  157.  
  158. @media ( max-width :1300px) {
  159. .top-fond {
  160. width: 180px;
  161. }
  162. }
  163.  
  164. @media ( max-width :1200px) {
  165. .top-logo {
  166. height: 50px;
  167. width: 43px;
  168. }
  169. .top-fond {
  170. display: none;
  171. }
  172. .menu-lnk {
  173. margin: 8.5px 0 0 0;
  174. }
  175. }
  176.  
  177. @media ( max-width :1000px) {
  178. .top-logo {
  179. height: 30px;
  180. width: 40px;
  181. margin: 5px 0 0 0;
  182. }
  183. .menu-lnk li, .menu-lnk li a {
  184. font-size: 12px;
  185. }
  186. }
  187. /* End top menu */
  188.  
  189. .community-head {
  190. padding: 4px 15px 4px 15px;
  191. margin-bottom: 20px;
  192. width: 750px;
  193. height: 30px;
  194. background-color: rgba(0, 0, 0, 0.4);
  195. border: 1px solid #494949;
  196. border-radius: 2px;
  197. }
  198.  
  199. .community-body {
  200. padding: 25px 15px 25px 15px;
  201. margin-bottom: 20px;
  202. width: 750px;
  203. background-color: rgba(0, 0, 0, 0.2);
  204. border: 1px solid #494949;
  205. border-radius:2px;
  206. }
  207.  
  208. .community-body-right {
  209. float: right;
  210. margin: 0 0 0 30px;
  211. padding: 0;
  212. font-size: 20px;
  213. background-repeat: no-repeat;
  214. }
  215.  
  216. .community-body-right i {
  217. color: #C9C9C9;
  218. }
  219.  
  220. .community-body-right i:hover {
  221. color: #555555;
  222. }
  223.  
  224. .code-block {
  225. padding: 10px;
  226. margin: 10px 0 4px 0;
  227. border:1px solid #494949;
  228. background-color: rgba(0, 0, 0, 0.4);
  229. border-radius: 4px;
  230. line-height: 1.42857143;
  231. word-break: break-all;
  232. word-wrap: break-word;
  233. font-family: monospace, monospace;
  234. font-size: 13px;
  235. }
  236.  
  237. .code-block p:first-child {
  238. margin: 0;
  239. }
  240.  
  241. .code-block p {
  242. font-family: inherit;
  243. font-size: inherit;
  244. color: #aaa;
  245. margin: 15px 0 0 0;
  246. }
  247.  
  248. .code-block span {
  249. font-family: inherit;
  250. font-size: inherit;
  251. color: #6298e0;
  252. margin: 0;
  253. }
  254.  
  255. codevar {
  256. font-family: inherit;
  257. font-size: inherit;
  258. color: green;
  259. }
  260.  
  261. .panel:first-child {
  262. margin: 0 0 20px 0;
  263. }
  264.  
  265. .panel {
  266. margin: 20px 0 20px 0;
  267. }
  268. #idx-tool {
  269. margin: 0 0 10px 0;
  270. }
  271.  
  272. /* tbl tools list and donate */
  273. #tbl-minimalist {
  274. margin: 15px;
  275. font-size: 14px;
  276. border-collapse: collapse;
  277. text-align: left;
  278. background-color: rgba(0, 0, 0, 0.0);
  279. }
  280. /* tbl donate minimum width */
  281. .tbl-donate {
  282. min-width: 500px;
  283. width: 500px;
  284. }
  285. #tbl-minimalist td {
  286. border-bottom: 1px solid #494949;
  287. }
  288.  
  289. #tbl-minimalist tbody tr:hover>.tbl-name, #tbl-minimalist tbody tr:hover>.tbl-homepage
  290. {
  291. color: white;
  292. }
  293.  
  294. #tbl-minimalist tbody tr:hover>.vcat {
  295. color: #c8eea7;
  296. }
  297.  
  298. #tbl-minimalist tbody tr:hover .dcat {
  299. color: #74BDF2;
  300. }
  301.  
  302. #tbl-minimalist tbody tr:hover>.tbl-categorie>a.hcat {
  303. color: #FCBB41;
  304. }
  305.  
  306. #tbl-minimalist tbody tr:hover {
  307. transition: background-color 0.7s ease;
  308. background-color: rgba(15, 8, 8, 0.4);
  309. }
  310.  
  311. .tbl-name, .tbl-version, .tbl-dversion {
  312. max-width: 140px;
  313. }
  314.  
  315. .tbl-version, .tbl-dversion {
  316. padding: 0 10px 0 0;
  317. box-sizing: border-box;
  318. }
  319.  
  320. .tbl-description:not(:first-child), .tbl-ddescription:not(:first-child) {
  321. padding: 0 30px 0 0;
  322. box-sizing: border-box;
  323. }
  324.  
  325. .tbl-homepage:not (:first-child) {
  326. text-align: center;
  327. margin: 3px 0 3px 0;
  328. max-width: 60px;
  329. }
  330. .tbl-dhomepage:not(:first-child) i {
  331. text-align: right;
  332. margin: 3px 0 3px 0;
  333. max-width: 60px;
  334. }
  335.  
  336. a.hcat {
  337. color: #F9B22A;
  338. }
  339.  
  340. .vcat {
  341. color: #9ED035;
  342. }
  343.  
  344. .dcat {
  345. color: #4BA6E7;
  346. }
  347.  
  348. @media ( max-width : 1000px) {
  349. .tbl-categorie {
  350. display: none;
  351. }
  352. }
  353.  
  354. @media ( max-width :750px) {
  355. .tbl-version {
  356. display: none;
  357. }
  358. }
  359.  
  360. @media ( max-width :625px) {
  361. .tbl-description {
  362. display: none;
  363. }
  364. }
  365.  
  366. @media ( max-width :450px) {
  367. .tbl-homepage {
  368. font-size: 10px;
  369. }
  370. .tbl-name {
  371. font-size: 10px;
  372. }
  373. }
  374. /* Index array (team) */
  375. #developers {
  376. table-layout: fixed;
  377. width: 600;
  378. }
  379.  
  380. #developers tr td:nth-of-type(1) {
  381. width: 180px;
  382. padding: 0 0 5px 0;
  383. text-align: left;
  384. }
  385. #developers tr td:nth-of-type(3) {
  386. width: 250px;
  387. text-align: left;
  388. }
  389. #developers tr td:nth-of-type(2), #developers tr td:nth-of-type(4), #developers tr td:nth-of-type(5) {
  390. width: 200px;
  391. text-align: left;
  392. }
  393. @media (max-width:650px) {
  394. #developers tr td:nth-child(3), #developers tr td:nth-child(4) {
  395. display:none;
  396. }
  397. }
  398. .download {
  399. table-layout: fixed;
  400. overflow: hidden;
  401. }
  402.  
  403. .download tr td:nth-of-type(1) {
  404. width: 260px;
  405. padding: 0 0 5px 0;
  406. text-align: left;
  407. }
  408.  
  409. .download tr td:nth-of-type(2) {
  410. width: 100px;
  411. text-align: left;
  412. }
  413.  
  414. .download tr td:nth-of-type(3) {
  415. width: 80px;
  416. text-align: left;
  417. }
  418.  
  419. .download tr td:nth-of-type(4) {
  420. width: 80px;
  421. font-size: 13px;
  422. text-align: left;
  423. }
  424. @media (max-width:650px) {
  425. .download tr td:nth-child(5) {
  426. display:none;
  427. }
  428. }
  429.  
  430. .guide {
  431. width: 100px;
  432. margin: 0 0 8px 0;
  433. }
  434.  
  435. #baLogo {
  436. width: 60px;
  437. height: 70px;
  438. }
  439.  
  440. #paypal input:nth-of-type(3) {
  441. border: 0;
  442. }
  443.  
  444. #paypal img {
  445. border: 0;
  446. height: 1px;
  447. width: 1px;
  448. }
  449.  
  450. .list-group i {
  451. display: block;
  452. padding: 0;
  453. margin: 0;
  454. }
  455.  
  456. .nblog article {
  457. margin: 0 0 40px 0;
  458. }
  459.  
  460. .nblog header {
  461. padding: 5px 0 8px 0;
  462. border-bottom: 1px solid #EEEEEE;
  463. }
  464.  
  465. .nblog div {
  466. margin: 15px 0 0 0;
  467. }
  468.  
  469. .nblog article time {
  470. font-size: 18px;
  471. float: right;
  472. }
  473.  
  474. .nblog article ul {
  475. list-style-type: square;
  476. margin: 0 0 0 14px;
  477. padding: 0;
  478. }
  479.  
  480. .twitter-timeline {
  481. height: 418px !important; /* This fix sucks, will be improved asap */
  482. }
  483. /* Loader */
  484. #loadGen {
  485. position: absolute;
  486. bottom: 0;
  487. right: 0;
  488. font-size: 20px;
  489. background-color: black;
  490. color: white;
  491. max-width: 220px;
  492. padding: 6px;
  493. border-radius: 2px;
  494. }
  495.  
  496. #loadGen p {
  497. position: inline-block;
  498. margin: 0 0 0 3px;
  499. }
  500.  
  501. #loadGen i {
  502. position: inline-block;
  503. margin: 0 9px 0 0;
  504. }
  505.  
  506. @media ( max-width : 810px) {
  507. #loadGen {
  508. width: 40px;
  509. height: 26px;
  510. text-align: center;
  511. }
  512. #loadGen p {
  513. visibility: hidden;
  514. }
  515. #loadGen i {
  516. font-size: 23px;
  517. visibility: visible;
  518. margin: 0;
  519. }
  520. }
  521. /* End Loader */
  522. /* General body */
  523. .page-header-title h1 {
  524. color: #3c6cb1;
  525. display: inline;
  526. }
  527.  
  528. .page-header-title h2 {
  529. float: right;
  530. color: #ffffff;
  531. font-size: 22px;
  532. margin: 5px 0 0 0;
  533. }
  534.  
  535. .row-header-title {
  536. padding: 10px 0 10px 0;
  537. margin: 0;
  538. }
  539. /* Guide */
  540. .tab-guide {
  541. margin: 0 0 10px 0;
  542. }
  543. /* End Guide */
  544.  
  545. /* Tutorial */
  546. .bl-install img {
  547. margin: 0 0 10px 0;
  548. max-width: 100%;
  549. height: auto;
  550. }
  551.  
  552. .bl-install p {
  553. margin: 0 0 10px 0;
  554. }
  555.  
  556. .info {
  557. max-width: 500px;
  558. width: 98%;
  559. margin: 5px 0 10px 0;
  560. padding: 5px 7px 5px 7px;
  561. background-color:#111111 ;
  562. border: 1px solid #5B5B5B;
  563. border-radius: 2px;
  564. box-sizing: border-box;
  565. color: white;
  566. }
  567.  
  568. .info p {
  569. max-width: 95%;
  570. margin: 0 0 5px 0;
  571. }
  572.  
  573. .info i {
  574. float: right;
  575. font-size: 22px;
  576. }
  577.  
  578. .bl-install hr {
  579. margin: 5px 0 15px 0;
  580. }
  581.  
  582. .blgreen {
  583. font-style: normal;
  584. font-size: 14px;
  585. color: #6ae400;
  586. background-color: #111111;
  587. padding: 0px 3px 0px 3px;
  588. border-radius: 1px;
  589. }
  590.  
  591. .blyellow {
  592. font-style: normal;
  593. font-size: 14px;
  594. color: #e1e111;
  595. background-color:#111111;
  596. padding: 0px 3px 0px 3px;
  597. border-radius: 1px;
  598. }
  599.  
  600. .bl-install .sb {
  601. font-size: 14px;
  602. color: #ff2c2c;
  603. background-color: #111111;
  604. padding: 0px 3px 0px 3px;
  605. border-radius: 1px;
  606. }
  607. /* End Tutorial */
  608.  
  609. /* Donate */
  610. #givenow {
  611. width: 99%;
  612. text-align: center;
  613. }
  614.  
  615. #givenow p {
  616. max-width: 300px;
  617. display: none;
  618. margin: 7px auto 0 auto;
  619. padding: 5px 2px 5px 2px;
  620. background-color: black;
  621. border: 1px solid #e5e5e5;
  622. border-radius: 3px;
  623. color: white;
  624. }
  625.  
  626. #givenow p.ns {
  627. max-width: 300px;
  628. display: block;
  629. margin: 7px auto 0 auto;
  630. padding: 5px 2px 5px 2px;
  631. background-color: black;
  632. border: 1px solid #e5e5e5;
  633. border-radius: 3px;
  634. color: white;
  635. }
  636.  
  637. #givenow .paypal {
  638. background-color: #ffcb00;
  639. }
  640.  
  641. #givenow .bitcoin {
  642. background-color: #1e90ff;
  643. cursor: pointer;
  644. }
  645.  
  646. #givenow .cash {
  647. background-color: #00c628;
  648. cursor: pointer;
  649. }
  650.  
  651. #givenow .cc {
  652. background-color: #da231c;
  653. cursor: pointer;
  654. }
  655.  
  656. /* FAQ */
  657. .faqco {
  658. margin:2px 0 2px 0;
  659. padding:2px 4px 2px 4px;
  660. color:#06D206;
  661. background-color:#111111;
  662. border-radius:3px;
  663. }
  664. ==========================
  665. alba
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement