Advertisement
emblemtres

theme 14

Feb 21st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. Theme 14 or whatever idek
  6. Dont steal this
  7. Okay have a nice day
  8. YOU'RE BEAUTIFUL.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23.  
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:sidebarlinkshover" content="#000"/>
  26.  
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Text" content="" />
  37. <meta name="text:Link 4" content="" />
  38. <meta name="text:Link 4 Text" content="" />
  39. <meta name="if:Show Link 1" content="1" />
  40. <meta name="if:Show Link 2" content="1" />
  41. <meta name="if:Show Link 3" content="1" />
  42. <meta name="if:Show Link 4" content="1" />
  43.  
  44. <meta name="color:scrollbarbg" content="ffffff"/>
  45.  
  46.  
  47. <style type="text/css">
  48. {block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}
  49.  
  50. iframe#tumblr_controls { width:50%; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  51.  
  52. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  53.  
  54. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  55.  
  56. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  57. /* --- SCROLLBAR ---*/
  58.  
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:arial;
  68. font-size:8.5px;
  69. line-height:100%;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:9px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. a:hover {
  99. opacity:10;
  100. color:{color:hover};
  101. text-decoration:underline;
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -o-transition: all 0.7s ease
  105. }
  106.  
  107. /* --- POST ENTRIES ---*/
  108.  
  109.  
  110. #entries {
  111. padding:20px;
  112. width:500px;
  113. margin-left:470px;
  114. margin-top:40px;
  115. font-size:9px;
  116. }
  117.  
  118. /* --- BODY: POSTS ---*/
  119.  
  120.  
  121. #post {
  122. width:500px;
  123. padding-bottom:20px;
  124. padding:40px;
  125. margin-top:15px;
  126. background-color:{color:Post};
  127. }
  128.  
  129. /* --- SIDEBAR IMAGE ---*/
  130.  
  131.  
  132. #sidebar {
  133. width:200px;
  134. position:fixed;
  135. margin-left:190px;
  136. margin-top:170px;
  137. opacity:1.80;
  138. background-color:{color:Sidebar};
  139. }
  140.  
  141. #sidebarimage {
  142. width 200px;
  143. }
  144.  
  145. #sidebarimage img {
  146. width:200px;
  147. padding:6px;
  148. background-color:{color:Sidebar};
  149. }
  150. {block:ifthetitle}
  151.  
  152. #title {
  153. font-size:18px;
  154. width:200px;
  155. text-align:right;
  156. color:{color:sidebarlinkshover};
  157. font-weight:800;
  158. margin-bottom:7px;
  159. margin-left:-15px;
  160. text-transform:none;
  161. letter-spacing:-1px;
  162. }
  163. {/block:ifthetitle}
  164.  
  165. /* --- SIDEBAR LINKS ---*/
  166.  
  167. .links {
  168. width:200px;
  169. height:10px;
  170. padding: 9px;
  171. font-size:9px;
  172. font-family:'arial';
  173. text-align:center;
  174. margin-top:-2px;
  175. margin-left:-5px;
  176. text-align:center;
  177. letter-spacing:0px;
  178. text-transform:none;
  179. word-spacing:5px;
  180. position:fixed;
  181. font-style:bold;
  182.  
  183. padding-bottom:7px;
  184. background-color:#fff;
  185. -moz-transition-duration:0.4s;
  186. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  187. }
  188.  
  189. .links a {
  190. font-size: 8.5px;
  191. padding:3px;
  192. -moz-transition-duration:0.4s;
  193. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  194. }
  195.  
  196. .links a:hover {
  197. text-decoration:underline;
  198. color:{color:sidebarlinkshover};
  199. -moz-transition-duration:0.4s;
  200. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  201. }
  202.  
  203.  
  204. /* --- DESCRIPTION ---*/
  205.  
  206. #description {
  207. opacity:1;
  208. position:fixed;
  209. font-family:'arial';
  210. line-height:150%;
  211. font-size:9px;
  212. font-style:none;
  213. width:202px;
  214. margin-top:20px;
  215. padding:8px;
  216. margin-left:-5px;
  217. text-align:center;
  218. color:{color:text};
  219. background-color:#fff;
  220. -moz-transition-duration:0.4s;
  221. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  222. }
  223.  
  224. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  225. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  226.  
  227. /* --- PAGINATION---*/
  228.  
  229.  
  230. .pagi {
  231. text-transform:none;
  232. font-size:9px;
  233. text-align:center;
  234. margin-top:70px;
  235. padding:10px;
  236. }
  237.  
  238. /* --- POST INFO ---*/
  239. #info {
  240. text-align:center;
  241. margin-top:10px;
  242. text-transform:lowercase;
  243. font-size:9px;
  244. font-style:none;
  245. padding:20px;
  246. border-top:0px solid {color:Line}
  247. -moz-transition-duration:0.4s;
  248. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s
  249. }
  250.  
  251. /* --- POST TAGS---*/
  252.  
  253.  
  254. #tags {
  255. opacity:0;
  256. font-family:'arial';
  257. letter-spacing:0px;
  258. text-transform:lowercase;
  259. font-size:8.5px;
  260. font-style:none;
  261. margin-top:4px;
  262. text-align:center;
  263. -moz-transition-duration:0.4s;
  264. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s
  265. }
  266.  
  267. #tags
  268. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  269. -webkit-transition: all 0.6s ease-in-out;
  270. -moz-transition: all 0.6s ease-in-out;
  271. -o-transition: all 0.6s ease-in-out;
  272. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  273. #info:hover #tags{
  274. opacity:1;
  275. -moz-transition-duration:0.4s;
  276. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s
  277. }
  278.  
  279. ::selection {color:#fff;background:#fff;}
  280. ::-moz-selection {color:#fff;background:#fff;}
  281. ::-webkit-selection{color:#fff;background:#fff;}
  282. /* --- QUESTIONS ---*/
  283. #credit {
  284. font-size:9px;
  285. font-family:calibri;
  286. text-transform:uppercase;
  287. letter-spacing:3px;
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #credit a {
  294. background-color:#fff;
  295. padding:5px;
  296. border:1px solid #e9e9e9;
  297. position:fixed;
  298. right:5px;
  299. bottom:5px
  300. }
  301.  
  302. #credit a:hover {
  303. color:#fff;
  304. background-color:{color:Hover}
  305.  
  306. }
  307.  
  308. /* --- QUESTIONS ---*/
  309.  
  310. #asker {
  311. padding:10px;
  312. font-family:'arial';
  313. letter-spacing:0px;
  314. text-align:left;
  315. font-style:none;
  316. margin-left:0px;
  317. text-align:center;
  318. border:0px #ddd solid;
  319. background-color:#FFF;
  320. }
  321.  
  322.  
  323. {CustomCSS}</style></head><body>
  324.  
  325. <div id="sidebar">
  326. {block:ifthetitle}
  327. <div id="title">{text:The Title};
  328. </div>
  329. {block:ifthetitle}
  330.  
  331. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  332.  
  333.  
  334. <div id="description">
  335. {Description}
  336. </div>
  337.  
  338.  
  339. <div class="links">
  340. <a href="/"><u>home</u></a>
  341. <a href="/ask">mssg</a>
  342. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  343. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  344. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  345. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  346. </div>
  347.  
  348.  
  349. {block:Pagination}
  350. <div class="pagi">
  351. {block:PreviousPage}
  352. <a href="{PreviousPage}">back</a>
  353. {/block:PreviousPage}
  354. {block:NextPage}
  355. <a href="{NextPage}">jump</a>
  356. {/block:NextPage}
  357. </div>
  358. {/block:Pagination}
  359.  
  360. </div></div>
  361.  
  362.  
  363.  
  364. <div id="entries">{block:Posts}<div id="post">
  365.  
  366. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  367. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  368.  
  369. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. {block:Quote}{Quote}{/block:Quote}
  372.  
  373. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  374.  
  375. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  376.  
  377. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  378. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  379. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  380. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  381. {/block:Audio}
  382.  
  383. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  384.  
  385. {block:Answer}<div id="asker"><span style="font-family:arial;font-size:11px;font-style:uppercase;">{Asker}: </span>{Question}</div><center><font face="arial">{Answer}</font>{/block:Answer}
  386.  
  387. <div id="info">
  388. <a href="{Permalink}">{TimeAgo}</a> {block:ContentSource}( <a href="{SourceURL}">+ <a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  389. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  390. {/block:Posts}
  391. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  392. {/block:Posts}</div></div></div>
  393.  
  394.  
  395.  
  396. <!--
  397. THEME MAKER CREDIT
  398. -->
  399. <div id="credit">
  400. <a href="http://beyoncse.tumblr.com/">theme</div>
  401.  
  402.  
  403. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement