Advertisement
Somerhaldder

Theme #1 - Hearts And Minds

Jun 10th, 2012
1,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <meta name="color:Background" content="#FFFDF1"/>
  13. <meta name="color:Font" content="#A39C8B"/>
  14. <meta name="color:Link" content="#CEAEAE"/>
  15. <meta name="color:Link Hover" content="#A39C8B"/>
  16. <meta name="color:Sidebar" content="#FFFDF1"/>
  17. <meta name="color:Entries" content="#FFFDF1"/>
  18. <meta name="color:Permalink" content="#F8F3E6"/>
  19. <meta name="color:Border" content="#CEAEAE"/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="image:Background" content=""/>
  22. <meta name="text:Link 1 Text" content="" />
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 2 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26.  
  27. <style type="text/css">
  28.  
  29. iframe#tumblr_controls {
  30.  
  31. top: 0% !important;
  32.  
  33. right:0% !important;
  34.  
  35. position: fixed !important;
  36.  
  37. }
  38.  
  39. body{
  40. color:{color:font};
  41. font-family:arial;
  42. font-size:11px;
  43. text-wrap: normal
  44. word-wrap: break-word;
  45. background-color:{color:background};
  46. background-image: url('{image:Background}');
  47. background-repeat:repeat;
  48. }
  49.  
  50. a, a:active, a:visited{
  51. text-decoration: none;
  52. color: {color:Link};
  53. }
  54.  
  55. a:hover{
  56. color: {color:Link Hover};
  57. }
  58.  
  59. img { border:0px; max-width: 500px; height: auto;}
  60. img:hover { border:0px;}
  61. a.img, a.img:visited { border:0px;}
  62. a.img:hover { border:0px;}
  63.  
  64.  
  65. #content{
  66. width:520px;
  67. height:auto;
  68. margin-left:400px;
  69. background-color:transparent;
  70. position:absolute;
  71. padding:5px;
  72. }
  73.  
  74. #post{
  75. padding:10px;
  76. background-color:{color:entries};
  77. width:500px;
  78. float:left;
  79. margin:10px;
  80. margin-left: 50px;
  81. }
  82.  
  83. #triangle {
  84. margin-top:-10px;
  85. margin-left:30px;
  86. color:{color:permalink};
  87. font-size:40px;
  88. width:30px;
  89. height:25px;}
  90.  
  91. #sidebar{
  92. background-color:{color:sidebar};
  93. width:210px;
  94. margin-top:105px;
  95. margin-left:215px;
  96. position:fixed;
  97. padding:3px;
  98. }
  99.  
  100. #sidebarimg img{
  101. border: 3px solid {color:border};
  102. margin-top:5px;
  103. max-width:200px;
  104. height:auto;
  105. text-align:center;
  106. margin-left: 2px;
  107. }
  108.  
  109. .pagination {
  110. color:{color:Link};
  111. width: 100px;
  112. font-family: georgia;
  113. font-size: 60px;
  114. margin-left: 10px;
  115. margin-top: 0px;
  116. }
  117.  
  118. .note_count {
  119. text-align: left;
  120. padding: 10px;
  121. text-transform: lowercase;
  122. font-size: 10px;
  123. }
  124.  
  125. blockquote {
  126. border-left: 3px solid;
  127. padding-left: 4px;
  128. }
  129.  
  130. .chat ul {
  131. text-align: left;
  132. margin-left: -40px;
  133. list-style-type: none;
  134. width: 500px;
  135. font-style: georgia;
  136. font-spacing: 1px;
  137. }
  138.  
  139. .odd {
  140. background-color: {color:permalink};
  141. padding: 2px;
  142. }
  143.  
  144. .even {
  145. padding: 2px;
  146. color: {color:link};
  147. }
  148.  
  149. #ask{width:500px;}
  150. #question{
  151. background-color:{color:permalink};
  152. -webkit-border-radius: 5px;
  153. -moz-border-radius: 5px;
  154. border-radius: 5px;
  155. padding:3px;
  156. font-size: 14px;
  157. font-family:calibri;
  158. text-transform:lowercase;
  159. text-align: center;
  160. margin-top:2px;
  161. color:{color:font};
  162. }
  163. #answer{
  164. padding-top:10px;
  165. text-align:left;
  166. font-family: calibri;
  167. }
  168.  
  169. {CustomCSS]</style>
  170.  
  171. </head>
  172. <body>
  173.  
  174.  
  175.  
  176. <div id="sidebar"> <center>
  177. <div id="sidebarimg"><img src="{image:Sidebar}"/> </div>
  178. <div style="text-align:center; margin-top:4px">
  179. <i> <a href="/">Home</a> &middot;
  180. <a href="/ask">Message</a> &middot;
  181. <a href="{text:Link 1}">{text:Link 1 Text}</a> &middot;
  182. <a href="{text:Link 2}">{text:Link 2 Text}</a> </i> <br>
  183. {Description}
  184.  
  185. <center>
  186. {block:Pagination}
  187. <div class="pagination">
  188. {block:PreviousPage}
  189. <a href="{PreviousPage}">«</a>
  190. {/block:PreviousPage}
  191. {block:NextPage}
  192. <a href="{NextPage}">»</a>
  193. {/block:NextPage}
  194. </div>
  195. {/block:Pagination}
  196. </center>
  197.  
  198. </center>
  199. </div></div>
  200.  
  201. <div id="content">
  202.  
  203. {block:Posts}
  204.  
  205. <div id="post">
  206.  
  207. {block:Title}<big><big><b>{Title}</b></big></big>{/block:Title}
  208.  
  209. {block:Text}{Body}{/block:Text}
  210.  
  211. {block:Photo}
  212. <div style="margin-bottom:5px;">
  213. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  214. {block:Caption}{Caption}{/block:Caption} </div>
  215. {/block:Photo}
  216.  
  217. {block:Photoset}
  218. <div style="margin-bottom:5px;">
  219. {Photoset-500} {block:Caption}{Caption}{/block:Caption} </div>
  220. {/block:Photoset}
  221.  
  222.  
  223. {block:Quote}
  224. {Quote}
  225. <div align="right">
  226. <div style="margin-bottom:5px;">
  227. {block:Source}-{Source}{/block:Source}
  228. {block:Caption}{Caption}{/block:Caption} </div> </div>
  229. {/block:Quote}
  230.  
  231.  
  232. {block:Video}
  233. <div style="margin-bottom:5px;>
  234. <span class="videoback">
  235. {Video-500}</span><br>
  236. {PlayCountWithLabel}
  237. {block:Caption}{Caption}{/block:Caption}
  238. </div>
  239. {/block:Video}
  240.  
  241.  
  242. {block:Link}
  243. <div style="margin-bottom:5px; font-size: 18px">
  244. <a href="{URL}" class="link" {Target}>{Name} <big>→</big></a><BR>
  245. {block:Caption}{Caption}{/block:Caption}</div>
  246. {/block:Link}
  247.  
  248. {block:Chat}
  249. <div class="chat ul">
  250. <div style="margin-bottom: -5px;">
  251. <ul class="chat">
  252. {block:Lines}
  253. <li class="{Alt} user_{UserNumber}">
  254. {block:Label}
  255. <span class="label">{Label}</span>
  256. {/block:Label}
  257. {Line} </li>
  258. {/block:Lines}
  259. </ul> </div> </div>
  260. {/block:Chat}
  261.  
  262. {block:Audio}
  263. <span class="audioback">
  264. {AudioPlayerWhite}</span>
  265. {block:Caption}
  266. <div class="caption">{Caption} </div>
  267. {/block:Caption}
  268. {/block:Audio}
  269.  
  270.  
  271. {block:Answer}
  272. <div class"ask">
  273. <div id="question">
  274. <div id="asker">
  275. {Asker} asked: </div>
  276. "{Question}"</div>
  277. <div id="triangle">
  278. </div>
  279. <div class="answer">
  280. {Answer}
  281. </div></div>
  282. {/block:Answer}
  283.  
  284. <div style="border-top: 1px solid {color:Border}; background-color: {color:permalink}; padding: 4px;">
  285. <div style="margin-top:0px;}
  286. {block:Date}
  287. Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date}
  288. {block:NoteCount} with <a href="{Permalink}">{notecount} notes</a> &middot; {/block:NoteCount}
  289. {block:RebloggedFrom}Via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  290. {block:ContentSource}@ <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<br>
  291. {block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} </div> </div>
  292.  
  293. </div>
  294.  
  295. <div class="note_count">
  296. <div style=" margin-left: 26px;">
  297. {block:PostNotes}{PostNotes}{/block:PostNotes}
  298. </div> </div>
  299. {/block:Posts}
  300.  
  301. </div>
  302.  
  303. <div style="position:fixed; bottom:8px; right:10px;">
  304. <i> <a href="http://somerhaldder.tumblr.com/nthemes">© theme</a></div> </i>
  305.  
  306. </body>
  307. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement