Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Page 001. Optimized for Tumblr on desktop. Compatible with Google Chrome, Mozilla Firefox, Opera, Safari, and Internet Explorer.
- This page is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.
- http://creativecommons.org/licenses/by-nc-nd/4.0/
- -->
- <!--
- WELCOME! First start by editing the colors in the appearance options. Then use the HTML to add your content.
- For About BG, Content Title BG, Sidebar BG, Tag BG, Tag Title BG, and Tooltip BG, I use RGBA to make the colors transparent. Editing them is easy!
- RGBA Example: 0, 0, 0, 1
- The first three numbers are the color. The last number is how transparent you want it to be, 1 being opaque (completely there) and 0 being transparent (completely gone). For the last number, you can use decimal values. So if you type in 0.5, it will be 50% opaque.
- To find the first three numbers, go to Adobe Color CC:
- https://color.adobe.com/create/color-wheel/?base=2&rule=Analogous&selected=0&name=My%20Color%20Theme&mode=rgb&rgbvalues=0.31174084851556383,0.4941825548767448,1,0.5947766425893062,0.04550000000000004,0.91,1,0,0,0.91,0.46620276750449996,0.04550000000000004,1,0.8602414134699302,0.050000000000000044&swatchOrder=0,1,2,3,4
- And move one of the pegs around until you find a color you like. I like to use this site for entire color schemes as well because the other pegs move around to find complementary colors.
- Once you find a color you like, look at the square of the color you're going to use. Below it there's the letters RGB and three numbers listed out. Those are the numbers you need, make sure you type them in that order!
- Now that you're done editing colors, scroll down to <body> to begin editing the text!
- -->
- <!DOCTYPE html><html>
- <head>
- <!-- META -->
- <title>{Title}</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!-- LINK REL -->
- <link rel="shortcut icon" href="{image:Favicon}"/>
- <link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
- <!-- IMAGES -->
- <meta name="image:About Me" content=""/>
- <meta name="image:Favicon" content=""/>
- <!-- COLORS -->
- <meta name="color:About Borders" content="#ffffff"/>
- <meta name="color:About Text" content="#ffffff"/>
- <meta name="color:Blockquote" content="#ffffff"/>
- <meta name="color:Content Borders" content="#ffffff"/>
- <meta name="color:Content Title" content="#ffffff"/>
- <meta name="color:Gradient Top" content="#e7e0f3"/>
- <meta name="color:Gradient Middle" content="#d8eaf5"/>
- <meta name="color:Gradient Bottom" content="#feeef3"/>
- <meta name="color:Icons" content="#ffffff"/>
- <meta name="color:Icon Borders" content="#ffffff"/>
- <meta name="color:Scroll" content="#ffffff"/>
- <meta name="color:Sidebar Borders" content="#ffffff"/>
- <meta name="color:Sidebar Subtitles" content="#ffffff"/>
- <meta name="color:Sidebar Text" content="#ffffff"/>
- <meta name="color:Sidebar Title" content="#ffffff"/>
- <meta name="color:Tags" content="#ffffff"/>
- <meta name="color:Tag Borders" content="#ffffff"/>
- <meta name="color:Tag Title" content="#ffffff"/>
- <meta name="color:Tag Title Borders" content="#ffffff"/>
- <meta name="color:Tooltip Border" content="#ffffff"/>
- <meta name="color:Tooltip Text" content="#c2dbea"/>
- <!-- TEXT -->
- <meta name="text:About BG" content="0, 0, 0, 0.1"/>
- <meta name="text:Content Title BG" content="0, 0, 0, 0.1"/>
- <meta name="text:Sidebar BG" content="0, 0, 0, 0.1"/>
- <meta name="text:Tag BG" content="0, 0, 0, 0.1"/>
- <meta name="text:Tag Title BG" content="255, 255, 255, 0.3"/>
- <meta name="text:Tooltip BG" content="0, 0, 0, 0.2"/>
- <!-- STYLESHEET -->
- <style type="text/css">
- iframe#tumblr_controls { opacity:0; }
- /* Body properties */
- html { background: -webkit-linear-gradient(left top, {color:Gradient Top}, {color:Gradient Middle}, {color:Gradient Bottom}); background: -o-linear-gradient(bottom right, {color:Gradient Top}, {color:Gradient Middle}, {color:Gradient Bottom}); background: -moz-linear-gradient(bottom right, {color:Gradient Bottom}, {color:Gradient Middle}, {color:Gradient Top}); background: linear-gradient(to bottom right, {color:Gradient Top}, {color:Gradient Middle}, {color:Gradient Bottom}); font:normal 400 12px lato; letter-spacing:1px; line-height:150%; min-height:100%; }
- body { margin:0; overflow:hidden; padding:0; }
- /* Scrollbar */
- ::-webkit-scrollbar-track { background-color:{color:Scroll}; background-clip:padding-box; border:3px solid rgb(0, 0, 0); border:3px solid rgba(0, 0, 0, 0); -webkit-background-clip:padding-box; }
- ::-webkit-scrollbar-thumb { background-color:{color:Scroll}; background-clip:padding-box; border:0px solid rgb(0, 0, 0); border:0px solid rgba(255, 0, 0, 0); -webkit-background-clip: padding-box; }
- ::-webkit-scrollbar { width:5px; }
- /* Tooltip */
- a { cursor:help; display:inline-block; font:normal normal 85% sans-serif; position:relative; text-decoration:none; }
- a > i { background:rgba({text:Tooltip BG}); background-clip:padding-box; border:2px solid {color:Tooltip Border}; bottom:100%; border-radius:3px; color:{color:Tooltip Text}; font:normal normal 10px lato, sans-serif; left:50%; letter-spacing:1px; line-height:110%; margin-left:-52px; margin-bottom:0px; opacity:0; padding:10px 4px; position:absolute; text-align:center; text-transform:uppercase; width:90px; visibility:hidden; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out; z-index:1; }
- a > i:before, a > i:after { border-left:8px solid transparent; border-right:8px solid transparent;content: ""; left:50%; margin-left:-7px; position:absolute; top:100%; }
- a > i:before { border-top:8px solid {color:Tooltip Border}; margin-top:2px; }
- /* Ignore this */
- a > i:after{ border-top:10px solid rgba(255, 255, 255, 0); margin-top:-2px; z-index:1; }
- a:hover > i { opacity:1; visibility:visible; }
- /* Blockquotes */
- blockquote { border-left:1px solid {color:Blockquote}; margin-left:12px; padding-top:1px; padding-left:12px; padding-bottom:1px; padding-right:0; width:90%; word-wrap:break-word; }
- /* Left sidebar */
- #left { background:rgba({text:Sidebar BG}); border-right:1px solid {color:Sidebar Borders}; height:100%; left:0; position:fixed; top:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; width:40px; z-index:1; }
- #left.open2 { transition-duration:0.5s; -webkit-transition-duration:0.5s; width:250px; }
- /* Left sidebar content */
- .fave-title { border-bottom:2px solid {color:Sidebar Borders}; color:{color:Sidebar Title}; font:normal 300 32px lato, sans-serif; height:75px; letter-spacing:4px; margin-left:-350px; opacity:0; padding-top:25px; text-transform:uppercase; text-align:center; visibility:hidden; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; }
- .subtitles { color:{color:Sidebar Subtitles}; margin-left:-350px; opacity:0; padding-left:20px; visibility:hidden; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; }
- .faves { border-bottom:1px solid {color:Sidebar Borders}; color:{color:Sidebar Text}; font-size:10px; margin-left:-350px; padding-left:30px; padding-bottom:20px; padding-top:7px; text-transform:uppercase; opacity:0; visibility:hidden; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; }
- /* When left sidebar opens */
- #left.open2 .fave-title, #left.open2 .subtitles, #left.open2 .faves { margin-left:0px; opacity:1; visibility:visible; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; }
- /* About me + links wrap */
- #button-box { border-left:1px solid {color:Content Borders}; border-right:1px solid {color:Content Borders}; height:100vh; margin-left:61px; transition-duration:0.5s; -webkit-transition-duration:0.5s; width:490px; }
- /* When left sidebar opens */
- #button-box.open2 { margin-left:271px; transition-duration:0.5s; -webkit-transition-duration:0.5s; }
- /* Title */
- #top { background-color:rgba({text:Content Title BG}); border-bottom:2px solid {color:Content Borders}; color:{color:Content Title}; font:normal 300 32px lato, sans-serif; height:75px; left:0; letter-spacing:4px; padding-top:25px; text-transform:uppercase; text-align:center; top:0; width:100%; z-index:1; }
- /* Link wrap*/
- #button-wrap { margin:0 auto; padding-top:50px; text-align:center; width:490px; }
- #button-wrap a { text-decoration:none; }
- /* Line icon borders */
- .border1 { border-bottom:1px solid {color:Icon Borders}; border-top:1px solid {color:Icon Borders}; width:490px; }
- .border2 { border-bottom:1px solid {color:Icon Borders}; margin-top:-17px; width:490px; }
- .border3 { border-bottom:1px solid {color:Icon Borders}; margin-top:-17px; margin-bottom:33px; width:490px; }
- /* Icon styling */
- h1 { border-left:1px solid {color:Icon Borders}; color:{color:Icons}; font-weight:normal; font-style:normal; font-size:40px; line-height:1; padding:18px; margin-top:-1px; margin-bottom:-1px; transition-duration:0.5s; -webkit-transition-duration:0.5s; }
- h1:hover { opacity:.5; transition-duration:0.5s; -webkit-transition-duration:0.5s; }
- /* About box */
- #bottom { background-color:rgba({text:About BG}); border-top:2px solid {color:About Borders}; border-bottom:2px solid {color:About Borders}; height:370px; width:490px; z-index:1;margin:0 auto; }
- /* About content */
- .img-wrap { padding:15px; }
- .about-img { border:1px solid {color:About Borders}; margin-right:10px; margin-bottom:5px; opacity:0.8; padding:5px; width:120px; }
- .about-txt { color:{color:About Text}; height:337px; margin-top:-15px; overflow-x:hidden; overflow-y:scroll; padding-left:5px; padding-right:15px; text-align:left; }
- /* Tag boxes */
- #tags, #tags2 { background-color:rgba({text:Tag BG});height:250px; top:104px; left:691px; position:fixed; transition-duration:0.5s; -webkit-transition-duration:0.5s; width:300px; border: solid 1px {color:Tag Borders}; opacity:0; visibility:hidden; }
- @-moz-document url-prefix() {
- #tags, #tags2 { top:105px; }
- }
- #tags2 { top:420px; }
- /* Tag lines */
- .line { background:transparent; border-top:1px solid {color:Icon Borders}; margin-top:125px; margin-left:-140px; width:140px; }
- /* Tag content */
- .tag-box { color:{color:Tags}; height:209px; margin-top:-112px; overflow-x:hidden; overflow-y:scroll; padding:16px; padding-top:0px; }
- .tag-title { background:rgba({text:Tag Title BG}); border-top:1px solid {color:Tag Title Borders}; border-bottom:1px solid {color:Tag Title Borders}; color:{color:Tag Title}; font-size:10px; margin-bottom:10px; margin-left:-16px; padding:10px; text-align:center; text-transform:uppercase; width:110%; }
- /* Transition */
- #tags.open1, #tags2.open1 { opacity:1; visibility:visible; transition-duration:0.5s; -webkit-transition-duration:0.5s; }
- /* When left sidebar opens */
- #tags.open2, #tags2.open2 { left:901px; transition-duration:0.5s; -webkit-transition-duration:0.5s; }
- /* Responsiveness */
- @media screen and (max-height:800px) { #bottom { height:310px; }
- .about-txt { height:270px; } }
- /* Credit */
- .credit a { color:#a5a5a5; }
- {CustomCSS}
- </style>
- <!-- Icon font script !don't touch -->
- <script src="http://static.tumblr.com/at44twr/nHXn9gbb6/cufon.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/at44twr/8sGn9gc9t/linea-basic-10_400.font.js" type="text/javascript"></script>
- <script type="text/javascript">
- Cufon.replace('h1');
- Cufon.replace('#sub1');
- </script>
- <!-- Jquery !don't touch -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-- Tags !don't touch -->
- <script type="text/javascript">
- $(document).ready(function () {
- $('.bo').click(function () {
- $('#tags, #tags2').toggleClass('open1');
- })
- });
- </script>
- <!-- Left sidebar !don't touch -->
- <script type="text/javascript">
- $(document).ready(function () {
- $('.le').click(function () {
- $('#left, #button-box, #bottom, #tags, #tags2').toggleClass('open2');
- })
- });
- </script>
- </head>
- <body>
- <!-- Left sidebar. I use it to list off my favorite things, but however you choose to use it is up to you! -->
- <div id="left">
- <!-- here is the left sidebar title -->
- <div class="fave-title"> Title </div><br>
- <!-- your first subtitle -->
- <div class="subtitles"> Subtitle One </div>
- <!-- your list items for this section. if you remove the <br> end tags there won't be individual lines, so be careful! -->
- <div class="faves">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <br>
- ▷ Item Five <!-- no br for the final line -->
- </div><br>
- <!-- your second subtitle -->
- <div class="subtitles"> Subtitle Two </div>
- <!-- your list items for this section -->
- <div class="faves">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <br>
- ▷ Item Five <!-- no br for the final line -->
- </div><br>
- <!-- your third subtitle -->
- <div class="subtitles"> Subtitle Three </div>
- <!-- your list items for this section -->
- <div class="faves">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <br>
- ▷ Item Five <!-- no br for the final line -->
- </div><br>
- <!-- your fourth subtitle -->
- <div class="subtitles"> Subtitle Four </div>
- <!-- your list items for this section -->
- <div class="faves">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <br>
- ▷ Item Five <!-- no br for the final line -->
- </div> <!-- no br for the final section -->
- </div>
- <!-- End left sidebar -->
- <!-- About me + links -->
- <div id="button-box">
- <!-- here is the about me & links title -->
- <div id="top"> My Links </div>
- <!-- Links -->
- <div id="button-wrap">
- <!-- Row 1 -->
- <div class="border1">
- <!--
- these are your three rows of links. the first row is navigation, the last are custom links. don't touch anything between <h1></h1> otherwise your icons will disappear!
- -->
- <a href="#" class="le"> <!-- the button that slides out the left menu -->
- <h1 style="border:none;"> Y </h1> <!-- leave this alone -->
- <i> left sidebar </i> <!-- the text that appears on hover -->
- </a>
- <a href="#" class="bo"> <!-- the button that makes two boxes appear -->
- <h1> > </h1>
- <i> text boxes </i>
- </a>
- <a href="/"> <!-- back to blog -->
- <h1> Z </h1>
- <i> index </i>
- </a>
- <a href="/ask"> <!-- to your inbox -->
- <h1> ) </h1>
- <i> message </i>
- </a>
- <a href="/archive"> <!-- to your archive -->
- <h1> d </h1>
- <i> archive </i>
- </a>
- <a href="http://tumblr.com"> <!-- to the dashboard -->
- <h1> X </h1>
- <i> leave </i>
- </a>
- </div><br>
- <!-- End row 1 -->
- <!-- Row 2 -->
- <div class="border2">
- <!--
- these are custom links. input whatever urls you'd like! links should have no spaces within the quotations.
- note that nothing between <h1></h1> should be touched, but the text between <i></i> can be edited.
- -->
- <a href="URL-HERE">
- <h1 style="border:none;"> U </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> P </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> l </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> 7 </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> ~ </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> ! </h1>
- <i> link name </i>
- </a>
- </div><br>
- <!-- End row 2 -->
- <!-- Row 3 -->
- <div class="border3">
- <!--
- these are EVEN MORE custom links. input whatever urls you'd like! links should have no spaces within the quoations.
- note that nothing between <h1></h1> should be touched, but the text between <i></i> can be edited
- -->
- <a href="URL-HERE">
- <h1 style="border:none;"> _ </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> / </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> ? </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> Q </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> + </h1>
- <i> link name </i>
- </a>
- <a href="URL-HERE">
- <h1> \ </h1>
- <i> link name </i>
- </a>
- </div><br>
- <!-- End row 3 -->
- </div>
- <!-- End links -->
- <!-- About me -->
- <div id="bottom">
- <div class="img-wrap">
- <img class="about-img" align="left" src="{image:About Me}" alt=""/>
- </div>
- <div class="about-txt">
- Your description goes here.<br><br><!-- add two <br> end tags for paragraph spacing -->
- Make it as long as you want.<!-- don't add <br> end tags to the last paragraph -->
- </div>
- <!-- End about me -->
- </div>
- <!-- End about me + links -->
- <!-- Top tag box. Again, I use these two boxes for tags but you can do whatever you want for them! This is just an idea. -->
- <div id="tags">
- <div class="line"></div>
- <div class="tag-box">
- <!-- your first set title -->
- <div class="tag-title"> Set One </div>
- <!-- your set items -->
- <div style="padding-left:15px;">
- ▷ Item One <br><!-- I should mention that if you want an extra line just press the enter key, type what you want, and add <br> to the end of it until you're finished! This applies to the left sidebar too. -->
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <!-- no br for the final line -->
- </div><br>
- <!-- your second set title -->
- <div class="tag-title"> Set Two </div>
- <!-- your set items -->
- <div style="padding-left:15px;">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <!-- no br for the final line -->
- </div><br>
- <!-- your third set title -->
- <div class="tag-title"> Set Three </div>
- <!-- your set items -->
- <div style="padding-left:15px;">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <!-- no br for the final line -->
- </div> <!-- no br for the final set -->
- </div>
- </div>
- <!-- End top tag box -->
- <!-- Bottom tag box -->
- <div id="tags2">
- <div class="line"></div>
- <div class="tag-box">
- <!-- your first set title -->
- <div class="tag-title"> Set One </div>
- <!-- your set items -->
- <div style="padding-left:15px;">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <!-- no br for the final line -->
- </div><br>
- <!-- your second set title -->
- <div class="tag-title"> Set Two </div>
- <!-- your set items -->
- <div style="padding-left:15px;">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <!-- no br for the final line -->
- </div><br>
- <!-- your third set title -->
- <div class="tag-title"> Set Three </div>
- <!-- your set items -->
- <div style="padding-left:15px;">
- ▷ Item One <br>
- ▷ Item Two <br>
- ▷ Item Three <br>
- ▷ Item Four <!-- no br for the final line -->
- </div> <!-- no br for the final set -->
- </div>
- </div>
- <!-- End bottom tag box -->
- <!--
- There's only one more step. Now that you've finished making your page, select update preview, then save. Go to your sideblog to view the page.
- If you're using Google Chrome, Mozilla Firefox, or Internet Explorer, hit CTRL + U. If you're using Opera, hit CTRL + F3. This will show you the page source.
- Press CTRL + A and right-click to copy all of the text on the page. Now when you go to add a page, where it says "Standard Layout" click the dropwdown menu and select "Custom Layout" instead. Paste everything you copied there, update the preview and save!
- I use this method because otherwise, editing page colors can be difficult if you don't know CSS / HTML. I hope you enjoy this page theme, happy using! And don't remove my credit :-(
- -->
- <div class="credit" style="bottom:0;right:0;position:fixed;font-size:11px;letter-spacing:1px;text-transform:uppercase;"> <a href="http://maomuthemes.tumblr.com">© 2014 mt</a> </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement