Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME #22: Professor X
- by Phil (spirkism/spirkthemes)
- Rules:
- - please do not steal/redistribute, I spent quite a bit of time coding this
- - also don't remove the credit please, that would make me very sad :(
- - don't use as a base code, there are plenty of those out there
- - don't just take snippets and reuse them either
- - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
- - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
- And now: enjoy! :)
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScroll}
- <link href='http://fonts.googleapis.com/css?family=Codystar|Kelly+Slab|Iceland|Megrim|Cinzel+Decorative|Wallpoet' rel='stylesheet' type='text/css'>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#2e2e2e" />
- <meta name="color:Links" content="#DF8209" />
- <meta name="color:Links hover" content="#FFA52E" />
- <meta name="color:X" content="#B0B0B0" />
- <meta name="color:Sidebar link background" content="#FFA52E" />
- <meta name="color:Sidebar link background hover" content="#DF8209" />
- <meta name="color:Sidebar link text" content="#3E3E3E" />
- <meta name="color:Sidebar link text hover" content="#fff" />
- <meta name="color:Block background" content="#FFE8A1" />
- <meta name="color:Posts" content="#ffffff" />
- <meta name="color:Border" content="#CBCBCB" />
- <meta name="color:Post insides" content="#FFE8A1" />
- <meta name="color:Header" content="#FFA52E" />
- <meta name="color:Title" content="#fff" />
- <meta name="color:Title hover" content="#2e2e2e" />
- <meta name="color:Subtitle" content="#2e2e2e" />
- <meta name="color:Header link background" content="#fff" />
- <meta name="color:Header link background hover" content="#2e2e2e" />
- <meta name="color:Header link text" content="#2e2e2e" />
- <meta name="color:Header link text hover" content="#fff" />
- <meta name="image:Sidebar 1" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:Sidebar 2" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:Sidebar 3" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="image:Sidebar 4" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="text:Body font size" content="12px" />
- <meta name="text:Subtitle" content="We were supposed to protect them!" />
- <meta name="text:Header link 1 url" content="/" />
- <meta name="text:Header link 1 text" content="home" />
- <meta name="text:Header link 2 url" content="/" />
- <meta name="text:Header link 2 text" content="ask" />
- <meta name="text:Description button text" content="desc" />
- <meta name="text:Link 1 url" content="/" />
- <meta name="text:Link 1 text" content="link" />
- <meta name="text:Link 2 url" content="/" />
- <meta name="text:Link 2 text" content="link" />
- <meta name="text:Link 3 url" content="/" />
- <meta name="text:Link 3 text" content="link" />
- <meta name="text:Link 4 url" content="/" />
- <meta name="text:Link 4 text" content="link" />
- <meta name="text:Link 5 url" content="/" />
- <meta name="text:Link 5 text" content="link" />
- <meta name="text:Link 6 url" content="/" />
- <meta name="text:Link 6 text" content="link" />
- <meta name="text:Link 7 url" content="/" />
- <meta name="text:Link 7 text" content="link" />
- <meta name="text:Link 8 url" content="/" />
- <meta name="text:Link 8 text" content="link" />
- <meta name="if:Right sidebar" content="1" />
- <meta name="if:Infinite scroll" content="0" />
- <meta name="if:500px posts" content="1" />
- <meta name="select:Special font" content="iceland" title="Iceland" />
- <meta name="select:Special font" content="codystar" title="Codystar" />
- <meta name="select:Special font" content="kellyslab" title="Kelly Slab" />
- <meta name="select:Special font" content="cinzel" title="Cinzel Decorative" />
- <meta name="select:Special font" content="wallpoet" title="Wallpoet" />
- <meta name="select:Title font" content="megrim" title="Megrim" />
- <meta name="select:Title font" content="iceland" title="Iceland" />
- <meta name="select:Title font" content="codystar" title="Codystar" />
- <meta name="select:Title font" content="kellyslab" title="Kelly Slab" />
- <meta name="select:Title font" content="cinzel" title="Cinzel Decorative" />
- <meta name="select:Title font" content="wallpoet" title="Wallpoet" />
- <meta name="select:Index tags" content="hover-tags" title="tags on hover" />
- <meta name="select:Index tags" content="no-tags" title="no tags" />
- <meta name="select:Index tags" content="fixed-tags" title="visible tags" />
- <meta name="select:Perma tags" content="fixed-tags" title="visible tags" />
- <meta name="select:Perma tags" content="no-tags" title="no tags" />
- <meta name="select:Perma tags" content="hover-tags" title="tags on hover" />
- <meta name="font:Body font" content="Arial, Helvetica, sans-serif"/>
- <script>
- $(document).ready(function(){
- $('#descbutton').click(function(){
- $('#desc').slideToggle(1000);
- });
- $('#desc').click(function(){
- $(this).slideToggle(1000);
- });
- });
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {
- width:5px;height: 5px;background: {color:Header};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:X};
- }
- iframe#tumblr_controls {
- position:fixed;-webkit-filter:invert(100%);opacity:0.5;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;-moz-transition: 0.7s ease;}
- div#qTip {
- margin-left: 5px;
- margin-top: -5px;
- text-transform: lowercase;
- font-size: 0.85em;
- line-height: 12px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 9999999999999999;
- background: #fff;
- padding: 2px 3px;
- color: {color:Text};
- max-width: 100px;
- height: auto;
- border: 1.3px double {color:Border};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- body {
- background-color: {color:Background};
- margin: 0 auto;
- font: {text:Body font size} {font:Body font};
- word-wrap:break-word;
- }
- a:link, a:active, a:visited {
- text-decoration: none;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- color:{color:Links};
- }
- a:hover {
- color:{color:Links hover};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- /* FONTS */
- .iceland {
- font-family: 'Iceland', Arial, sans-serif;
- }
- .wallpoet {
- font-family: 'Wallpoet', Arial, sans-serif;
- }
- .cinzel {
- font-family: 'Cinzel Decorative', Arial, sans-serif;
- }
- .kellyslab {
- font-family: 'Kelly Slab', Arial, sans-serif;
- }
- .codystar {
- font-family: 'Codystar', Arial, sans-serif;
- }
- .megrim {
- font-family: 'Megrim', Arial, sans-serif;
- }
- #header {
- {block:If500pxPosts}
- width: 600px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 500px;
- {/block:IfNot500pxPosts}
- margin-left: 290px;
- top: 0;
- background-color: {color:Header};
- height: 100px;
- position: fixed;
- z-index: 999;
- opacity: 0.7;
- }
- #titlebox {
- {block:If500pxPosts}
- width: 380px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 280px;
- {/block:IfNot500pxPosts}
- position: absolute;
- margin-left: 110px;
- }
- #title {
- font-size: 2.3em;
- font-weight: bold;
- text-align: center;
- margin-top: 15px;
- text-shadow: 2px 2px 2px black;
- }
- #subtitle {
- text-align: center;
- font-size: 1.4em;
- margin-top: 5px;
- color: {color:Subtitle};
- }
- #title a {
- color: {color:Title};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #title a:hover {
- color: {color:Title hover};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #headerlinks {
- position: absolute;
- margin-left: 30px;
- width: 100px;
- margin-top: 15px;
- }
- .headerlink {
- background-color: {color:Header link background};
- color: {color:Header link text};
- width: 70px;
- height: 20px;
- line-height: 20px;
- text-align: center;
- margin-bottom: 3px;
- float: left;
- font-size: 1.1em;
- border-radius: 10px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .headerlink:hover {
- background-color: {color:Header link background hover};
- color: {color:Header link text hover};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #x:hover #xcircle{
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- transform:rotate(360deg);
- }
- #x:hover #x1{
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- transform:rotate(360deg);
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- z-index: -5;
- }
- #x:hover #x2{
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- transform:rotate(360deg);
- transform:rotate(-45deg);
- -ms-transform:rotate(-45deg);
- -webkit-transform:rotate(-45deg);
- z-index: -5;
- }
- #x:hover #sblinks {
- opacity: 1;
- z-index: 5;
- margin-left:62px;
- -webkit-transition:all 1.0s ease-out;
- -moz-transition:all 1.0s ease-out;
- -ms-transition:all 1.0s ease-out;
- -o-transition:all 1.0s ease-out;
- transition:all 1.0s ease-out;
- }
- #xcircle {
- position: fixed;
- border: 20px solid {color:X};
- border-radius: 200px;
- width: 150px;
- height: 150px;
- margin-left: 50px;
- top: 50%;
- margin-top: -100px;
- background-color: transparent;
- z-index: 2;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -ms-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- }
- #x1 {
- position: absolute;
- margin-left: 65px;
- width: 20px;
- height: 160px;
- margin-top: -5px;
- background-color: {color:X};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- z-index: 1;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -ms-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- }
- #x2 {
- position: absolute;
- width: 20px;
- height: 160px;
- margin-left: 65px;
- margin-top: -5px;
- background-color: {color:X};
- transform:rotate(-45deg);
- -ms-transform:rotate(-45deg);
- -webkit-transform:rotate(-45deg);
- z-index:1;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- -ms-transition:all 0.7s ease-out;
- -o-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- }
- #hovernotice {
- font-size: 0.85em;
- color: {color:Text};
- font-family: 'Iceland', sans-serif;
- top: 50%;
- margin-top: 90px;
- margin-left: 175px;
- position: fixed;
- opacity: 0.5;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #x:hover #hovernotice {
- opacity: 0;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #sblinks {
- width: 200px;
- height: 150px;
- float: left;
- position: fixed;
- top: 50%;
- margin-top: -58px;
- margin-left: -153px;
- z-index: 1;
- opacity: 0;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .sblink {
- background-color: {color:Sidebar link background};
- color: {color:Sidebar link text};
- width: 70px;
- height: 20px;
- line-height: 20px;
- text-align: center;
- font-size: 1.1em;
- padding: 2px;
- margin-bottom: 3px;
- margin-left: 5px;
- float: left;
- position: relative;
- border-radius: 10px;
- box-shadow: 3px 3px 3px #555555;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .sblink:hover {
- background-color: {color:Sidebar link background hover};
- color: {color:Sidebar link text hover};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- -ms-transition:all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #block {
- background-color: {color:Block background};
- {block:If500pxPosts}
- width: 600px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 500px;
- {/block:IfNot500pxPosts}
- margin-left: 290px;
- height: 100%;
- z-index: -1;
- margin-top: -100px;
- position: fixed;
- }
- #prevpage {
- width: 25px;
- height: 25px;
- line-height: 25px;
- {block:IfRightSidebar}
- top: 50%;
- margin-top: 185px;
- margin-left: 928px;
- {/block:IfRightSidebar}
- {block:IfNotRightSidebar}
- top: 50%;
- margin-left: 60px;
- margin-top: 100px;
- {/block:IfNotRightSidebar}
- background-color: {color:Block background};
- border: none;
- border-radius: 100px;
- text-align: center;
- position: fixed;
- }
- #nextpage {
- text-align: center;
- line-height: 25px;
- width: 25px;
- height: 25px;
- position: fixed;
- {block:IfRightSidebar}
- margin-left: 1045px;
- top: 50%;
- margin-top: 185px;
- {/block:IfRightSidebar}
- {block:IfNotRightSidebar}
- top: 50%;
- margin-left: 200px;
- margin-top: 100px;
- {/block:IfNotRightSidebar}
- background-color: {color:Block background};
- border: none;
- border-radius: 100px;
- }
- #prevpage a {
- font-size: 22px;
- line-height: 25px;
- text-align: center;
- }
- #nextpage a {
- font-size: 22px;
- line-height: 25px;
- text-align: center;
- }
- #prevpage:hover {
- opacity: 1;
- }
- #nextpage:hover {
- opacity: 1;
- }
- #sb2imgs {
- position: fixed;
- {block:If500pxPosts}
- margin-left: 990px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- margin-left: 890px;
- {/block:IfNot500pxPosts}
- top: 50%;
- margin-top: -220px;
- -webkit-transition: 0.2s ease;transition: 0.2s ease;
- -o-transition: 0.2s ease;
- -moz-transition: 0.2s ease;
- }
- #sidebar2:hover #sb2imgs {
- -webkit-filter: blur(1px) grayscale(100%);
- -moz-filter: blur(1px) grayscale(100%);
- -o-filter: blur(1px) grayscale(100%);
- -ms-filter: blur(1px) grayscale(100%);
- filter: blur(1px) grayscale(100%);
- -webkit-transition: 0.2s ease;transition: 0.2s ease;
- -o-transition: 0.2s ease;
- -moz-transition: 0.2s ease;
- }
- #sidebar2:hover #sb2texts {
- opacity: 0.8;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #sbimg2 {
- position: absolute;
- margin-left: -50px;
- margin-top: -25px;
- }
- #sbimg3 {
- position: absolute;
- margin-left: 20px;
- margin-top: 75px;
- }
- #sbimg4 {
- position: absolute;
- margin-left: -50px;
- margin-top: 175px;
- }
- #sidebar2 img {
- width: 100px;
- height: 100px;
- padding: 10px;
- border: 1 solid {color:Border};
- background-color: {color:X};
- }
- #desc {
- {block:If500pxPosts}
- width: 580px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 480px;
- {/block:IfNot500pxPosts}
- height: 80px;
- margin-left: 290px;
- margin-top: -100px;
- position: fixed;
- background-color: {color:Block background};
- color: {color:Text};
- overflow:hidden;
- padding: 15px 10px 15px 10px;
- text-align:center;
- display: none;
- font-size: 0.9em;
- z-index: 99999999999999999999999999999999999;
- }
- #descbutton {
- cursor: help;
- }
- /*CONTENT THINGS */
- #content {
- {block:If500pxPosts}
- width: 560px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 460px;
- {/block:IfNot500pxPosts}
- background-color: none;
- padding: 20px 0;
- color: {color:Text};
- overflow: hidden;
- margin-left: 330px;
- margin-top: 100px;
- position: relative;
- }
- #content a {
- color: {color:Links};
- text-decoration: none;
- }
- #content a:hover {
- color: {color:Links hover};
- }
- #content blockquote {
- border-left: solid 2px #505050;
- margin: 0;
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- #content #posts {
- background-color: {color:Posts};
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- height: auto;
- margin: 0 0 80px 0;
- padding: 10px 10px 10px 10px;
- position: relative;
- border-radius: 10px;
- }
- #content #posts .title {
- font-size: 1.5em;
- }
- /* PERMALINK STUFF */
- #permalink {
- font-size: 0.85em;
- margin-top: 2px;
- }
- .no-tags {
- display: none;
- font-size: 0.85em;
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- text-align: center;
- margin-top: 10px;
- position: absolute;
- }
- .no-tags .comma:last-child {
- display: none;
- }
- .hover-tags {
- opacity: 0;
- font-size: 0.85em;
- {block:If500pxPosts}
- width: 500px;
- {block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- text-align: center;
- margin-top: 15px;
- position: absolute;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .hover-tags .comma:last-child {
- display: none;
- }
- #content #posts:hover .hover-tags {
- opacity: 1;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .fixed-tags {
- font-size: 0.85em;
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- text-align: center;
- margin-top: 15px;
- position: absolute;
- }
- .fixed-tags .comma:last-child {
- display: none;
- }
- #reblogged {
- position: relative;
- font-size: 0.85em;
- overflow: hidden;
- }
- /* PERMALINK PAGE THINGS */
- #content #notecontainer {
- margin: 20px auto;
- {block:If500pxPosts}
- width: 460px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 360px;
- {/block:IfNot500pxPosts}
- font-size: 11px;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 1;
- padding: 2;
- }
- #content #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- margin: 1;
- padding: 2;
- }
- #content #posts #tagsbox {
- padding: 1px 4px 3px 4px;
- margin-top: 15px;
- background-color: {color:Post insides};
- border-radius: 5px;
- box-shadow: inset 1px 1px 3px gray;
- text-align: center;
- }
- /* POST STUFF */
- .linkpost {
- }
- .linktitle {
- padding: 5px;
- background-color: {color:Post insides};
- font-size: 1.5em;
- margin-bottom: 5px;
- text-align:center;
- border-radius: 5px;
- border: 1px solid {color:Border};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linktitle:hover {
- background-color:{color:Border};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .askericon {
- width: auto;
- {block:If500pxPosts}
- margin-left: 228px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- margin-left: 178px;
- {/block:IfNot500pxPosts}
- margin-top: -20px;
- overflow: visible;
- border-radius: 100px;
- }
- .askericon img {
- border-radius: 100px;
- border: 1px solid {color:Border};
- }
- .askicon img {
- z-index: 9;
- height: 40px;
- width: 40px;
- position: relative;
- }
- .askicon img{
- z-index: 9;
- width: 40px;
- -webkit-transition:all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- -ms-transition:all 0.6s ease-out;
- -o-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;
- }
- .askicon img:hover {
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- transform:rotate(360deg);
- }
- .question {
- overflow: hidden;
- {block:If500pxPosts}
- width: 477px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 377px;
- {/block:IfNot500pxPosts}
- height: auto;
- margin-top: -14px;
- padding: 2px 10px 5px 10px;
- color: {color:Text};
- background-color: {color:Post insides};
- text-decoration: italic;
- z-index:-9;
- border-radius: 10px;
- box-shadow: inset 1px 1px 3px gray;
- text-align: center;
- }
- .asker {
- font-size: 14px;
- text-transform:uppercase;
- color: {color:Links};
- text-align: center;
- margin-top: 10px;
- margin-bottom: 3px;
- }
- .answer {
- padding: 5px 10px 0 10px;
- {block:If500pxPosts}
- width: 477px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 377px;
- {/block:IfNot500pxPosts}
- margin-top:-12px;
- overflow: hidden;
- background-color: {color:Post insides};
- border-radius: 10px;
- box-shadow: inset 1px 1px 3px gray;
- text-align: center;
- }
- .textpost {
- margin-top: -12px;
- }
- .title {
- padding: 5px 5px 5px 25px;
- background-color: {color:Post insides};
- font-size: 1.5em;
- text-align:left;
- border-radius: 5px;
- }
- .quote {
- font-size: 20px;
- margin-bottom: 10px;
- padding: 10px;
- }
- .quotesource {
- font-size: 0.85em;
- text-align: right;
- }
- .audiopost {
- padding: 0 10px;
- {block:If500pxPosts}
- width: 477px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 377px;
- {/block:IfNot500pxPosts}
- margin-top: -20px;
- }
- .audio {
- border: 2px solid {color:Border};
- padding: 5px 10px;
- {block:If500pxPosts}
- width: 477px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 377px;
- {/block:IfNot500pxPosts}
- font-size: 1.5em;
- margin-bottom: 7px;
- border-radius: 5px;
- background-color: {color:Post insides};
- }
- .chattitle {
- padding: 5px 5px 5px 25px;
- background-color: {color:Post insides};
- font-size: 1.5em;
- margin-bottom: 5px;
- text-align:left;
- border-radius: 5px;
- }
- .chatpost ul {
- list-style-type: none;
- margin-left: -40px;
- margin-top: 0px;
- margin-bottom: 0px;
- }
- .chatpost ul .odd {
- background-color: RGBA({RGBcolor:X},1);
- color: {color:Text};
- margin-left: 10px;
- {block:If500pxPosts}
- width: 400px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 300px;
- {/block:IfNot500pxPosts}
- padding: 5px;
- margin-bottom: 3px;
- border-radius: 5px;
- }
- .chatpost ul .even {
- background-color: RGBA({RGBcolor:X},0.5);
- color: {color:Text};
- margin-left: 80px;
- {block:If500pxPosts}
- width: 400px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 300px;
- {/block:IfNot500pxPosts}
- padding: 5px;
- margin-bottom: 3px;
- border-radius: 5px;
- }
- /* PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT */
- #credit {
- bottom: 8px;
- right: 8px;
- border: 1px solid #BABABA;
- font-size: 12px;
- color: #5A5A5A;
- height: 15px;
- width: 15px;
- line-height: 15px;
- position: fixed;
- text-align: center;
- background-color: white;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #credit:hover {
- background-color: #2E2E2E;
- color: #fff;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- </style>
- </head>
- <body>
- <div id="desc">{Description}</div>
- <div id="header">
- <div id="titlebox">
- <div id="title" class="{select:Title font}"><a href="/">{Title}</a></div>
- <div id="subtitle" class="{select:Special font}">{text:Subtitle}</div>
- </div>
- <div id="headerlinks">
- <a href="{text:Header link 1 url}"><div class="headerlink {select:Special font}">{text:Header link 1 text}</div></a>
- <a href="{text:Header link 2 url}"><div class="headerlink {select:Special font}">{text:Header link 2 text}</div></a>
- <div class="headerlink {select:Special font}"><div id="descbutton">{text:Description button text}</div></div>
- </div>
- </div>
- <div id="sidebar">
- <div id="x">
- <div id="xcircle">
- <div id="x1"></div>
- <div id="x2"></div>
- </div>
- <div id="hovernotice">hover!</div>
- <div id="sblinks">
- {block:IfLink1Text}
- <a href="{text:Link 1 url}"><div class="sblink">{text:Link 1 text}</div></a>
- {/block:IfLink1Text}
- {block:IfLink2Text}
- <a href="{text:Link 2 url}"><div class="sblink">{text:Link 2 text}</div></a>
- {/block:IfLink2Text}
- {block:IfLink3Text}
- <a href="{text:Link 3 url}"><div class="sblink">{text:Link 3 text}</div></a>
- {/block:IfLink3Text}
- {block:IfLink4Text}
- <a href="{text:Link 4 url}"><div class="sblink">{text:Link 4 text}</div></a>
- {/block:IfLink4Text}
- {block:IfLink5Text}
- <a href="{text:Link 5 url}"><div class="sblink">{text:Link 5 text}</div></a>
- {/block:IfLink5Text}
- {block:IfLink6Text}
- <a href="{text:Link 6 url}"><div class="sblink">{text:Link 6 text}</div></a>
- {/block:IfLink6Text}
- {block:IfLink7Text}
- <a href="{text:Link 7 url}"><div class="sblink">{text:Link 7 text}</div></a>
- {/block:IfLink7Text}
- {block:IfLink8Text}
- <a href="{text:Link 8 url}"><div class="sblink">{text:Link 8 text}</div></a>
- {/block:IfLink8Text}
- </div>
- </div>
- {block:IfNotRightSidebar}
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><div id="prevpage">«</div></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> <div id="nextpage"> »</div></a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- {/block:IfNotRightSidebar}
- </div>
- <div id="block"></div>
- {block:IfRightSidebar}
- <div id="sidebar2">
- <div id="sb2imgs">
- <div id="sbimg1"><img src="{image:Sidebar 1}"></div>
- <div id="sbimg2"><img src="{image:Sidebar 2}"></div>
- <div id="sbimg3"><img src="{image:Sidebar 3}"></div>
- <div id="sbimg4"><img src="{image:Sidebar 4}"></div>
- </div>
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><div id="prevpage">«</div></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> <div id="nextpage"> »</div></a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- </div>
- {/block:IfRightSidebar}
- <!-- boring post stuff - you don't really need to edit there I'd say -->
- <div id="content">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:If500pxPosts}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" />{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {/block:IfNot500pxPosts}
- {block:Audio}
- <div class="audio {select:Special font}">
- {block:TrackName}
- ' {TrackName} '
- {/block:TrackName}
- {block:Artist}
- by
- ' {Artist} '
- {/block:Artist}
- </div>
- {AudioPlayerWhite}
- {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote {select:Special font}">“{Quote}”</div>
- {block:Source}<div class="quotesource">~ {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title {select:Special font}">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="askericon"><div class="askicon"><img src="{AskerPortraitURL-64}" /></div></div>
- <div class="question"><div class="asker {select:Special font}">{Asker}:</div><em>{Question}</em></div><br />
- <div class="answer">{block:Answerer}<div class="answerer {select:Special font}">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
- {block:Reblog}<div class="caption">{Replies}</div>{/block:Reblog}
- {/block:Answer}
- {block:Chat}<div class="chatpost">
- {block:Title}<div class="chattitle {select:Special font}">{Title}</div>{/block:Title}
- <ul>
- {block:Lines}
- <li class="{Alt}">{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Link}
- <div class="linkpost"><a href="{URL}" ><div class="linktitle {select:Special font}">{Name}</div></a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
- {/block:Link}
- <div id="tagsbox">
- <div id="permalink">
- <a href="{Permalink}">
- {block:Date}{TimeAgo}{/block:Date}
- {block:NoteCount} · {NoteCount} notes{/block:NoteCount}</a>
- {block:RebloggedFrom} · <a href="{ReblogParentURL}">via</a> ·
- <a href="{ReblogRootURL}">©</a>
- {/block:RebloggedFrom}
- ·
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- </div>
- {block:IndexPage}
- {block:HasTags}<div id="tags" class="{select:Index tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> · </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:HasTags}<div id="tags" class="{select:Perma tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> · </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div> <!-- posts div -->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div> <!-- content div-->
- <!-- credit, please do not remove! -->
- <a href="http://spirkthemes.tumblr.com"><div id="credit">P</div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment