Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- 2023 update: I no longer regularly use tumblr and haven't kept up with any changes with theme documentation,
- but feel free to message me @j-304 if you encounter any issues; I'll do my best to help.
- _______
- ===| |─────── / FINAL FANTASY VII THEME 2.0
-  ̄ ̄ ̄ ̄ ̄ [clloudstrife.tumblr.com]
- [j-304.tumblr.com]
- An earlier version of this theme was made in 2015.
- Last updated: May 11th 2020
- - 12/15/17 Added high res link to photo posts
- - 10/25/17 Fixed issue with sidebar links + added ask enable / submit enable
- - 2020: HTTPS issues fixed; credit links updated to current URL.
- --->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</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}
- <link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet">
- <meta name="image:Background" content="#ffffff" />
- <meta name="text:Name" content="Cloud" />
- <meta name="text:Level" content="99" />
- <meta name="text:HP" content="900" />
- <meta name="text:Max HP" content="9999" />
- <meta name="text:MP" content="50" />
- <meta name="text:Max MP" content="999" />
- <meta name="text:Next Level" content="50" />
- <meta name="text:Limit Level" content="50" />
- <meta name="text:Location" content="7th Heaven" />
- <style type="text/css">
- body {
- background: #000000 url({image:Background}) top fixed repeat;
- color: #ffffff;
- font: 12px 'Maven Pro', verdana;
- line-height: 17px;
- margin: 0;
- text-shadow: 2px 2px #000021;
- word-wrap: break-word;
- }
- .iframe-controls--desktop {
- -webkit-transform:scale(0.8,0.8);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin: 100% 0%;
- -ms-transform: scale(0.8,0.8);
- transform: scale(0.8,0.8);
- transform-origin:100% 0%;
- }
- ::-webkit-scrollbar {
- width: 14px;
- height: 0;
- background: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background: #0000ad;
- background: -moz-linear-gradient(top, #0000ad 0%, #0e0d37 100%);
- background: -webkit-linear-gradient(top, #0000ad 0%,#0e0d37 100%);
- background: linear-gradient(to bottom, #0000ad 0%,#0e0d37 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#0e0d37',GradientType=0 );
- border: 2px ridge #dfdde8;
- border-radius: 6px;
- }
- ::-moz-selection {
- color: #ff0000
- }
- ::selection {
- color: #ff0000
- }
- img {
- max-width: 100%;
- border: 0;
- }
- a {
- color: #00ffff;
- text-decoration: none;
- }
- pre {
- font: 11px calibri;
- }
- b, strong, i, em{
- color: #ffff00;
- }
- h1 {
- font-weight: normal;
- margin: 5px 0 15px 0;
- }
- blockquote {
- margin: 1px 10px 10px 10px;
- padding-left: 7px;
- border-left: 1px solid {color:Borders};
- }
- #s-m-t-tooltip {
- background: #730d96;
- background: -moz-linear-gradient(top, #730d96 0%, #6e1137 100%);
- background: -webkit-linear-gradient(top, #730d96 0%,#6e1137 100%);
- background: linear-gradient(to bottom, #730d96 0%,#6e1137 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730d96', endColorstr='#6e1137',GradientType=0 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- margin: -24px 14px 7px 12px;
- padding: 3px;
- }
- #content {
- margin: 50px auto;
- width: 500px;
- }
- .sidebar {
- height: 100%;
- margin: -50px 0 0 -340px;
- position: fixed;
- width: 300px;
- z-index: 500;
- }
- .status, .bio, .navigation, .timer, .location {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- padding: 10px;
- }
- .status {
- margin-top: 70px;
- padding-top: 14px;
- height: 80px;
- }
- .stats {
- font: 11px consolas;
- }
- .avipoint a:hover {
- position: relative;
- }
- .avipoint a:hover:after {
- content: url(https://static.tumblr.com/gz5o3ld/HFHoy5g0u/linkpointer.png);
- display: block;
- left: -25px;
- position: absolute;
- top: -30px;
- }
- .stats b, .stats strong {
- font-family: lucida console;
- text-transform: uppercase;
- color: #00f0f6;
- }
- .statbar {
- background: #370108;
- width: 50px;
- height: 2px;
- overflow: hidden; }
- .hpbar, .mpbar {
- display: block;
- border-bottom: 1px solid #370108;
- height: 1px;
- }
- .hpbar {
- background-color: #bedae5;
- width: {text:HP}%;
- }
- .mpbar {
- background-color: #bedae5;
- width: {text:MP}%;
- }
- .level {
- width: 80px;
- height: 4px;
- margin-left: 10px;
- overflow: hidden;
- background: #5b5b5b;
- background: -moz-linear-gradient(top, #5b5b5b 0%, #c7c7d1 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#c7c7d1));
- background: -webkit-linear-gradient(top, #5b5b5b 0%,#c7c7d1 100%);
- background: -o-linear-gradient(top, #5b5b5b 0%,#c7c7d1 100%);
- background: -ms-linear-gradient(top, #5b5b5b 0%,#c7c7d1 100%); background: linear-gradient(to bottom, #5b5b5b 0%,#c7c7d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#c7c7d1',GradientType=0 );
- border: 2px ridge #dfdde8;
- }
- .nextlev, .limitlev {
- display: block; }
- .nextlev {
- background-color: #f4cbc9;
- width: {text:Next Level}%;
- height: 4px;}
- .limitlev {
- background-color: #cbe8a5;
- width: {text:Limit Level}%;
- height: 4px; }
- .bio {
- margin-top: 1px;
- text-align: justify;
- }
- .biodisk {
- max-width: 200px;
- }
- .navicont {
- margin-left: 280px;
- margin-top: 40px;
- position: fixed;
- width: 100px;
- }
- .navigation {
- width: 100px;
- }
- .link {
- line-height: 15px;
- }
- .link a {
- color: #ffffff;
- display: block;
- margin-left: 3px;
- }
- .link a:hover {
- position: relative;
- }
- .link a:hover:after {
- content: url(https://static.tumblr.com/gz5o3ld/HFHoy5g0u/linkpointer.png);
- display: block;
- left: -38px;
- position: absolute;
- top: 6px;
- }
- .save {
- margin-top: 20px;
- }
- .timer {
- margin-top: 20px;
- width: 100px;
- }
- .tinfo {
- float: right;
- font-weight: bold;
- }
- .location {
- color: #ffffff;
- margin-left: -47px;
- margin-top: 0px;
- padding: 3px;
- width: 160px
- }
- .posts {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- margin: 0 auto 130px 110px;
- padding: 20px;
- position: relative;
- width: 500px;
- }
- .permalink {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- color: #ffffff;
- display: block;
- margin-bottom: 3px;
- margin-left: 110px;
- position: relative;
- padding: 5px 10px 5px 10px;
- width: 520px;
- }
- .permalink a {
- color: #ffffff;
- }
- .viasir {
- float: right;
- }
- .tags {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- display: block;
- margin-left: 110px;
- margin-top: -126px;
- position: absolute;
- padding: 5px 10px 5px 10px;
- width: 520px;
- }
- .tags a {
- display: inline-block;
- margin-right: 2px;
- }
- .message {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- padding: 10px;
- }
- .speaker, .speaker a {
- color: #ffffff;
- display: block;
- font-size: 12px;
- margin-bottom: 2px;
- }
- .speaker::first-letter, .speaker a::first-letter {
- text-transform: uppercase;
- }
- .pagination {
- margin-left: 110px;
- padding: 20px;
- text-align: center;
- width: 500px;
- }
- .jump_page {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- margin-right: 10px;
- padding: 10px 15px;
- }
- .current_page, .jump_page:hover {
- background: #0000ad;
- background: -moz-linear-gradient(-45deg, #0000ad 0%, #000021 100%);
- background: -webkit-linear-gradient(-45deg, #0000ad 0%,#000021 100%);
- background: linear-gradient(135deg, #0000ad 0%,#000021 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#000021',GradientType=1 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- margin-right: 10px;
- padding: 10px 15px;
- }
- #scrollToTop {
- display: none;
- position: fixed;
- bottom: 5px;
- right: 5px;
- }
- .donottouch a {
- background: rgba(68,68,68,.4);
- border-radius: 2px;
- color: #fefefe;
- display: block;
- font: 700 11px helvetica;
- padding: 6px 12px;
- position: fixed;
- right: 9px;
- text-shadow: none;
- top: 42px;
- }
- .postmates {
- margin-top: 20px;
- max-height: 190px;
- overflow: auto;
- }
- .postmates img.avatar {
- display: none;
- }
- .postmates li {
- background: #0000ad;
- background: -moz-linear-gradient(top, #0000ad 0%, #0e0d37 100%);
- background: -webkit-linear-gradient(top, #0000ad 0%,#0e0d37 100%);
- background: linear-gradient(to bottom, #0000ad 0%,#0e0d37 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ad', endColorstr='#0e0d37',GradientType=0 );
- border: 4px ridge #c9c9c9;
- border-radius: 7px;
- list-style-type: none;
- margin: 0 0 5px -25px;
- padding: 8px;
- }
- </style>
- </head>
- <body>
- <div id="content">
- <!--Please do not move/remove this link! I'd appreciate it!-->
- <div class="donottouch">
- <a href="https://url-not-found.tumblr.com/">Theme</a>
- </div>
- <!-- -->
- <div class="sidebar">
- <div class="navicont">
- <div class="navigation">
- <div class="link">
- <a href="/">Home</a>
- {block:AskEnabled}
- <a href="/ask">Ask</a>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a href="/submit">Submit</a>
- {/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- <a href="/archive">Archive</a>
- <div class="save">
- <a href="/">Save</a>
- <a href="https://www.tumblr.com/dashboard">Quit</a> </div>
- </div>
- </div>
- <div class="timer">
- Time <span class="tinfo">10:05:44</span><br>
- Gil <span class="tinfo">999999</span>
- </div>
- <div class="location">
- {text:Location}
- </div>
- </div>
- <div class="status">
- <table>
- <tr>
- <td>
- <div class="avipoint">
- <a href="/"><img src="{PortraitURL-64}"></a>
- </div>
- </td>
- <td style="padding-left: 10px;">
- <div class="stats"> {text:Name}<br>
- <strong>LV</strong> {text:Level}<br>
- <strong>HP</strong> {text:HP}/{text:Max HP}
- <div class="statbar">
- <span class="hpbar"></span>
- </div>
- <strong>MP</strong> {text:MP}/{text:Max MP}
- <div class="statbar">
- <span class="mpbar"></span>
- </div>
- </div>
- </td>
- <td style="padding-left: 12px;">
- next level<br>
- <div class="level"><span class="nextlev"></span></div>
- Limit level 1<br>
- <div class="level"><span class="limitlev"></span></div>
- </td>
- </tr>
- </table>
- </div>
- <div class="bio">
- <div class="biodisk">{Description}</div>
- </div>
- </div>
- {block:Posts}
- {block:Date}
- <div class="permalink">
- <a href="{Permalink}" title="View post">{TimeAgo}</a>
- {block:NoteCount} |
- <a href="{Permalink}" title="Notes">{NoteCount}</a>
- {/block:NoteCount}
- {block:RebloggedFrom} |
- <a href="{ReblogParentURL}" title="Via">V</a>
- {block:ContentSource} |
- <a href="{SourceURL}" title="Source">S</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <span class="viasir">
- <img src="https://static.tumblr.com/gz5o3ld/aotoy5nk9/materia_summon.png">
- <img src="https://static.tumblr.com/gz5o3ld/yRToy5nmd/materia_magic.png">
- <img src="https://static.tumblr.com/gz5o3ld/MWZoy5nkt/materia_support.png">
- <img src="https://static.tumblr.com/gz5o3ld/46Xoy5nkg/materia_command.png">
- <img src="https://static.tumblr.com/gz5o3ld/ADVoy5nkl/materia_independent.png">
- </span>
- </div>
- {/block:Date}
- <div class="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%">{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h1>{Quote}</h1>
- {block:Source}– {Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}">{Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioEmbed}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="message">
- <div class="speaker">{Asker}</div>
- “ {Question} ”
- </div>
- {Answer}
- {/block:Answer}
- {block:PostNotes}
- <div class="postmates">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:Posts}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">Previous</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">Next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><img src="https://static.tumblr.com/gz5o3ld/Iccoy5lmr/save.png" title="Scroll to top" alt="Go to Top"/></a>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:10,
- tip_fade_speed:100
- }
- );
- });
- })(jQuery);
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement