Advertisement
Hardrockdesign

CSS Arthur

Jul 3rd, 2015
2,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.39 KB | None | 0 0
  1. #elite img {
  2. margin: 1px;
  3. border-radius: 40px;
  4. }
  5.  
  6. #bro img {
  7. margin: 2px;
  8. width: 50px;
  9. height: 100px;
  10. }
  11.  
  12. #message-box textarea {
  13. color: #dcdcdc !important;
  14. }
  15. dl.spoiler {
  16. font-size: 1em;
  17. padding: 3px;
  18. border-top: 0px;
  19. border-bottom: 0px;
  20. color: #A1A0AE;
  21. letter-spacing:1px;
  22. }
  23.  
  24. blockquote {
  25. background: #191828;
  26. border-top: 5px solid #A1A0AE; !important;
  27. border-bottom: 0px;
  28. border-left:0px;
  29. color: #dcdcdc;
  30. font-size: 12px;
  31. -moz-border-radius: 0px;!important;
  32. border-radius: 0px;!important;
  33. font-family: calibri; !important;
  34. line-height:11px;
  35. font-style: none !important;
  36. letter-spacing:1px;
  37. width: 400px;
  38. border-right: transparent;
  39. }
  40.  
  41. dl.codebox {
  42. background-color: #191828;
  43. border: none;
  44. font-size: 12px;
  45. padding: 3px;
  46. font-family: calibri;
  47. }
  48.  
  49. .content blockquote {
  50. font-size: 12px;
  51. font-family: calibri;
  52. }
  53. .spoiler_content.hidden {
  54. font-size: 12px;
  55. font-family: calibri;
  56. color: #dcdcdc;
  57. }
  58. dl.codebox code {
  59. color: #dcdcdc;
  60. display: block;
  61. letter-spacing: 1px;
  62. font-family: calibri;
  63. font-size: 12px;
  64. font-style: normal;
  65. font-variant: normal;
  66. font-weight: normal;
  67. height: auto;
  68. line-height: 1.3em;
  69. margin: 2px 0;
  70. max-height: 200px;
  71. overflow: auto;
  72. padding-top: 5px;
  73. border:none;
  74. white-space: no;
  75. -moz-border-radius: 0px;
  76. }
  77.  
  78. dl.codebox dt a {
  79. color: #A1A0AE;
  80. }
  81.  
  82. dl.codebox dt {
  83. border:none;
  84. display: block;
  85. background: #141414;
  86. font-size: 12px;
  87. font-weight: 700;
  88. margin-bottom: 0px;
  89. text-align:center;
  90. }
  91. #Sc2 a {
  92. display: inline-block;
  93. width: 182px;
  94. line-height: 100%;
  95. padding-top: 15px;
  96. font-size: 9px;
  97. text-align: center;
  98. padding-bottom: 15px;
  99. margin-bottom: 2px;
  100. text-transform: uppercase;
  101. font-weight: bold;
  102. color: #dcdcdc
  103. }
  104.  
  105. .button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
  106. background:#191828;
  107. border: transparent;
  108. color: #dcdcdc;
  109. display: inline-block;
  110. outline: medium none;
  111. padding:5px;
  112. text-transform:uppercase;
  113. font-size:10px;
  114. font-weight: 700;
  115. border-radius: 0px;
  116. }
  117.  
  118. .button:hover, .button1:hover, .button2:hover, input.button:hover, input.button1:hover, input.button2:hover, button.bbcode:hover, #submit_button:hover, #profile-advanced-button:hover, #login_popup_buttons:hover, #login_popup_buttons input:hover, .liteoption:hover {
  119. background: #191828;
  120. border: transparent;
  121. color: #dcdcdc;
  122. display: inline-block;
  123. outline: medium none;
  124. padding:5px;
  125. text-transform:uppercase;
  126. font-size:10px;
  127. font-weight: 700;
  128. border-radius: 0px;
  129. }
  130.  
  131. .view-tenth .mask2 {
  132. transition: all 0.5s linear;
  133. opacity: 0;
  134. width: 230px;
  135. height: 100px;
  136. position: absolute;
  137. top: 0px;
  138. overflow-y: auto;
  139. overflow-x: hidden;
  140. left: 0px;
  141. }
  142.  
  143. .view-tenth .contenido {
  144. color: #dcdcdc;
  145. opacity: 0;
  146. transform: scale(0);
  147. text-align: justify;
  148. font-size: 10px;
  149. padding: 10px;
  150. transition: all 0.5s linear;
  151. }
  152.  
  153. .view-tenth:hover .contenido {
  154. transform: scale(1);
  155. opacity: 1;
  156. }
  157.  
  158. .desc2 a {
  159. display: block;
  160. color: #dcdcdc;
  161. background: #191828;
  162. line-height: 100%;
  163. font-size: 8px;
  164. margin-bottom: 2px;
  165. text-align: center;
  166. padding-top: 3px;
  167. padding-bottom: 3px;
  168. width: 130px;
  169. text-transform: uppercase;
  170. }
  171.  
  172. .desc1 p {
  173. padding: 5px;
  174. margin-left: 10px;
  175. text-align: justify;
  176. margin-top: 10px;
  177. height: 90px;
  178. overflow-y: auto;
  179. overflow-x: hidden;
  180. font-size: 11px;
  181. width: 220px;
  182. }
  183.  
  184. .desc1 {
  185. height: 150px;
  186. width: 250px;
  187. background: #191828;
  188. position: absolute;
  189. left: 150px;
  190. top: 20px;
  191. }
  192.  
  193. .desc2 {
  194. position: absolute;
  195. left: 500px;
  196. top: 20px;
  197. height: 150px;
  198. width: 150px;
  199. background: #40392f;
  200. }
  201.  
  202. .admin-info {
  203. width: 90px;
  204. margin-left: 4px;
  205. display: inline-block;
  206. height: 86px;
  207. overflow: hidden;
  208. }
  209.  
  210. .admin-info2 {
  211. background: #191828;
  212. font-size: 9px;
  213. color: #dcdcdc;
  214. line-height: 100%;
  215. text-align: center;
  216. width: 100%;
  217. margin-bottom: 2px;
  218. padding-top: 4px;
  219. padding-bottom: 4px;
  220. }
  221.  
  222. .admin-info a {
  223. display: inline-block;
  224. color: #dcdcdc;
  225. background: #191828;
  226. line-height: 100%;
  227. font-size: 8px;
  228. text-align: center;
  229. padding-top: 3px;
  230. padding-bottom: 3px;
  231. margin: 1px;
  232. width: 43px;
  233. text-transform: uppercase;
  234. }
  235.  
  236. .credit {
  237. background: #40392f;
  238. height: 150px;
  239. padding: 10px;
  240. width: 160px;
  241. text-align: justify;
  242. font-size: 10px;
  243. color: #dcdcdc;
  244. overflow-y: auto;
  245. overflow-x: hidden;
  246. }
  247.  
  248. .credit a {
  249. color: #191828;
  250. }
  251.  
  252. .award-wid {
  253. background: #191828;
  254. position: absolute;
  255. left: 5px;
  256. width: 170px;
  257. line-height: 100%;
  258. color: #dcdcdc;
  259. font-size: 9px;
  260. padding-top: 2px;
  261. top: 68px;
  262. padding-bottom: 2px;
  263. text-align: center;
  264. }
  265.  
  266. .award-wid2 {
  267. background: #191828;
  268. position: absolute;
  269. left: 5px;
  270. width: 170px;
  271. line-height: 100%;
  272. color: #dcdcdc;
  273. font-size: 9px;
  274. padding-top: 2px;
  275. top: 82px;
  276. padding-bottom: 2px;
  277. text-align: center;
  278. }
  279.  
  280. ::-webkit-scrollbar {background-color: #01000f; height:2px; width:5px}
  281. ::-webkit-scrollbar-thumb:vertical {background-color: #191828;}
  282. ::-webkit-scrollbar-thumb:horizontal {background-color: #191828; height:3px!important}
  283. .view-tenth img {
  284. transform: scaleY(1);
  285. transition: all 0.7s ease-in-out;
  286. position: absolute;
  287. top: 0px;
  288. left: 0px;
  289. }
  290. .view-tenth .mask {
  291. background-color: #40392f;
  292. transition: all 0.5s linear;
  293. opacity: 0;
  294. width: 180px;
  295. height: 200px;
  296. position: absolute;
  297. top: 0px;
  298. overflow-y: auto;
  299. overflow-x: hidden;
  300. left: 0px;
  301. }
  302.  
  303. .view-tenth p {
  304. color: #dcdcdc;
  305. opacity: 0;
  306. transform: scale(0);
  307. text-align: justify;
  308. font-size: 10px;
  309. padding: 10px;
  310. transition: all 0.5s linear;
  311. }
  312. .view-tenth a.info {
  313. opacity: 0;
  314. transform: scale(0);
  315. transition: all 0.5s linear;
  316. }
  317.  
  318. .view-tenth:hover img {
  319. transform: scale(10);
  320. opacity: 0;
  321. }
  322. .view-tenth:hover .mask {
  323. opacity: 1;
  324. }
  325.  
  326. .view-tenth:hover .mask2 {
  327. opacity: 1;
  328. }
  329.  
  330. .view-tenth:hover p {
  331. transform: scale(1);
  332. opacity: 1;
  333. }
  334.  
  335. .module .h3 {
  336. display: block;
  337. background: #191828;
  338. font-size: 14px;
  339. text-transform: none;
  340. font-family: UnifrakturMaguntia;
  341. line-height: 100%;
  342. color: #dcdcdc;
  343. text-align: center;
  344. }
  345.  
  346. #comments_scroll_div {
  347. height: 150px;
  348. }
  349.  
  350. #content-container div#left {
  351. background: transparent;
  352. position: relative;
  353. top: 77px;
  354. }
  355.  
  356. .postbody .topic-title a {
  357. color: #dcdcdc;
  358. }
  359.  
  360. .apartadoperfil {
  361. width:180px;
  362. margin-left: -7px;
  363. display: block;
  364. text-transform: uppercase;
  365. padding-top: 3px;
  366. padding-bottom: 3px;
  367. font-size: 9px;
  368. line-height: 100%;
  369. text-align: center;
  370. background: #40392f;
  371. }
  372.  
  373. .contenidoperfil {
  374. width:180px;
  375. font-size: 9px;
  376. margin-left: -7px;
  377. display: block;
  378. text-transform: uppercase;
  379. padding-top: 3px;
  380. padding-bottom: 3px;
  381. line-height: 100%;
  382. text-align: center;
  383. background: #141414;
  384. }
  385.  
  386. .postbody ul.profile-icons {
  387. position: absolute;
  388. top: 8px;
  389. left: 331px;
  390. line-height: 100%;
  391. padding-top: 5px;
  392. height: 16px;
  393. float: none;
  394. width:190px;
  395. background: #40392f;
  396. }
  397.  
  398. .triangle4 {
  399. width: 0;
  400. height: 0;
  401. border-style: solid;
  402. border-width: 0 21px 21px 0;
  403. border-color: transparent #40392f transparent transparent;
  404. position: absolute;
  405. left: 310px;
  406. top: 18px;
  407. }
  408.  
  409. .triangle3 {
  410. width: 0;
  411. height: 0;
  412. border-style: solid;
  413. border-width: 21px 0 0 21px;
  414. border-color: transparent transparent transparent #191828;
  415. position: absolute;
  416. left: 310px;
  417. top: 18px;
  418. }
  419.  
  420. p.author {
  421. width: 300px;
  422. line-height: 100%;
  423. padding: 5px;
  424. background: #191828;
  425. }
  426.  
  427. h1.page-title {
  428. color: #dcdcdc;
  429. font-family: UnifrakturMaguntia;
  430. font-size: 40px;
  431. line-height: 100%;
  432. text-transform: none;
  433. }
  434.  
  435. h1.page-title a {
  436. color: #dcdcdc;
  437. }
  438.  
  439. .postbody {
  440. width: 530px;
  441. position: relative;
  442. text-align: justify;
  443. }
  444.  
  445. .nombreusuario {
  446. width: 190px;
  447. display: block;
  448. line-height: 100%;
  449. padding-top: 5px;
  450. padding-bottom: 5px;
  451. position: absolute;
  452. top: 350px;
  453. left: 15px;
  454. background: #191828;
  455. font-size: 14px;
  456. font-family: UnifrakturMaguntia;
  457. text-align: center;
  458. }
  459.  
  460. .postprofile {
  461. width: 200px;
  462. padding: 10px;
  463. border: 5px solid #191828;
  464. position: relative;
  465. overflow: hidden;
  466. background: #141414;
  467. }
  468.  
  469. .view-fourth img {
  470. transition: all 0.4s ease-in-out 0.2s;
  471. opacity: 1;
  472. position: relative;
  473. right: 10px;
  474. }
  475. .view-fourth .mask {
  476. background-color: #191828;
  477. opacity: 0;
  478. transform: scale(0) rotate(-180deg);
  479. transition: all 0.4s ease-in;
  480. border-radius: 0px;
  481. position: absolute;
  482. top: 10px;
  483. right: 10px;
  484. overflow-y: auto;
  485. overflow-x: hidden;
  486. height: 380px;
  487. width: 180px;
  488. padding: 10px;
  489. }
  490. .view-fourth h2{
  491. opacity: 0;
  492. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  493. background: transparent;
  494. margin: 20px 40px 0px 40px;
  495. transition: all 0.5s ease-in-out;
  496. }
  497. .view-fourth p {
  498. opacity: 0;
  499. transition: all 0.5s ease-in-out;
  500. }
  501. .view-fourth a.info {
  502. opacity: 0;
  503. transition: all 0.5s ease-in-out;
  504. }
  505.  
  506. .view-fourth:hover .mask {
  507. opacity: 1;
  508. transform: scale(1) rotate(0deg);
  509. transition-delay: 0.2s;
  510. }
  511.  
  512. .view-fourth:hover .mask img {
  513. opacity: 1;
  514. transform: scale(1) rotate(0deg);
  515. transition-delay: 0.2s;
  516. }
  517.  
  518. .view-fourth:hover img {
  519. transform: scale(0);
  520. opacity: 0;
  521. transition-delay: 0s;
  522. }
  523. .view-fourth:hover h2,
  524. .view-fourth:hover p,
  525. .view-fourth:hover a.info{
  526. opacity: 1;
  527. transition-delay: 0.5s;
  528. }
  529. .chatbox-title, .chatbox-title a.chat-title {
  530. font-family: Calibri;
  531. font-weight: 700;
  532. font-size: 12px;
  533. text-transform: uppercase;
  534. color: #e7ebe3;
  535. margin-top: 5px;
  536. margin-left: 5px;
  537. }
  538. .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
  539. font-family: calibri;
  540. font-size: 12px;
  541. text-transform: uppercase;
  542. font-weight: 700;
  543. color: #e7ebe3;
  544. }
  545. #chatbox_header{background-color: #191828;}
  546. #chatbox_footer{background-color: #191828;}
  547. .chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  548. font-size:12px;
  549. font-family: calibri;
  550. color: #e7ebe3;
  551. }
  552. #chatbox_footer label {
  553. font-family: calibri;
  554. font-size: 12px;
  555. font-weight: 700;
  556. text-transform: uppercase;
  557. color: #e7ebe3;
  558. }
  559. #chatbox_members{
  560. font-size: 13px;
  561. font-family: calibri;
  562. }
  563.  
  564. #chatbox .user + .msg span {
  565. color: #e7ebe3 !important;
  566. }
  567. #page-footer .navbar {
  568. color: #01000f;
  569. }
  570.  
  571. ul#picture_legend li, ul#privmsgs-menu li {
  572. display:none;
  573. }
  574.  
  575. .img-whois {
  576. position: absolute;
  577. top: 0px;
  578. margin-right: 0px;
  579. right: 0px;
  580. }
  581.  
  582. #Sc1 a {
  583. font-size: 12px;
  584. text-transform: uppercase;
  585. }
  586.  
  587. #SSlider {
  588. width: 775px;
  589. position: relative;
  590. background: #141414;
  591. margin-top: 15px;
  592. overflow: hidden;
  593. height:250px;
  594. margin-left: 5px;
  595. }
  596.  
  597. #botones {
  598. text-align:center; /*CSS base*/
  599. position: absolute;
  600. z-index: 999;
  601. line-height: 100%;
  602. right: 80px;
  603. top: 160px;
  604. font-size: 14px;
  605. text-transform: none;
  606. font-family: UnifrakturMaguntia;
  607. }
  608. #botones div {
  609. display: block;/*CSS base*/
  610. width: 180px;
  611. line-height: 100%;
  612. }
  613. .Sb.selected {
  614. background-color: #40392f; /*CSS base*/
  615. }
  616. .Sb {
  617. background: none repeat scroll 0 0 #191828;/*CSS base*/
  618. margin-bottom: 2px;
  619. padding-left: 3px;/*CSS base*/
  620. line-height: 100%;
  621. padding-right: 3px;
  622. padding-top: 4px;
  623. padding-bottom: 2px;
  624. }
  625.  
  626. #SCont > div {
  627. background: #141414;
  628. }
  629. .Sc{
  630. height: 220px;
  631. width: 370px;
  632. margin-top: 0px;
  633. overflow-y: auto;
  634. overflow-x: hidden;
  635. padding: 15px;
  636. }
  637.  
  638. a.mainmenu {
  639. display: inline-block;
  640. background: #191828;
  641. width: 130px;
  642. font-size: 14px;
  643. text-transform: none;
  644. font-family: UnifrakturMaguntia;
  645. line-height: 100%;
  646. color: #dcdcdc;
  647. text-align: center;
  648. }
  649.  
  650. .forabg li.row dd.lastpost br {
  651. display: none;
  652. }
  653.  
  654. .forabg ul.forums li.row dd.lastpost a {
  655. margin-right: 4px;
  656. font-weight: bold;
  657. margin-left: 4px;
  658. display: inline-block;
  659. }
  660.  
  661. .forabg ul.forums li.row dd.lastpost {
  662. width: 350px;
  663. position: absolute;
  664. left: 435px;
  665. line-height: 100%;
  666. bottom: 5px;
  667. font-size: 9px;
  668. }
  669.  
  670. .sunshine1 {
  671. background: #40392f;
  672. width: 40px;
  673. display: inline-block;
  674. }
  675.  
  676. .forabg ul.forums li.row dd.posts::after {
  677. content: " mensajes. El último mensaje fue";
  678. }
  679.  
  680. .forabg ul.forums li.row dd.posts {
  681. line-height: 100%;
  682. font-size: 9px;
  683. position: absolute;
  684. left: 243px;
  685. bottom: 5px;
  686. width: 200px;
  687. }
  688.  
  689. .forabg ul.forums li.row dd.topics {
  690. position: absolute;
  691. left: 60px;
  692. bottom: 5px;
  693. line-height: 100%;
  694. font-size: 9px;
  695. width: 190px;
  696. }
  697.  
  698. .forabg ul.forums li.row dd.topics::after {
  699. content: "temas y";
  700. }
  701.  
  702. .forabg ul.forums li.row dd.topics::before {
  703. content: "Este subforo contiene ";
  704. }
  705.  
  706. a.forumtitle {
  707. position: absolute;
  708. left: 165px;
  709. top: 150px;
  710. z-index: 999;
  711. font-family: UnifrakturMaguntia;
  712. font-size: 14px;
  713. color: #dcdcdc;
  714. }
  715.  
  716. .triangle1 {
  717. width: 0;
  718. height: 0;
  719. border-style: solid;
  720. border-width: 150px 0 0 100px;
  721. border-color: transparent transparent transparent #191828;
  722. position: absolute;
  723. left: 400px;
  724. top: 20px;
  725. }
  726.  
  727. .triangle2 {
  728. width: 0;
  729. height: 0;
  730. border-style: solid;
  731. border-width: 0 100px 150px 0;
  732. border-color: transparent #40392f transparent transparent;
  733. position: absolute;
  734. left: 400px;
  735. top: 20px;
  736. }
  737.  
  738. ul.forums {
  739. background: #141414;
  740. padding-top: 30px;
  741. padding-bottom: 30px;
  742. }
  743.  
  744. li.header {
  745. line-height: 100%;
  746. padding-top: 40px;
  747. padding-left: 40px;
  748. padding-bottom: 15px;
  749. }
  750.  
  751. .forabg ul.topiclist.forums li.row dd.dterm {
  752. height: 150px;
  753. }
  754.  
  755. ul.forums li.row {
  756. position: relative;
  757. height: 200px;
  758. overflow: hidden;
  759. }
  760.  
  761. ul.forums .icon {
  762. background-position: 60px 60px !important;
  763. }
  764.  
  765. .table-title h2 {
  766. font-family: UnifrakturMaguntia;
  767. font-size: 40px;
  768. color: #dcdcdc;
  769. text-transform: none;
  770. }
  771.  
  772. #logo-desc p {font-size: 0px;}
  773.  
  774. #logo-desc img {margin-left: -15px; margin-top: -10px;}
  775.  
  776. #wrap {
  777. min-width: 990px;
  778. max-width: 990px;
  779. background: #01000f;
  780. margin-bottom: -10px;
  781. margin-top: -10px;
  782. }
  783.  
  784. /***Básico***/
  785.  
  786. /*Quitar subrayado del título de subforo al pasar el ratón*/
  787. a.forumtitle:hover {
  788. text-decoration: none;
  789. color: #dcdcdc;
  790. }
  791.  
  792. /*Eliminar la parte de Leyenda: [] e itálica de los grupos*/
  793. p em {
  794. font-style: normal;
  795. color: transparent;
  796. }
  797.  
  798. /*Quitar las palabras: Temas, Mensajes, etc de la barra de categoría*/
  799. .forabg li.header dd.posts {
  800. display: none;
  801. }
  802.  
  803. .forabg li.header dd.topics {
  804. display: none;
  805. }
  806.  
  807. li.header dl.icon dd.lastpost{
  808. display: none;
  809. }
  810.  
  811. /*Quitar el borde azul bajo la caja de edición de la firma*/
  812. #cp-main .panel.sig {
  813. background-color: transparent;
  814. }
  815.  
  816. /*Quitar el borde blanco de las cajas de edición*/
  817. .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar {
  818. border-color: transparent !important;
  819. }
  820.  
  821. /*Quitar el borde blanco de las cajas de edición de títulos, etc*/
  822. .inputbox{
  823. border-color: transparent !important;
  824. }
  825.  
  826. /*Eliminar la señal de la fecha y última visita en el índice*/
  827. p.right.rightside + p {
  828. display:none;
  829. }
  830. p.rightside {
  831. display: none;
  832. }
  833. p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
  834. display: block;
  835. }
  836.  
  837. /*Quitar la caja de búsqueda de temas en el índice*/
  838.  
  839. #search-box {
  840. display:none;
  841. }
  842.  
  843. /*Quitar la caja de búsqueda de temas en los foros*/
  844. .search-box { visibility: hidden; }
  845.  
  846. /*Quitar los apartados de Calendario y FAQ del menú*/
  847. .mainmenu[href="/faq?akata"],.mainmenu[href="/calendar?akata"] {
  848. display: none;
  849. color: transparent; font-size: 0px;
  850. }
  851. .mainmenu[href="/search"] {
  852. margin-left: -15px;
  853. }
  854.  
  855. /*Quitar el apartado de información sobre el chatbox a pie de foro en el índice*/
  856. div.page-bottom, #chatbox_popup, .h3 a[target="ChatBox"]{
  857. display:none;
  858. }
  859.  
  860. /*Código para centrar el título de la categoría o ponerla en el lado que quieras*/
  861.  
  862. .forabg li.header dd.dterm {
  863. width: 100%;
  864. }
  865.  
  866. /* latin */
  867. @font-face {
  868. font-family: 'Montserrat';
  869. font-style: normal;
  870. font-weight: 400;
  871. src: local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  872. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  873. }
  874. /* latin */
  875. @font-face {
  876. font-family: 'Montserrat';
  877. font-style: normal;
  878. font-weight: 700;
  879. src: local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  880. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  881. }
  882.  
  883. /* latin */
  884. @font-face {
  885. font-family: 'UnifrakturMaguntia';
  886. font-style: normal;
  887. font-weight: 400;
  888. src: local('UnifrakturMaguntia'), url(http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3wh3zWhftzIdHBsuU0JwdCQ.woff2) format('woff2');
  889. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  890. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement