Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!---------------- HEY! LISTEN --------------*/
- / LAZULI THEME BY JCNNIE /
- - you can edit it to your heart's content but
- keep the credit please! plagiarism ain't cool.
- - do not take any part of this theme
- and claim it as your own.
- base code: neonbike themes
- chat post code: animalites
- /*--------------------------------------------->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <meta name="color:background" content="#ddd"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:navi" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:linkhover" content="#777"/>
- <meta name="color:bold" content="#777" />
- <meta name="color:italic" content="#777" />
- <meta name="color:underline" content="#777" />
- <meta name="color:sidebar text" content="#fff" />
- <meta name="color:sidebar bold" content="#eee" />
- <meta name="color:sidebar italic" content="#eee" />
- <meta name="color:sidebar underline" content="#eee" />
- <meta name="color:scrollbar" content="#ccc" />
- <meta name="color:icon border" content="#fff" />
- <meta name="color:accent bg" content="#fff" />
- <meta name="color:subtitle bg" content="#ddd" />
- <meta name="color:container bg" content="#888" />
- <meta name="text:title" content="title here"/>
- <meta name="text:subtitle" content="subtitle here"/>
- <meta name="text:username" content="put your username/url here so the askbox can work (ex. glowyrpt)"/>
- <meta name="text:tab 1 title" content="home"/>
- <meta name="text:tab 2 title" content="message"/>
- <meta name="text:link 3 title" content="link 3 name"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4 title" content="link 4 name"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="image:background" content=""/>
- <meta name="image:container bg" content=""/>
- <meta name="image:icon" content=""/>
- <meta name="image:icon2" content=""/>
- <meta name="image:icon3" content=""/>
- <meta name="if:greyscale" content="0"/>
- <meta name="text:text size" content="9px" />
- <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
- <link href="https://github.com/IanLunn/Hover.git" rel="stylesheet" media="all">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.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>
- <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- <script type=”text/javascript” src=”http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js”></script>
- <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>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".sub").hide();
- //toggle the componenet with class msg_body
- jQuery(".cthrough").click(function()
- {
- jQuery(this).next(".sub").slideToggle(500);
- });});
- </script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- height:10px; border:0px solid {color:scrollbar}; background-color:{color:scrollbar};
- -webkit-border-fill-color: transparent;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- border:2px solid {color:scrollbar};
- background:transparent;
- display:none;}
- ::-webkit-scrollbar:horizontal {
- display:none;}
- ::-webkit-scrollbar {
- width:1px; height:5px;
- border:2px solid transparent;
- background:transparent;
- -webkit-border-fill-color: transparent;
- }
- ::-moz-selection {
- color:{color:navi};
- background-color:{color:text};
- }
- ::selection {
- color:{color:navi};
- background-color:{color:text};
- }
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s
- ease-out;
- -webkit-filter:invert(100%);
- -webkit-backface-visibility:hidden;
- -webkit-transform:scale(.8);
- white-space:nowrap!important;
- opacity:.67!important;
- padding:10px;
- -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 ease-out;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- #vignette,
- #tumblr_lightbox_left_image,
- #tumblr_lightbox_right_image,
- #tumblr_lightbox_caption {
- visibility:hidden;
- }
- #tumblr_lightbox {
- background-color:transparent!important;
- }
- #tumblr_lightbox img {
- border-radius:0!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- }
- /*------- BODY ---------*/
- body {
- background: url('{image:background}'); no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- background-position: top left;
- background-repeat: repeat;
- background-attachment: fixed;
- background-color:{color:background};
- line-height:140%;
- color:{color:text};
- font-family: 'source sans pro', sans-serif ;
- font-size: {text:text size};
- letter-spacing:0.5px;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- color:{color:linkhover};
- text-shadow:0px 0px 1px rgba(0,0,0,0.5);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /* Grow Rotate */
- .hvr-grow-rotate {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-property: transform;
- transition-property: transform;
- }
- .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
- -webkit-transform: scale(1.1) rotate(4deg);
- transform: scale(1.1) rotate(4deg);
- }
- /* Underline From Center */
- .hvr-underline-from-center {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- overflow: hidden;
- }
- .hvr-underline-from-center:before {
- content: "";
- position: absolute;
- z-index: -1;
- left: 50%;
- right: 50%;
- bottom: 0;
- background: {color:underline};
- height: 1px;
- -webkit-transition-property: left, right;
- transition-property: left, right;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .hvr-underline-from-center:hover:before{
- left: 0;
- right: 0;
- }
- hr {
- width: 40%;
- margin-left: auto;
- margin-right: auto;
- margin-top: 20px;
- margin-bottom: 20px;
- opacity:0.5;
- color:{color:text};
- }
- blockquote {
- line-height:150%;
- background-color:rgba(255,255,255,0);
- -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,.0);
- -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,.0);
- box-shadow: 1px 1px 0px 0px rgba(0,0,0,.0);
- padding:0px 6px 0px 12px;
- margin:2px 2px 2px 2px;
- border-left:1px solid {color:scrollbar};
- }
- blockquote img {
- max-width:100%;
- height:auto;}
- b, strong {
- color:{color:bold};
- font-weight:bold;
- }
- i, em {
- color:{color:italic};
- }
- u {
- color:{color:underline};
- }
- small,sup,sub {
- font-size:{text:Text Size}}
- big {
- font-size:11px;}
- pre {
- color:{color:text};
- background-color:{color:accent bg};
- letter-spacing:1px;
- font-size:8px;
- padding:20px;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */}
- .entries ul {
- padding-left:6px;
- margin-left:3px;
- }
- .entries ol, .entries2 ol {
- padding-left:3px;
- margin-left:6px;
- text-align:justify;
- }
- .entries li, .entries2 li {
- padding-left:3px;
- margin-left:6px;
- text-align:justify;
- margin-bottom:6px;
- }
- /*------- BODY END ---------*/
- /*------- HEADINGS ---------*/
- h1 {
- font-size:12px;
- font-family: 'roboto', sans-serif;
- line-height:18px;
- padding:5px;
- margin:3px;
- font-weight:300;
- letter-spacing:3px;
- text-transform:uppercase;
- text-align:center;
- color:{color:italic};
- }
- h2 {
- font-size:8px;
- font-family: 'roboto', sans-serif;
- line-height:130%;
- font-weight:700;
- padding:8px;
- letter-spacing:2px;
- margin:0px;
- background:{color:accent bg};
- text-shadow: 0px 0.5px 0.5px rgba(0,0,0,.1);
- text-transform:uppercase;
- text-align:center;
- color:{color:text};
- }
- h3 {
- font-size:8px;
- font-family: 'roboto', sans-serif;
- line-height:140%;
- font-weight:700;
- padding:8px;
- letter-spacing:2px;
- font-style:italic;
- margin:0px;
- text-shadow: 0px 0.5px 0.5px rgba(0,0,0,.1);
- text-transform:uppercase;
- text-align:center;
- color:{color:text};
- }
- /*------- HEADINGS END ---------*/
- {block:IfGreyscale}
- img {
- -webkit-filter:grayscale(100%);
- -webkit-transition: all 0.9s ease-out-out;
- -moz-transition: all 0.9s ease-out-out;
- -o-transition: all 0.9s ease-out-out;
- -ms-transition: all 0.9s ease-out-out;
- transition: all 0.9s ease-out-out;}
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.9s ease-out-out;
- -moz-transition: all 0.9s ease-out-out;
- -o-transition: all 0.9s ease-out-out;
- -ms-transition: all 0.9s ease-out-out;
- transition: all 0.9s ease-out-out;}
- {/block:IfGreyscale}
- img {
- max-width:100%;
- height:auto;}
- /* ---------- TITLE --------*/
- .title{
- text-align:center;
- width:180px;
- padding:10px;
- margin-top:30px;
- font-size:10px;
- text-transform:uppercase;
- vertical-align:middle;
- opacity:0.9;
- font-style:italic;
- font-weight:700;
- letter-spacing:1.5px;
- z-index:999;
- background:none;
- color:{color:sidebar text};
- text-shadow: 0px 0px 0.5px rgba(0,0,0,.5);
- font-family: 'roboto', sans-serif;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .subtitle{
- position:relative;
- top: -40px;
- left:55px;
- width:115px;
- height:40px;
- padding:10px;
- font-size:8px;
- text-transform:uppercase;
- text-align:left;
- line-height:175%;
- opacity:1.0;
- font-weight:400;
- font-family:'roboto', sans-serif;
- letter-spacing:1px;
- z-index:1;
- background:{color:subtitle bg};
- border-radius:10px;
- color:{color:text};
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .subtitle::after{
- content:"";
- position:absolute;
- right:-10px;
- top:12px;
- width: 0;
- height: 0;
- z-index:-9;
- border-style: solid;
- border-width: 11px 16px 0 0;
- border-color: {color:subtitle bg} transparent transparent transparent;
- -webkit-transform:rotate(-6deg);
- }
- /*------- NAVI ---------*/
- /*----- Tab Links -----*/
- /* Clearfix */
- .tab-links:after {
- display:inline-block;
- clear:both;
- content:'';
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- .tab-links li {
- margin:0px;
- display:inline-block;
- list-style:none;
- z-index:-999;
- }
- .tab-links {
- position:relative;
- top: 285px;
- left: 50px;
- height:40px;
- width:200px;
- background: none;
- text-align:center;
- margin:0px;
- padding:0px;
- z-index:999999;
- -webkit-transition-property: left, right;
- transition-property: left, right;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .tab-links a {
- width:20px;
- height:20px;
- display:inline-block;
- font-size:12px;
- line-height:150%;
- letter-spacing:0.5px;
- font-family: 'Abril Fatface', cursive;
- text-transform:uppercase;
- text-decoration:none;
- text-align:center;
- padding:5px;
- margin:5px;
- opacity:1.0;
- border:0px solid rgba(255,255,255,0);
- text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
- color:{color:navi};
- font-weight:400;
- border-radius:50%;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .tab-links a:hover, li.active a:hover{
- text-shadow: none;
- border:0px solid {color:navi};
- background:{color:navi};
- color:{color:text};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .tab-links{
- -webkit-transition-delay: 0s;
- -moz-transition-delay: 0s;
- -ms-transition-delay: 0s;
- -o-transition-delay: 0s;
- transition-delay:0s;
- -webkit-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transform-origin: 50%;
- transform-origin: 50%;
- -webkit-transition-property: transform;
- transition-property: transform;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .cont:hover .tab-links {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- -webkit-transition-delay: 0.3s;
- -moz-transition-delay: 0.3s;
- -ms-transition-delay: 0.3s;
- -o-transition-delay: 0.3s;
- transition-delay:0.3s;
- }
- .cont:hover .description:after {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transition-delay: 0s;
- -moz-transition-delay: 0s;
- -ms-transition-delay: 0s;
- -o-transition-delay: 0s;
- transition-delay:0s;
- }
- li.active a {
- text-shadow: none;
- border:0px solid {color:navi};
- background:{color:navi};
- color:{color:text};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- #icon {
- display:static;
- position:relative;
- top: -220px;
- left:110px;
- padding:0px;
- width:60px;
- height:60px;
- z-index:999;
- z-index:999999;
- border-radius: 50%;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- #icon:after {
- content: ' ';
- position: absolute;
- left: 33px;
- top: 72px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 14px 6px 0 6px;
- border-color: {color:icon border} transparent transparent transparent;
- z-index:-9;
- -ms-transform: rotate(0deg); /* IE 9 */
- -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
- transform: rotate(0deg);
- }
- #icon img {
- width:60px;
- height:60px;
- padding:0px;
- opacity:1.0;
- background-color: {color:icon border};
- border:8px solid {color:icon border};
- border-radius: 50%;
- overflow:hidden;
- }
- #icon2 {
- display:static;
- position:relative;
- top: 65px;
- left:170px;
- padding:0px;
- width:45px;
- height:45px;
- z-index:999;
- z-index:999999;
- border-radius: 50%;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- #icon3 {
- display:static;
- position:relative;
- top: -15px;
- left:210px;
- padding:0px;
- width:30px;
- height:30px;
- z-index:999;
- z-index:999999;
- border-radius: 50%;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- #icon2 img {
- width:45px;
- height:45px;
- padding:0px;
- opacity:1.0;
- background-color: {color:icon border};
- border:5px solid {color:icon border};
- border-radius: 50%;
- overflow:hidden;
- }
- #icon3 img {
- width:30px;
- height:30px;
- padding:0px;
- opacity:1.0;
- background-color: {color:icon border};
- border:5px solid {color:icon border};
- border-radius: 50%;
- overflow:hidden;
- }
- /*------- NAVI END ---------*/
- /*------- ENTRIES ---------*/
- .tabs {
- width:100%;
- margin-left:0px;
- display:inline-block;
- }
- .bigcon {
- width:650px;
- height:440px;
- position:fixed;
- top: 100px;
- left:300px;
- overflow-y:none;
- overflow-x:none;
- padding:0px;
- opacity:0.95;
- background: {color:container bg} url('{image:container bg}') top left repeat;
- border:0px solid rgba(0,0,0,0.15);
- outline:25px solid {color:navi};
- -webkit-transition:0.3s;
- -moz-transition:0.3s;
- transition:0.3s;
- }
- /*----- Content of Tabs -----*/
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- .entries {
- width:320px;
- background:none;
- height:395px;
- margin:10px;
- position:fixed;
- top: 5px;
- left:290px;
- text-align:justify;
- overflow-y:auto;
- overflow-x:hidden;
- padding: 0px 10px 10px 0px;
- opacity:1.0;
- background: rgba(255,255,255,0.7);
- }
- .entries2 {
- width:320px;
- background:none;
- height:395px;
- margin:15px;
- position:fixed;
- top: 5px;
- left:290px;
- text-align:justify;
- overflow-y:auto;
- overflow-x:hidden;
- padding: 0px 10px 10px 0px;
- opacity:1.0;
- background:none;
- }
- .posts {
- width: 300px;
- padding: 10px;
- background: rgba(255,255,255,0.75);
- margin-bottom:0px;
- margin-left:0px;
- margin-top:40px;
- line-height:140%;
- color: {color:text};
- text-align:justify;
- }
- .posts:first-child {
- margin-top:0px;
- }
- .poopset { width: 300px; height:auto; }
- #message {
- padding:30px;
- }
- #tab {
- padding:20px;
- overflow:auto;
- line-height:140%;
- }
- table, th, td {
- border: 1px solid rgba(0,0,0,0.1);
- }
- th, td {
- border-bottom: 1px solid rgba(0,0,0,0.1);
- }
- table {
- width: 100%;
- text-align: center;
- table-layout: fixed;
- }
- th {
- height: 12px;
- text-align: center;
- }
- th, td {
- padding:5px;
- background-color:{color:accent bg};
- }
- tr:nth-child(even) {
- background-color: {color:accent bg};
- }
- .tablenav {
- border-collapse: collapse;
- width:200px;
- margin-left:auto;
- margin-right:auto;
- }
- .tablenav a
- {
- display:block;
- text-decoration:none;
- font-family:'roboto', sans-serif;
- font-size:7px;
- text-transform:uppercase;
- font-weight:700;
- text-align: center;
- letter-spacing:1.5px;
- }
- /*------- ENTRIES END ---------*/
- /*------- DESCRIPTION ---------*/
- .cont {
- position:fixed;
- top:0px;
- left:00px;
- width:300px;
- z-index:-9;
- font-family: 'source sans pro', sans-serif ;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- -webkit-transition-property: all;
- transition-property: all;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- .description{
- display:static;
- position:relative;
- top:20px;
- left:40px;
- width:200px;
- height:175px;
- padding:10px;
- border: 1px solid {color:sidebar text};
- background:none;
- font-family: 'source sans pro', sans-serif ;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- -webkit-transition-property: all;
- transition-property: all;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- #desc {
- position:absolute;
- top: 0;
- left:0;
- width:190px;
- height:100px;
- margin:10px;
- margin-top:80px;
- text-align:justify;
- color:{color:sidebar text};
- padding:0 5px 0 5px;
- overflow-y:auto;
- overflow-x:none;
- letter-spacing:1px;
- line-height:160%;
- text-shadow:0px 0px 2px rgba(0,0,0,.4);
- background:rgba(255,255,255,.0);
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- -ms-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- .description b{
- color:{color:sidebar bold};
- letter-spacing:1px;
- font-weight:bold;
- }
- .description a{
- color:{color:sidebar text};
- }
- .description i{
- color:{color:sidebar italic};
- }
- .description u{
- color:{color:sidebar underline};
- }
- .description:after {
- content: ' ';
- position: absolute;
- left: 110px;
- top: 205px;
- width: 1px;
- height: 20px;
- background-color: {color:sidebar text};
- z-index:-9;
- -ms-transform: rotate(0deg); /* IE 9 */
- -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
- transform: rotate(0deg);
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- -webkit-transform-origin: 50%;
- transform-origin: 50%;
- -webkit-transition-property: transform;
- transition-property: transform;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- -webkit-transition-delay: 0.3s;
- -moz-transition-delay: 0.3s;
- -ms-transition-delay: 0.3s;
- -o-transition-delay: 0.3s;
- transition-delay:0.3s;
- }
- /*------- DESCRIPTION END ---------*/
- #pagination {
- font-family: 'source sans pro', sans-serif ;
- padding:5px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- font-weight:400;
- text-size:7.5px;
- text-align:center;
- font-weight:bold;
- word-spacing:5px;
- margin-top:10px;
- width:300px;
- }
- #pagination a{
- color:{color:navi};
- }
- #pagination a:hover{
- color:{color:text};
- }
- /*------ chat stuff ----*/
- .convo li{
- margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative
- }
- .convo b, .user_1 b,.user_3 b,.user_5 b,.user_7 b,.user_9 b,.user_11 b{color:{color:text};}
- .convo b, .user_2 b,.user_4 b,.user_6 b,.user_8 b,.user_10 b,.user_12 b{color:{color:text};}
- .user_1,.user_3,.user_5,.user_7,.user_9,.user_11{
- float:left;background:{color:accent bg};color:{color:text};left:3px
- }
- .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 {color:accent bg};border-bottom-right-radius:1em .5em
- }
- .user_2,.user_4,.user_6,.user_8,.user_10,.user_12{
- right:3px;float:right;background-color:{color:icon border};color:{color:text}
- }
- .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 {color:icon border};border-bottom-left-radius:1em .5em
- }
- .user_3{background-color:{color:accent bg};color:{color:text}}.user_3::after{border-color:{color:accent bg}}
- .user_4{background-color:{color:icon border};color:{color:text}}.user_4::after{border-color:{color:icon border}}
- .user_5{background-color:{color:accent bg};color:{color:text}}.user_5::after{border-color:{color:accent bg}}
- .user_6{background-color:{color:icon border};color:{color:text}}.user_6::after{border-color:{color:icon border}}
- .user_7{background-color:{color:accent bg};color:{color:text}}.user_7::after{border-color:{color:accent bg}}
- .user_8{background-color:{color:icon border};color:{color:text}}.user_8::after{border-color:{color:icon border}}
- .user_9{background-color:{color:accent bg};color:{color:text}}.user_9::after{border-color:{color:accent bg};}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- #message {
- padding:30px;
- }
- #ask {
- background:{color:accent bg};
- padding:20px;
- font-family:'source sans pro', sans-serif;
- font-size:{text:text size};
- text-align:center;
- line-height:150%;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #ask b {
- font-size:{text:text size};
- font-weight:700;
- font-family: 'source sans pro', sans-serif ;
- letter-spacing:1px;
- text-transform:uppercase;
- margin-left:0px;
- margin-top:0px;
- margin-right:0px;}
- #quote {
- font-size:10px;
- font-family: 'source sans pro', sans-serif ;
- text-align: left;
- font-weight: 400;
- padding:8px;
- letter-spacing: 1px;
- line-height: 150%;
- padding-bottom: 10px;
- background:{color:accent bg};
- }
- #quotesrc {
- font-size:9px;
- font-family: 'source sans pro', sans-serif ;
- letter-spacing:0.5px;
- text-align:right;
- color:{color:text};}
- #quote:before {
- content: "❝ ";
- font-size:16px;
- font-family: 'source sans pro', sans-serif ;
- color:{color:underline};}
- #quote:after {
- content: " ❞";
- font-size:16px;
- font-family: 'source sans pro', sans-serif ;
- color:{color:underline};}
- #cover {
- position: relative;
- z-index: 1;
- height: 80px;
- float:left;
- margin:4px;
- box-shadow:0px 0px 5px {color:box shadow};}
- #button {
- width:20px;
- height:30px;
- overflow: hidden;
- position: relative;
- z-index: 99;
- margin: 15px 24px 13px 16px;}
- #buttons {
- background-color: #fff;
- position: absolute;
- z-index: 99;
- margin-top: 15px;
- margin-left: 15px;
- opacity: 0;
- -webkit-transition: opacity 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;}
- #post:hover #buttons {
- opacity:1;}
- #musicinfo {
- margin-left: 60px;
- margin-top: -50px;
- margin-bottom: -25px;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- position: relative;}
- .audios {
- text-align:left;
- }
- .audios img{
- width:40px;
- height:40px;
- border-radius:50%;
- border:6px solid {color:icon border};
- }
- .note {
- color:{color:navi};
- text-transform:uppercase;
- width:290px;
- font-style:normal;
- letter-spacing:1px;
- font-size: 7px;
- text-align:left;
- line-height:130%;
- margin-left:-5px;}
- .note a{
- color:{color:navi};
- background:{color:link};
- padding:1px;
- }
- .note a:hover{
- background:{color:navi};
- color:{color:link};
- }
- .note li {
- list-style-type:none;
- padding:4px 15px 4px 15px;
- text-align:left;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .note img.avatar {
- margin-right: 10px;
- display:none;
- width: 16px;
- height: 16px;}
- .tags {
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:2px;
- font-family:'source sans pro', sans-serif;
- font-weight:400;
- padding-top:20px;
- margin-top:-15px;
- margin-bottom:0px;
- margin-left:5px;
- opacity:0;
- line-height:150%;
- z-index:999;
- text-align:left;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;}
- .tags:hover {
- opacity:1;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;}
- .tags a{
- color:{color:navi};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;}
- .tags a:hover{
- opacity:0.6;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;}
- .permalink a{
- color:{color:text};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;}
- .permalink a:hover{
- color: {color:linkhover};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;}
- .permalink {
- font-size:7.5px;
- text-align:left;
- text-transform:uppercase;
- letter-spacing:1px;
- font-weight:bold;
- margin-top:0px;
- margin-bottom:-5px;
- background:none;
- color:{color:text};
- padding:5px;
- opacity:1;
- }
- .credit, .credit a {
- position:fixed;
- right:10px;
- bottom:10px;
- width:14px;
- height:14px;
- border-radius:50%;
- background-color:rgba(255,255,255,.9);
- font-size:14px;
- color:rgba(0,0,0,.7);
- letter-spacing:1px;
- padding:5px;
- font-family: 'roboto', sans-serif;
- font-weight:700;
- opacity:0.7;
- text-shadow:none;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .credit a:hover {
- opacity:1;
- background-color:rgba(255,255,255,1);
- color:rgba(0,0,0,1);
- text-shadow:none;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .credit:hover {
- opacity:1;
- background-color:rgba(255,255,255,1);
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- div#qTip {
- border:0px dotted #fff;
- padding: 3px;
- display: none;
- margin-left:10px;
- margin-top:-37px;
- text-align: center;
- font-style:normal;
- background:{color:accent bg};
- opacity:0.8;
- font-weight:400;
- position: absolute;
- text-transform:uppercase;
- font-size:7px;
- font-family: 'source sans pro', sans-serif ;
- line-height:10px;
- z-index: 9999999;
- color: {color:text};
- letter-spacing: 1.5px;}
- {CustomCSS}</style></head><body>
- <div class="bigcon">
- <div class="cont">
- <div class="tabs">
- <ul class="tab-links">
- <li class="active"><a href="/" title="{text:tab 1 title}">01.</a></a></li>
- <li><a href="#tab2" title="{text:tab 2 title}">02.</a></li>
- <li><a href="{text:link 3 url}" title="{text:link 3 title}">03.</a></li>
- <li><a href="{text:link 4 url}" title="{text:link 4 title}">04.</a></li>
- </ul>
- <div class="description">
- <div class="title">{text:title}</div>
- <div id="desc">
- {Description}
- </div>
- </div>
- </div>
- <div id="icon"><img src="{image:icon}"></div>
- <div id="icon2"><img src="{image:icon2}" class="hvr-grow-rotate"></div>
- <div id="icon3"><img src="{image:icon3}" class="hvr-grow-rotate"></div>
- <div class="subtitle">{text:subtitle}</div>
- <!-- --------------------------- TABS -------------------------- -->
- <div class="tabs">
- <!-- --------------------------- TAB 1 -------------------------- -->
- <div id="tab1" class="tab active">
- <div class="entries2">
- {block:Posts}
- <div class="posts">
- <!--TEXT POST-->
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="poopset">{Photoset}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div id="quotesrc">{Source}</div></b>{/block:Source}{/block:Quote}
- {block:Audio}<div class="audios">{block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
- <div id="musicinfo">
- <span class="audio">{AudioPlayerWhite}</span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}</div>
- <br><br>
- {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}<br>
- {block:Video}<div class="poopset">{Video-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {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"><b>{Label}</b></span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Answer}<div id="ask"><b>{Asker}:</b> {Question}</div>{Answer}{/block:Answer}
- {block:Date}
- <div class="permalink">
- <a href="{Permalink}" class="hvr-underline-from-center">{TimeAgo}</a>
- {block:NoteCount} · {NoteCount}N{/block:NoteCount}
- {block:RebloggedFrom} · <a href="{ReblogParentURL}" class="hvr-underline-from-center">via</a> · <a href="{ReblogRootURL}" class="hvr-underline-from-center">source</a> · <a href="{ReblogURL}" class="hvr-underline-from-center">reblog</a>{/block:RebloggedFrom}{/block:permalinkpage}
- </div>
- {/block:Date}
- </div>
- {block:HasTags}<div class="tags">{block:Tags} <a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- {block:PostNotes}
- <div class="note">
- {PostNotes}
- </div>
- {/block:PostNotes}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {/block:Posts}
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="hvr-underline-from-center">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="hvr-underline-from-center">forth</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- </div>
- <!-- -------------------------- TAB 2 -------------------------- -->
- <div id="tab2" class="tab">
- <div class="entries">
- <div id="message"><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:username}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- END OF TABS -->
- </div>
- </div>
- <!------- PLEASE DON'T REMOVE THE CREDIT! --------->
- <div class="credit"><a href="http://cli.re/gK8B4r">@</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment