Advertisement
empyrealthemes

phantasmthemeone

Jul 18th, 2014
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. <!---this is a theme by holly, aka aneklusmos at the moment, or phantasm themes.
  2.  
  3. Don't steal my shit. I worked hard on it, okay?
  4.  
  5.  
  6. You guys are amazing, and if you have any questions just ask
  7.  
  8. --->
  9.  
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  19. <link href='http://fonts.googleapis.com/css?family=Alegreya:400italic,400' rel='stylesheet' type='text/css'>
  20.  
  21.  
  22. <meta name="color:background" content="#ffffff"/>
  23. <meta name="color:text" content="#767676"/>
  24. <meta name="color:link" content="#bfbebe"/>
  25. <meta name="color:hover" content="#e1e1e1"/>
  26. <meta name="color:accent" content="#f6f6f6"/>
  27. <meta name="text:sidebartitle" content="">
  28. <meta name="color:title" content="#939393"/>
  29. <meta name="color:descriptiontext" content="#5e5e5e"/>
  30. <meta name="color:descriptionbckgrd" content="#f3f3f3"/>
  31. <meta name="color:postbackground" content="#efeeee"/>
  32. <meta name="color:scrollbar" content="#cccccc">
  33. <meta name="color:tags" content="#878787">
  34. <meta name="color:box1" content="#000000"/>
  35. <meta name="color:box2" content="#000000"/>
  36. <meta name="color:box3" content="#000000"/>
  37. <meta name="color:box4" content="#000000"/>
  38. <meta name="color:box5" content="#000000"/>
  39.  
  40.  
  41. <meta name="text:Link A url" content="link 1 url"/>
  42. <meta name="text:Link A title" content="put"/>
  43. <meta name="text:Link B url" content="link 2 url"/>
  44. <meta name="text:Link B title" content="whatever"/>
  45. <meta name="text:Link C url" content="link 3 url"/>
  46. <meta name="text:Link C title" content="you"/>
  47. <meta name="text:Link D url" content="link 4 url"/>
  48. <meta name="text:Link D title" content="want"/>
  49. <meta name="text:Link E url" content="link 5 url"/>
  50. <meta name="text:Link E title" content="here :)"/>
  51.  
  52.  
  53.  
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  
  60.  
  61. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  62. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  63. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  64.  
  65. body {
  66. background-color:{color:background};
  67. font-family:times;
  68. font-size:11px;
  69. color:{color:text};
  70. }
  71.  
  72.  
  73. a {
  74. color:{color:link};
  75. text-decoration:none;
  76. -webkit-transition-duration:.3s;
  77. -moz-transition-duration:.3s;
  78. -o-transition-duration:.3s;
  79. }
  80.  
  81.  
  82. a:hover {
  83. color:{color:hover};
  84. -webkit-transition-duration:.3s;
  85. -moz-transition-duration:.3s;
  86. -o-transition-duration:.3s;
  87. }
  88.  
  89.  
  90.  
  91.  
  92. h1 {
  93. font-size:2em;
  94. font-weight:bold;
  95. letter-spacing:-2px;
  96. color:{color:title};
  97. }
  98.  
  99.  
  100.  
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid {color:accent};;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:10px;
  109. border-left:2px solid {color:accent};
  110. }
  111.  
  112.  
  113.  
  114.  
  115. #sidebar {
  116. width:200px;
  117. height:200px;
  118. margin-left:200px;
  119. margin-top:120px;
  120. position:fixed;
  121. }
  122.  
  123.  
  124. #fresh {
  125.  
  126. font-family: 'Alegreya', serif;
  127. font-style:italic;
  128. font-size:25px;
  129. color:{color:title};
  130. letter-spacing:0px;
  131. text-align:right;
  132. margin-top: 80px;
  133. margin-left:-50px;
  134. text-transform:lowercase;
  135. font-weight:normal;
  136. -webkit-transition-duration:1s;
  137. -moz-transition-duration:1s;
  138. -o-transition-duration:1s;
  139. }
  140.  
  141. #fresh a {
  142. color:{color:title};
  143. -webkit-transition-duration:1s;
  144. -moz-transition-duration:1s;
  145. -o-transition-duration:1s;
  146. }
  147.  
  148. #fresh a:hover {
  149. color:{color:accent};
  150. -webkit-transition-duration:1s;
  151. -moz-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155.  
  156.  
  157. #desc {
  158.  
  159. width:150px;
  160. margin-top:15px;
  161. background:{color:descriptionbckgrd};
  162. padding: 15px 25px 15px 25px;
  163. color:{color:descriptiontext};
  164. text-align:justify;
  165. font-family:times;
  166. font-size:10px;
  167. font-weight:normal;
  168. }
  169.  
  170. #links {
  171. font-size:10px;
  172. margin-left:0px;
  173. opacity:1;
  174. text-transform:uppercase;
  175. letter-spacing:-3px;
  176. word-spacing:0px;
  177. background:solid
  178. }
  179.  
  180. #links a{
  181. height:15px;
  182. width:40px;
  183. text-decoration:none;
  184. margin-top:6px;
  185. display:inline-block;
  186. font-size:10px;
  187. letter-spacing:0px;
  188. background:{color:box1};
  189. text-transform:uppercase;
  190. transition-duration: 1s;
  191. -moz-transition-duration: 1s;
  192. -webkit-transition-duration: 1s;
  193. -o-transition-duration: 1s;
  194. }
  195.  
  196. #links a:nth-child(2){
  197. background:{color:box2};
  198. }
  199. #links a:nth-child(3){
  200. background:{color:box3};
  201. }
  202. #links a:nth-child(4){
  203. background:{color:box4};
  204. }
  205. #links a:nth-child(5){
  206. background:{color:box5};
  207. }
  208.  
  209.  
  210. #links a:hover {
  211. background:{color:background};
  212. transition-duration: 1s;
  213. -moz-transition-duration: 1s;
  214. -webkit-transition-duration: 1s;
  215. -o-transition-duration: 1s;
  216. }
  217.  
  218. #postcontainer {
  219.  
  220.  
  221. margin-left:550px;
  222. margin-top:50px;
  223. width:550px;
  224. }
  225.  
  226. #post {
  227.  
  228.  
  229. text-align:left;
  230. width:500px;
  231. padding:20px;
  232. }
  233.  
  234. .asker {
  235. background-color:{color:postbackground};
  236. border-bottom:4px solid #ffffff;
  237. width:100%;
  238. text-align:left;
  239. padding:5px;
  240. font-family:times;
  241. font-size:16px;
  242. color:{color:text};
  243. letter-spacing:0px;
  244. text-transform:lowercase;
  245. font-weight:normal;
  246. }
  247.  
  248.  
  249. .asker a {
  250. border:none;
  251. }
  252. .question {
  253. background-color:{color:postbackground};
  254. border-bottom:6px double #ffffff;
  255. color:{color:text};
  256. width:100%;
  257. padding:5px;
  258. font-family:times;
  259. text-align:center;
  260. font-size:14px;
  261. min-height:20px;
  262. font-style:italic;
  263.  
  264. }
  265.  
  266. .reply {
  267. padding:5px;
  268. font-size:12px;
  269. font-weight:normal;
  270. font-family:times;
  271. color:{color:text};
  272. }
  273.  
  274.  
  275.  
  276. #info {
  277. margin-top:10px;
  278. font-size:9px;
  279. font-family:times;
  280. color:{color:text};
  281. border-top:2px solid {color:postbackground};
  282. border-bottom:2px solid {color:postbackground};
  283. padding-top:7px;
  284. padding-bottom:7px;
  285. word-spacing: 2px;
  286. text-align:right;
  287. width:100%;
  288. }
  289.  
  290. #info a {
  291. color:{color:text};
  292. font-weight:normal;
  293. font-size:10px;
  294. }
  295.  
  296. #info a:hover {
  297. color:{color:hover};
  298. font-weight:normal;
  299. font-size:10px;
  300. transition-duration: 0.5s;
  301. -moz-transition-duration: 0.5s;
  302. -webkit-transition-duration: 0.5s;
  303. -o-transition-duration: 0.5s;
  304. }
  305.  
  306.  
  307. .tags {
  308. font-family:times;
  309. width:500px;
  310. text-transform:uppercase;
  311. font-style:italic;
  312. color:{color:tags};
  313. letter-spacing:2px;
  314. line-height:120%;
  315. font-size:9px;
  316. text-align:center;
  317. padding:2px;
  318. -moz-transition-duration:0.5s;
  319. -webkit-transition-duration:0.5s;
  320. -o-transition-duration:0.5s;
  321. }
  322.  
  323. .tags a {
  324. color:{color:tags};
  325. letter-spacing:1px;
  326. padding:3px;
  327. }
  328.  
  329. .tags a:hover {
  330. color:{color:hover};
  331. }
  332.  
  333. .ul.chat, .chat ol, .chat li {
  334. list-style:none;
  335. margin:0px;
  336. padding:2px;
  337. }
  338.  
  339. .label {
  340. text-decoration:underline;
  341. font-weight:700;
  342. background-color:{color:infobg};
  343. margin-right:5px;
  344. }
  345.  
  346. .note {
  347. text-transform:uppercase;
  348. font-style:normal;
  349. letter-spacing:0px;
  350. font-size: 9px;
  351. text-align:left;
  352. line-height:90%;
  353. margin-left:-40px;
  354. }
  355.  
  356. .note li {
  357. list-style-type:none;
  358. border-bottom:1px solid {color:border};
  359. padding:10px 25px 10px 25px;
  360. text-align:left;
  361. margin:0px;
  362. -moz-transition-duration:0.5s;
  363. -webkit-transition-duration:0.5s;
  364. -o-transition-duration:0.5s;
  365. }
  366.  
  367. ::selection {
  368. background-color:{color:accent};
  369. }
  370.  
  371. #cred {
  372. bottom:2px;
  373. position:fixed;
  374. right:10px;
  375. float:right;
  376. font-family: 'Alegreya', serif;
  377. color:black;
  378. font-size:20px;
  379. letter-spacing:0px;
  380. text-transform:lowercase;
  381. }
  382.  
  383. #cred a {
  384. color:black;
  385. }
  386.  
  387. #cred a:hover {
  388. color:{color:accent};
  389. }
  390.  
  391. #pagi {
  392. margin-top:20px;
  393. font-family: 'Alegreya', serif;
  394. width:130px;
  395. font-size:12px;
  396. text-transform:normal;
  397. margin-top:10px;
  398. margin-left:38px;
  399. padding-left:5px;
  400. letter-spacing:1px;
  401. font-style:normal;
  402. text-align:right;
  403. }
  404.  
  405. .pagi a {
  406. color:{color:link};
  407. }
  408.  
  409. .photoset {
  410. border:5px #ccc double;
  411. -webkit-transition-duration:1s;
  412. -moz-transition-duration:1s;
  413. -o-transition-duration:1s;
  414. }
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422. </style>
  423.  
  424. </head>
  425. <body>
  426.  
  427.  
  428.  
  429.  
  430. <div id="sidebar">
  431. <div id="fresh"><a href="/">{text:sidebartitle}</a></div>
  432. <div id="links"> <!---the text below are your side links--->
  433. <a href="{text:Link A url}" title="{text:Link A title}"></a>
  434. <a href="{text:Link B url}" title= "{text:Link B title}"></a>
  435. <a href="{text:Link C url}" title="{text:Link C title}"></a>
  436. <a href="{text:Link D url}" title= "{text:Link D title}"></a>
  437. <a href="{text:Link E url}" title= "{text:Link E title}"></a>
  438.  
  439.  
  440.  
  441. </div>
  442. <div id="desc">{Description}</div>
  443.  
  444.  
  445. <!---PAGINATION--->
  446.  
  447. <div id="pagi">
  448. {block:Pagination}
  449. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&#8656;</a>{/block:PreviousPage}
  450. {block:JumpPagination length="5"}
  451. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  452. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  453. {block:NextPage}<a href="{NextPage}" class="jump_page">&#8658;</a>{/block:NextPage}
  454. {/block:Pagination}
  455. </div></div>
  456.  
  457.  
  458.  
  459.  
  460. <div id="postcontainer">
  461.  
  462. {block:Posts}
  463. <div id="post">
  464.  
  465. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  466.  
  467.  
  468.  
  469. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px"></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  470.  
  471.  
  472.  
  473. {block:Photoset}
  474. <div class="photoset">{Photoset-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  475.  
  476.  
  477.  
  478. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  479.  
  480.  
  481. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  482.  
  483.  
  484.  
  485. {block:Quote}{Quote}{block:Source}-{Source}{/block:Source}{/block:Quote}
  486.  
  487.  
  488.  
  489. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  490.  
  491.  
  492.  
  493. {block:Answer}
  494. <div class="asker">
  495. {Asker} whispered . . .</div><div class="question">{Question}</div>
  496. <div class="reply">
  497. {Answer}</div>
  498. {/block:Answer}
  499.  
  500.  
  501.  
  502. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  503.  
  504. <div id="info">
  505. <a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{Year}</a> {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}/<a href="{ReblogParentURL}"> via</a> {/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource} / <a href="{ReblogURL}" target="_blank" class="details">reblog</a> {/block:RebloggedFrom}
  506. </div>
  507. {block:Hastags}
  508. <div class="tags">
  509. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  510. {/block:HasTags}
  511. </div>
  512. <div class="note">
  513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  514. </div>
  515. {/block:Posts}</div>
  516.  
  517.  
  518. <div id="cred"><a href="http://apollosgirlfriend.co.vu" title= "phantasm themes">
  519. &#9728;</a></div>
  520.  
  521.  
  522.  
  523. </body>
  524. </html>
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement