Advertisement
cvndythemes

Character Pge #03

Sep 20th, 2016
2,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.01 KB | None | 0 0
  1. <!--
  2.  
  3. >> ETHEREAL THEMES // CHARACTER PAGE #02
  4.  
  5. Designed by etherealthemes
  6. etherealthemes.tumblr.com
  7. ⓒ 2016 - 2017
  8.  
  9. >> TERMS OF USE
  10.  
  11. Do NOT remove the credit
  12. Do NOT claim as your own
  13.  
  14. *You can move the credit, but leave it visible
  15. *Edit as much as you'd like
  16. *Feel free to ask about basic customization
  17. *Theme suggestions always welcomed
  18.  
  19. >> EXTRAS
  20.  
  21. Fonts by Google Fonts
  22.  
  23. NOTE:
  24. This page will auto center and auto align the characters. While editing, the characters might be mis-aligned. Once you go to yoururl.tumblr.com/page the characters will auto-fill the screen depending on the screen size that's being used to view.
  25.  
  26. Inverting Tumblr Controls - Search "Tumblr Controls" and delete the second code with the invert settings.
  27.  
  28. To change colors, press CTRL+F and "search for" the original hex code. Then change the color with the "replace with" to change all the associated colors. Then you can go through and tweak individual colors. This just makes it easier to go from light to dark without having to go through each color.
  29.  
  30. ACCENT COLORS CHEATSHEET:
  31. Pink - Topbar Title - #f3b9cf
  32. Blue - Border - #9bdcf7
  33. Black - Link Hover - #101010
  34.  
  35.  
  36. -->
  37.  
  38. <!DOCTYPE html>
  39. <html>
  40. <title> Page Title </title>
  41.  
  42. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  43.  
  44. <link href='https://fonts.googleapis.com/css?family=Open+Sans|Fjalla+One' rel='stylesheet' type='text/css'>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. /* --- Body Scrollbar --- */
  50.  
  51. ::-webkit-scrollbar {width:7px;background-color:#ffffff;}
  52. ::-webkit-scrollbar-thumb {background-color:#eeeeee;}
  53.  
  54. /* --- Character Scrollbars --- */
  55.  
  56. div::-webkit-scrollbar {width:7px;background-color:#ffffff;}
  57. div::-webkit-scrollbar-thumb {background-color:#dfdfdf;}
  58. div::-webkit-scrollbar-corner {background-color:#ffffff;}
  59.  
  60. /* --- General --- */
  61.  
  62. body {
  63. margin:0px;
  64. font-family: 'Open Sans', sans-serif;
  65. color:#8f8f8f;
  66. font-size:10px;
  67. line-height:12px;
  68. background-color:#ffffff;
  69. }
  70.  
  71. #et {
  72. background:transparent;
  73. color:#000000;
  74. background:transparent;
  75. right:0px;
  76. bottom:0px;
  77. padding:5px;
  78. position:fixed;
  79. letter-spacing:1px;
  80. opacity:0.4;
  81. }
  82.  
  83. #et a {
  84. color:#000000;
  85. text-decoration:none;
  86. border:0px;
  87. }
  88.  
  89. /* --- Tumblr Controls --- */
  90.  
  91. iframe.tmblr-iframe {
  92. z-index:999999!important;
  93. top:0px!important;
  94. right:-10px!important;
  95. opacity:0.6!important;
  96. padding-right:10px;
  97. transform:scale(0.6);
  98. transform-origin:100% 0;
  99. -webkit-transform:scale(0.6);
  100. -webkit-transform-origin:100% 0;
  101. -o-transform:scale(0.6);
  102. -o-transform-origin:100% 0;
  103. -moz-transform:scale(0.6);
  104. -moz-transform-origin:100% 0;
  105. -ms-transform:scale(0.6);
  106. -ms-transform-origin:100% 0;
  107. }
  108.  
  109. iframe.tmblr-iframe {
  110. filter:invert(1);
  111. -webkit-filter:invert(1);
  112. -o-filter:invert(1);
  113. -moz-filter:invert(1);
  114. -ms-filter:invert(1);
  115. }
  116.  
  117.  
  118. /* --- Topbar --- */
  119.  
  120. #topbar {
  121. position:fixed;
  122. top:0px;
  123. left:0px;
  124. width:100%;
  125. height:90px;
  126. text-align:center;
  127. background-color:#ffffff;
  128. border-bottom:1px solid #eeeeee;
  129. z-index:3;
  130. }
  131.  
  132. .topbartitle {
  133. margin-top:25px;
  134. margin-bottom:20px;
  135. font-family: 'Fjalla One', sans-serif;
  136. font-size:28px;
  137. text-transform:uppercase;
  138. font-style:italic;
  139. letter-spacing:1px;
  140. color:#f3b9cf;
  141. }
  142.  
  143. #topbar a {
  144. background-color:#ffffff;
  145. padding:5px 10px 5px 10px;
  146. color:#000000;
  147. font-size:10px;
  148. text-transform:uppercase;
  149. text-decoration:none;
  150. border:0px;
  151. -webkit-transition: all 0.3s ease-in-out;
  152. -moz-transition: all 0.3s ease-in-out;
  153. -o-transition: all 0.3s ease-in-out;
  154. }
  155.  
  156. #topbar a:hover {
  157. background-color:#ffffff;
  158. color:#000000;
  159. }
  160.  
  161. /* --- Containers --- */
  162.  
  163. #container {
  164. margin: 0 auto;
  165. width:80%;
  166. }
  167.  
  168. #content {
  169. width:100%;
  170. margin: 0 auto;
  171. margin-top:120px;
  172. float:center;
  173. }
  174.  
  175. /* --- Character Box --- */
  176.  
  177. #characters {
  178. display:inline-block;
  179. width:450px;
  180. height:200px;
  181. margin:0px 20px 35px 20px;
  182. }
  183.  
  184. #characterimg {
  185. width:450px;
  186. height:200px;
  187. z-index:-1;
  188. }
  189.  
  190.  
  191. /* --- Character Hover Info --- */
  192.  
  193. #charimg {
  194. position:absolute;
  195. height:145px;
  196. width:145px;
  197. margin-top:0px;
  198. margin-left:0px;
  199. z-index:2;
  200. }
  201.  
  202. #character {
  203. position:absolute;
  204. margin-top:-186px;
  205. margin-right:10px;
  206. margin-left:10px;
  207. width:400px;
  208. height:150px;
  209. padding:10px;
  210. background-color:#ffffff;
  211. z-index:1;
  212. opacity:0;
  213. -webkit-transition: all 350ms linear;
  214. -moz-transition: all 350ms linear;
  215. -ms-transition: all 350ms linear;
  216. -o-transition: all 350ms linear;
  217. transition: all 350ms linear;
  218. }
  219.  
  220. #character:hover{
  221. opacity:1;
  222. }
  223.  
  224. #characters:hover #character {
  225. opacity:1;
  226. }
  227.  
  228. #characterinfo {
  229. position:absolute;
  230. overflow:scroll;
  231. margin-top:0px;
  232. margin-left:155px;
  233. width:245px;
  234. height:145px;
  235. height:160px;
  236. }
  237.  
  238. .charname {
  239. font-family: 'Fjalla One', sans-serif;
  240. font-size:16px;
  241. text-transform:uppercase;
  242. text-align:center;
  243. font-style:italic;
  244. color:#9bdcf7;
  245. margin:10px 0 10px 0;
  246. }
  247.  
  248. .charinfo {
  249. color:#000000;
  250. text-align:center;
  251. letter-spacing:1px;
  252. }
  253.  
  254. #characterinfo a {
  255. border:0px;
  256. text-decoration:none;
  257. color:#000000;
  258. font-style:italic;
  259. -webkit-transition: all 10ms linear;
  260. -moz-transition: all 100ms linear;
  261. -ms-transition: all 100ms linear;
  262. -o-transition: all 100ms linear;
  263. transition: all 100ms linear;
  264. }
  265.  
  266. #characterinfo a:hover {color:#949494;}
  267.  
  268. </style>
  269.  
  270. </head>
  271. <body>
  272.  
  273.  
  274. <!-- Start Topbar -->
  275. <div id="topbar">
  276. <div class="topbartitle">Character Page</div>
  277.  
  278. <a href="#">Link</a>
  279. <a href="#">Link</a>
  280. <a href="#">Link</a>
  281. <a href="#">Link</a>
  282. <a href="#">Link</a>
  283. <a href="#">Link</a>
  284. <a href="#">Link</a>
  285.  
  286. </div></div>
  287. <!-- End Topbar -->
  288.  
  289.  
  290. <div id="container">
  291. <div id="content">
  292. <center>
  293.  
  294.  
  295.  
  296.  
  297.  
  298. <!-- Start Example Character -->
  299. <div id="characters">
  300. <div id="characterimg">
  301. <img src="http://68.media.tumblr.com/e2cb29dc880466c9a0298ad7f88c53c5/tumblr_odixvbDkVK1ucjeiho1_500.jpg" /><!-- Character image 450X200 -->
  302. </div>
  303.  
  304. <div id="character">
  305. <div id="charimg">
  306. <img src="http://68.media.tumblr.com/490b87f64bff8e9b6ffe9edfe45f01cd/tumblr_odj6x20dXb1ucjeiho3_250.gif" />
  307. <!-- Character hover image 145X145-->
  308. </div>
  309.  
  310. <div id="characterinfo">
  311. <div class="charname">Paul</div><!-- Character Name -->
  312. <div class="charinfo">
  313. personality type ; 24 ; Male <!-- Character Stats -->
  314.  
  315. <p><!-- This adds a space between lines -->
  316.  
  317. <a href="#">Link</a> ; <a href="#">Link</a> ; <a href="#">Link</a>
  318. <!-- Character Links -->
  319.  
  320. <p><!-- This adds a space between lines -->
  321.  
  322. Character bio goes here. Lorem ipsum dolor sit amet, nunc quam id sed aliquet volutpat, praesent eu habitant eu eget voluptatibus, qui mauris et dapibus risus nulla, condimentum in tincidunt. Sed at, dignissim est rhoncus blandit erat sit tempus, sodales volutpat nibh sit suscipit, quis metus phasellus sit quis. Tincidunt ornare condimentum dignissim, non eu vel proin vitae, faucibus ut porta, purus feugiat elementum consequat et. Bibendum faucibus justo.
  323. <p><!-- This adds a space between lines -->
  324. lorem odio ut nibh, natoque magna adipiscing nec. Et dui et voluptatem, diam auctor augue id sed quis mattis, enim tellus enim, suscipit felis mollis ornare hymenaeos sem eros. Libero mollis ut fusce nulla, quis cras sem praesent consequat proin id, libero consequat mauris vestibulum donec.
  325.  
  326.  
  327. </div></div></div>
  328. </div>
  329. <!-- End Example Character -->
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. <!-- Start Character -->
  342. <div id="characters">
  343. <div id="characterimg">
  344. <img src="http://placehold.it/450X200" /><!-- Character image 450X200 -->
  345. </div>
  346.  
  347. <div id="character">
  348. <div id="charimg">
  349. <img src="http://placehold.it/145X145" /><!-- Character hover image 145X145-->
  350. </div>
  351.  
  352. <div id="characterinfo">
  353. <div class="charname">Character Name</div><!-- Character Name -->
  354. <div class="charinfo">
  355. personality type ; age ; gender <!-- Character Stats -->
  356.  
  357. <p><!-- This adds a space between lines -->
  358.  
  359. <a href="#">Link</a> ; <a href="#">Link</a> ; <a href="#">Link</a>
  360. <!-- Character Links -->
  361.  
  362. <p><!-- This adds a space between lines -->
  363.  
  364. Character bio goes here. Lorem ipsum dolor sit amet, nunc quam id sed aliquet volutpat, praesent eu habitant eu eget voluptatibus, qui mauris et dapibus risus nulla, condimentum in tincidunt. Sed at, dignissim est rhoncus blandit erat sit tempus, sodales volutpat nibh sit suscipit, quis metus phasellus sit quis. Tincidunt ornare condimentum dignissim, non eu vel proin vitae, faucibus ut porta, purus feugiat elementum consequat et. Bibendum faucibus justo.
  365. <p><!-- This adds a space between lines -->
  366. lorem odio ut nibh, natoque magna adipiscing nec. Et dui et voluptatem, diam auctor augue id sed quis mattis, enim tellus enim, suscipit felis mollis ornare hymenaeos sem eros. Libero mollis ut fusce nulla, quis cras sem praesent consequat proin id, libero consequat mauris vestibulum donec.
  367.  
  368.  
  369. </div></div></div>
  370. </div>
  371. <!-- End Character -->
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383. <!-- Start Character -->
  384. <div id="characters">
  385. <div id="characterimg">
  386. <img src="http://placehold.it/450X200" /><!-- Character image 450X200 -->
  387. </div>
  388.  
  389. <div id="character">
  390. <div id="charimg">
  391. <img src="http://placehold.it/145X145" /><!-- Character hover image 145X145-->
  392. </div>
  393.  
  394. <div id="characterinfo">
  395. <div class="charname">Character Name</div><!-- Character Name -->
  396. <div class="charinfo">
  397. personality type ; age ; gender <!-- Character Stats -->
  398.  
  399. <p><!-- This adds a space between lines -->
  400.  
  401. <a href="#">Link</a> ; <a href="#">Link</a> ; <a href="#">Link</a>
  402. <!-- Character Links -->
  403.  
  404. <p><!-- This adds a space between lines -->
  405.  
  406. Character bio goes here. Lorem ipsum dolor sit amet, nunc quam id sed aliquet volutpat, praesent eu habitant eu eget voluptatibus, qui mauris et dapibus risus nulla, condimentum in tincidunt. Sed at, dignissim est rhoncus blandit erat sit tempus, sodales volutpat nibh sit suscipit, quis metus phasellus sit quis. Tincidunt ornare condimentum dignissim, non eu vel proin vitae, faucibus ut porta, purus feugiat elementum consequat et. Bibendum faucibus justo.
  407. <p><!-- This adds a space between lines -->
  408. lorem odio ut nibh, natoque magna adipiscing nec. Et dui et voluptatem, diam auctor augue id sed quis mattis, enim tellus enim, suscipit felis mollis ornare hymenaeos sem eros. Libero mollis ut fusce nulla, quis cras sem praesent consequat proin id, libero consequat mauris vestibulum donec.
  409.  
  410.  
  411. </div></div></div>
  412. </div>
  413. <!-- End Character -->
  414.  
  415.  
  416.  
  417.  
  418.  
  419. </div></div></div></div>
  420.  
  421. <div id="et"><a href="http://etherealthemes.co.vu/"><i class="fa fa-paint-brush"></i></a></div>
  422.  
  423. </div>
  424. </div>
  425.  
  426. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement