Advertisement
cvndythemes

Character Page #01

Aug 22nd, 2015
11,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <!--
  2.  
  3. >> ETHEREAL THEMES // CHARACTER PAGE #01
  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. Icons by FontAwesome
  23.  
  24. NOTE:
  25. 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.
  26.  
  27. Inverting Tumblr Controls - Search "Tumblr Controls" and add this code to the stylesheet:
  28.  
  29. iframe.tmblr-iframe {
  30. filter:invert(1);
  31. -webkit-filter:invert(1);
  32. -o-filter:invert(1);
  33. -moz-filter:invert(1);
  34. -ms-filter:invert(1);
  35. }
  36.  
  37. 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.
  38.  
  39. ACCENT COLORS CHEATSHEET:
  40. Blue - Topbar Links - #9bdcf7
  41. Pink - Link Hover - #f3b9cf
  42.  
  43. -->
  44.  
  45. <!DOCTYPE html>
  46. <html>
  47. <title> Page Title </title>
  48.  
  49. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  50.  
  51. <link href='https://fonts.googleapis.com/css?family=Open+Sans|Oswald' rel='stylesheet' type='text/css'>
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. /* --- Body Scrollbar --- */
  57.  
  58. ::-webkit-scrollbar {width:7px;background-color:#ffffff;}
  59. ::-webkit-scrollbar-thumb {background-color:#eeeeee;}
  60.  
  61. /* --- Character Scrollbars --- */
  62.  
  63. div::-webkit-scrollbar {width:4px;background-color:#ffffff;}
  64. div::-webkit-scrollbar-thumb {background-color:#dfdfdf;}
  65. div::-webkit-scrollbar-corner {background-color:#ffffff;}
  66.  
  67. /* --- General --- */
  68.  
  69. body {
  70. margin:0px;
  71. font-family: 'Open Sans', sans-serif;
  72. color:#000000;
  73. font-size:10px;
  74. line-height:12px;
  75. background-color:#e8e8e8;
  76. font-smooth:always;
  77. -webkit-font-smoothing:antialiased;
  78. -moz-osx-font-smoothing: grayscale;
  79. }
  80.  
  81. #et {
  82. background:transparent;
  83. color:#000000;
  84. background:transparent;
  85. right:0px;
  86. bottom:0px;
  87. padding:5px;
  88. position:fixed;
  89. letter-spacing:1px;
  90. opacity:0.4;
  91. }
  92.  
  93. #et a {
  94. color:#000000;
  95. text-decoration:none;
  96. border:0px;
  97. }
  98.  
  99. /* --- Tumblr Controls --- */
  100.  
  101. iframe.tmblr-iframe {
  102. z-index:5!important;
  103. top:0px!important;
  104. right:-10!important;
  105. opacity:0.6;
  106. padding-right:10px;
  107. transform:scale(0.6);
  108. transform-origin:100% 0;
  109. -webkit-transform:scale(0.6);
  110. -webkit-transform-origin:100% 0;
  111. -o-transform:scale(0.6);
  112. -o-transform-origin:100% 0;
  113. -moz-transform:scale(0.6);
  114. -moz-transform-origin:100% 0;
  115. -ms-transform:scale(0.6);
  116. -ms-transform-origin:100% 0;
  117. }
  118.  
  119. /* --- Topbar --- */
  120.  
  121. #topbar {
  122. position:fixed;
  123. top:0px;
  124. left:0px;
  125. width:100%;
  126. height:90px;
  127. text-align:center;
  128. background-color:#000000;
  129. border-bottom:1px solid #eeeeee;
  130. z-index:3;
  131. }
  132.  
  133. .topbartitle {
  134. margin-top:25px;
  135. margin-bottom:20px;
  136. font-family: 'Oswald', sans-serif;
  137. font-size:28px;
  138. text-transform:uppercase;
  139. font-style:italic;
  140. letter-spacing:1px;
  141. color:#fafafa;
  142. }
  143.  
  144. #topbar a {
  145. background-color:#9bdcf7;
  146. padding:4px 10px 4px 10px;
  147. margin:0 3px 0 3px;
  148. color:#ffffff;
  149. text-transform:uppercase;
  150. text-decoration:none;
  151. border:0px;
  152. -webkit-transition: all 0.3s ease-in-out;
  153. -moz-transition: all 0.3s ease-in-out;
  154. -o-transition: all 0.3s ease-in-out;
  155. }
  156.  
  157. #topbar a:hover {
  158. background-color:#ffffff;
  159. color:#9bdcf7;
  160. }
  161.  
  162. /* --- Containers --- */
  163.  
  164. #container {
  165. margin: 0 auto;
  166. width:100%;
  167. }
  168.  
  169. #content {
  170. width:90%;
  171. margin: 0 auto;
  172. margin-top:120px;
  173.  
  174. }
  175.  
  176. /* --- Character Box --- */
  177.  
  178. #characters {
  179. display:inline-block;
  180. width:220px;
  181. background:#ffffff;
  182. padding:0px 5px 0px 5px;
  183. margin-left:10px;
  184. margin-right:10px;
  185. margin-bottom:20px;
  186. text-align:left;
  187. }
  188.  
  189. .charimg {
  190. width:200px;
  191. height:245px;
  192. padding:10px;
  193. -webkit-transition: all 350ms linear;
  194. -moz-transition: all 350ms linear;
  195. -ms-transition: all 350ms linear;
  196. -o-transition: all 350ms linear;
  197. transition: all 350ms linear;
  198. }
  199.  
  200. /* --- Character Info --- */
  201.  
  202. #charinfo {
  203. width:210px;
  204. height: 160px;
  205. overflow: scroll;
  206. padding-left:5px;
  207. font-style:normal;
  208. margin-left:3px;
  209. }
  210.  
  211. .charname {
  212. font-family: 'Oswald', sans-serif;
  213. color:#555;
  214. padding:10px 0 10px 0;
  215. font-size:20px;
  216. font-style:italic;
  217. text-align:center;
  218. text-transform:uppercase;
  219. margin-bottom:-9px!important;
  220. }
  221.  
  222. a.charnav, a.charnav:visited, a.charnav:hover {
  223. display: block;
  224. padding-top:3px;
  225. color:#222222;
  226. text-transform:uppercase;
  227. text-align:left;
  228. border-right: solid 0px #fff;
  229. font-style:italic;
  230. text-decoration:none;
  231. }
  232.  
  233. a.charnav:hover {color:#f3b9cf;}
  234.  
  235.  
  236. #characters b {
  237. text-transform:uppercase;
  238. font-weight:bold;
  239. color:#000000;
  240. }
  241.  
  242. .bio {
  243. color:#555555;
  244. text-transform:uppercase;
  245. text-align:center!important;
  246. font-weight:bold;
  247. }
  248.  
  249. </style>
  250.  
  251. </head>
  252. <body>
  253.  
  254. <div id="container">
  255. <div id="content">
  256. <center>
  257.  
  258.  
  259.  
  260.  
  261.  
  262. <!-- Start Main Container -->
  263. <div id="container">
  264. <div id="content">
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. <!-- Start Example Character Box -->
  275. <div id="characters">
  276. <div class="charname">Kremi</div><!-- Character Name -->
  277.  
  278. <div class="charimg">
  279.  
  280. <img src="http://68.media.tumblr.com/812b689c4d515b8386aab7d845caa12d/tumblr_ododcjCKMb1ucjeiho1_250.jpg"/>
  281. <!-- Character Image URL above -->
  282.  
  283. </div>
  284. <div id="charinfo">
  285. <!-- end each line below with a <br> -->
  286. <b>Face Claim:</b> Name <br>
  287. <b>Age:</b> Age <br>
  288. <b>Status:</b> Status <br>
  289. <b>Sexuality:</b> Sexuality <br>
  290. <b>Grade:</b> Grade <br>
  291. <b>Occupation:</b> Occupation <br>
  292. <b>Traits:</b> Trait ; Trait ; Trait <br>
  293. <b>Skills:</b> Skill ; Skill <br>
  294.  
  295. <p><!-- This adds a space between lines -->
  296.  
  297. <a class="charnav" href="#">Face</a>
  298. <a class="charnav" href="#">Aesthetic</a>
  299. <a class="charnav" href="#">Stories</a>
  300.  
  301. <p><!-- This adds a space between lines -->
  302.  
  303. <div class="bio">Bio</div><!-- Character Bio Below -->
  304. <center>
  305.  
  306. 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.
  307. <p><!-- This adds a space between lines -->
  308. 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.
  309.  
  310. </center>
  311. </div></div>
  312. <!-- End Example Character Box -->
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322. <!-- Start Character Box -->
  323. <div id="characters">
  324. <div class="charname">Name</div><!-- Character Name -->
  325.  
  326. <div class="charimg">
  327.  
  328. <img src="http://placehold.it/200X245"/>
  329. <!-- Character Image URL above -->
  330.  
  331. </div>
  332. <div id="charinfo">
  333. <!-- end each line below with a <br> -->
  334. <b>Face Claim:</b> Name <br>
  335. <b>Age:</b> Age <br>
  336. <b>Status:</b> Status <br>
  337. <b>Sexuality:</b> Sexuality <br>
  338. <b>Grade:</b> Grade <br>
  339. <b>Occupation:</b> Occupation <br>
  340. <b>Traits:</b> Trait ; Trait ; Trait <br>
  341. <b>Skills:</b> Skill ; Skill <br>
  342.  
  343. <p><!-- This adds a space between lines -->
  344.  
  345. <a class="charnav" href="#">Face</a>
  346. <a class="charnav" href="#">Aesthetic</a>
  347. <a class="charnav" href="#">Stories</a>
  348.  
  349. <p><!-- This adds a space between lines -->
  350.  
  351. <div class="bio">Bio</div><!-- Character Bio Below -->
  352. <center>
  353.  
  354. 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.
  355. <p><!-- This adds a space between lines -->
  356. 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.
  357.  
  358. </center>
  359. </div></div>
  360. <!-- End Character Box -->
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. <!-- Start Character Box -->
  371. <div id="characters">
  372. <div class="charname">Name</div><!-- Character Name -->
  373.  
  374. <div class="charimg">
  375.  
  376. <img src="http://placehold.it/200X245"/>
  377. <!-- Character Image URL above -->
  378.  
  379. </div>
  380. <div id="charinfo">
  381. <!-- end each line below with a <br> -->
  382. <b>Face Claim:</b> Name <br>
  383. <b>Age:</b> Age <br>
  384. <b>Status:</b> Status <br>
  385. <b>Sexuality:</b> Sexuality <br>
  386. <b>Grade:</b> Grade <br>
  387. <b>Occupation:</b> Occupation <br>
  388. <b>Traits:</b> Trait ; Trait ; Trait <br>
  389. <b>Skills:</b> Skill ; Skill <br>
  390.  
  391. <p><!-- This adds a space between lines -->
  392.  
  393. <a class="charnav" href="#">Face</a>
  394. <a class="charnav" href="#">Aesthetic</a>
  395. <a class="charnav" href="#">Stories</a>
  396.  
  397. <p><!-- This adds a space between lines -->
  398.  
  399. <div class="bio">Bio</div><!-- Character Bio Below -->
  400. <center>
  401.  
  402. 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.
  403. <p><!-- This adds a space between lines -->
  404. 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.
  405.  
  406. </center>
  407. </div></div>
  408. <!-- End Character Box -->
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <!-- Start Topbar -->
  415. <div id="topbar">
  416. <div class="topbartitle">The Characters</div>
  417. <a href="#">Link</a>
  418. <a href="#">Link</a>
  419. <a href="#">Link</a>
  420. <a href="#">Link</a>
  421. <a href="#">Link</a>
  422. <a href="#">Link</a>
  423. </div>
  424. <!-- End Topbar -->
  425.  
  426.  
  427.  
  428. <div id="et"><a href="http://etherealthemes.co.vu/"><i class="fa fa-paint-brush"></i></a></div>
  429.  
  430.  
  431.  
  432. </body>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement