silbrigthemes

Charakter (Page 26, Light Version)

Feb 22nd, 2020
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <meta charset="utf-16">
  6. <!-- Change title here: {Your Blog Title} | Page Title -->
  7. <title>{Title} | Charakter</title>
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}"/>
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  13. <link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
  14.  
  15. <!-- Necessary for the theme to be responsive. -->
  16. <meta name="viewport" content="width=device-width, initial-scale=1">
  17.  
  18. <!-- Icon font, by fontawesome -->
  19. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  20.  
  21. <!-- Necessary for the scripts to work. -->
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  23.  
  24. <!-- Changes the toolbar color on mobile. -->
  25. <meta name="theme-color" content="#111"/>
  26.  
  27. <!-- Title Font -->
  28. <link href="https://fonts.googleapis.com/css?family=Orbitron:400,700&display=swap" rel="stylesheet">
  29. <!-- Subtitle Font -->
  30. <link href="https://fonts.googleapis.com/css?family=Libre+Barcode+39&display=swap" rel="stylesheet">
  31. <!-- Text Font -->
  32. <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap&subset=latin-ext" rel="stylesheet">
  33.  
  34. <!-- Other Fonts -->
  35. <!-- Roboto Mono -->
  36. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
  37. <!-- Cormorant Garamond -->
  38. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,700&amp;subset=cyrillic,cyrillic-ext,latin-ext,vietnamese" rel="stylesheet">
  39. <!-- Dancing Script -->
  40. <link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700&amp;subset=latin-ext,vietnamese" rel="stylesheet">
  41.  
  42. <style>
  43.  
  44. body {
  45. margin:0;
  46. top:0;
  47. left:0;
  48. color:#111; /* text color */
  49. font-size:1em; /* font size */
  50. font-family:"Raleway", Verdana; /* font, fallback */
  51. overflow-x:hidden;
  52. text-align:justify; /* alt.: left, center, right */
  53. background-color:#fff; /* background color */
  54. }
  55.  
  56. *,*:before,*:after {
  57. box-sizing:inherit;
  58. }
  59.  
  60. html {
  61. box-sizing:border-box;
  62. }
  63.  
  64. /* Particle Background */
  65. #background {
  66. position:fixed;
  67. top:0;
  68. z-index:-1;
  69. overflow:hidden;
  70. width:100%;
  71. height:100%;
  72. background-color:inherit;
  73. background-image:url("");
  74. background-repeat:no-repeat;
  75. background-size:cover;
  76. background-position:50% 50%;
  77. }
  78.  
  79. /* Custom Scrollbar */
  80. ::-webkit-scrollbar {
  81. width:10px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. width:10px;
  86. background-color:#111; /* thumb color */
  87. }
  88.  
  89. /* Custom Text Selection */
  90. ::selection {
  91. background-color:#111; /* background color */
  92. color:#fff; /* text color */
  93. }
  94.  
  95. ::-moz-selection {
  96. background-color:#111; /* background color */
  97. color:#fff; /* text color */
  98. }
  99.  
  100. ::-o-selection {
  101. background-color:#111; /* background color */
  102. color:#fff; /* text color */
  103. }
  104.  
  105. ::-webkit-selection {
  106. background-color:#111; /* background color */
  107. color:#fff; /* text color */
  108. }
  109.  
  110. /* Custom Tooltips */
  111. .tippy-tooltip.charakter-theme {
  112. background-color:#111; /* background color */
  113. color:#fff; /* text color */
  114. text-align:left; /* alt.: center, right, justify */
  115. }
  116.  
  117. .tippy-tooltip.charakter-theme .tippy-svg-arrow {
  118. fill:#111; /* background color */
  119. }
  120.  
  121. /* ––– END GENERAL | START TEXT STYLES ––– */
  122.  
  123. /* Bold Text */
  124. b, strong {
  125. font-weight:bold;
  126. font-weight:700; /* bold text */
  127. color:#333; /* text color */
  128. }
  129.  
  130. /* Italic Text */
  131. i, em {
  132. font-weight:300; /* thin text */
  133. font-style:italic; /* cursive text */
  134. color:#000; /* text color */
  135. }
  136.  
  137. /* Marked Text */
  138. mark {
  139. background-color:#666; /* background color */
  140. color:#fff; /* text color */
  141. padding:0 4px;
  142. }
  143.  
  144. /* Preformatted Text */
  145. pre {
  146. background-color:#111; /* background color */
  147. color:#fff; /* text color */
  148. padding:1em;
  149. font-family:"Roboto Mono", Courier; /* font-family */
  150. font-size:calc(1em - 2px);
  151. word-wrap:break-all;
  152. white-space:pre-wrap;
  153. }
  154.  
  155. /* Small Text */
  156. small {
  157. font-size:calc(1em - 4px);
  158. }
  159.  
  160. /* Underlined Text */
  161. u {
  162. text-decoration:none;
  163. border-bottom:2px solid #111; /* width style color */
  164. }
  165.  
  166. /* Blockquote */
  167. blockquote {
  168. border-left:4px solid #111; /* width style color */
  169. padding-left:1em;
  170. }
  171.  
  172. /* Empty Paragraphs */
  173. p:empty {
  174. display:none;
  175. }
  176.  
  177. /* Text Line */
  178. hr {
  179. width:80%;
  180. height:2px;
  181. border:none;
  182. background-color:#111; /* background color */
  183. }
  184.  
  185. /* LINKS */
  186. /* Link */
  187. a {
  188. text-decoration:none;
  189. color:#666; /* text color */
  190. border-bottom:2px solid #666; /* width style color */
  191. }
  192.  
  193. /* Link | Hover */
  194. a:hover {
  195. color:#111; /* text color */
  196. border-bottom:2px solid #111; /* width style color */
  197. }
  198.  
  199. /* Link | Transitions */
  200. a, a:hover {
  201. transition:0.5s;
  202. -moz-transition:0.5s;
  203. -o-transition:0.5s;
  204. -webkit-transition:0.5s;
  205. }
  206.  
  207. /* LISTS */
  208. /* Ordered List */
  209. ol {
  210. list-style-type:decimal-leading-zero;
  211. /* alt.: upper roman, decimal, lower alpha, etc. */
  212. }
  213.  
  214. /* Unordered List */
  215. ul {
  216. list-style-type:square; /* alt.: disc, circle */
  217. }
  218.  
  219. /* COLORED TEXT */
  220. /* Red Text */
  221. .npf_color_joey {
  222. color:#666; /* text color */
  223. }
  224.  
  225. /* Orange Text */
  226. .npf_color_monica {
  227. color:#888; /* text color */
  228. }
  229.  
  230. /* Yellow Text */
  231. .npf_color_phoebe {
  232. color:#aaa; /* text color */
  233. }
  234.  
  235. /* Green Text */
  236. .npf_color_ross {
  237. color:#ccc; /* text color */
  238. }
  239.  
  240. /* Blue Text */
  241. .npf_color_rachel {
  242. color:#000; /* text color */
  243. }
  244.  
  245. /* Purple Text */
  246. .npf_color_chandler {
  247. color:#222; /* text color */
  248. }
  249.  
  250. /* Pink Text */
  251. .npf_color_niles {
  252. color:#444; /* text color */
  253. }
  254.  
  255. /* SPECIAL FONTS */
  256. /* Quirky Font */
  257. .npf_quirky {
  258. font-family: "Dancing Script", cursive; /* font-family */
  259. font-size:1.5em;
  260. }
  261.  
  262. /* Chat Font */
  263. .npf_chat {
  264. font-family:"Roboto Mono", Courier; /* font-family */
  265. }
  266.  
  267. /* Quote Font */
  268. .npf_quote {
  269. font-family:"Cormorant Garamond", "Palatino"; /* font */
  270. font-size:1.25em;
  271. }
  272.  
  273. /* HEADINGS */
  274. /* First Heading */
  275. h1{
  276. font-size:1.75em;
  277. font-weight:400; /* normal, alt.: 300 (thin), 700 (bold) */
  278. }
  279.  
  280. /* Second Heading */
  281. h2{
  282. font-size:1.5em;
  283. font-weight:300; /* thin text */
  284. }
  285.  
  286. /* Third Heading */
  287. h3{
  288. font-size:1.25em;
  289. }
  290.  
  291. /* Fourth Heading */
  292. h4{
  293. font-size:1em;
  294. }
  295.  
  296. /* Fifth Heading */
  297. h5{
  298. font-size:calc(1em - 2px);
  299. text-transform:uppercase; /* alt.: lowercase, capitalize */
  300. }
  301.  
  302. /* Sixth Heading */
  303. h6{
  304. font-size:calc(1em - 4px);
  305. text-transform:uppercase; /* alt.: lowercase, capitalize */
  306. }
  307.  
  308. /* ––– END TEXT STYLES | START LAYOUT ––– */
  309.  
  310. /* MAIN CONTAINER */
  311. #container {
  312. padding:2em;
  313. width:calc(100vw - 12em);
  314. height:auto;
  315. margin:4em;
  316. background-color:#fff; /* background color */
  317. background:rgba(255, 255, 255, 0.85); /* opaque bg */
  318. display:grid;
  319. grid-template-columns:96px calc(100vw - (12em + 2 * 96px + 0.5em + 4 * 1em + 40vw + 4em)) 96px 0.5em 40vw;
  320. grid-column-gap:1em;
  321. grid-template-rows:3.5em calc(2 * 96px + 8px) calc(2 * 96px + 8px) auto auto;
  322. grid-row-gap:1em;
  323. }
  324.  
  325. /* TITLES */
  326. #titles {
  327. grid-column-start:1;
  328. grid-column-end:4;
  329. grid-rows:1/2;
  330. }
  331.  
  332. /* Main Title */
  333. #title {
  334. font-family:"Orbitron", Impact; /* font-family */
  335. font-size:2em;
  336. }
  337.  
  338. /* Main Subtitle */
  339. #subtitle {
  340. font-family:"Libre Barcode 39", "Courier New", Courier;
  341. /* font-family */
  342. font-size:calc(1em + 4px);
  343. }
  344.  
  345. /* ABOUT */
  346. #about {
  347. grid-column-start:5;
  348. grid-column-end:6;
  349. grid-row-start:1;
  350. grid-row-end:6;
  351. }
  352.  
  353. /* Section Title */
  354. .sect-title {
  355. font-family:"Orbitron", Impact; /* font-family */
  356. font-size:calc(1em + 4px);
  357. }
  358.  
  359. /* Section Subtitle */
  360. .sect-subtitle {
  361. font-family:"Libre Barcode 39", "Courier New", Courier;
  362. /* font-family */
  363. }
  364.  
  365. /* QUICK INFO */
  366. #quick-info{
  367. grid-column-start:2;
  368. grid-column-end:4;
  369. grid-row-start:2;
  370. grid-row-end:3;
  371. }
  372.  
  373. /* STATS */
  374. #stats {
  375. grid-column-start:1;
  376. grid-column-end:3;
  377. grid-row-start:3;
  378. grid-row-end:4;
  379. }
  380.  
  381. /* Table */
  382. table {
  383. width:100%;
  384. }
  385.  
  386. /* 1st Table Cell */
  387. #stats td:first-child {
  388. width:30%;
  389. }
  390.  
  391. /* Last Table Cell */
  392. #stats td:last-child {
  393. width:10%;
  394. }
  395.  
  396. /* Stats */
  397. /* Sets the style for stats. */
  398. .stat {
  399. width:100%;
  400. background-color:#ccc; /* background color */
  401. height:20px;
  402. }
  403.  
  404. /* Skills */
  405. /* Sets the style for all skills. */
  406. .skill {
  407. background-color:#333; /* background color */
  408. color:#fff; /* text color */
  409. height:20px;
  410. }
  411.  
  412. /* These set the length of the skillbars. **/
  413. .skill1 {
  414. width:90%; /* 9 out of 10 = 90% width */
  415. }
  416.  
  417. .skill2 {
  418. width:80%; /* 8 out of 10 = 80% width */
  419. }
  420.  
  421. .skill3 {
  422. width:70%; /* 7 out of 10 = 70% width */
  423. }
  424.  
  425. .skill4 {
  426. width:80%; /* 8 out of 10 = 80% width */
  427. }
  428.  
  429. .skill5 {
  430. width:0%; /* 0 out of 10 = 0% width */
  431. }
  432.  
  433. .skill6 {
  434. width:80%; /* 8 out of 10 = 80% width */
  435. }
  436.  
  437. /* ICONS */
  438. #icons, #icons2 {
  439. display:flex;
  440. flex-direction:column;
  441. justify-content:space-between;
  442. align-items:center;
  443. }
  444.  
  445. /* ICONS 1 */
  446. #icons {
  447. grid-columns:1/2;
  448. grid-row-start:2;
  449. grid-row-end:3;
  450. }
  451.  
  452. /* ICONS 2 */
  453. #icons2 {
  454. grid-column-start:3;
  455. grid-column-end:4;
  456. grid-row-start:3;
  457. grid-row-end:4;
  458. }
  459.  
  460. /* Icon Images */
  461. .image img {
  462. width:96px;
  463. height:96px;
  464. }
  465.  
  466. /* Delete if you don't want grayscale images */
  467. /* Images */
  468. img {
  469. filter:grayscale(100%); /* value between 0% and 100% */
  470. -webkit-filter:grayscale(100%);
  471. -o-filter:grayscale(100%);
  472. -moz-filter:grayscale(100%);
  473. }
  474.  
  475. /* Images | Hover */
  476. img:hover {
  477. filter:grayscale(0%); /* value between 0% and 100% */
  478. -webkit-filter:grayscale(0%);
  479. -o-filter:grayscale(0%);
  480. -moz-filter:grayscale(0%);
  481. }
  482.  
  483. /* Image | Transitions */
  484. img, img:hover {
  485. transition:0.5s;
  486. -moz-transition:0.5s;
  487. -o-transition:0.5s;
  488. -webkit-transition:0.5s;
  489. }
  490.  
  491. /* QUOTE */
  492. #quote {
  493. grid-column-start:1;
  494. grid-column-end:4;
  495. grid-row-start:4;
  496. grid-row-end:5;
  497. }
  498.  
  499. /* APPEAREANCES */
  500. #appeareances {
  501. grid-column-start:1;
  502. grid-column-end:4;
  503. grid-row-start:5;
  504. grid-row-end:6;
  505. }
  506.  
  507. /* SLIDER */
  508. /* Slider Images */
  509. img {
  510. vertical-align:middle;
  511. max-width:100%;
  512. }
  513.  
  514. /* Slider Container */
  515. #sliderwrap {
  516. margin:0 auto;
  517. max-width:100%;
  518. }
  519.  
  520. /* Position the image container (needed to position the left and right arrows) */
  521. .container {
  522. position:relative;
  523. }
  524.  
  525. /* Hide the images by default */
  526. .mySlides {
  527. display:none;
  528. }
  529.  
  530. /* Add a pointer when hovering over the thumbnail images */
  531. .demo:hover {
  532. cursor:pointer;
  533. }
  534.  
  535. /* Next & previous buttons */
  536. .prev, .next {
  537. opacity:.6;
  538. border-bottom:none;
  539. cursor:pointer;
  540. position:absolute;
  541. top:40%;
  542. width:auto;
  543. padding:16px;
  544. margin-top:-50px;
  545. color:#fff; /* text color */
  546. background-color:rgba(17,17,17,0.2); /* background color */
  547. font-weight:bold; /* bold text */
  548. font-size:calc(1em + 4px);
  549. border-radius:0 3px 3px 0;
  550. -webkit-user-select:none;
  551. -o-user-select:none;
  552. -moz-user-select:none;
  553. user-select:none;
  554. -webkit-transition:0.5s ease-in;
  555. -o-transition:0.5s ease-in;
  556. -moz-transition:0.5s ease-in;
  557. transition:0.5s ease-in;
  558. }
  559.  
  560. /* Position the "next button" to the right */
  561. .next {
  562. right:0;
  563. border-radius:3px 0 0 3px;
  564. }
  565.  
  566. /* On hover, add a black background color with a little bit see-through */
  567. .prev:hover, .next:hover {
  568. opacity:1;
  569. -webkit-transition: 0.5s ease-out;
  570. -o-transition:0.5s ease-out;
  571. -moz-transition:0.5s ease-out;
  572. transition:0.5s ease-out;
  573. background-color:rgba(17, 17, 17, 0.7); /* background */
  574. color:#fff; /* text color */
  575. border-bottom:none;
  576. }
  577.  
  578. /* Number text (1/3 etc) */
  579. .numbertext {
  580. color:#fff; /* text color */
  581. font-size:calc(1em - 4px);
  582. padding:8px 12px;
  583. position:absolute;
  584. top:0;
  585. }
  586.  
  587. /* Caption text */
  588. .caption {
  589. background:#111; /* background color */
  590. color:#fff; /* text color */
  591. font-size:1em;
  592. padding:8px 12px;
  593. text-align:center;
  594. margin:0 auto;
  595. top:70%;
  596. }
  597.  
  598. .row:after {
  599. content:"";
  600. display:table;
  601. clear:both;
  602. }
  603.  
  604. /* Six columns side by side */
  605. .column {
  606. float:left;
  607. width:calc(100% / 6); /* 100% / number of slides */
  608. }
  609.  
  610. /* Add a transparency effect for thumnbail images */
  611. .demo {
  612. -webkit-transition:0.5s ease-in;
  613. -o-transition:0.5s ease-in;
  614. -moz-transition:0.5s ease-in;
  615. transition:0.5s ease-in;
  616. opacity:0.5;
  617. }
  618.  
  619. .active, .demo:hover{
  620. -webkit-transition:0.5s ease-out;
  621. -o-transition:0.5s ease-out;
  622. -moz-transition:0.5s ease-out;
  623. transition:0.5s ease-out;
  624. opacity:1;
  625. }
  626.  
  627. /* Fading animation */
  628. .fade {
  629. -webkit-animation-name:fade;
  630. -o-animation-name:fade;
  631. -moz-animation-name:fade;
  632. animation-name:fade;
  633. -webkit-animation-duration:1.5s;
  634. -o-animation-duration:1.5s;
  635. -moz-animation-duration:1.5s;
  636. animation-duration:1.5s;
  637. }
  638.  
  639. @-webkit-keyframes fade {
  640. 0%{
  641. opacity:0.5;
  642. }
  643.  
  644. 100%{
  645. opacity:1;
  646. }
  647. }
  648.  
  649. @keyframes fade {
  650. 0%{
  651. opacity:0.5;
  652. }
  653.  
  654. 100%{
  655. opacity:1;
  656. }
  657. }
  658.  
  659. /* ––– END LAYOUT | START EXTRAS ––– */
  660.  
  661. /* Hides the tumblr app button, by @yeoli-thm */
  662. .tmblr-iframe--app-cta-button {
  663. display:none!important;
  664. }
  665.  
  666. /* CUSTOM CONTROLS */
  667. /* Container */
  668. #custom-controls {
  669. position:fixed;
  670. top:8px;
  671. right:8px;
  672. width:calc(2 * 36px + 4px);
  673. height:calc(2 * 36px + 8px);
  674. display:flex;
  675. flex-wrap:wrap;
  676. justify-content:space-between;
  677. align-items:space-between;
  678. }
  679.  
  680. /* Control Link */
  681. a.conlink {
  682. border-bottom:none;
  683. box-shadow:none;
  684. text-decoration:none;
  685. }
  686.  
  687. /* Control Element */
  688. .cont {
  689. background-color:#111; /* background color */
  690. color:#fff; /* text color */
  691. font-size:calc(1em - 2px);
  692. width:36px;
  693. height:36px;
  694. display:flex;
  695. align-items:center;
  696. justify-content:center;
  697. }
  698.  
  699. /* Control Element on Hover */
  700. .cont:hover {
  701. transform:scale(0.98) rotate(360deg); /* smaller, rotate */
  702. }
  703.  
  704. /* Transitions */
  705. .cont, .cont:hover {
  706. transition:0.5s;
  707. -moz-transition:0.5s;
  708. -o-transition:0.5s;
  709. -webkit-transition:0.5s;
  710. }
  711.  
  712. /* Hides standard tumblr controls */
  713. body > iframe:first-child {
  714. display: none!important;
  715. }
  716.  
  717. /* Credit – Don't touch! */
  718. #cd {
  719. position:fixed;
  720. bottom:8px;
  721. left:8px;
  722. }
  723.  
  724. /* ––– END EXTRAS | START RESPONSIVE LAYOUT ––– */
  725.  
  726. /* LARGE SCREENS | DESKTOP */
  727. @media only screen and (min-width:800px) {
  728. /* MOBILE FOOTER */
  729. #mobile-footer {
  730. display:none;
  731. }
  732. }
  733.  
  734. /* SMALL SCREENS | TABLETS */
  735. @media only screen and (max-width:800px) {
  736. /* MAIN CONTAINER */
  737. #container {
  738. width:calc(100vw - 4em);
  739. margin:2em;
  740. margin-bottom:calc(10vh + 2em);
  741. display:grid;
  742. grid-template-columns:96px 96px auto 96px 96px;
  743. grid-template-rows:auto auto auto auto auto auto;
  744. }
  745.  
  746. /* TITLES, ABOUT, QUOTE, APPEAREANCES */
  747. #titles, #about, #quote, #appeareances {
  748. grid-column-start:1;
  749. grid-column-end:6;
  750. }
  751.  
  752. /* TITLES */
  753. #titles {
  754. grid-row-start:1;
  755. grid-row-end:2;
  756. }
  757.  
  758. /* ABOUT */
  759. #about {
  760. grid-row-start:6;
  761. grid-row-end:7;
  762. }
  763.  
  764. /* QUICK INFO */
  765. #quick-info{
  766. grid-row-start:2;
  767. grid-row-end:3;
  768. grid-column-start:2;
  769. grid-column-end:6;
  770. }
  771.  
  772. /* STATS */
  773. #stats {
  774. grid-row-start:3;
  775. grid-row-end:4;
  776. grid-column-start:1;
  777. grid-column-end:5;
  778. }
  779.  
  780. /* ICONS 1 */
  781. #icons {
  782. grid-column-start:1;
  783. grid-column-end:2;
  784. }
  785.  
  786. /* ICONS 2 */
  787. #icons2 {
  788. grid-column-start:5;
  789. grid-column-end:6;
  790. }
  791.  
  792. /* QUOTE */
  793. #quote {
  794. grid-row-start:4;
  795. grid-row-end:5;
  796. }
  797.  
  798. /* APPEAREANCES */
  799. #appeareances {
  800. grid-row-start:5;
  801. grid-row-end:6;
  802. }
  803.  
  804. /* Section Title */
  805. .sect-title {
  806. margin-top:8px;
  807. }
  808.  
  809. /* MOBILE FOOTER */
  810. #mobile-footer {
  811. display:flex;
  812. align-items:center;
  813. justify-content:space-evenly;
  814. background-color:#111; /* background color */
  815. position:fixed;
  816. bottom:0;
  817. left:0;
  818. width:100vw;
  819. height:10vh;
  820. }
  821.  
  822. /* Navigation Element */
  823. .mf-nav {
  824. width:36px;
  825. height:36px;
  826. font-size:calc(1em - 2px);
  827. background-color:#fff; /* background color */
  828. color:#111; /* text color */
  829. display:flex;
  830. align-items:center;
  831. justify-content:center;
  832. }
  833.  
  834. /* Navigation Element on Hover */
  835. .mf-nav:hover {
  836. color:#333; /* text color */
  837. cursor:pointer;
  838. transform:scale(0.98) rotate(360deg); /* smaller */
  839. }
  840.  
  841. /* Navigation Element Transitions */
  842. .mf-nav, .mf-nav:hover {
  843. transition:0.5s;
  844. -moz-transition:0.5s;
  845. -o-transition:0.5s;
  846. -webkit-transition:0.5s;
  847. }
  848.  
  849. /* Navigation Link */
  850. a.mf-link {
  851. border-bottom:none;
  852. }
  853.  
  854. /* Custom Controls, Credit */
  855. #custom-controls, #cd {
  856. display:none;
  857. }
  858. }
  859.  
  860. /* SMALL SCREENS | PHONES */
  861. @media only screen and (max-width:500px) {
  862. /* MAIN CONTAINER */
  863. #container {
  864. margin:0;
  865. width:calc(100vw - 10px);
  866. margin-bottom:10vh;
  867. display:block;
  868. }
  869.  
  870. /* ICONS 1, ICONS 2 */
  871. #icons, #icons2 {
  872. display:flex;
  873. flex-direction:row;
  874. margin-top:1em;
  875. margin-bottom:1em;
  876. }
  877.  
  878. /* Slider Container */
  879. #sliderwrap {
  880. margin-bottom:1em;
  881. }
  882.  
  883. /* Tables */
  884. table {
  885. text-align:left;
  886. }
  887. }
  888.  
  889. </style>
  890. </head>
  891.  
  892. <body>
  893.  
  894. <!-- MAIN CONTAINER -->
  895. <div id="container">
  896. <!-- TITLES -->
  897. <div id="titles">
  898. <!-- Main Title -->
  899. <div id="title">Charakter</div>
  900. <!-- Main Subtitle -->
  901. <div id="subtitle">Charakter</div>
  902. </div> <!-- // end titles -->
  903.  
  904. <!-- QUICK INFO -->
  905. <div id="quick-info">
  906. <!-- Section Title -->
  907. <div class="sect-title">Quick Info</div>
  908. <!-- Section Subtitle -->
  909. <div class="sect-subtitle">Quick Info</div>
  910. <!-- Table -->
  911. <table>
  912. <!-- 1st Row -->
  913. <tr>
  914. <td>X:</td>
  915. <td>Y</td>
  916. </tr>
  917. <!-- 2nd Row -->
  918. <tr>
  919. <td>X:</td>
  920. <td>Y</td>
  921. </tr>
  922. <!-- 3rd Row -->
  923. <tr>
  924. <td>X:</td>
  925. <td>Y</td>
  926. </tr>
  927. <!-- 4th Row -->
  928. <tr>
  929. <td>X:</td>
  930. <td>Y</td>
  931. </tr>
  932. <!-- 5th Row -->
  933. <tr>
  934. <td>X:</td>
  935. <td>Y</td>
  936. </tr>
  937. <!-- 6th Row -->
  938. <tr>
  939. <td>X:</td>
  940. <td>Y</td>
  941. </tr>
  942. </table> <!-- // end table -->
  943. </div> <!-- // end quick info -->
  944.  
  945. <!-- ICONS 1 -->
  946. <div id="icons">
  947. <!-- 1st Icon -->
  948. <div class="image">
  949. <img src="https://66.media.tumblr.com/b6d5125726a05d81b7e3310772fb52f2/tumblr_pdvo5vlqQP1wsskx3o5_r1_1280.png" alt="first image"/>
  950. </div>
  951. <!-- 2nd Icon -->
  952. <div class="image">
  953. <img src="https://66.media.tumblr.com/fffea87e467017d6fd885bf45af016e4/tumblr_pdvo5vlqQP1wsskx3o1_1280.png" alt="second image"/>
  954. </div>
  955. </div> <!-- // end icons 1 -->
  956.  
  957. <!-- STATS -->
  958. <div id="stats">
  959. <!-- Section Title -->
  960. <div class="sect-title">Stats</div>
  961. <!-- Section Subtitle -->
  962. <div class="sect-subtitle">Stats</div>
  963. <!-- Table -->
  964. <table>
  965. <!-- 1st Row -->
  966. <tr>
  967. <td>Skill 1</td>
  968. <td>
  969. <div class="stat">
  970. <div class="skill skill1"></div>
  971. </div>
  972. </td>
  973. <td>9/10</td>
  974. </tr>
  975. <!-- 2nd Row -->
  976. <tr>
  977. <td>Skill 2</td>
  978. <td>
  979. <div class="stat">
  980. <div class="skill skill2"></div>
  981. </div>
  982. </td>
  983. <td>7/10</td>
  984. </tr>
  985. <!-- 3rd Row -->
  986. <tr>
  987. <td>Skill 3</td>
  988. <td>
  989. <div class="stat">
  990. <div class="skill skill3"></div>
  991. </div>
  992. </td>
  993. <td>8/10</td>
  994. </tr>
  995. <!-- 4th Row -->
  996. <tr>
  997. <td>Skill 4</td>
  998. <td>
  999. <div class="stat">
  1000. <div class="skill skill4"></div>
  1001. </div>
  1002. </td>
  1003. <td>8/10</td>
  1004. </tr>
  1005. <!-- 5th Row -->
  1006. <tr>
  1007. <td>Skill 5</td>
  1008. <td>
  1009. <div class="stat">
  1010. <div class="skill skill5"></div>
  1011. </div>
  1012. </td>
  1013. <td>0/10</td>
  1014. </tr>
  1015. <!-- 6th Row -->
  1016. <tr>
  1017. <td>Skill 6</td>
  1018. <td>
  1019. <div class="stat">
  1020. <div class="skill skill6"></div>
  1021. </div>
  1022. </td>
  1023. <td>8/10</td>
  1024. </tr>
  1025. </table> <!-- // end table -->
  1026. </div> <!-- // end stats -->
  1027.  
  1028. <!-- ICONS 2 -->
  1029. <div id="icons2">
  1030. <!-- 1st Icon -->
  1031. <div class="image">
  1032. <img src="https://66.media.tumblr.com/dcb6808e46fa47f1b6e24cd1975dc17f/tumblr_pdvo5vlqQP1wsskx3o6_r1_1280.png" alt="third image"/>
  1033. </div>
  1034. <!-- 2nd Icon -->
  1035. <div class="image">
  1036. <img src="https://66.media.tumblr.com/d70d9cf668ce772fecb914229a0cb38d/tumblr_pdvo5vlqQP1wsskx3o2_1280.png" alt="fourth image"/>
  1037. </div>
  1038. </div> <!-- // end icons 2 -->
  1039.  
  1040. <!-- QUOTE -->
  1041. <div id="quote">
  1042. <!-- Section Title -->
  1043. <div class="sect-title">Quote</div>
  1044. <!-- Section Subtitle -->
  1045. <div class="sect-subtitle">Quote</div>
  1046. <!-- Text -->
  1047. <div class="text">
  1048. [Insert a quote here.]
  1049. </div> <!-- // end text -->
  1050. </div> <!-- // end quote -->
  1051.  
  1052. <!-- APPEAREANCES -->
  1053. <div id="appeareances">
  1054. <!-- Section Title -->
  1055. <div class="sect-title">Appeareance</div>
  1056. <!-- Section Subtitle -->
  1057. <div class="sect-subtitle">Appeareance</div>
  1058. <div id="sliderwrap">
  1059. <!-- Container for the image gallery -->
  1060. <div class="container">
  1061.  
  1062. <!-- SLIDES -->
  1063. <!-- 1st Slide -->
  1064. <div class="mySlides fade">
  1065. <!-- Slide Number -->
  1066. <div class="numbertext">1 / 6</div>
  1067. <!-- Slide Image -->
  1068. <img src="https://66.media.tumblr.com/e63229b67212d4e9ac0213ed8cf715b4/8a526ff833cb69f4-76/s1280x1920/7fe3d53d58a9d99cfeb5d4e1368faf9c883af4cd.png" style="width:100%">
  1069. <!-- Slide Caption -->
  1070. <div class="caption">1st Slide</div>
  1071. </div>
  1072.  
  1073. <!-- 2nd Slide -->
  1074. <div class="mySlides fade">
  1075. <!-- Slide Number -->
  1076. <div class="numbertext">2 / 6</div>
  1077. <!-- Slide Image -->
  1078. <img src="https://66.media.tumblr.com/9e8d4216f1e264bbce059f2f3cd8b075/8a526ff833cb69f4-44/s1280x1920/67f3b1bdb394904e80ddd354be48a75f9b2074df.png" style="width:100%">
  1079. <!-- Slide Caption -->
  1080. <div class="caption">2nd Slide</div>
  1081. </div>
  1082.  
  1083. <!-- 3rd Slide -->
  1084. <div class="mySlides fade">
  1085. <!-- Slide Number -->
  1086. <div class="numbertext">3 / 6</div>
  1087. <!-- Slide Image -->
  1088. <img src="https://66.media.tumblr.com/878695d37e4a918e54343a45c5bc1202/8a526ff833cb69f4-3c/s1280x1920/b7aa201ff74bb34b6a27ff6ab695380cfdad1b9f.png" style="width:100%">
  1089. <!-- Slide Caption -->
  1090. <div class="caption">3rd Slide</div>
  1091. </div>
  1092.  
  1093. <!-- 4th Slide -->
  1094. <div class="mySlides fade">
  1095. <!-- Slide Number -->
  1096. <div class="numbertext">4 / 6</div>
  1097. <!-- Slide Image -->
  1098. <img src="https://66.media.tumblr.com/ac68ccd754aa74dfdfbb09df55ebdb8a/8a526ff833cb69f4-6e/s1280x1920/872de7524c13b7dd8eff96acf39c4919b1fce2de.png" style="width:100%">
  1099. <!-- Slide Caption -->
  1100. <div class="caption">4th Slide</div>
  1101. </div>
  1102.  
  1103. <!-- 5th Slide -->
  1104. <div class="mySlides fade">
  1105. <!-- Slide Number -->
  1106. <div class="numbertext">5 / 6</div>
  1107. <!-- Slide Image -->
  1108. <img src="https://66.media.tumblr.com/5715d3fc84c52aa10e2e46d3b9ffb787/8a526ff833cb69f4-75/s1280x1920/5a5fa399c7ed73f2a980c69624151d61ae8fa40c.png" style="width:100%">
  1109. <!-- Slide Caption -->
  1110. <div class="caption">5th Slide</div>
  1111. </div>
  1112.  
  1113. <!-- 6th Slide -->
  1114. <div class="mySlides fade">
  1115. <!-- Slide Number -->
  1116. <div class="numbertext">6 / 6</div>
  1117. <!-- Slide Image -->
  1118. <img src="https://66.media.tumblr.com/dc24e16e3a1b936c3749650e3ec9d1b3/8a526ff833cb69f4-69/s1280x1920/a2f15194bb821b5c0a83ed9d5ef5b8ca910b6d3c.png" style="width:100%">
  1119. <!-- Slide Caption -->
  1120. <div class="caption">6th Slide</div>
  1121. </div>
  1122.  
  1123. <!-- If you need more, add them here and remember to
  1124. change the numbers in the code further down below! -->
  1125.  
  1126. <!-- BUTTONS -->
  1127. <!-- Previous Slide -->
  1128. <a class="prev" onclick="plusSlides(-1)">
  1129. <span class="fas fa-chevron-left"></span>
  1130. </a>
  1131. <!-- Next Slide -->
  1132. <a class="next" onclick="plusSlides(1)">
  1133. <span class="fas fa-chevron-right"></span>
  1134. </a>
  1135.  
  1136. <!-- THUMBNAIL IMAGES -->
  1137. <div class="row">
  1138. <!-- 1st Column -->
  1139. <div class="column">
  1140. <img class="demo" src="https://66.media.tumblr.com/e63229b67212d4e9ac0213ed8cf715b4/8a526ff833cb69f4-76/s1280x1920/7fe3d53d58a9d99cfeb5d4e1368faf9c883af4cd.png" style="width:100%" onclick="currentSlide(1)" alt="1st Slide">
  1141. </div>
  1142.  
  1143. <!-- 2nd Column -->
  1144. <div class="column">
  1145. <img class="demo" src="https://66.media.tumblr.com/9e8d4216f1e264bbce059f2f3cd8b075/8a526ff833cb69f4-44/s1280x1920/67f3b1bdb394904e80ddd354be48a75f9b2074df.png" style="width:100%" onclick="currentSlide(2)" alt="2nd Slide">
  1146. </div>
  1147.  
  1148. <!-- 3rd Column -->
  1149. <div class="column">
  1150. <img class="demo" src="https://66.media.tumblr.com/878695d37e4a918e54343a45c5bc1202/8a526ff833cb69f4-3c/s1280x1920/b7aa201ff74bb34b6a27ff6ab695380cfdad1b9f.png" style="width:100%" onclick="currentSlide(3)" alt="3rd Slide">
  1151. </div>
  1152.  
  1153. <!-- 4th Column -->
  1154. <div class="column">
  1155. <img class="demo" src="https://66.media.tumblr.com/ac68ccd754aa74dfdfbb09df55ebdb8a/8a526ff833cb69f4-6e/s1280x1920/872de7524c13b7dd8eff96acf39c4919b1fce2de.png" style="width:100%" onclick="currentSlide(4)" alt="4th Slide">
  1156. </div>
  1157.  
  1158. <!-- 5th Column -->
  1159. <div class="column">
  1160. <img class="demo" src="https://66.media.tumblr.com/5715d3fc84c52aa10e2e46d3b9ffb787/8a526ff833cb69f4-75/s1280x1920/5a5fa399c7ed73f2a980c69624151d61ae8fa40c.png" style="width:100%" onclick="currentSlide(5)" alt="5th Slide">
  1161. </div>
  1162.  
  1163. <!-- 6th Column -->
  1164. <div class="column">
  1165. <img class="demo" src="https://66.media.tumblr.com/dc24e16e3a1b936c3749650e3ec9d1b3/8a526ff833cb69f4-69/s1280x1920/a2f15194bb821b5c0a83ed9d5ef5b8ca910b6d3c.png" style="width:100%" onclick="currentSlide(6)" alt="6th Slide">
  1166. </div>
  1167. </div> <!-- // end thumbnail images -->
  1168. </div> <!-- // end slider container -->
  1169. </div> <!-- // end sliderwrap -->
  1170. </div> <!-- // end appeareances -->
  1171.  
  1172. <!-- ABOUT SECTION -->
  1173. <div id="about">
  1174. <!-- Section Title -->
  1175. <div class="sect-title">About</div>
  1176. <!-- Section Subtitle -->
  1177. <div class="sect-subtitle">About</div>
  1178. <!-- Text -->
  1179. <div class="text">
  1180. [Insert a long text here.]
  1181. </div> <!-- // end text -->
  1182. </div> <!-- // end about -->
  1183. </div> <!-- // end main container -->
  1184.  
  1185. <!-- SCRIPTS -->
  1186. <!-- Particle Background, by Zhiming Zhou -->
  1187. <!--
  1188. INFO:
  1189. There are three color values that you can change.
  1190. I have marked them with comments for you.
  1191. Don't change anything else, just those; it'll be enough.
  1192. The empty background element is necessary to apply the effect.
  1193. -->
  1194. <div id="background"></div>
  1195. <script>
  1196. function F__ID(){
  1197. $.getScript('https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js',function(){
  1198. particlesJS("background", {
  1199. "particles": {
  1200. "number": {
  1201. "value": 100,
  1202. "density": {
  1203. "enable": true,
  1204. "value_area": 800
  1205. }
  1206. },
  1207. "color": {
  1208. "value": "#111" /* change color here */
  1209. },
  1210. "shape": {
  1211. "type": "circle",
  1212. "stroke": {
  1213. "width": 0,
  1214. "color": "#fff" /* change color here */
  1215. },
  1216. "polygon": {
  1217. "nb_sides": 5
  1218. },
  1219. "image": {
  1220. "src": "img/github.svg",
  1221. "width": 100,
  1222. "height": 100
  1223. }
  1224. },
  1225. "opacity": {
  1226. "value": 0.5,
  1227. "random": false,
  1228. "anim": {
  1229. "enable": false,
  1230. "speed": 1,
  1231. "opacity_min": 0.1,
  1232. "sync": false
  1233. }
  1234. },
  1235. "size": {
  1236. "value": 3,
  1237. "random": true,
  1238. "anim": {
  1239. "enable": false,
  1240. "speed": 40,
  1241. "size_min": 0.1,
  1242. "sync": false
  1243. }
  1244. },
  1245. "line_linked": {
  1246. "enable": true,
  1247. "distance": 150,
  1248. "color": "#111", /* change color here */
  1249. "opacity": 0.4,
  1250. "width": 1
  1251. },
  1252. "move": {
  1253. "enable": true,
  1254. "speed": 1,
  1255. "direction": "none",
  1256. "random": false,
  1257. "straight": false,
  1258. "out_mode": "out",
  1259. "bounce": false,
  1260. "attract": {
  1261. "enable": false,
  1262. "rotateX": 600,
  1263. "rotateY": 1200
  1264. }
  1265. }
  1266. },
  1267. "interactivity": {
  1268. "detect_on": "canvas",
  1269. "events": {
  1270. "onhover": {
  1271. "enable": true,
  1272. "mode": "grab"
  1273. },
  1274. "onclick": {
  1275. "enable": true,
  1276. "mode": "push"
  1277. },
  1278. "resize": true
  1279. },
  1280. "modes": {
  1281. "grab": {
  1282. "distance": 140,
  1283. "line_linked": {
  1284. "opacity": 1
  1285. }
  1286. },
  1287. "bubble": {
  1288. "distance": 400,
  1289. "size": 40,
  1290. "duration": 2,
  1291. "opacity": 8,
  1292. "speed": 3
  1293. },
  1294. "repulse": {
  1295. "distance": 200,
  1296. "duration": 0.4
  1297. },
  1298. "push": {
  1299. "particles_nb": 4
  1300. },
  1301. "remove": {
  1302. "particles_nb": 2
  1303. }
  1304. }
  1305. },
  1306. "retina_detect": true
  1307. });
  1308. });
  1309. }
  1310. </script>
  1311. <script>
  1312. F__ID();
  1313. </script>
  1314.  
  1315. <!-- CUSTOM CONTROLS -->
  1316. <div id="custom-controls">
  1317. <!-- Dashboard Link -->
  1318. <a href="https://www.tumblr.com/dashboard" title="go to dashboard" class="conlink">
  1319. <div class="cont">
  1320. <span class="fab fa-tumblr" aria-hidden="true"></span>
  1321. </div>
  1322. </a>
  1323.  
  1324. <!-- Message -->
  1325. <!-- Takes people to dashboard to send you a message. -->
  1326. <a href="https://www.tumblr.com/message/{Name}" title="send a message to {Name}" class="conlink">
  1327. <div class="cont">
  1328. <span class="fas fa-comment-dots" aria-hidden="true"></span>
  1329. </div>
  1330. </a>
  1331.  
  1332. <!-- Customize -->
  1333. <!-- Takes you, the blog owner, to the customization. -->
  1334. <a href="https://www.tumblr.com/customize/{Name}?redirect_to=https%3A%2F%2F{Name}.tumblr.com" title="customize page" class="conlink">
  1335. <div class="cont">
  1336. <span class="fas fa-palette" aria-hidden="true"></span>
  1337. </div>
  1338. </a>
  1339.  
  1340. <!-- Follow -->
  1341. <!-- Takes people to a page so that they can follow you. -->
  1342. <a href="https://www.tumblr.com/follow/{Name}" title="follow {Name}" class="conlink">
  1343. <div class="cont">
  1344. <span class="fas fa-plus" aria-hidden="true"></span>
  1345. </div>
  1346. </a>
  1347. </div> <!-- // end custom controls -->
  1348.  
  1349. <!-- MOBILE FOOTER -->
  1350. <div id="mobile-footer">
  1351. <!-- Desktop Link -->
  1352. <a href="https://www.tumblr.com/dashboard" title="go to dashboard" class="mf-link">
  1353. <div class="mf-nav">
  1354. <span class="fab fa-tumblr" aria-hidden="true"></span>
  1355. </div>
  1356. </a>
  1357.  
  1358. <!-- Message -->
  1359. <!-- Takes people to dashboard to send you a message. -->
  1360. <a href="https://www.tumblr.com/message/{Name}" title="send a message to {Name}" class="mf-link">
  1361. <div class="mf-nav">
  1362. <span class="fas fa-comment-dots" aria-hidden="true"></span>
  1363. </div>
  1364. </a>
  1365.  
  1366. <!-- Home Link -->
  1367. <a href="/" title="return to blog" class="mf-link">
  1368. <div class="mf-nav">
  1369. <span class="fas fa-home" aria-hidden="true"></span>
  1370. </div>
  1371. </a>
  1372.  
  1373. <!-- Follow -->
  1374. <!-- Takes people to a page so that they can follow you. -->
  1375. <a href="https://www.tumblr.com/follow/{Name}" title="follow {Name}" class="mf-link">
  1376. <div class="mf-nav">
  1377. <span class="fas fa-plus" aria-hidden="true"></span>
  1378. </div>
  1379. </a>
  1380.  
  1381. <!-- Credit – Do not touch! -->
  1382. <a href="https://silbrigthemes.tumblr.com/" title="page by silbrigthemes" class="mf-link">
  1383. <div class="mf-nav">
  1384. <span class="fas fa-code" aria-hidden="true"></span>
  1385. </div>
  1386. </a>
  1387. </div> <!-- // end mobile footer -->
  1388.  
  1389. <!-- CREDIT -->
  1390. <!-- Do not touch! -->
  1391. <div id="cd">
  1392. <a href="https://silbrigthemes.tumblr.com/" title="page by silbrigthemes" class="conlink">
  1393. <div class="cont">
  1394. <span class="fas fa-code" aria-hidden="true"></span>
  1395. </div>
  1396. </a>
  1397. </div>
  1398.  
  1399. <!-- SLIDER GALLERY -->
  1400. <!-- Tutorial by w3schools. -->
  1401. <!-- Huge thanks to coffeestainedbooks for fixing this! -->
  1402. <script>
  1403. var slideIndex = 1;
  1404. showSlides(slideIndex);
  1405.  
  1406. function plusSlides(n) {
  1407. showSlides(slideIndex = slideIndex + n);
  1408. }
  1409.  
  1410. function currentSlide(n) {
  1411. showSlides(slideIndex = n);
  1412. }
  1413.  
  1414. function showSlides(n) {
  1415. var slides = document.getElementsByClassName("mySlides");
  1416. var thumbnail = document.getElementsByClassName("demo");
  1417. if (n > 6) { /* change depending on number of slides */
  1418. slideIndex = 1
  1419. }
  1420. if (n < 1) {
  1421. slideIndex = 6
  1422. /* change depending on number of slides */
  1423. }
  1424. slides[0].style.display = "none";
  1425. slides[1].style.display = "none";
  1426. slides[2].style.display = "none";
  1427. slides[3].style.display = "none";
  1428. slides[4].style.display = "none";
  1429. slides[5].style.display = "none";
  1430. /* add or delete depending on number of slides */
  1431. slides[slideIndex - 1].style.display = "block";
  1432.  
  1433. for (i = 0; i < thumbnail.length; i++) {
  1434. thumbnail[i].className = thumbnail[i].className.replace(" active", "");
  1435. }
  1436. thumbnail[slideIndex-1].className += " active";
  1437. }
  1438. </script>
  1439.  
  1440. <!-- Tooltips, TippyJs -->
  1441. <script src="https://unpkg.com/popper.js@1"></script>
  1442. <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
  1443. <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
  1444.  
  1445. <script>
  1446. tippy('a[title]', {
  1447. theme: 'charakter',
  1448. arrow: tippy.roundArrow,
  1449. zIndex: 9999999999,
  1450. maxWidth: 300,
  1451.  
  1452. content(reference) {
  1453. const title = reference.getAttribute('title');
  1454. reference.removeAttribute('title');
  1455. return title;
  1456. },
  1457. });
  1458. </script>
  1459.  
  1460. </body>
  1461. </html>
Advertisement
Add Comment
Please, Sign In to add comment