Advertisement
noziam

THEME 11: STRONG

Nov 23rd, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.71 KB | None | 0 0
  1. <!--
  2.  
  3. THEME 11 STRONG BY JAE @ NOZIAM
  4.  
  5. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  6.  
  7. THANK YOU.
  8. ENJOY!
  9.  
  10. -->
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head><title>{Title}</title>
  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:Sidebar" content="#ffffff"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:description" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#e4e4e4"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Answer" content="#f8f8f8"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32.  
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39.  
  40. <meta name="text:sidebartitle" content="" />
  41.  
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar {
  48. width: 5px;height: 5px;}
  49. ::-webkit-scrollbar-button:start:decrement,
  50. ::-webkit-scrollbar-button:end:increment {
  51. height: 6px;display: block;background-color: {color:white};}
  52. ::-webkit-scrollbar-track-piece {
  53. background-color: {color:scrollbarbg};}
  54. ::-webkit-scrollbar-thumb:vertical {
  55. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:Consolas;
  62. font-size:9px;
  63. line-height:100%;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:link};
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:9px;
  89. text-transform:uppercase;
  90. }
  91.  
  92. a:hover {
  93. opacity:10;
  94. color:{color:hover};
  95. -webkit-transition: all 0.7s ease;
  96. -moz-transition: all 0.7s ease;
  97. -o-transition: all 0.7s ease
  98. }
  99.  
  100. #entries {
  101. padding-left:-2px;
  102. padding-top:40px;
  103. width:500px;
  104. margin-left:450px;
  105. margin-top:100px;
  106. font-size:10px;
  107. background-color:#fff;
  108. }
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:20px;
  113. background-color:#fff;
  114. padding:5px;
  115. margin-top:8px;
  116. }
  117.  
  118. #sidebar {
  119. width:510px;
  120. height:125px;
  121. position:fixed;
  122. background-color:#fff;
  123. margin-left:450px;
  124. margin-top:-100px;
  125. border: 2px solid #000;
  126. }
  127.  
  128. #sidebarimage {
  129. width 100px;
  130. }
  131.  
  132. #sidebarimage img {
  133. width:100px;
  134. height:100px;
  135. margin-left:48px;
  136. margin-top:10px;
  137. border-radius:100px;
  138. border:0px dotted #fff;
  139. opacity:0.1;
  140. }
  141.  
  142. #description {
  143. position:fixed;
  144. font-family:consolas;
  145. line-height:90%;
  146. font-size:12px;
  147. font-style:italic;
  148. width:455px;
  149. line-height:118%;
  150. height:50px;
  151. margin-top:-100px;
  152. background-color:#fff;
  153. padding:10px;
  154. margin-left:10px;
  155. opacity:0;
  156. border: 1px solid #000;
  157. text-align:justify;
  158. color:#000;
  159. -o-transition-transition: all 0.4s ease-out;
  160. -webkit-transition: all 0.4s ease-out;
  161. -moz-transition: all 0.4s ease-out;
  162. }
  163. #sidebar:hover #description {
  164. opacity:.9;
  165. -webkit-transition: all 0.7s ease-in-out;
  166. -moz-transition: all 0.7s ease-in-out;
  167. -o-transition: all 0.7s ease-in-out;
  168. -ms-transition: all 0.7s ease-in-out; transition: all 0.6s ease-in-out;
  169. }
  170.  
  171. #description a {
  172. color:#000;
  173. text-transform:uppercase;
  174. width:90px;
  175. height:200px;
  176. -moz-transition-duration:0.4s;
  177. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  178.  
  179. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  180. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  181.  
  182. .sidebartitle {
  183. margin-top:-70px;
  184. margin-left:-55px;
  185. text-align:center;
  186. color:#000;
  187. font-size:35px;
  188. font-family:Bebas Neue;
  189. position:absolute;
  190. z-index:999;
  191. letter-spacing:1px;
  192. width:600px;
  193. height 40px;
  194. opacity:1;
  195. padding-top:15px;
  196. padding-bottom:15px;
  197. -o-transition-transition: all 0.9s ease-out;
  198. -webkit-transition: all 0.9s ease-out;
  199. -moz-transition: all 0.9s ease-out;
  200. }
  201.  
  202. #sidebar:hover .sidebartitle {
  203. opacity:0;
  204. -webkit-transition: all 0.4s ease-in-out;
  205. -moz-transition: all 0.4s ease-in-out;
  206. -o-transition: all 0.4s ease-in-out;
  207. -ms-transition: all 0.4s ease-in-out; transition: all 0.6s ease-in-out;
  208. }
  209.  
  210. .links {
  211. width:455px;
  212. height:75px;
  213. font-family:bebas neue;
  214. text-align:center;
  215. margin-top:-28px;
  216. margin-left:10px;
  217. text-transform:uppercase;
  218. position:fixed;
  219. word-spacing:2px;
  220. padding-top:6px;
  221. opacity:0;
  222. padding-bottom:6px;
  223. -o-transition-transition: all 0.8s ease-out;
  224. -webkit-transition: all 0.8s ease-out;
  225. -moz-transition: all 0.8s ease-out;
  226. }
  227.  
  228. .links a {
  229. font-size: 15px;
  230. line-height:150%;
  231. color:#000;
  232. padding-left:10px;
  233. word-spacing:2px;
  234. border:1px solid #000;
  235. z-index:9999999999999999999999;
  236. -o-transition-transition: all 0.4s ease-out;
  237. -webkit-transition: all 0.4s ease-out;
  238. -moz-transition: all 0.4s ease-out;
  239. }
  240.  
  241. .links a:hover {
  242. opacity:100;
  243. font-style:italic;
  244. letter-spacing:2px;
  245. -webkit-transition: all 0.7s ease-in-out;
  246. -moz-transition: all 0.7s ease-in-out;
  247. -o-transition: all 0.7s ease-in-out;
  248. -ms-transition: all 0.7s ease-in-out; transition: all 0.6s ease-in-out;
  249. }
  250.  
  251. #sidebar:hover .links {
  252. opacity:1;
  253. }
  254.  
  255.  
  256. #info {
  257. text-align:left;
  258. width:500px;
  259. margin-top:10px;
  260. text-transform:uppercase;
  261. font-size:15px;
  262. font-style:none;
  263. font-family: bebas neue;
  264. color:#000;
  265. padding-top:-5px;
  266. padding-bottom:12px;
  267. border-top: 1px solid black;
  268. line-height:100%;
  269. #info a {color:black; -moz-transition-duration:0.4s;
  270. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  271.  
  272. #tags {
  273. font-family:bebas neue;
  274. letter-spacing:0px;
  275. text-transform:lowercase;
  276. font-size:12px;
  277. width:500px;
  278. background-color:#000;
  279. padding:3px;
  280. font-style:italic;
  281. margin-top:5px;
  282. text-align:right;
  283. }
  284.  
  285. #tags
  286. a {color:#fff;padding:-3px;text-align:left;
  287. -webkit-transition: all 0.6s ease-in-out;
  288. -moz-transition: all 0.6s ease-in-out;
  289. -o-transition: all 0.6s ease-in-out;
  290. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  291.  
  292. #asker {
  293. padding:5px;
  294. width:500px;
  295. font-family:consolas;
  296. letter-spacing:1px;
  297. text-align:left;
  298. font-style:italic;
  299. background-color:black;
  300. color:#fff;
  301. }
  302.  
  303. #asker a {color:white;
  304. font-size:14px;
  305. -moz-transition-duration:0.4s;
  306. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  307.  
  308. #bite
  309. #bite a{
  310. display:block
  311. }
  312. #bite .death {
  313. margin-top:0px;filter: alpha(opacity = 0);
  314. opacity:0;-webkit-transition: all 0.5s ease-out;
  315. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  316. }
  317.  
  318. #bite:hover .death {
  319. margin-top:0px;
  320. -webkit-transition: all 0.8s ease-out;
  321. -moz-transition: all 0.8s ease-out;
  322. transition: all 0.8s ease-out;
  323. filter: alpha(opacity = 100);
  324. filter: alpha(opacity = 100);
  325. opacity:100;
  326. }
  327.  
  328. #actualnews {
  329. font-family:consolas;
  330. font-size:10px;
  331. color: #b8b8b8;
  332. width:100px;
  333. height:auto;
  334. padding:5px;
  335. line-height:150%;
  336. border:5px double #fff;
  337. margin-left: 1225px;
  338. margin-top:325px;
  339. background-color:#000;
  340. text-align:center;
  341. position:fixed;
  342. }
  343.  
  344. #actualnews
  345. a {color:#fff;padding:-3px;text-align:left;
  346. -webkit-transition: all 0.6s ease-in-out;
  347. -moz-transition: all 0.6s ease-in-out;
  348. -o-transition: all 0.6s ease-in-out;
  349. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  350.  
  351. #thekey img{
  352. width:350px;
  353. margin-top: 140px;
  354. margin-left: 1000px;
  355. position:fixed;
  356. -webkit-transition: opacity .5s linear;
  357. -webkit-transition: all .5s linear;
  358. -webkit-transform: rotate(320deg);
  359. -moz-transform: rotate(320deg);
  360. -o-transform: rotate(320deg);
  361. }
  362.  
  363. {CustomCSS}</style></head>
  364.  
  365. <body>
  366.  
  367.  
  368.  
  369. <div id="sidebar">
  370. <div id="sidebarimage"><img src="{image:sidebarr}"></div>
  371.  
  372. <div class="sidebartitle">{{text:sidebartitle}}</div>
  373.  
  374. <div id="description">
  375. {Description}
  376. </div>
  377.  
  378.  
  379. <div class="links">
  380. {block:PreviousPage}<a href="{PreviousPage}" title="back">◄&nbsp;&nbsp;</a>{/block:PreviousPage}
  381. <a href="/">home&nbsp; </a>&nbsp;
  382. <a href="/ask">mail&nbsp;&nbsp;</a>&nbsp;
  383. <a href="{text:Link 1}">{text:Link 1 Text} &nbsp;</a>&nbsp;
  384. <a href="{text:Link 2}">{text:Link 2 Text}&nbsp;&nbsp;</a>
  385. {block:NextPage}<a href="{NextPage}" title="forward">►&nbsp;&nbsp;</a>{/block:NextPage}
  386.  
  387. </div>
  388. </div>
  389.  
  390.  
  391.  
  392.  
  393. </div>
  394.  
  395. <div id="entries">{block:Posts}<div id="post">
  396.  
  397. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  398.  
  399. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {block:Quote}{Quote}{/block:Quote}
  404.  
  405. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  406.  
  407. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  408.  
  409. {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>
  410. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  411. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  412. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  413. {/block:Audio}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {block:Answer}<div id="asker"><span style="font-family:consolas;font-size:9px;font-style:italic;"> {Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  418.  
  419. <div id="info"><font face="bebas neue">
  420. <br>(<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}<a href="{Permalink}">{NoteCountWithLabel}</a>)</font>
  421. {block:HasTags}<div id="tags">tags: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  422. {/block:Posts}
  423. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  424. {/block:Posts}</div></div></div>
  425.  
  426.  
  427.  
  428.  
  429.  
  430. <div style="position:fixed;bottom:5px; left:5px; font-size:10px; letter-spacing:1px; font-family:cambria; background:#fff; padding:1px 4px 3px 3px; letter-spacing:-1px;"><a href="http://noziam.tumblr.com" title="theme by noziam">ℐ▲ℯ</a></center></div>
  431. </div>
  432.  
  433.  
  434. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement