Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- >> ETHEREAL THEMES // CHARACTER PAGE #02
- Designed by etherealthemes
- etherealthemes.tumblr.com
- ⓒ 2016 - 2017
- >> TERMS OF USE
- Do NOT remove the credit
- Do NOT claim as your own
- *You can move the credit, but leave it visible
- *Edit as much as you'd like
- *Feel free to ask about basic customization
- *Theme suggestions always welcomed
- >> EXTRAS
- Fonts by Google Fonts
- NOTE:
- 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.
- Inverting Tumblr Controls - Search "Tumblr Controls" and delete the second code with the invert settings.
- 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.
- ACCENT COLORS CHEATSHEET:
- Pink - Topbar Title - #f3b9cf
- Blue - Border - #9bdcf7
- Black - Link Hover - #101010
- -->
- <!DOCTYPE html>
- <html>
- <title> Page Title </title>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <link href='http://fonts.googleapis.com/css?family=Work+Sans|Roboto' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* --- Body Scrollbar --- */
- ::-webkit-scrollbar {width:7px;background-color:#ffffff;}
- ::-webkit-scrollbar-thumb {background-color:#eeeeee;}
- ::-webkit-scrollbar-corner {background-color:#ffffff;}
- /* --- Character Scrollbars --- */
- div::-webkit-scrollbar {width:4px;background-color:#ffffff;}
- div::-webkit-scrollbar-thumb {background-color:#dfdfdf;}
- div::-webkit-scrollbar-corner {background-color:#ffffff;}
- /* --- General --- */
- body {
- margin:0px;
- font-family: 'Open Sans', sans-serif;
- color:#8f8f8f;
- font-size:10px;
- line-height:12px;
- background-color:#ffffff;
- }
- a { color:#adadad; text-decoration:none;}
- b, strong {color:#777777;}
- p {
- text-align: justify;
- -moz-text-align-last: center!important;
- text-align-last: center!important;
- }
- hr {
- display: block;
- margin:10px 0 15px 0;
- margin-left: auto;
- margin-right: auto;
- border-style: inset;
- border-color:#aa4455;
- border-bottom: 1px;
- }
- #et {
- background:transparent;
- color:#000000;
- background:transparent;
- right:0px;
- bottom:0px;
- padding:5px;
- position:fixed;
- letter-spacing:1px;
- opacity:0.4;
- }
- #et a {
- color:#000000;
- text-decoration:none;
- border:0px;
- }
- /* --- Tumblr Controls --- */
- iframe.tmblr-iframe {
- z-index:999999!important;
- top:0px!important;
- right:-10px!important;
- opacity:0.4!important;
- padding-right:10px;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- }
- iframe.tmblr-iframe {
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- }
- /* --- Topbar --- */
- #topbar {
- position:fixed;
- top:0px;
- left:0px;
- width:100%;
- height:90px;
- text-align:center;
- background-color:#ffffff;
- border-bottom:1px solid #eeeeee;
- z-index:9999!important;
- }
- .topbartitle {
- margin-top:25px;
- margin-bottom:20px;
- font-family: 'Work Sans', sans-serif;
- font-weight:800;
- font-size:32px;
- letter-spacing:-1px;
- text-transform:uppercase;
- text-align:center;
- font-style:italic;
- color:#f3b9cf;
- }
- #topbar a {
- padding:5px 10px 5px 10px;
- color:#000000;
- font-size:10px;
- text-transform:uppercase;
- text-decoration:none;
- border-bottom:1px solid #ffffff;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- #topbar a:hover {
- color:#000000;
- border-bottom:1px solid #dddddd;
- }
- /* --- Container --- */
- #container {
- margin: 0 auto;
- width:80%;
- }
- #content {
- width:100%;
- margin: 0 auto;
- margin-top:130px;
- float:center;
- }
- /* --- Character Boxes --- */
- #characters {
- display:inline-block;
- width:240px;
- height:290px;
- margin:0px 15px 20px 15px;
- background-size:100%;
- font-family: 'Roboto', sans-serif;
- font-size:10px;
- letter-spacing:0.5px;
- color:#000;
- padding:5px;
- border:10px solid #ffffff;
- -webkit-transition: all 350ms linear;
- -moz-transition: all 350ms linear;
- -ms-transition: all 350ms linear;
- -o-transition: all 350ms linear;
- transition: all 350ms linear;
- }
- #characters:hover {
- border:10px solid #fff;
- }
- #characters:hover .charbio {
- opacity:1;
- -webkit-transition: all 50ms linear;
- -moz-transition: all 50ms linear;
- -ms-transition: all 50ms linear;
- -o-transition: all 50ms linear;
- transition: all 50ms linear;
- }
- #characterimg {
- margin-top:-5px;
- margin-left:-5px;
- max-width:250px;
- height:300px;
- z-index:-1;
- }
- .charbio {
- padding:5px;
- border-top:15px solid #f8f8f8;
- border-left:5px solid #f8f8f8;
- border-right: 5px solid #f8f8f8;;
- margin-top:-280px!important;
- margin-left:12px;
- width:201px;
- height:239px;
- text-align:center;
- margin-top:-100px;
- background:#f8f8f8!important;
- z-index:100;
- position:absolute;
- overflow:scroll;
- opacity:0;
- -webkit-transition: all 50ms linear;
- -moz-transition: all 50ms linear;
- -ms-transition: all 50ms linear;
- -o-transition: all 50ms linear;
- transition: all 50ms linear;
- }
- .charbio a{
- display:inline-block;
- font-size:10px;
- color:#000000;
- text-transform:lowercase;
- font-style:italic;
- margin:0 2px 3px 2px;
- letter-spacing:1px;
- padding:3px;
- border-bottom:1px solid #ffffff;
- }
- .charbio a:hover {
- color:#000000;
- border-bottom:1px solid #101010;
- }
- /* --- Titles --- */
- h1 {
- color:#000000;
- font-size:15px;
- letter-spacing:0px;
- font-style:italic;
- padding:5px;
- margin:0 0 5px 0;
- text-align:center;
- text-transform:uppercase;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="content">
- <center>
- <!-- Start Example Character Box -->
- <div id="characters">
- <div id="characterimg">
- <img src="http://68.media.tumblr.com/7199045671f469a47b9a556f5043f613/tumblr_odohxb6eU51ucjeiho4_250.jpg" />
- <!-- Character photo above, it's 250X300 -->
- </div>
- <div class="charbio">
- <h1>Harry</h1> <!-- Character name goes here -->
- <!-- You can move the links below the bio and have as many as you want -->
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <hr> <!-- Adds a line break -->
- Character bio goes here. Lorem ipsum dolor sit amet, nunc quam id sed aliquet volutpat, praesent eu habitant eu eget, 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.
- <p><!-- This adds a space between lines -->
- 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.
- </div></div>
- <!-- End Example Character Box -->
- <!-- Start Character Box -->
- <div id="characters">
- <div id="characterimg">
- <img src="http://placehold.it/250X300" />
- <!-- Character photo above -->
- </div>
- <div class="charbio">
- <h1>Name</h1> <!-- Character name goes here -->
- <!-- You can move the links below the bio and have as many as you want -->
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <hr> <!-- Adds a line break -->
- Character bio goes here. Lorem ipsum dolor sit amet, nunc quam id sed aliquet volutpat, praesent eu habitant eu eget, 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.
- <p><!-- This adds a space between lines -->
- 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.
- </div></div>
- <!-- End Character Box -->
- <!-- Start Character Box -->
- <div id="characters">
- <div id="characterimg">
- <img src="http://placehold.it/250X300" />
- <!-- Character photo above -->
- </div>
- <div class="charbio">
- <h1>Name</h1> <!-- Character name goes here -->
- <!-- You can move the links below the bio and have as many as you want -->
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <hr> <!-- Adds a line break -->
- Character bio goes here. Lorem ipsum dolor sit amet, nunc quam id sed aliquet volutpat, praesent eu habitant eu eget, 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.
- <p><!-- This adds a space between lines -->
- 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.
- </div></div>
- <!-- End Character Box -->
- </div></div></div>
- <!-- End Main Container -->
- <!-- Start Topbar -->
- <div id="topbar">
- <div class="topbartitle">Character Page</div>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- </div></div>
- <!-- End Topbar -->
- <div id="et"><a href="http://etherealthemes.co.vu/"><i class="fa fa-paint-brush"></i></a></div>
- </div>
- </div>
- </body></html>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment