madysthemes

it-was-always-real code

Jul 31st, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. <!------- add this where you see all the other hashtags-------->
  2. #postcontainer {
  3. float:left;
  4. margin-left:140px;
  5. margin-top:-10px;
  6. text-align:justify;
  7. background-color:{color:bg};
  8. color:{color:text};
  9. margin-bottom: 0px;
  10.  
  11. padding:70px;
  12. }
  13.  
  14.  
  15. #posts {
  16. width:400px;
  17. margin-top:40px;
  18. text-align:justify;
  19. font-size:11px;
  20. line-height:110%;
  21. letter-spacing:0px;
  22. color:{color:text};
  23. font-family: arial;
  24. opacity:.89;
  25. }
  26.  
  27.  
  28.  
  29. #info {
  30. font-family?:times;
  31. margin-top:3px;
  32. padding:2px;
  33. padding-left:8px;
  34. font-size:6px;
  35. color:{color:link};
  36. text-transform:uppercase;
  37. font-style: bold;
  38. letter-spacing:1px;
  39. text-align:right;
  40. border-bottom:1px solid #f5f5f5;
  41. -moz-transition-duration:0.5s;
  42. -webkit-transition-duration:0.5s;
  43. -o-transition-duration:0.5s;
  44. }
  45.  
  46. #info a {
  47. color:{color:link};
  48. text-align:right;
  49. letter-spacing:1px;
  50.  
  51. }
  52.  
  53. #info a:hover {
  54. color:{color:hover};
  55. }
  56.  
  57. .caption {
  58. width:400px;
  59. text-align:justify;
  60. line-height:120%;
  61. }
  62.  
  63. .question {
  64. padding:10px;
  65. margin-left:6px;
  66. text-align:left;
  67. color:{color:text};
  68. line-height:200%;
  69. text-transform:lowercase;
  70. background-color:{color:infobg};
  71. background-color: #f0f0f0;
  72. }
  73.  
  74. .question img {
  75. margin-left:-6px;
  76. margin-bottom:-10px;
  77. padding:1px;
  78. background-color:{color:infobg};
  79. border:1px solid {color:border};
  80. }
  81.  
  82.  
  83. .answer {
  84. text-align:left;
  85. padding:10px;
  86. color:{color:text};
  87. }
  88.  
  89. .music {
  90. width:400px;
  91. padding-bottom:10px;
  92. background-color:{color:infobg};
  93. }
  94.  
  95. .albumart {
  96. float:left;
  97. padding:0px 10px 10px 0px;
  98. }
  99.  
  100. .albumart img {
  101. width:45px;
  102. height:45px;
  103. }
  104.  
  105. .playercontainer {
  106. text-align:left;
  107. padding:10px;
  108. background-color:#ffffff;
  109. width:400px;
  110. }
  111.  
  112. .musicinfo {
  113. padding:10px;
  114. color:{color:text};
  115. }
  116.  
  117. .postnote {
  118. text-transform:uppercase;
  119. font-style:normal;
  120. letter-spacing:0px;
  121. font-size: 9px;
  122. text-align:left;
  123. line-height:90%;
  124. margin-left:-40px;
  125. }
  126.  
  127. .postnote li {
  128. list-style-type:none;
  129. border-bottom:1px solid {color:border};
  130. padding:10px 25px 10px 25px;
  131. text-align:left;
  132. margin:0px;
  133. -moz-transition-duration:0.5s;
  134. -webkit-transition-duration:0.5s;
  135. -o-transition-duration:0.5s;
  136. }
  137.  
  138. .tags {
  139. font-family:times;
  140. font-style: italic;
  141. width:400px;
  142. text-transform:lowercase;
  143. color:{color:tags};
  144. letter-spacing:1px;
  145. line-height:120%;
  146. font-size:7px;
  147. text-align:right;
  148. padding:2px;
  149. -moz-transition-duration:0.5s;
  150. -webkit-transition-duration:0.5s;
  151. -o-transition-duration:0.5s;
  152. }
  153.  
  154. .tags a {
  155. color:{color:text};
  156. letter-spacing:1px;
  157. padding:1px;
  158. }
  159.  
  160. .tags a:hover {
  161. color:#f1f1f1;
  162. }
  163.  
  164. ul.chat, .chat ol, .chat li {
  165. list-style:none;
  166. margin:0px;
  167. padding:2px;
  168. }
  169.  
  170. .tab {
  171. text-decoration:underline;
  172. font-weight:700;
  173. background-color:{color:bg};
  174. margin-right:5px;
  175. }
  176. <!--------- add this in the /body/ tag------>
  177. <div id="postcontainer">
  178.  
  179. {block:Posts}
  180.  
  181. <div id="posts">
  182.  
  183. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  184.  
  185. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  186.  
  187. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  188. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  189.  
  190. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  191.  
  192. {block:Photoset}<center>{Photoset-400}</center>
  193. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  194.  
  195. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  196.  
  197. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  198.  
  199. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}"> <big><i>{Asker}:</big></i> {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  200.  
  201. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  202. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  203. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  204. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  205. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  206.  
  207.  
  208.  
  209. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  210. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  211. {block:HasTags}
  212. <div class="tags">
  213. {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  214. {/block:HasTags}
  215. <div class="postnote">
  216. {block:PostNotes}{PostNotes}{/block:PostNotes}
  217. </div>
  218. </div>
  219. {/block:Posts}
  220.  
  221.  
  222. </div>
Advertisement
Add Comment
Please, Sign In to add comment