margin: 5px; width:250px; padding: 10px; float: left; width:250px; width:860px; padding: 20px; margin-bottom:5px; float: left; } .photo { background-color:black; float: left; width:900px; padding:0px; } .video { padding:0; background-color:black; width:900px; float: left; } .audio { padding:0; background-color:black; width:900px; float: left; } .post img{ height:auto; max-width:240px; } .container_load { margin:10px auto; padding: 10px; background:#e9f0ee; font-weight:700; width:250px; text-align:center; } .entry h1{ font-size:18px; line-height:30px; color:#ff008c; margin:0 auto 10px; padding:0;} #permalink{ padding:0; margin:15px 0 0; text-align:center; } #permalink .notes{float:left;} #permalink .date{text-align:center; display:none; } #permalink .permalink{float:right;} /**** Posts: Photos ****/ #photo { overflow:hidden; width: 900px; } #photo a{ color:white;} #photo a:hover{ color:white;} #photo img { display:block;} div#photo div#picture { position:relative;} div#photo div#picture div#info_2 { position:absolute; top:0; left:0; opacity:0; width:250px; width:250px; margin-top:-50px; height:auto; padding:15px 10px; background-color:rgba(0,0,0,0.7); visibility:hidden; z-index:998; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;} div#photo:hover div#picture div#info_2 { opacity:1; margin-top:0px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;} div#photo div#picture div#info_2 div#holder { width:250px; height:auto; z-index:999; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;} div#photo div#picture div#info_2 div#holder #month { font-size:8px; float:right; text-align:right; color:white; text-transform:uppercase; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;} div#photo div#picture div#info_2 div#holder #note_count { font-family:arial; text-transform:uppercase; color:white; letter-spacing:-1px; float:left; font-size:25px; line-height:25px; font-weight:bold; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;} div#photo div#picture:hover div#info_2 {visibility:visible;} #reblog { background-color:rgba(0,0,0,0.7); position:absolute; color:#FFFFFF; font-family:dancing script; text-align:center; text-transform:capitalize; width:270px; font-size:25px; padding:15px 0px; line-height:10px; opacity:0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;} .entry:hover #reblog { margin-top:-40px; opacity:1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;} .caption{ padding:5px 10px; background:#e9f0ee;} .caption img{ height:auto; max-width:840px;} #permalink_image{ margin:10px auto; -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,1); -moz-box-shadow: inset 0 0 50px rgba(0,0,0,1); -o-box-shadow: inset 0 0 50px rgba(0,0,0,1); box-shadow: inset 0 0 50px rgba(0,0,0,1);} /**** Posts: Text ****/ #text blockquote { margin:5px 10px; padding:0;} #text li { list-style:none; margin:0; padding:0;} #text img{ height:auto; max-width:840px;} /**** Posts: Videos ****/ #video{ margin:5px;} /**** Posts: Audio ****/ #audio{ margin:5px; } .playcount{ float:right; margin-top:-26px; font-family:oswald; color:white; font-size:15px; margin-right:10px; display:none; } /**** Posts: Chat ****/ .entry ul.chat{ margin:0; padding:0; list-style:none;} .entry ul.chat li{ padding:7px 10px; border-top:1px solid rgba(0,0,0,0.1); margin:5px 0;} .entry ul.chat li:nth-child(1){ border:0} /**** Posts: Questions ****/ .entry .asker_portrait{ float:left; width:30px; height:30px; margin-right:5px; margin-bottom:5px;} .entry .question{ float:left; line-height:11px; margin-bottom:10px; width:840px; } .entry .answer{ margin-top:5px; line-height:11px; clear:both; display:block; font-style:italic; width:870px; } .navi { background:#e9f0ee; overflow:hidden; margin: 5px; width:250px; padding: 10px; float: left; width:250px; } .space{ height:10px;} /**** Posts: Notes ****/ #notes { float: left; margin: 15px 0; padding: 10px; width: 880px; background-color:#e9f0ee; } .notes_button{ color:#fff700 cursor:help;} ol.notes { padding: 0; margin: 0; list-style-type: none; display:none;} ol.notes li.note { padding: 1px; float:left;} ol.notes li.note img.avatar { vertical-align: -4px; width: 20px; height: 20px;} ol.notes li.note span.action { font-weight:normal; display:none;} ol.notes li.note .answer_content { font-weight: normal; display:none;} ol.notes li.note blockquote { padding: 4px 10px; margin: 10px 0px 0px 25px; display:none;} ol.notes li.note blockquote a { text-decoration: none; display:none;} ol.notes more_notes_link_container{ text-align:center; height:14px; padding:3px; width:104px; margin:1px; background-color:rgba(0,0,0,0.1);} ol.notes more_notes_link_container:hover{ background-color:rgba(0,0,0,0);} /**** Posts: Permalink Post Info ****/ #post_info{ float: left; margin: 15px 0 0; padding: 10px; width: 880px; background-color:#e9f0ee; } /**** Transitions ****/ .transitions-enabled.masonry, .transitions-enabled.masonry .masonry-brick { -webkit-transition-duration: 0.7s; -moz-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s;} .transitions-enabled.masonry { -webkit-transition-property: height, width; -moz-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width;} .transitions-enabled.masonry .masonry-brick { -webkit-transition-property: left, right, top; -moz-transition-property: left, right, top; -o-transition-property: left, right, top; transition-property: left, right, top;}
This post is posted on Tuesday 26 June 2012.
Currently has 4,961 notes
4,961 notes - Show notes
  1. kadillakiller reblogged this from fragileframes and added:
    nomnom
  2. warmoon reblogged this from bigbumps
  3. visualavenue reblogged this from highclass-wh0re
  4. amazingatbest reblogged this from caneddi
  5. info-moon-moon reblogged this from wanderlust-and-daydreams
  6. highclass-wh0re reblogged this from creolefornia
  7. tiffanyx927 reblogged this from dingyfeathers
  8. pegasuses reblogged this from saykiara and added:
    potatoes would be nice right now *_*
  9. tamenvoluivivere reblogged this from kaiterbug85 and added:
    I feel like making this
  10. kaiterbug85 reblogged this from ria-and-thesexcloset
  11. ria-and-thesexcloset reblogged this from palegingerale
  12. myheartmadeknown reblogged this from virginianprep
  13. veroldnyogod reblogged this from dingyfeathers
  14. palegingerale reblogged this from diavolorosa
  15. allthelongevityofbutterflies reblogged this from old-flaws
  16. theartofemptiness reblogged this from livingoffloveee
  17. islandoasis reblogged this from jooces
  18. cherrymenthol reblogged this from jaycubs
  19. jaycubs reblogged this from diavolorosa
  20. livinglifeawesome reblogged this from whyfoodwhyy
  21. diavolorosa reblogged this from dingyfeathers
  22. livingoffloveee reblogged this from kushquality
  23. kushquality reblogged this from saykiara
  24. sperrysandrainbows reblogged this from sperrysandpearls
  25. jooces reblogged this from egentofer
  26. egentofer reblogged this from luna-by-the-sea
  27. shannonelainexo reblogged this from dingyfeathers
  28. sperrysandpearls reblogged this from themaineprep
  29. virginianprep reblogged this from ngatan
  30. youinmybones reblogged this from dingyfeathers
  31. mylittletummysdesire reblogged this from foodloverbabe
  32. colormyskywithstars reblogged this from dingyfeathers
  33. ohfood reblogged this from foodinyourveins
  34. curiosity-killed-the-pixie reblogged this from royeah
  35. babyywatsky reblogged this from hello-pilly