Advertisement
winchesterkirk

Enterprise Theme

Dec 31st, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 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. If you steal the code or remove credit I will gank you :)
  6.  
  7. Contact me if you have any questions or concerns
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:scrollbar" content="#D6D5D5">
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 text" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 4 Text" content="" />
  40. <meta name="text:Link 5" content="" />
  41. <meta name="text:Link 5 Text" content="" />
  42. <meta name="text:Link 6" content="" />
  43. <meta name="text:Link 6 Text" content="" />
  44. <meta name="text:Link 7" content="" />
  45. <meta name="text:Link 7 Text" content="" />
  46.  
  47. <style>
  48. div#qTip {
  49. padding: 3px;
  50. display: none;
  51. font-style:none;
  52. text-align: center;
  53. position: absolute;
  54. font-size:11px;
  55. line-height:10px;
  56. font-family:times;
  57. z-index: 1000;
  58. background: white;
  59. z-index: 9999999;
  60. border: 1px solid {color:line};
  61. color: {color:text};
  62. letter-spacing: 1px;
  63. max-width:150px;
  64. }
  65. </style>
  66.  
  67. <style type="text/css">
  68.  
  69. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  70.  
  71. ::-webkit-scrollbar-thumb{
  72. background-color: {color:scrollbar};
  73. border: 2px solid {color:background};
  74. height:auto;
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. height:auto;
  79. width:9px;
  80. background-color: {color:scrollbar};
  81. border: 4px solid {color:background};
  82. }
  83.  
  84. iframe#tumblr_controls {
  85. white-space:nowrap;
  86. -webkit-filter: invert(100%);
  87. -moz-filter: invert(100%);
  88. -o-filter: invert(100%);
  89. -ms-filter: invert(100%);
  90. filter: invert(100%);
  91. opacity:.2;transition: .8s ease-in-out;
  92. -webkit-transition: .8s ease-in-out;
  93. -moz-transition: .8s ease-in-out;
  94. -o-transition: .8s ease-in-out;
  95. }
  96.  
  97.  
  98. body {
  99. background: {color:Background};
  100. margin:0px;
  101. color:{color:text};
  102. font-family:times;
  103. font-size:9px;
  104. line-height:100%;
  105. }
  106.  
  107. a {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link};
  112. }
  113.  
  114. img {
  115. border:none;
  116. }
  117.  
  118. blockquote {
  119. padding-left:5px;
  120. border-left:1px solid;
  121. }
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:1px solid;
  126. }
  127.  
  128. h1 {
  129. font-size:9px;
  130. text-transform:uppercase;
  131. }
  132.  
  133. h2 {
  134. font-size:14px;
  135. text-transform:lowercase;
  136. font-family:times;
  137. }
  138.  
  139. a:hover {
  140. opacity:10;
  141. color:{color:hover};
  142. -webkit-transition: all 0.7s ease;
  143. -moz-transition: all 0.7s ease;
  144. -o-transition: all 0.7s ease
  145. }
  146.  
  147.  
  148. #entries {
  149. padding:10px;
  150. width:400px;
  151. margin-left:450px;
  152. margin-top:40px;
  153. font-size:10px;
  154. }
  155.  
  156.  
  157. #post {
  158. width:400px;
  159. padding-bottom:20px;
  160. padding:10px;
  161. margin-top:15px;
  162. border: 1px solid {color:line};
  163. background-color:{color:Post};
  164. }
  165.  
  166. #captions {
  167. margin-top: 5px;
  168. padding:10px 15px;
  169. background: #f5f5f5;
  170. border: 1px solid {color:border};
  171. }
  172.  
  173. #title {
  174. position:fixed;
  175. font-size:17px;
  176. font-family:times;
  177. width: 360px;
  178. padding-bottom:10px;
  179. padding:10px;
  180. margin-top:-23px;
  181. }
  182.  
  183. #header {
  184. position:fixed;
  185. background-color:#fcfcfc;
  186. width: 420px;
  187. padding-top:20px;
  188. padding-bottom: 20px;
  189. margin-top:-40px;
  190. margin-left:460px;
  191. border: 1px solid {color:line};
  192. border-bottom: 1px solid {color:line};
  193. }
  194.  
  195.  
  196. #sidebar {
  197. width:165px;
  198. position:fixed;
  199. margin-left:200px;
  200. margin-top:150px;
  201. opacity:.80;
  202. }
  203.  
  204. #sidebarimage {
  205. width 165px;
  206. }
  207.  
  208. #sidebarimage img {
  209. width:165px;
  210. padding:9px;
  211. }
  212.  
  213. .links {
  214. width:305px;
  215. height:5px;
  216. padding-top: 9px;
  217. font-family:times;
  218. font-size:8px;
  219. text-align:center;
  220. margin-top:-2px;
  221. margin-left:-19px;
  222. text-align:center;
  223. text-transform:lowercase;
  224. word-spacing:2px;
  225. position:fixed;
  226. padding-bottom:7px;
  227. }
  228.  
  229. .links a {
  230. font-size: 9px;
  231. }
  232.  
  233. .links a:hover {
  234. color:{color:Hover}
  235. }
  236.  
  237. #description {
  238. font-family:times;
  239. line-height:100%;
  240. font-size:10px;
  241. width:147px;
  242. margin-top:-10px;
  243. margin-left:9px;
  244. padding:8px;
  245. text-align:justify;
  246. color:{color:text};
  247. background-color:#fcfcfc;
  248. border: 1px solid {color:line};
  249. }
  250.  
  251. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  252. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  253.  
  254. #pagination {
  255. width:175px;
  256. font-size:8px;
  257. text-align:center;
  258. margin-left:0px;
  259. margin-top:20px;
  260. position:fixed;
  261. font-family:times;
  262. letter-spacing:0px;
  263. }
  264.  
  265.  
  266. #info {
  267. text-align:left;
  268. margin-top:10px;
  269. text-transform:lowercase;
  270. font-size:9px;
  271. font-style:none;
  272. border-top:1px solid {color:Line}
  273. }
  274.  
  275.  
  276. #tags {
  277. font-family:cambria;
  278. letter-spacing:0px;
  279. text-transform:lowercase;
  280. font-size:9px;
  281. font-style:italic;
  282. margin-top:4px;
  283. text-align:left;
  284. padding-top: 3px;
  285. }
  286.  
  287. #tags
  288. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  289. -webkit-transition: all 0.6s ease-in-out;
  290. -moz-transition: all 0.6s ease-in-out;
  291. -o-transition: all 0.6s ease-in-out;
  292. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  293.  
  294.  
  295. #ask {
  296. padding:7px;
  297. padding-bottom:20px;
  298. padding-left:10px;
  299. text-align:left;
  300. color:{color:text};
  301. line-height:130%;
  302. background-color:#fbfbfb;
  303. border: 1px solid #f4f4f4;
  304. }
  305.  
  306. #ans {
  307. text-align:left;
  308. padding-top:9px;
  309. padding-bottom:3px;
  310. color:{color:text};
  311. }
  312.  
  313. #musicplayer {
  314. padding:7px;
  315. padding-bottom:20px;
  316. padding-left:10px;
  317. text-align:left;
  318. color:{color:text};
  319. line-height:130%;
  320. background-color:#fbfbfb;
  321. border: 1px solid #f4f4f4;
  322. }
  323.  
  324. {CustomCSS}</style></head><body>
  325.  
  326. <div id="header">
  327.  
  328. <div id="title">
  329. {Title}
  330. </div>
  331.  
  332. <div class="links">
  333. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  334. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  335. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  336. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  337. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  338. <a href="{text:Link 6}">{text:Link 6 Text}</a>
  339. <a href="{text:Link 7}">{text:Link 7 Text}</a>
  340. </div>
  341. </div>
  342.  
  343. <div id="sidebar">
  344. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  345.  
  346. <div id="description">
  347. {Description}
  348. </div>
  349.  
  350. {block:Pagination}<div id="pagination">
  351. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  352. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  353. </div>{/block:Pagination}
  354.  
  355. </div>
  356.  
  357. <div id="entries">{block:Posts}<div id="post">
  358.  
  359. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  360.  
  361. {block:Photo}
  362. <div id="photo">
  363. {block:IndexPage}
  364. <center><a href="{Permalink}"><img src="{PhotoURL-400}"/></a></center>
  365. {block:Caption}
  366. <div id="captions">{Caption}</div>
  367. {/block:Caption}
  368. {/block:IndexPage}
  369. {block:PermalinkPage}
  370. <center><img src="{PhotoURL-400}"/></center>
  371. {block:Caption}
  372. <div id="captions">{Caption}</div>
  373. {/block:Caption}
  374. {/block:PermalinkPage}
  375. </div>
  376. {/block:Photo}
  377.  
  378. {block:Photoset}
  379. <div id="photoset">
  380. {block:IndexPage}
  381. <center>{Photoset-400}</center>
  382. {block:Caption}
  383. <div id="captions">{Caption}</div>
  384. {/block:Caption}
  385. {/block:IndexPage}
  386. {block:PermalinkPage}
  387. <center>{Photoset-400}</center>
  388. {block:Caption}
  389. <div id="captions">{Caption}</div>
  390. {/block:Caption}
  391. {block:PermalinkPage}
  392. </div>
  393. {/block:Photoset}
  394.  
  395. {block:Quote}<big><em>❝{Quote}❞</em></big>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/block:Quote}
  396.  
  397. {block:Link}<h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
  398.  
  399. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  400.  
  401. {block:Audio}<div id="musicplayer"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  402. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  403. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}</div>
  404. {/block:Audio}
  405.  
  406. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407.  
  408. {block:Answer}<div id="ask">{Question}<br><div style="float:right;"> - {Asker} &nbsp;</div></div> <div id="ans">{Answer}</div>{/block:Answer}
  409.  
  410. <div id="info">
  411. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {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>
  412. {block:HasTags}<div id="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  413. {/block:Posts}
  414. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  415. {/block:Posts}</div></div></div>
  416.  
  417. <div style="position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:1px; font-family:cambria;"><a href="http://jimothykirk.tumblr.com/">©</a></center></div>
  418.  
  419.  
  420. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement