pe drum @pedrum
{block:Description} {/block:Description} {Title} $(document).ready(function () { $('li.drawer div:nth-child(2)').hide(); $('li.drawer h4').click(function () { if ($(this).hasClass('open')) { $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');} else { $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open'); $(this).next().slideDown(); $(this).addClass('open');} }); }); /* Body Controls */ html { height:100%; } body { font-family:{font:Text}; font-size:{text:Font Size}; color:{color:Text}; letter-spacing:0px; background-color:{color:background}; background-image:url('{image:Background}'); background-color:{color:Background}; background-repeat: repeat; background-position: top center; background-attachment: fixed; text-align:justify; line-height:100%; {block:IfCrossCursor} cursor: crosshair, auto;{/block:IfCrossCursor} {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor} } @font-face { font-family:basket; src: url('http://static.tumblr.com/ejm8w78/iVdm14tn1/andarilho-font.ttf'); } a { color:{color:Links}; text-decoration: none; -webkit-transition-duration:1s; {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor} {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor} } a:hover { color:{color:Hover}; text-decoration: none; {block:IfCrossCursor} cursor: crosshair, auto;{/block:IfCrossCursor} {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor} } u { border-bottom: 1px dashed #888; } b, strong{ font-size: 9px; letter-spacing: 1px; color: #b1b1b1; font-family: georgia; text-transform: none; text-shadow: 1px 1px 2px #e1dad4; text-decoration: none; font-weight: normal; } iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.7s linear; opacity: 0.5; -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-thumb:vertical { background-color:{color:Links}; height:auto; -webkit-border-radius:4px; } ::-webkit-scrollbar-thumb:horizontal { background-color:{color:Links}; height:10px !important; -webkit-border-radius:4px; } ::-webkit-scrollbar { height:10px; width:10px; background-color:{color:Background}; -webkit-border-radius:4px; } #content { width:100%; margin-left:auto; margin-right:auto; position: relative; height:100%; {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor} {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor} } .karkat { background-color:{color:Post}; display:block; {block:IndexPage}width:1212px;{/block:IndexPage} {block:PermalinkPage}width:730px;{/block:PermalinkPage} height:100%; z-index:-1; margin-left:auto;margin-top:-10px;margin-bottom:-10px; margin-right:auto;padding:2px; {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor} {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor} } ul { margin-left:-25px; } /* Header Controls */ .sidebar { width:500px; background-color:{color:Post}; z-index:5; margin-right:auto; margin-left:auto; text-align:center; display:relative; margin-bottom:20px; border-bottom:1px solid {color:Borders}; {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor} {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor} } .butters a { font-size:{block:IfTitleFont}37px{/block:IfTitleFont} {block:IfNotTitleFont}30px{/block:IfNotTitleFont}; color:{color:Links}; letter-spacing:-2px; -webkit-transition-duration:1.5s; font-family:{block:IfTitleFont}basket{/block:IfTitleFont} {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont}; text-transform:lowercase; } .butters a:hover { color:{color:Link}; } ul#drawers { text-align:center; width: 500px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; } ul#drawers a { text-align: center; text-decoration: none; } ul#drawers li h4 { margin: 0; padding: 0px; text-align: center; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out; font-weight:normal; transition: background-color 0.5s ease-out; } h4.small { text-align: center; display: table-cell; width: 500px; margin: 0px; height: 100%; } li.drawer h4.open { text-align: center; border-top: 0px; } li.drawer div { text-align: center; padding: 0px; margin: 0px; line-height: 12px; } li.drawer div li { text-align: center; list-style-type: disc; } li.drawer div ul { text-align: center; -webkit-padding-start: 12px; } .navigation { font-size:{block:IfTitleFont}45px{/block:IfTitleFont} {block:IfNotTitleFont}30px{/block:IfNotTitleFont}; color:{color:Links}; letter-spacing:-2px; -webkit-transition-duration:1.5s; font-family:{block:IfTitleFont}basket{/block:IfTitleFont} {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont}; text-transform:lowercase; text-align:center;line-height:{block:IfTitleFont}45px{/block:IfTitleFont} {block:IfNotTitleFont}30px{/block:IfNotTitleFont}; } /* Post Controls */ #content .posts { {block:IndexPage} width:1212px; {/block:IndexPage} {block:PermalinkPage} width: 520px; {/block:PermalinkPage}; right:auto; margin-right:auto; margin-left:auto; position:relative;height:100%; background-color:transparent; } #content .posts img { {block:IndexPage} max-width: 400px; margin-top:-2px; {/block:IndexPage} {block:PermalinkPage} max-width: 500px; {/block:PermalinkPage} {block:IfRoundedCorners} -webkit-border-radius:4px; {/block:IfRoundedCorners} } #content .entry { {block:IndexPage} width:400px; float:left; position: relative; {/block:IndexPage} margin-right:0px; margin-bottom:-2px; padding:2px; z-index:1; {block:PermalinkPage} width:500px; {/block:PermalinkPage} {block:IfAnimatedPostLoad} -webkit-transition-duration:2s; {/block:IfAnimatedPostLoad} } .heading { font-family:{font:Text}; font-size:15px; text-decoration: none; letter-spacing:0px; font-weight:none; line-height:100%; margin-bottom:0px; text-align:left; } .chat ul { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; } .chat li { list-style-type: none; padding-left:0px; margin-right:0px; } .chat li.odd { color:{color:Text}; } .chat li.even { color: {color:Text}; background-color: {color:Blockquote}; } .label { font-size: 9px; letter-spacing: 1px; font-family: trebuchet ms; text-transform: uppercase; text-shadow: 1px 1px 2px #e1dad4; text-decoration: none; font-weight: normal; color:{color:links} } blockquote { padding-left:5px; padding-top:3px; padding-right:5px; padding-bottom:3px; margin-left:5px; margin-right:5px; border-left: 2px solid {color:Borders}; border-right: 2px solid {color:Borders}; background-color:{color:Blockquote}; } .stan { background-color:{color:Blockquote}; } .kyle { font-style:italic; line-height:100%; margin-bottom:0px; } {block:IfImageFade} .img { {block:IndexPage} opacity:0.8; filter:alpha(opacity=80); {/block:IndexPage} -webkit-transition-duration:0.4s; } .img:hover { opacity:1; filter:alpha(opacity=100); } {/block:IfImageFade} .stoley img { {block:IndexPage} max-width:250px; overflow-y:auto; {/block:IndexPage} } .kenny { width:500px; opacity: 1; z-index: 10000; margin-top:0px; margin-left:auto; margin-right:0px; float:right; text-align:right; font-family:trebuchet ms; font-size:7px; letter-spacing:1px; text-transform:uppercase; } .cartman { margin-top:0; margin-left:0px; margin-right:auto; margin-bottom:0px; width:500px; text-align:left; background-color:{color:Post}; } .wendy { text-align:center; width:500px; margin-left:auto; margin-right:auto; } .video embed, .video object, .video iframe { {block:IndexPage} width:400px /**/ !important; {/block:IndexPage} {block:PermalinkPage}width:500px !important; {/block:PermalinkPage} height:auto !important; } .audioplayer { background-color:#e4e4e4; } /* Permalink Controls */ .entry .permalink { padding-top:0px; } .tweek { font-size:15px; line-height:100%; padding:2px; color:#fff; -webkit-transition-duration:1s; z-index:999999; } .tweek: hover { color:; } .craig { color:#000000; font-size:8px; opacity: 0; -webkit-transition-duration: 1s; bottom:10px; right:35%; width:100px; height:10px; background-color: #cccccc; padding-bottom:5px; position: absolute; margin:5px; text-align:center; font-family:trebuchet ms; letter-spacing:1px; display:block; -webkit-border-radius:4px; } .entry:hover .craig { opacity:0.85; z-index:999999; } .permalink { float:right; position: absolute; margin-top:0px; opacity: 0; z-index: 1000; text-align:right; } ol.notes { padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: solid 1px #ccc; } ol.notes li.note { border-top: solid 1px #ccc; padding: 6px; } {CustomCSS} {block:IfInfiniteScroll} {/block:IfInfiniteScroll} $(window).load(function () { $('.posts').masonry(), $('.masonryWrap').infinitescroll({ navSelector : "div#navigation", // selector for the paged navigation (it will be hidden) nextSelector : "div#navigation a#nextPage", // selector for the NEXT link (to page 2) itemSelector : ".entry", // selector for all items you'll retrieve bufferPx : 10000, extraScrollPx: 10, loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif", loadingText : "", }, // call masonry as a callback. function() { $('.posts').masonry({ appendedContent: $(this) }); } ); }); $(window).load(function(){ $("p").remove(":contains('(Source:')"); $("p").remove(":contains('(via ')"); }); {block:IfHeaderImage}{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage} {Description} home message history {block:SubmitEnabled} submit{/block:SubmitEnabled} {block:HasPages} {block:Pages} {Label} {/block:Pages} {/block:HasPages} {block:IfCustomLink1} {text:Link 1 Title} {/block:IfCustomLink1} {block:IfCustomLink2} {text:Link 2 Title} {/block:IfCustomLink2} {block:IfCustomLink3} {text:Link 3 Title} {/block:IfCustomLink3} {block:IfCustomLink4} {text:Link 4 Title} {/block:IfCustomLink4} {block:IfCustomLink5} {text:Link 5 Title} {/block:IfCustomLink5} theme {block:IndexPage} {block:Pagination} {block:PreviousPage}{/block:PreviousPage}{block:PreviousPage}{/block:PreviousPage} {block:NextPage}{/block:NextPage}{block:NextPage}{/block:NextPage}{/block:Pagination} {/block:IndexPage}
{block:Posts} {block:Text} {block:Title} {title} {/block:Title} {Body} {block:IndexPage} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Text} {block:Photo} {block:IndexPage}{block:IfClickPhotoToReblog}{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}{/block:IfNotClickPhotoToReblog}{/block:IndexPage} {block:PermalinkPage}{/block:PermalinkPage} {block:IndexPage} {block:IfClickPhotoToReblog}Permalink{/block:IfClickPhotoToReblog} {block:IfNotClickPhotoToReblog}Reblog {/block:IfNotClickPhotoToReblog} | {NoteCount} {/block:IndexPage} {block:PermalinkPage} {block:Caption}{Caption}{/block:Caption} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Photo} {block:Photoset} {block:IndexPage}{Photoset-400} {NoteCount} {/block:IndexPage} {block:PermalinkPage} {Photoset-500}
{block:Caption}{Caption}
{/block:Caption} {/block:PermalinkPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Photoset} {block:Quote} {Quote} {block:Source} ― {Source} {/block:Source} {block:IndexPage} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Quote} {block:Link} → {Name} {block:Description} {Description}{/block:Description} {block:IndexPage} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Link} {block:Video} {block:PermalinkPage} {Video-500} {/block:PermalinkPage} {block:IndexPage} {Video-250} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Video} {block:Chat} {block:Title} {Title} {/block:Title} {block:Lines} {block:Label}{Label}{/block:Label} {Line} {/block:Lines} {block:IndexPage} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Chat} {block:Audio} {block:AlbumArt} {/block:AlbumArt} {AudioPlayerGrey} {block:Caption}{Caption}{/block:Caption} {block:PermalinkPage}
{PlayCountWithLabel}{/block:PermalinkPage} {block:IndexPage} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Audio} {block:Answer} {Asker}: {Question} {Answer} {block:IndexPage} {NoteCountWithLabel} {/block:IndexPage} {block:PermalinkPage} {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}
via: {ReblogParentName} , {/block:RebloggedFrom} {block:RebloggedFrom}source: {ReblogRootName}{/block:RebloggedFrom} {block:HasTags}
tagged as: {block:Tags}{Tag}, {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage} {/block:Answer} {/block:Posts} {block:IfNotInfiniteScroll} {block:Pagination} {block:PreviousPage} - {/block:PreviousPage}/ {block:JumpPagination length="5"} {block:CurrentPage} {PageNumber} {/block:CurrentPage} {block:JumpPage} {PageNumber} {/block:JumpPage} {/block:JumpPagination} /{block:NextPage} + {/block:NextPage} {/block:Pagination} {/block:IfNotInfiniteScroll} ♏