jaeseth/ 13/ philippines/

I am one of the people who love the why of things.
· links ·
* Link 1 | Link 3 | Link 2 *
· disclaimer ·
I do not own any photos that I reblog. However I claim photos that are watermarked or stated with my url. If you saw your photo just tell me right away, and I'll give you a proper credit.
· status ·
1 fairy(ies) flying around my blog
already had their happy endings


(Source: blamestyles)

280396:

My icon
i edited it on picmonkey whaddupp

“Just close your eyes and enjoy the roller coaster that is life.”

(via mrzaynie)

suparauhls:

Niall Horan - 1D

(Source: rdrews)

(Source: noboyfriendjustonedirection)

// ==UserScript== // @name One Direction Tumblr Dashboard Theme // @namespace http://userstyles.org // @description Tumblr dash theme of One Direction :)hope you enjoy it // @author wolf4793 // @homepage http://userstyles.org/styles/57961 // @include http://www.tumblr.com/* // @run-at document-start // ==/UserScript== (function() { var css = "body {background: url('http://i42.tinypic.com/6iafpu.png') top left #726054 no-repeat fixed !important;}\n#content{background-color:#4A3F37 !important; background: rgba(74,63,55,.8) !important;}\n*{text-shadow:none !important; color:#B4A192 !important;}\nol#posts li.notification{background-color: #4A3F37 !important; border-bottom: 2px solid #B4A192 !important; color: #B4A192 !important;opacity: .80;}\n#right_column a#dashboard_switch_blog_menu_current:hover {background:#4A3F37;opacity: .80;}\n#nav .nav_item.active{background-color:#4A3F37}\n#left_column #posts .post .permalink{background-color:#4A3F37;opacity: .80;}\n#dashboard_switch_blog_menu_current,\n#dashboard_switch_blog_arrow_and_divider,\n#dashboard_switch_blog_arrow_current\n{background-image:none !important}\n.selection_nipple.white, .selection_nipple:not([class=\"selection_nipple white\"]) { \n background: none !important;\n width: 0px !important;\n height: 0px !important;\n margin-top: 0px !important;\n border-bottom: solid 11px #51443B !important;\n border-right: 11px solid transparent !important;\n border-left: 11px solid transparent !important; }\n.selection_nipple:not([class=\"selection_nipple white\"]) {\n border-bottom: solid 11px #51443B !important; opacity: .8;}\n.notification_type_icon{display:none !important}\n.selected .following,\n.selected .followers,\n.selected .settings,\n.selected .posts,\n.selected .messages,\n.selected .drafts,\n.selected .queue, \n.selected .likes {\n color: #A099A1 !important; \n background: #726054 !important;}\na.explore_more_tags,\na.add_and_remove,\na.customize,\na.mass_editor\n {background-color:#726054 !important; \n background-image:none !important;\n border:0px !important}\ndiv.gradient,\ndiv.dashboard_nav_item, \na.permalink\n {background-color:#726054 !important;\n opacity:.9; \n background-image:none !important;\n border:0px !important}\n.content.is_media, \n.mask.top, \n.mask.bottom {\n background: none !important; }\n.post.photo_post .photo, \n.post.photo_post .video_thumbnail {\n border-radius: 16px !important;}\n.post.photo_post .photo, \n.post.photo_post .video_thumbnail \n {-moz-box-shadow: 1px 1px 3px #000000 !important;}\n#auto_pagination_loader\n {background: #4A3F37 !important;}\ndiv.return_to_top_icon{ background: none !important;\n width: 0px !important;\n height: 0px !important;\n margin-top: 0px !important;\n border-bottom: solid 30px white !important;\n border-right: 15px solid transparent !important;\n border-left: 15px solid transparent !important;}\n#left_column #posts .notification {\nbackground-color:#4A3F37 !important;\ncolor:#666 !important;\nborder-bottom-color: #eee !important}\n#left_column #posts .post .post_avatar{-moz-border-radius: 38px !important; -webkit-border-radius: 60px !important; width: 64px !important; height: 64px !important; margin: 0px !important;}\n#left_column #posts .post .sub_avatar_inner {\n-moz-border-radius: 38px !important; -webkit-border-radius: 60px !important; width: 32px !important; height: 32px !important; margin: 0px !important;}\n\n.new_post_label{\nfont-size:0px !important;\n}\n\n.new_post_label_icon{background-image:none !important}\n\n#new_post{\nbackground: url('http://i44.tinypic.com/20h4wsi.png') center no-repeat;\nbackground-color:#fff !important;\n}\nimg[src*=\"http://assets.tumblr.com/images/new_post_icons_no_labels.png\"]{\n width:0;\n height:70px;\n padding-right:250px;\n opacity: 0;\n}\n\n#logo {height: 0 !important;\nwidth: 0 !important;\npadding-left: 209px !important;\npadding-top: 42px !important;\nbackground: url() no-repeat !important;}\n.sub_avatar{width:32px !important; height:32px !important; background-color:transparent !important}"; if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var heads = document.getElementsByTagName("head"); if (heads.length > 0) { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); heads[0].appendChild(node); } } })();