Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--------------------------------------------
- theme by lucy (animalites.tumblr.com)
- please don't steal!!!!
- --------------------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Background" content="#FFFFFF">
- <meta name="color:textshadow" content="#9a9a9a">
- <meta name="color:Link" content="#8C8C8C">
- <meta name="color:Link Hover" content="#CECECE">
- <meta name="color:Text" content="#282828">
- <meta name="color:Title" content="#FFFFFF">
- <meta name="color:Scrollbar" content="#000000">
- <meta name="color:Blockquote" content="#F4F4F4">
- <meta name="color:Info Border" content="#F8F7F7">
- <meta name="color:Posts BG" content="#FFFFFF">
- <meta name="color:Black BG" content="#000000">
- <meta name="color:Image Border" content="#F0F0F0">
- <meta name="color:Questions Border" content="#F8F7F7">
- <meta name="color:Sidebar Border" content="#F4F4F4">
- <meta name="color:infocolor" content="#000">
- <meta name="text:to do" content="9px"/>
- <meta name="text:updates” content="9px"/>
- <meta name="text:description" content="9px"/>
- <meta name="text:Body Font Size" content="9px"/>
- <meta name="text:Body Font" content="Arial"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Sidebar2" content=""/>
- <meta name="image:Sidebar3" content=""/>
- <meta name="image:Background" content="" />
- <meta name="text:Title" content="">
- <meta name="if:Hover Tags" content="0"/>
- <meta name="if:Show Link1" content="0" />
- <meta name="if:Show Link2" content="0" />
- <meta name="if:Show Link3" content="0" />
- <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- body, a, a:hover{
- cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s
- linear;opacity: 0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:2px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
- #s-m-t-tooltip {
- max-width:300px;
- margin-top:-20px;
- margin-left:-20px;
- font-size:8px;
- padding:2px;
- font-family:arial;
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- background-color:{color:Black BG};
- color:{color:title};
- z-index:999999999999999999999999999999999999;
- }
- h1 {
- font-weight:normal;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-align:center;
- font-style:italic;
- letter-spacing:0px;
- text-transform:none;
- color:{color:Text};
- }
- h2 {
- margin-bottom:12px;
- padding-bottom:10px;
- font-weight:normal;
- font-family:arial;
- font-size:17px;
- letter-spacing:-1px;
- font-style:none;
- font-weight:bold;
- line-height:100%;
- text-transform:;
- color:{color:Text};
- margin: 0px;
- border-bottom: 1px solid {color:Info Border};
- }
- pre {
- width:400px;
- text-align: center;
- word-wrap: break-word;
- color:{color:Text};
- }
- blockquote {
- border-left:1px solid {color:Blockquote};
- padding-left:13px;
- padding-top:1px;
- padding-bottom:1px;
- margin:10px;
- margin-top:10px;
- margin-bottom:10px;
- margin-left:20px;
- }
- blockquote img {
- max-width:350px;
- }
- body {
- color: {color:Text};
- background-color:{color:Background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- word-spacing:1px;
- text-shadow: 1px 1px 1px {color:textshadow};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Link Hover};
- text-decoration:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .title {
- color:{color:title};
- font-size:11px;
- font-weight:bold;
- display:block;
- margin-bottom:15px;
- text-align:center;
- margin-top:20px;
- margin-bottom:5px;
- font-family:arial,'sans serif';
- text-transform:uppercase;
- text-shadow: 1px 1px 1px {color:textshadow};
- padding-bottom:15px;
- border-bottom: 1px solid {color:Info Border};
- }
- .bottom {
- width:744px;
- padding:5px;
- margin-top:575px;
- margin-left:515px;
- font-family:arial;
- font-size:8px;
- position:fixed;
- letter-spacing:1px;
- font-style:none;
- font-weight:;
- line-height:87%;
- text-transform:uppercase;
- color:{color:text};
- background-color:{color:background};
- border-bottom:px solid {color:Sidebar Border};
- }
- .bottom a {
- color:{color:text};
- }
- .sidebar {
- width:250px;
- height:500px;
- color:{color:Text};
- position: fixed;
- margin-top:70px;
- margin-left:78px;
- padding:0px;
- background-color:{color:Posts BG};
- border-top:1px solid {color:Sidebar Border};
- border-left:1px solid {color:Sidebar Border};
- border-bottom:1px solid {color:Sidebar Border};
- }
- .sidebarimage {
- margin-top:12px;
- margin-bottom:10px;
- margin-left:11px;
- margin-right:-8px;
- width:100px;
- padding:5px;
- outline:1px solid {color:Sidebar Border};
- }
- /*LINKS*/
- .linkone {
- width:50px;
- line-height:15px;
- text-align:center;
- text-transform:lowercase;
- margin-bottom:-5px;
- margin-top:0px;
- margin-left:-145px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- font-size:10px;
- font-family:arial, 'sans serif';
- background-color:#fbfbfb;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- box-shadow:1px 1px #ededed;
- }
- .linkone a {
- display:inline-block;
- width:50px;
- margin-left:3px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkone a:hover {
- margin-left:-20px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitleone {
- color:#000000;
- margin-left:30px;
- margin-bottom:-18px;
- opacity:0;
- width:10px;
- padding:3px;
- padding-left:7px;
- padding-right:10px;
- text-align:center;
- line-height:15px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitleone a {
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitleone a:hover {
- color:#000000;
- }
- .linkone a:hover #linktitleone{
- margin-left:20px;
- margin-bottom:-18px;
- opacity:1;
- text-align:right;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linktwo {
- margin-left:-5px;
- margin-top:-37px;
- width:50px;
- line-height:15px;
- text-align:center;
- text-transform:lowercase;
- padding:3px;
- padding-left:7px;
- font-family:arial,'sans serif';
- font-size:10px;
- padding-right:7px;
- background-color:#fbfbfb;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- box-shadow:1px 1px #ededed;
- }
- .linktwo a {
- display:inline-block;
- width:50px;
- margin-left:3px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linktwo a:hover {
- margin-left:-15px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitletwo {
- color:#000000;
- margin-left:30px;
- margin-bottom:-18px;
- opacity:0;
- width:10px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- text-align:right;
- line-height:15px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitletwo a {
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitletwo a:hover {
- color:#000000;
- }
- .linktwo a:hover #linktitletwo {
- margin-left:22px;
- margin-bottom:-18px;
- opacity:1;
- text-align:right;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkthree {
- width:50px;
- line-height:15px;
- text-align:center;
- text-transform:lowercase;
- margin-top:-24px;
- margin-left:135px;
- padding:3px;
- padding-left:7px;
- font-family:arial,'sans serif';
- font-size:10px;
- padding-right:7px;
- background-color:#fbfbfb;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- box-shadow:1px 1px #ededed;
- }
- .linkthree a {
- display:inline-block;
- width:50px;
- margin-left:3px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkthree a:hover {
- margin-left:-18px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlethree {
- color:#000000;
- margin-left:30px;
- margin-bottom:-18px;
- opacity:0;
- width:10px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- text-align:right;
- line-height:15px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlethree a {
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlethree a:hover {
- color:#000000;
- }
- .linkthree a:hover #linktitlethree {
- margin-left:22px;
- margin-bottom:-18px;
- opacity:1;
- text-align:right;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkfour {
- margin-top:-12px;
- margin-left:-145px;
- width:50px;
- line-height:15px;
- text-align:center;
- text-transform:lowercase;
- margin-bottom:5px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- font-size:10px;
- font-family:arial,'sans serif';
- background-color:#fbfbfb;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- box-shadow:1px 1px #ededed;
- }
- .linkfour a {
- display:inline-block;
- width:50px;
- margin-left:3px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkfour a:hover {
- margin-left:-15px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlefour {
- color:#000000;
- margin-left:30px;
- margin-bottom:-18px;
- opacity:0;
- width:10px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlefour a {
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlefour a:hover {
- color:#000000;
- }
- .linkfour a:hover #linktitlefour {
- margin-left:22px;
- margin-bottom:-18px;
- opacity:1;
- text-align:right;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkfive {
- margin-top:-29px;
- margin-left:-5px;
- width:50px;
- line-height:15px;
- text-align:center;
- text-transform:lowercase;
- margin-bottom:5px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- font-size:10px;
- font-family:arial,'sans serif';
- background-color:#fbfbfb;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- box-shadow:1px 1px #ededed;
- }
- .linkfive a {
- display:inline-block;
- width:50px;
- margin-left:3px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linkfive a:hover {
- margin-left:-28px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlefive {
- color:#000000;
- margin-left:30px;
- margin-bottom:-18px;
- opacity:0;
- width:10px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlefive a {
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlefive a:hover {
- color:#000000;
- }
- .linkfive a:hover #linktitlefive {
- margin-left:22px;
- margin-bottom:-18px;
- opacity:1;
- text-align:right;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linksix {
- margin-top:-29px;
- margin-left:135px;
- width:50px;
- line-height:15px;
- text-align:center;
- text-transform:lowercase;
- margin-bottom:5px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- font-size:10px;
- font-family:arial,'sans serif';
- background-color:#fbfbfb;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- box-shadow:1px 1px #ededed;
- }
- .linksix a {
- display:inline-block;
- width:50px;
- margin-left:3px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .linksix a:hover {
- margin-left:-17px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlesix {
- color:#000000;
- margin-left:30px;
- margin-bottom:-18px;
- opacity:0;
- width:10px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlesix a {
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #linktitlesix a:hover {
- color:#000000;
- }
- .linksix a:hover #linktitlesix {
- margin-left:22px;
- margin-bottom:-18px;
- opacity:1;
- text-align:right;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- -ms-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- .description {
- text-transform:;
- width:240px
- padding-top:5px;
- margin-top:-5px;
- margin-bottom:10px;
- padding:5px;
- font-size:9px;
- font-family:arial;
- color:{color:Text};
- letter-spacing:0px;
- }
- .description a:hover {
- color:{color:Link Hover};
- }
- .border {
- margin-left:10px;
- border-bottom: 1px solid {color:Sidebar Border};
- width:150px;
- padding-top:5px;
- }
- .border2 {
- margin-top:-5px;
- margin-bottom:8px;
- margin-left:0px;
- border-bottom: 1px solid {color:Sidebar Border};
- width:150px;
- }
- .pagination {
- width:240px;
- padding:5px;
- margin-top:10px;
- margin-bottom:10px;
- margin-top:1px;
- font-family:arial;
- font-size:8px;
- letter-spacing:1px;
- font-weight:;
- text-transform:lowercase;
- }
- .pagination a {
- padding:3px;
- color:{color:Text};
- }
- .pagination a:hover {
- color:{color:Link Hover};
- }
- .container {
- width:900px;
- margin: auto;
- margin-top:-8px;
- }
- .postscontainer {
- width:450px;
- height:500px;
- margin: auto;
- position:fixed;
- margin-top:71px;
- margin-bottom:50px;
- margin-left:330px;
- background-color:{color:Posts BG};
- outline:1px solid {color:Sidebar Border};
- border-right:1px solid {color:Sidebar Border};
- border-bottom:0px solid {color:Sidebar Border};
- overflow-y:scroll;
- overflow-x:hidden;
- }
- .posts {
- width:400px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- margin-bottom:10px;
- margin-left:0px;
- padding:20px;
- text-align:justify;
- }
- .info {
- margin-top:15px;
- line-height:16px;
- font-size:9px;
- background-color:{color:infocolor};
- box-shadow: 1px 1px #ededed;
- padding:5px;
- }
- #info a {margin-right:10px;
- }
- .info a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .info2 {
- text-align:left;
- margin-top:-6px;
- font-family:arial;
- text-transform:lowercase;
- letter-spacing:0px;
- font-size:9px;
- }
- .info2 a {
- color:{color:Text};
- }
- .info2 a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .dashicons {
- margin-top:5px;
- margin-left:510px;
- padding-bottom:0px;
- line-height:0%;
- font-family:arial;
- text-transform:lowercase;
- letter-spacing:0px;
- font-size:11px;
- -webkit-transition:0.7s ease; position:absolute; opacity:0;
- list-style: none;
- }
- .posts:hover .dashicons {
- margin-top:5px;filter: alpha(opacity = 100);
- opacity:100;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- .posts:hover .tags {
- opacity:1.0;
- margin-top:0px;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- height:30px;
- }
- .tags {
- width:400px;
- margin-top:-3px;
- height:5px;
- text-transform:none;
- opacity:0;
- text-align:center;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- font-family:arial;
- letter-spacing:0px;
- font-weight:bold;
- font-size:9px;
- text-align:left;
- border-top:0px solid {color:infobg};
- }
- .tags a {
- padding:5px;
- background-color:none;
- color:{color:Text};
- }
- .tags a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .postnote {
- width:400px;
- text-transform:lowercase;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-align:left;
- line-height:90%;
- margin-top:10px;
- }
- .postnote li {
- list-style-type:none;
- padding:37px 0px 3px 0px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .postnote img {
- width:20px;
- padding: 3px;
- margin:2px 7px -3px 6px;
- text-align:right;
- margin:2px 7px -3px 6px;
- border:1px solid {color:image Border};
- }
- .music {
- width:400px;
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- width:50px;
- padding: 3px;
- margin:2px 7px -3px 6px;
- border:2px solid {color:Info Border};
- border-radius:100px;
- -webkit-border-radius:100px;
- -moz-border-radius:100px;
- }
- .playercontainer {
- text-align:left;
- padding-top:15px;
- width:400px;
- {block:ifShow500pxposts}
- width:350px;
- {/block:ifShow500pxposts}
- }
- .musicinfo {
- padding:10px;
- margin-top:20px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- color:{color:Text};
- }
- .quote {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- letter-spacing:0px;
- line-height:90%;
- text-align:center;
- }
- .source {
- font-family:calibri;
- font-size:10px;
- font-style:normal;
- text-align:center;
- line-height:17px;
- }
- .label {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- font-weight:bold;
- color:{color:Text};
- }
- .line.odd {
- padding:4px;
- margin-bottom:2px;
- }
- .line.even {
- padding:4px;
- margin-bottom:2px;
- }
- .ask {
- width:400px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- background-color:{color:infocolor};
- text-align:left;
- font-weight:;
- padding-top:4px;
- padding-left:7px;
- padding-bottom:8px;
- border-bottom: 1px solid {color:Questions Border};
- }
- .ask a {
- color:{color:Text};
- }
- .question {
- width:400px;
- letter-spacing:0px;
- margin-top:3px;
- padding-left:7px;
- padding-bottom:8px;
- text-align:justify;
- color:{color:Text};
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .answer {
- width:400px;
- letter-spacing:0px;
- text-align:justify;
- padding-top:10px;
- margin-top:10px;
- margin-bottom:1px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- color:{color:Text};
- }
- .askimg {
- padding: 3px;
- margin:2px 7px -3px 6px;
- }
- .styles {
- position:fixed;
- width:150px;
- height:10px;
- padding-bottom:10px;
- font-size:8px;
- margin-left:39px;
- margin-top:0px;
- z-index:99999;
- }
- .stylestitle {
- width:118px;
- line-height:200%;
- font-weight:300;
- margin-top:5px;
- margin-left:15px;
- padding-top:5px;
- padding-bottom:5px;
- font-family:Arial;
- text-align:center;
- font-size:9px;
- letter-spacing:2px;
- text-transform:uppercase;
- color:#000;
- z-index:9999999;
- }
- .horan {
- position:fixed;
- width:118px;
- height:0px;
- margin-top:-10px;
- margin-left:30px;
- text-align:justify;
- word-break:normal;
- font-family:arial;
- background:transparent;
- overflow:hidden;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- z-index:99999;
- }
- .styles:hover .horan {
- /* if tab is too short increase height*/
- height:800px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- }
- .stylestitle:hover .horan {
- /* if tab is too short increase height*/
- height:800px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- }
- /*chat/ask posts */
- .answer span,.convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}.answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:#e5e5ea;color:#000;left:3px}.me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid #e5e5ea;border-bottom-right-radius:1em .5em}.answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:#e8f3f9;color:#000}.them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid #e8f3f9;border-bottom-left-radius:1em .5em}.me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: #666666;
- font-family: 'Inconsolata', Inconsolata;
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:#55caff;color:#fff}.user_4::after{border-color:#55caff}.user_6{background-color:#60f246;color:#fff}.user_6::after{border-color:#60f246}.user_5{background-color:#9ff3fc;color:#000}.user_5::after{border-color:#9ff3fc}.user_3{background-color:#25c413;color:#fff}.user_3::after{border-color:#25c413}.user_7{background-color:#9b9b9b;color:#fff}.user_7::after{border-color:#9b9b9b}.user_8{background-color:#0d9321;color:#fff}.user_8::after{border-color:#0d9321}.user_9{background-color:#606060;color:#fff}.user_9::after{border-color:#606060}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- #updates {
- line-height:100%;
- display:block;
- height:10px;
- width:10px;
- padding:0px 5px 5px 5px;
- z-index:0;
- top:10px;
- left:10px;
- color:#000;
- position:fixed;
- background:transparent;
- overflow:hidden;
- text-align:justify;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #updates:hover {
- height:220px;
- width:90px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #updates2 {
- line-height:17px;
- text-shadow:1px 1px {color:textshadow};
- color:#000;
- font-weight:bold;
- font-family:arial;
- text-transform:uppercase;
- font-size:8px;
- }
- #updates3 {
- font-size:10px;
- padding-top:5px;
- border-radius:3px;
- font-family:arial;
- width:90px;
- line-height:10px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div id="updates">
- <span id="updates2"><big>✗✗</big></span>
- <div id="updates3"><br>
- <p>{text:updates}</p>
- </div>
- </div>
- <div class="container">
- <div class="bottom">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"> ‹ </a>
- {/block:PreviousPage}
- {block:JumpPagination length="6"}
- {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}"> › </a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div class="sidebar">
- <div class="title">
- <a href="/">
- {text:Title}
- </a></div>
- <img src="{image:sidebar}" class="sidebarimage">
- <img src="{image:sidebar2}" class="sidebarimage">
- <center>
- <div class="description">
- {text:description}
- </div>
- <div class="border2"></div>
- <div class="linkone">
- <a href="/"><div id="linktitleone">home.</div> i. </a></div><br>
- <div class="linktwo">
- <a href="/ask"><div id="linktitletwo">ask.</div> ii. </a></div>
- <div class="linkthree">
- <a href="/rules"><div id="linktitlethree">rules.</div> iii. </a></div><br>
- <div class="linkfour">
- <a href="/navi"><div id="linktitlefour">navi.</div> iv. </a></div>
- <div class="linkfive">
- <a href="/muses"><div id="linktitlefive">muses.</div> v. </a></div>
- <div class="linksix">
- <a href="/tagged/plots"><div id="linktitlesix">plots.</div> vi. </a></div>
- <div class="border"></div>
- <div class="styles">
- <div class="stylestitle"><!--Update tab title--> to do<!-- --></div>
- <div class="horan"></br>
- <!--Content 1-->
- {text:to do}
- </div>
- </div>
- </div>
- <div class="postscontainer">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}<div class="quote">“{Quote}”</div><center><div class="source">— {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h2>{Title}</h2>{/block:Title}<br>
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}{Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
- <div class="playercontainer">{AudioPlayerWhite}</div>
- <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
- {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
- {block:Video}{Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <div class="info">{block:Date}{block:NoteCount}({NoteCount}) · {/block:NoteCount}<a title="{timeago}" href="{Permalink}"><u>{shortmonth} {dayofmonth} {12HourWithZero}:{Minutes} {CapitalAmPm}</u> </a> {block:PermalinkPage} {block:RebloggedFrom}— <a href="{ReblogParentURL}">via</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment