Untitled


SUBMITTED BY: Guest

DATE: June 15, 2013, 4:40 p.m.

FORMAT: Text only

SIZE: 20.2 kB

HITS: 31975

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!--
  4. PLEASE DO NOT REMOVE THIS.
  5. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  6. THEME NAMED STATIC WEBPAGE
  7. MADE BY EMYLOPES91
  8. -->
  9. <head>
  10. <meta charset="utf-8" />
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <meta name="description" content="{MetaDescription}" />
  15. <!-- FONTS -->
  16. <link href='http://fonts.googleapis.com/css?family=Raleway:700,500,300' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Economica:400,700,400italic,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Mr+Dafoe&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  21. <!-- DEFAULT VARIABLES -->
  22. <meta name="image:background" content=""/>
  23. <meta name="color:background" content="#faf5f5"/>
  24. <meta name="color:textbody" content="#424242"/>
  25. <meta name="color:texttitle" content="#424242"/>
  26. <meta name="color:description" content="#000000"/>
  27. <meta name="color:textnavbar" content="#000000"/>
  28. <meta name="color:texth1" content="#424242"/>
  29. <meta name="color:postinfo" content="#000000"/>
  30. <meta name="color:borderpage" content="#424242"/>
  31. <meta name="color:bgpost" content="#ddd7d7"/>
  32. <meta name="image:slide1" content=""/>
  33. <meta name="image:slide2" content=""/>
  34. <meta name="image:slide3" content=""/>
  35. <meta name="image:slide4" content=""/>
  36. <meta name="image:slide5" content=""/>
  37. <meta name="image:circle1" content=""/>
  38. <meta name="image:circle2" content=""/>
  39. <meta name="image:circle3" content=""/>
  40. <meta name="image:circle4" content=""/>
  41. <meta name="text:archivename" content="Read all the news archive >>"/>
  42. <meta name="text:titledescription" content="About Us"/>
  43. <meta name="text:titlesociallinks" content="Follow Us"/>
  44. <meta name="text:titlenews" content="Latest News"/>
  45. <!-- SOCIAL NAVBAR -->
  46. <meta name="text:social link twitter" content=""/>
  47. <meta name="text:social link facebook" content=""/>
  48. <meta name="text:social link youtube" content=""/>
  49. </head>
  50. <style type="text/css">
  51. body {
  52. margin-left: 0px;
  53. text-decoration: none;
  54. background-image: url("{image:background}");
  55. background-size: 100%;
  56. background-repeat: no-repeat;
  57. background-attachment: fixed;
  58. background-color: {color:Background};
  59. font-family: 'Raleway', sans-serif;
  60. color: {color:textbody};
  61. font-size: 15px;
  62. text-align: justify;
  63. }
  64. /* __________________________________________FIRST PAGE */
  65. /* SLIDER */
  66. #slider {
  67. width: 1500px;
  68. height: 600px;
  69. position: relative;
  70. border: 2px solid {color:borderpage};
  71. background-color: {color:bgpost};
  72. margin-left: 30px;
  73. margin-top: 20px;
  74. }
  75. /* TITLE / DESCRIPTION / CIRCLES */
  76. #firstpart {
  77. position: relative;
  78. text-align: center;
  79. margin-left: 30px;
  80. top: 20px;
  81. width: 1500px;
  82. font-family: 'Raleway', sans-serif;
  83. font-size: 30px;
  84. text-transform: uppercase;
  85. color: {color:textnavbar};
  86. }
  87. /* TITLE */
  88. #title {
  89. width : 1500px;
  90. font-family: 'Raleway', sans-serif;
  91. text-decoration: none;
  92. font-size: 50px;
  93. text-align: center;
  94. padding-bottom: 20px;
  95. color: {color:texttitle};
  96. }
  97. #title a {
  98. font-family: 'Raleway', sans-serif;
  99. text-decoration: none;
  100. color: {color:texttitle};
  101. }
  102. /* DESCRIPTION */
  103. #description {
  104. width: 380px;
  105. text-align: justify;
  106. font-family: 'Economica', sans-serif;
  107. color: {color:description};
  108. font-size: 10px;
  109. font-style: italic;
  110. }
  111. #description a {
  112. color: {color:description};
  113. text-transform: uppercase;
  114. }
  115. #socialnavbar {
  116. position: relative;
  117. text-align: right;
  118. top: 10px;
  119. width: 380px;
  120. }
  121. /* CIRCLES */
  122. .circular1 {
  123. top: 100px;
  124. margin-left: 450px;
  125. position: absolute;
  126. width: 600px;
  127. height: 600px;
  128. border-radius: 300px;
  129. -webkit-border-radius: 300px;
  130. -moz-border-radius: 300px;
  131. background: url("{image:circle1}") no-repeat;
  132. border: 2px solid {color:borderpage};
  133. }
  134. .circular2 {
  135. top: 70px;
  136. margin-left: 400px;
  137. position: absolute;
  138. width: 300px;
  139. height: 300px;
  140. border-radius: 150px;
  141. -webkit-border-radius: 150px;
  142. -moz-border-radius: 150px;
  143. background: url("{image:circle2}") no-repeat;
  144. border: 2px solid {color:borderpage};
  145. }
  146. .circular3 {
  147. top: 480px;
  148. margin-left: 900px;
  149. position: absolute;
  150. width: 300px;
  151. height: 300px;
  152. border-radius: 150px;
  153. -webkit-border-radius: 150px;
  154. -moz-border-radius: 150px;
  155. background: url("{image:circle3}") no-repeat;
  156. border: 2px solid {color:borderpage};
  157. }
  158. .circular4 {
  159. top: 450px;
  160. margin-left: 400px;
  161. position: absolute;
  162. width: 300px;
  163. height: 300px;
  164. border-radius: 150px;
  165. -webkit-border-radius: 150px;
  166. -moz-border-radius: 150px;
  167. background: url("{image:circle4}") no-repeat;
  168. border: 2px solid {color:borderpage};
  169. }
  170. /* ________________________________________________RIGHT SIDEBAR */
  171. /* NAVIGATION MENU */
  172. #navbar {
  173. position: relative;
  174. top: 30px;
  175. margin-left: 350px;
  176. width: 200px;
  177. font-family: 'Raleway', sans-serif;
  178. color: {color:textnavbar};
  179. font-size: 12px;
  180. text-align: right;
  181. text-transform: uppercase;
  182. font-weight: bold;
  183. }
  184. #navbar a {
  185. color: {color:textnavbar};
  186. }
  187. #navbar a:hover {
  188. color: {color:textnavbar};
  189. background-color: {color:bgpost};
  190. }
  191. /* ________________________________________________BODY POSTS PAGE */
  192. /* BODY POSTS PAGES */
  193. #bodypage {
  194. overflow: auto;
  195. position: absolute;
  196. text-decoration: none;
  197. width: 450px;
  198. height: 550px;
  199. margin-left: 1050px;
  200. top: 790px;
  201. padding: 10px;
  202. font-size: 11px;
  203. color: {color:textbody};
  204. }
  205. /* PADDING POSTS */
  206. #paddingpost {
  207. padding-top: 10px;
  208. padding-bottom: 5px;
  209. }
  210. /* POSTS */
  211. .posts {
  212. background-color: {color:bgpost};
  213. padding: 15px;
  214. border: 2px solid {color:borderpage};
  215. }
  216. /* POSTS INFO */
  217. #info {
  218. font-family: 'Raleway', sans-serif;
  219. text-align: right;
  220. color: {color:postinfo};
  221. font-size: 7px;
  222. text-transform: uppercase;
  223. }
  224. #info a {
  225. font-family: 'Raleway', sans-serif;
  226. color: {color:postinfo};
  227. font-weight: bold;
  228. }
  229. /* ________________________________________________CSS TEXT STYLE */
  230. .categorytitle {
  231. font-family: 'Mr Dafoe', cursive;
  232. font-size: 48px;
  233. text-transform: lowercase;
  234. font-weight: normal;
  235. }
  236. .categorytitle a {
  237. font-family: 'Mr Dafoe', cursive;
  238. font-size: 40px;
  239. text-transform: lowercase;
  240. font-weight: normal;
  241. color: {color:textbody};
  242. }
  243. .categorytitlenews {
  244. position: absolute;
  245. width: 450px;
  246. top: 740px;
  247. margin-left: 1050px;
  248. font-family: 'Mr Dafoe', cursive;
  249. font-size: 48px;
  250. text-transform: lowercase;
  251. font-weight: normal;
  252. text-align: right;
  253. }
  254. .text {
  255. font-size: 15px;
  256. font-weight: bold;
  257. }
  258. .text h1 {
  259. text-decoration: none;
  260. color: {color:texth1};
  261. text-transform: uppercase;
  262. }
  263. .text h1 i, em, a {
  264. text-decoration: none;
  265. color: {color:texth1};
  266. text-transform: uppercase;
  267. font-weight: bold;
  268. }
  269. .text h1 b, strong {
  270. text-decoration: none;
  271. color: {color:texth1};
  272. text-transform: uppercase;
  273. }
  274. .audio {
  275. height: 180px;
  276. }
  277. .audioart {
  278. text-align: left;
  279. }
  280. .audioinfo {
  281. text-align: left;
  282. margin-left: 200px;
  283. margin-top: -170px;
  284. }
  285. .ask {
  286. font-size: 12px;
  287. }
  288. .question {
  289. font-family: 'Raleway', sans-serif;
  290. font-size: 15px;
  291. text-transform: uppercase;
  292. border-bottom: 1px solid #999999;
  293. padding-left: 25px;
  294. padding-bottom: 5px;
  295. font-weight: bold;
  296. }
  297. .answer {
  298. font-family: 'Special Elite', cursive;
  299. font-size: 13px;
  300. padding-left: 10px;
  301. margin-left: 30px;
  302. border-left: 1px solid #999999;
  303. }
  304. /* ____________________________________________________PAGINATION */
  305. .pagination {
  306. position: absolute;
  307. top: 1370px;
  308. margin-left: 1050px;
  309. width: 450px;
  310. text-align: right;
  311. font-size: 15px;
  312. }
  313. /* ________________________________________________________NOTES */
  314. ol.notes {
  315. padding: 0px;
  316. font-size: 8px;
  317. margin: 25px 0px;
  318. list-style-type: none;
  319. border-bottom: solid 1px #ccc;
  320. }
  321. ol.notes li.note {
  322. border-top: solid 1px #ccc;
  323. padding: 10px;
  324. }
  325. ol.notes li.note img.avatar {
  326. vertical-align: -4px;
  327. margin-right: 10px;
  328. width: 16px;
  329. height: 16px;
  330. }
  331. ol.notes li.note span.action {
  332. font-weight: bold;
  333. }
  334. ol.notes li.note .answer_content {
  335. font-weight: normal;
  336. }
  337. ol.notes li.note blockquote {
  338. border-color: #eee;
  339. padding: 4px 10px;
  340. margin: 10px 0px 0px 25px;
  341. }
  342. ol.notes li.note blockquote a {
  343. text-decoration: none;
  344. }
  345. {CustomCSS}
  346. </style>
  347. <body>
  348. <!-- SLIDER -->
  349. <div id="slider">
  350. <script type="text/javascript" src="http://static.tumblr.com/r13rflu/MaHmcjgyo/emylopes91slidershow.js"></script>
  351. <script type="text/javascript">
  352. var mygallery=new fadeSlideShow({
  353. wrapperid: "fadeshow2",
  354. dimensions: [1500, 600],
  355. imagearray: [
  356. ["{image:slide1}"],
  357. ["{image:slide2}"],
  358. ["{image:slide3}"],
  359. ["{image:slide4}"],
  360. ["{image:slide5}"]// <--no trailing comma after very last image element!
  361. ],
  362. displaymode: {type:'auto', pause:1000, cycles:0, wraparound:false},
  363. persist: false, //remember last viewed slide and recall within same session?
  364. fadeduration: 2000, //transition duration (milliseconds)
  365. descreveal: "ondemand",
  366. togglerid: ""
  367. })
  368. </script><div id="fadeshow2">
  369. </div>
  370. </div>
  371. <div id="firstpart">
  372. <!-- TITLE -->
  373. <div id="title">
  374. <a href="/">{Title}</a>
  375. </div>
  376. <!-- DESCRIPTION -->
  377. <div id="description">
  378. <div class="categorytitle">{text:titledescription}</div>
  379. {description}
  380. </div>
  381. <!-- SOCIAL NAVBAR OPTIONS -->
  382. <div id="socialnavbar">
  383. <div class="categorytitle">{text:titlesociallinks}</div>
  384. <a href="{text:social link twitter}"><img src="http://static.tumblr.com/oemof2g/inDmdwavo/twitter.png" alt="" /> </a>
  385. <a href="{text:social link facebook}"><img src="http://static.tumblr.com/oemof2g/kn8mdwawh/facebook.png" alt="" /> </a>
  386. <a href="{text:social link youtube}"><img src="http://static.tumblr.com/oemof2g/qyNmdwax3/youtube.png" alt="" /> </a>
  387. <a href="/rss"><img src="http://static.tumblr.com/oemof2g/iXNmdwazd/rss.png" alt="" /> </a>
  388. <div class="categorytitle">
  389. {block:HasPages}
  390. {block:Pages}<a href="{URL}">{Label}</a> - {/block:Pages}
  391. {/block:HasPages}
  392. {block:AskEnabled}<a href="/ask">{AskLabel}</a> - {/block:AskEnabled}
  393. {block:SubmissionsEnabled}<a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a> {/block:SubmissionsEnabled}
  394. </div>
  395. </div>
  396. <!-- CIRCLES -->
  397. <div class="circular1"></div>
  398. <div class="circular2"></div>
  399. <div class="circular3"></div>
  400. <div class="circular4"></div>
  401. </div>
  402. </div>
  403. <!-- NAVIGATION PAGES - ARCHIVE -->
  404. <div class="pagination">
  405. <a href="/archive" class="_blank">{text:archivename}</a>
  406. </div>
  407. </div>
  408. <!-- POSTS -->
  409. <div class="categorytitlenews">{text:titlenews}</div>
  410. <div id="bodypage">
  411. {block:Posts}
  412. <div id="paddingpost">
  413. <!-- BLOCK TEXT -->
  414. {block:Title}
  415. <div class="posts">
  416. <div class="text h1"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  417. {block:Text}{Body}
  418. </div>
  419. {/block:Text}
  420. <!-- BLOCK PHOTO -->
  421. {block:Photo}
  422. <div class="posts">
  423. {LinkOpenTag}<center><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a></center>{LinkCloseTag}
  424. {block:Caption}{Caption}{/block:Caption}
  425. </div>
  426. {/block:Photo}
  427. <!-- BLOCK PHOTOSET -->
  428. {block:Photoset}
  429. <div class="posts">
  430. <center>{Photoset-400}</center>
  431. {block:Caption}{Caption}{/block:Caption}
  432. </div>
  433. {/block:Photoset}
  434. <!-- BLOCK AUDIO -->
  435. {block:Audio}
  436. <div class="posts">
  437. <div class="audio">
  438. <div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="180px"><br>{/block:AlbumArt}</div>
  439. <div class="audioinfo">
  440. {AudioPlayerGrey}<br>
  441. {block:TrackName}<b>Track Title:</b> {TrackName}<br>{/block:TrackName}
  442. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  443. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  444. <b>Play Counter:</b> {FormattedPlayCount}
  445. {block:Caption}{Caption}{/block:Caption}</div>
  446. </div>
  447. </div>
  448. {/block:Audio}
  449. <!-- BLOCK VIDEO -->
  450. {block:Video}
  451. <div class="posts">
  452. <center>{Video-400}
  453. {block:Caption}{Caption}{/block:Caption}</center>
  454. </div>
  455. {/block:Video}
  456. <!-- BLOCK LINK -->
  457. {block:Link}
  458. <div class="posts">
  459. <a href="{URL}" class="link" {Target}>{Name} > </a>
  460. {block:Description}{Description}{/block:Description}
  461. </div>
  462. {/block:Link}
  463. <!-- BLOCK QUOTE -->
  464. {block:Quote}
  465. <div class="posts">
  466. <div class="quote">"{Quote}"</div>
  467. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  468. </div>
  469. {/block:Quote}
  470. <!-- BLOCK CHAT -->
  471. {block:Chat}
  472. <div class="posts">
  473. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  474. </div>
  475. {/block:Chat}
  476. <!-- BLOCK ASK OPTION -->
  477. {block:Answer}
  478. <div class="posts">
  479. <div class="ask">
  480. <img src="{AskerPortraitURL-16}" border="2px solid #999999"> {Asker} asked: <div class="question">"{Question}"</div>
  481. <div class="answer">{Answer}</div>
  482. </div></div>
  483. {/block:Answer}
  484. <!-- BLOCK INFOS POST -->
  485. {block:Date}
  486. <div id="info">
  487. Posted on <a href="{Permalink}">{DayOfMonth} {Month} {Year}</a>{/block:Date} {block:NoteCount}- <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  488. {block:ContentSource} - Source : <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  489. {block:HasTags} - Tags : {block:Tags}#<a href="{TagURL}">{Tag}</a>
  490. {/block:Tags}{/block:HasTags}
  491. </div>
  492. {/block:posts}
  493. {block:PostNotes}
  494. {PostNotes}
  495. {/block:PostNotes}
  496. </div>
  497. </body>
  498. </html>

comments powered by Disqus