Advertisement
irrationiall

Theme #27 - Wake Up

Aug 18th, 2013
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <head>
  13.  
  14. <!----
  15. © ELCTRA.TUMBLR.COM
  16. IF YUH STEAL THIS WATCH FI ME AN YUH
  17. ---->
  18.  
  19. <!-- VARIABLES -->
  20.  
  21. <meta name="image:Background" content=""/>
  22. <meta name="image:Sidebar" content="" />
  23. <meta name="image:Info BG" content="" />
  24.  
  25. <meta name="color:Background" content="#fdf3ee" />
  26. <meta name="color:Text" content="#797979" />
  27. <meta name="color:Bold" content="#ff4a00" />
  28. <meta name="color:Italic" content="#ff4a00" />
  29. <meta name="color:Link" content="#a09280" />
  30. <meta name="color:Content BG" content="#ffffff" />
  31. <meta name="color:Content Border" content="#ebebeb" />
  32. <meta name="color:Ask BG" content="#ebebeb" />
  33. <meta name="color:Info BG" content="#fff" />
  34. <meta name="color:Info Border" content="#e4e2e1" />
  35. <meta name="color:Link Hover" content="#e4e2e1" />
  36. <meta name="color:Scrollbar" content="#e4e2e1" />
  37.  
  38.  
  39. <meta name="text:link 1 title" content="" />
  40. <meta name="text:link 1" content="" />
  41. <meta name="text:link 2 title" content="" />
  42. <meta name="text:link 2" content="" />
  43. <meta name="text:link 3 title" content="" />
  44. <meta name="text:link 3" content="" />
  45. <meta name="text:link 4 title" content="" />
  46. <meta name="text:link 4" content="" />
  47. <meta name="text:link 5 title" content="" />
  48. <meta name="text:link 5" content="" />
  49. <meta name="text:link 6 title" content="" />
  50. <meta name="text:link 6" content="" />
  51.  
  52. <style type="text/css">
  53.  
  54. iframe#tumblr_controls { 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;}
  55.  
  56. /* MAIN */
  57.  
  58. body {
  59. background-color:{color:Background};
  60. background-image: url('{image:Background}');
  61. color:{color:Text};
  62. font-family: arial;
  63. font-size: 10px;
  64. margin: 0px;
  65. padding: 0px;}
  66.  
  67. a:link, a:active {
  68. text-decoration:none;
  69. color: {color:Link};
  70. -webkit-transition: all 0.7s ease-out;
  71. -moz-transition: all 0.7s ease-out;
  72. transition: all 0.7s ease-out;}
  73.  
  74. a:visited {
  75. text-decoration:none;
  76. color: {color:Link};
  77. -webkit-transition: all 0.7s ease-out;
  78. -moz-transition: all 0.7s ease-out;
  79. transition: all 0.7s ease-out;}
  80.  
  81. a:hover {
  82. text-decoration:none;
  83. color: {color:background};
  84. -webkit-transition: all 0.7s ease-out;
  85. -moz-transition: all 0.7s ease-out;
  86. transition: all 0.7s ease-out;}
  87.  
  88. b, strong, .strong {color:{color:Bold};}
  89.  
  90. blockquote {
  91. border-left:2px solid {color:Text};
  92. padding-left:6px; }
  93.  
  94. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  95.  
  96. i, em, .em {color:{color:Italic};}
  97.  
  98. h1 {
  99. font-size:12px;
  100. font-style: oblique;
  101. text-align:center;
  102. text-decoration:underline;
  103. }
  104.  
  105.  
  106. /* CONTENT */
  107.  
  108. .contentwhole {
  109. width:520px;
  110. z-index:0;
  111. margin-left:500px;
  112. height:100%;}
  113.  
  114. .content {
  115. width: 500px;
  116. z-index:0;
  117. height: auto;
  118. padding:10px;
  119. margin-top:80px;
  120. background-color: {color:Content BG};}
  121.  
  122. .info {
  123. height:15px;
  124. float:center;
  125. padding-top:6px;
  126. margin-top:8px;
  127. opacity:0.8;
  128. text-align:center;
  129. font-size:8px;
  130. font-family:consolas;
  131. letter-spacing:1px;
  132. background-color: {color:Info BG};
  133. background-image:url('{image:Info BG');
  134. color:{color:Link};
  135. border-top: 1px solid {color:Info Border};
  136. width: 500px;
  137. text-transform:uppercase;
  138. transition-duration: 0.6s;
  139. -moz-transition-duration: 0.6s;
  140. -webkit-transition-duration: 0.6s;
  141. -o-transition-duration: 0.6s; }
  142.  
  143. .info a {
  144. font-size:8px; }
  145.  
  146. .info:hover {
  147. opacity:1.0;
  148. transition-duration: 0.6s;
  149. -moz-transition-duration: 0.6s;
  150. -webkit-transition-duration: 0.6s;
  151. -o-transition-duration: 0.6s; }
  152.  
  153. .pagination {
  154. top:185px;
  155. left:160px;
  156. width:200px;
  157. font-size:10px;
  158. position:fixed;
  159. z-index:9;
  160. text-align:center;}
  161.  
  162. /* SIDEBAR */
  163.  
  164. #sidebar {
  165. position: fixed;
  166. top: 190px;
  167. left: 200px;}
  168.  
  169. #sidebarimage {display: block;}
  170.  
  171. #sidebarimage img {
  172. width: 195px;
  173. height: 100px;
  174. padding:15px;
  175. background:#fff;}
  176.  
  177. #description {
  178. font-size:9px;
  179. letter-spacing:1px;
  180. text-align: justify;
  181. color:{color:description};
  182. font-family:arial;
  183. padding: 10px;
  184. margin-left:5px;
  185. width: 195px;
  186. line-height:110%;}
  187.  
  188. #navigation{
  189. display:inline-block;
  190. width: 210px;
  191. margin-left:8px;
  192. margin-top:-5px;
  193. text-align:center;}
  194.  
  195. #navigation a.links {
  196. display:inline-block;
  197. width:60px;
  198. text-align:center;
  199. text-transform: uppercase;
  200. color: {color:navigation links};
  201. font-size:8px;
  202. padding:2px;
  203. margin:2px;
  204. font-family:calibri;
  205. letter-spacing:2px;
  206. box-shadow:0px 1px 1px rgba(0,0,0,.1);
  207. cursor:pointer;}
  208.  
  209. #navigation a.links:hover {color:#aaa; background: {color:link hover}; opacity:1;}
  210.  
  211.  
  212. /* Scrollbar Controls */
  213.  
  214.  
  215.  
  216. ::-webkit-scrollbar-thumb {
  217.  
  218. background-color: {color:scrollbar};
  219.  
  220. border: 2px solid {color:background};
  221.  
  222. height:auto;
  223.  
  224. }
  225.  
  226. ::-webkit-scrollbar {
  227.  
  228. height:9px;
  229.  
  230. width:9px;
  231.  
  232. background-color: {color:scrollbar};
  233.  
  234. border: 4px solid {color:background};
  235.  
  236. }
  237.  
  238. ::selection {
  239.  
  240. background-color:{color:background};
  241.  
  242. }
  243.  
  244.  
  245.  
  246. /* TAGS */
  247.  
  248. .tags {
  249. opacity:0.3;
  250. margin-top:10px;
  251. margin-left:-7px;}
  252.  
  253.  
  254. /* EXTRAS LINKS */
  255.  
  256. #extraslinks a {
  257. background-color: {color:Content BG};
  258. border: 1px solid #f5f5f5;
  259. outline: 1px solid #f5f5f5;
  260. outline-offset:2px;
  261. display:block;
  262. font-size:7pt;
  263. margin-top:12px;
  264. padding:5px;
  265. width:30px;
  266. margin-left:-10px;
  267. letter-spacing:0px;
  268. text-align:center;
  269. font-family:calibri;
  270. text-shadow:none;
  271. text-transform:uppercase; }
  272.  
  273. #extraslinks a:hover {
  274. background-color: {color:Text};
  275. color: {color:Background};
  276. text-shadow:none;
  277. text-decoration:none;
  278. -webkit-transition: opacity 0.7s linear;
  279. -webkit-transition: all 0.7s ease-out;
  280. -moz-transition: all 0.7s ease-out;
  281. transition: all 0.7s ease-out;}
  282.  
  283.  
  284. /* EXTRAS */
  285.  
  286. .extras {
  287. width:520px;
  288. z-index:2000;
  289. padding:0px;
  290. letter-spacing:0;}
  291.  
  292. .push {
  293. background:transparent;
  294. opacity:0;
  295. margin-top:0px;
  296. text-align:left;
  297. margin-left:520px;
  298. position:absolute;
  299. -webkit-transition: opacity 0.7s linear;
  300. -webkit-transition: all 0.7s ease-out;
  301. -moz-transition: all 0.7s ease-out;
  302. transition: all 0.7s ease-out;}
  303.  
  304. .extras:hover .push {
  305. opacity:1.0;
  306. margin-left:540px;
  307. -webkit-transition: opacity 0.7s linear;
  308. -webkit-transition: all 0.7s ease-out;
  309. -moz-transition: all 0.7s ease-out;
  310. transition: all 0.7s ease-out;}
  311.  
  312. #asker {
  313. font-family:times new roman;
  314. font-style:oblique;
  315. line-height: 100%;
  316. text-align:left;
  317. padding:7px;
  318. font-weight:bold;
  319. font-size:29px;}
  320.  
  321.  
  322. #questions {
  323. text-align:justify;
  324. color: {color:text};
  325. padding:10px;
  326. font-family:calibri;
  327. font-size:10px;
  328. background:{color:ask bg};}
  329.  
  330. </style>
  331.  
  332. <div class="pagination">
  333. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back</a>{/block:PreviousPage}—
  334. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination}
  335. </div>
  336.  
  337.  
  338.  
  339.  
  340. <div id="sidebar">
  341.  
  342. <div id="sidebarimage"><img src="{image:sidebar}">
  343. </div>
  344. <div id="navigation">
  345. {block:IfLink1title}<a class="links" href="{text:link 1}">{text:link 1 title}</a> {/block:IfLink1title}
  346. {block:IfLink2title} <a class="links" href="{text:link 2}">{text:link 2 title}</a> {/block:IfLink2title}
  347. {block:IfLink3title} <a class="links" href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3title}
  348. {block:IfLink4title} <a class="links" href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4title}
  349. {block:IfLink5title} <a class="links" href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5title}
  350. {block:IfLink6title} <a class="links" href="{text:link 6}">{text:link 6 title}</a>{/block:IfLink6title}
  351.  
  352. </div>
  353. <div id="description">
  354. {block:Description}{Description}{/block:Description}
  355. </div></div>
  356.  
  357.  
  358.  
  359.  
  360. <div class="contentwhole">
  361.  
  362. {block:Posts}
  363.  
  364. <div class="extras">
  365.  
  366. <div class="push">
  367. <div id="extraslinks">
  368.  
  369. <a href="{ReblogURL}" target="_blank" title="reblog this post!">REBLOG</a>
  370. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  371. {block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</a>
  372.  
  373. </div> <!-- END EXTRA LINKS -->
  374.  
  375. <div class="tags">
  376.  
  377. {block:HasTags}{block:Tags}
  378. <a href="{TagURL}">#{Tag}</a><br />
  379. {/block:Tags}{/block:HasTags}
  380.  
  381. </div> <!-- END TAGS -->
  382. </div> <!-- END PUSH -->
  383.  
  384. <div class="content">
  385.  
  386.  
  387. {block:Text}
  388. {block:Title}
  389. <a href="{Permalink}" class="ttitle">{Title}</a>
  390. {/block:Title}
  391. {Body}
  392. {/block:Text}
  393.  
  394. {block:Photo}
  395. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  396. {block:Caption}{Caption}{/block:Caption}
  397. {/block:Photo}
  398.  
  399. {block:Photoset}
  400. {Photoset-500}
  401. {block:Caption}{Caption}{/block:Caption}
  402. {/block:Photoset}
  403.  
  404. {block:Quote}
  405. {Quote}<p>
  406. {block:Source}- {Source}{/block:Source}
  407. {/block:Quote}
  408.  
  409. {block:Link}
  410. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  411. {block:Description} {Description} {/block:Description}
  412. {/block:Link}
  413.  
  414. {block:Chat}
  415. {block:Title} {Title} {/block:Title}
  416. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  417.  
  418. {/block:Lines}
  419. {/block:Chat}
  420.  
  421.  
  422. {block:Audio}
  423. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  424. <p>
  425. {block:AlbumArt}
  426. <img src="{AlbumArtURL}" width="100px" />
  427. {/block:AlbumArt}
  428. <p>
  429. {block:Caption}
  430. {Caption}
  431. {/block:Caption}
  432. {/block:Audio}
  433.  
  434.  
  435. {block:Video}
  436. {Video-500}
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:Video}
  439.  
  440. {block:Answer}
  441. <div id="asker">{Asker} asked;</div><div id="questions">{Question}</div><div id="answer">{Answer}</div>{/Block:Answer}
  442.  
  443.  
  444. <div class="info">
  445. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  446. {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  447. </div> <!--END INFO -->
  448.  
  449. {block:PermalinkPage}
  450. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  451. {block:PostNotes}
  452. {PostNotes}
  453. {/block:PostNotes}
  454. {/block:PermalinkPage}
  455. </div> <!-- END CONTENT -->
  456. </div> <!-- END EXTRAS -->
  457. {/block:Posts}
  458. </div> <!-- END CONTENT WHOLE -->
  459. <div style="position:fixed; bottom:3px; right:10px;">
  460. <a href="http://elctra.tumblr.com">©</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement