Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <!--
- Tags Page 01 by Elowen (theghostoflove.tumblr.com)
- I don’t mind if the credit is removed if the theme is edited beyond recognition. If not, please keep credit intact.
- -->
- <head>
- <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- <title>{title} | tags</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- /**-------------------TAGS TITLE FONT----------------------**/
- h1 {font-family:'Cookie';font-size:26px; font-weight:normal;line-height:100%;margin-top:-2px;margin-bottom:0px}
- /**-------------------MAIN TITLE FONT----------------------**/
- h3 {font-family: 'Cookie', cursive;text-transform:normal;text-align:center;font-style:normal;font-size:44px;font-weight:normal;color:#ca2020;padding-top:29px;padding-bottom:29px;width:730px;margin:-4px 0px 0px 407px;}
- ::-webkit-scrollbar {width: 6px; height:auto;}::-webkit-scrollbar-corner {background:#db6363;}::-webkit-scrollbar-thumb:vertical {background:#db6363;}::-webkit-scrollbar-thumb:horizontal {background:#db6363;}
- a { color:{color:link};
- font-family:georgia;
- text-decoration:none;-moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- a:hover {color:{color:link hover};}
- body{
- font-family:'Lora', serif;
- font-size:11px;
- background:#fff url('BACKGROUND IMAGE URL HERE IF WANTED');
- background-repeat:repeat;
- background-attachment:fixed;
- color:#e23c3c;
- }
- /**-------------------BACKGROUND OF ALL THE TAGS----------------------**/
- #entries {
- padding:20px 10px 10px;
- width:700px;
- margin-top:140px;
- margin-bottom:20px;
- margin-left:410px;
- text-align:center;
- background-color:#e62929;
- }
- /**-----------------------------HEADER--------------------------------**/
- #header {
- border-bottom:1px solid #e62929;
- margin-top:-140px;
- margin-left:-8px;
- width:110%;
- height:100px;
- background-color:#ee7777;
- position:fixed;
- }
- /**-----------------------------SIDEBAR--------------------------------**/
- #sidebar {
- margin-top:80px;
- margin-left:70px;
- position:fixed;
- width:250px;
- height:250px;
- border:3px solid #e62929;
- z-index:2}
- #sidebar img {
- height:250px;
- width:250px;
- }
- /**--------------------------SIDEBAR LINKS-----------------------------**/
- #sidebar:hover #links {opacity:1;}
- #links {
- opacity:0;
- margin-top:-200px;
- margin-left:-10px;
- -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
- #links a {
- background-color:#f39797;
- color:#5e0101;
- border:solid 1px #000;
- height: 10px;
- width:50px;
- line-height:10px;
- display:inline-block;
- margin:0px 0px 8px 10px;
- font-size:9px;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:center;
- padding:4px;}
- #links a:hover {
- background-color:#ffe7e7;
- color:#5e0101;
- text-decoration:none;
- text-align:center;
- letter-spacing:2px}
- /**--------------------------DESCRIPTION-----------------------------**/
- #sidebar:hover #description {opacity:1; padding-top:15px;}
- #description {
- color:#fff;
- opacity:0;
- margin-top:20px;
- padding-left:15px;
- width:220px;
- padding-top:15px;
- padding-right:15px;
- padding-bottom:15px;
- text-align:justify;
- -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
- /**-----------------------FIRST COLUMN OF TAGS--------------------------**/
- #tagcup1 {
- vertical-align:top;
- margin-left:-20px;
- width:160px;
- display:inline-block;
- margin-top:10px;
- }
- /**----------------------SECOND COLUMN OF TAGS-------------------------**/
- #tagcup2 {
- margin-left:60px;
- vertical-align:top;
- width:160px;
- display:inline-block;
- margin-top:8px;
- }
- /**-----------------------THIRD COLUMN OF TAGS--------------------------**/
- #tagcup3 {
- vertical-align:top;
- margin-left:60px;
- margin-right:15px;
- width:160px;
- display:inline-block;
- margin-top:8px;
- }
- /**----------------------------TAG TITLE-------------------------------**/
- #title {
- width:190px;
- background-color:#fab7b7;
- color:#e23c3c;
- text-align:center;
- padding:10px 5px 10px 5px;
- }
- /**-------------------------THE ACTUAL TAGS----------------------------**/
- #tags {opacity:1;margin-left:10px;}
- #tags a {
- width:175px;
- background-color:#f39797;
- color:#5e0101;
- text-align:center;
- font-family:'Lora', serif;
- font-size:12px;
- display:block;
- padding:5px 1px 5px 1px;
- border-left:1px solid #8f0505;
- border-right:1px solid #8f0505;
- border-bottom:1px solid #8f0505;
- }
- #tags a:hover {
- color:#5e0101;
- background-color:#ffe7e7;
- }
- #credit {position:fixed;font-size:8px;font-weight:normal;line-height:150%;letter-spacing:0px;right:10px;bottom:10px;text-transform:normal;text-align:center;}
- #enchantingly {font-size: 8px;display: inline;text-transform: uppercase;opacity: 0;padding-right:5px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
- #credit:hover #enchantingly {opacity: 1;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
- {CustomCSS}</style>
- </head>
- <body>
- <div id="header"><h3>Tags Page</h3></div>
- <div id="sidebar"><img src="SIDEBARIMAGEURL HERE">
- <div id="links"><center>
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="https://www.tumblr.com/dashboard">dash</a>
- </center>
- </div>
- <center><div id="description">
- ANYTHING YOU WISH TO SAY ABOUT TAGS HERE
- If you don't have anything to say, simply delete.
- <br>
- </div></center>
- </div></div>
- </div>
- <div id="entries">
- <!----------------COLUMN ONE------------------>
- <!------COPY AND PASTE A WHOLE PARAGRAPH FOR A NEW SECTION OF TAGS-------->
- <!---------COPY AND PASTE JUST A WHOLE TAG LINK TO ADD TAGS----------->
- <div id="tagcup1">
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- </div>
- <!----------------COLUMN TWO------------------>
- <div id="tagcup2">
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- </div>
- <!----------------COLUMN THREE------------------>
- <div id="tagcup3">
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- <div id="title"><h1>Tag Title</h1></div>
- <div id="tags"><a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a>
- <a href="/">tag</a><br></div>
- </div>
- </div>
- <div id="credit"><div id="enchantingly">theghostoflove</div> <a href="https://theghostoflove.tumblr.com/" target="_blank">CREDIT</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment