Advertisement
joshdevime

theme 6

Nov 21st, 2013
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 KB | None | 0 0
  1. <!DOCTYPE>
  2.  
  3. <!----
  4.  
  5. THEME BY IZZYSTHEMCS
  6. DO NOT REMOVE THE CREDIT
  7.  
  8. --->
  9.  
  10. <html>
  11. <head>
  12.  
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:link" content="#E6E4E4">
  16. <meta name="color:hover" content="#6D0000">
  17. <meta name="color:infobg" content="#FCFCFC">
  18. <meta name="color:text" content="#494949">
  19. <meta name="color:tags" content="#EDEDED">
  20. <meta name="color:scrollbar" content="#D6D5D5">
  21. <meta name="color:border" content="#FAFAFA">
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:link1" content="">
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="">
  28. <meta name="text:link2 url" content="/">
  29. <meta name="text:link3" content="">
  30. <meta name="text:link3 url" content="/">
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:underline;
  44. -moz-transition-duration:0.6s;
  45. -webkit-transition-duration:0.6s;
  46. -o-transition-duration:0.6s;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:underline;
  52. -moz-transition-duration:0.6s;
  53. -webkit-transition-duration:0.6s;
  54. -o-transition-duration:0.6s;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb{
  58. background-color: {color:scrollbar};
  59. border: 2px solid {color:background};
  60. height:auto;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height:auto;
  65. width:11px;
  66. background-color: {color:scrollbar};
  67. border:5px solid {color:background};
  68. }
  69.  
  70.  
  71. body {
  72. background-color:{color:background};
  73. font-family:Calibri;
  74. font-weight:normal;
  75. }
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:10px;
  80. text-align:center;
  81. font-style:normal;
  82. font-family: arial;
  83. line-height:80%;
  84. letter-spacing:1px;
  85. text-transform:lowercase;
  86. color:{color:text};
  87. }
  88.  
  89. h2 {
  90. font-size:15px;
  91. text-align:center;
  92. line-height:100%;
  93. letter-spacing:-0.5px;
  94. color:{color:text};
  95. font-weight:normal;
  96. padding:5px;
  97. padding-bottom:2px;
  98. }
  99.  
  100. blockquote {
  101. border-left:2px solid {color:text};
  102. padding-left:5px;
  103. margin:5px;
  104. }
  105.  
  106. #theme {
  107. background-color:{color:background};
  108. width:700px;
  109. margin: 0 auto -12px auto;
  110. text-align: center;
  111. }
  112.  
  113. #sidebar {
  114. color:{color:text};
  115. position:fixed;
  116. width:150px;
  117. height:auto;
  118. margin-top:100px;
  119. text-align:left;
  120. margin-left:-130px;
  121. }
  122.  
  123. #sidebar img {
  124. width:240px;
  125. padding: 9px;
  126. margin-bottom:10px;
  127. }
  128.  
  129.  
  130. .links {
  131. margin-bottom:10px;
  132. margin-left:10px;
  133. padding-bottom:5px;
  134. margin-top:-5px;
  135. width: 240px;
  136. font-size:10px;
  137. text-transform:lowercase;
  138. text-align:center;
  139. font-family: arial;
  140. letter-spacing:2px;
  141. line-height:180%;
  142. }
  143.  
  144. .links a{
  145. padding:3px;
  146. color:{color:link};
  147. letter-spacing:0px;
  148. text-decoration:none;
  149. -moz-transition-duration:1s;
  150. -webkit-transition-duration:1s;
  151. -o-transition-duration:1s;
  152. }
  153.  
  154. .links a:hover{
  155. color:{color:hover};
  156. -moz-transition-duration:1s;
  157. -webkit-transition-duration:1s;
  158. -o-transition-duration:1s;
  159. }
  160.  
  161. .desc {
  162. margin-bottom:10px;
  163. margin-left: 9px;
  164. width: 240px;
  165. text-align:justify;
  166. font-family: arial;
  167. font-size:10px;
  168. color:{color:text};
  169. line-height:150%;
  170. }
  171.  
  172. .desc a {
  173. color:{color:link};
  174. }
  175.  
  176. .pagi {
  177. font-size:8px;
  178. text-transform:lowercase;
  179. font-style: normal;
  180. letter-spacing:3px;
  181. font-family:avenir;
  182. text-align:right;
  183. }
  184.  
  185. .pagi a {
  186. color:{color:link};
  187. }
  188.  
  189. .pagi a:hover {
  190. color:{color:hover}
  191. }
  192.  
  193. #stuffcontainer {
  194. float:left;
  195. margin-left:250px;
  196. margin-top:60px;
  197. margin-bottom:30px;
  198. text-align:justify;
  199. background-color:{color:background};
  200. color:{color:text};
  201. margin-bottom: 35px;
  202. }
  203.  
  204. #stuff {
  205. width:500px;
  206. margin-top:75px;
  207. margin-left:-50px;
  208. text-align:justify;
  209. font-size:11px;
  210. line-height:90%;
  211. letter-spacing:0x;
  212. color:{color:text};
  213. }
  214.  
  215. .caption {
  216. width:500px;
  217. text-align:justify;
  218. line-height:120%;
  219. }
  220.  
  221. /**Ask Posts**/
  222.  
  223. .ask {
  224. padding:10px;
  225. text-align:center;
  226. color:{color:asktext};
  227. background-color:{color:infobg};
  228. }
  229.  
  230. .ans {
  231. text-align:left;
  232. padding:5px;
  233. color:{color:text};
  234. }
  235.  
  236. /**Audio Posts**/
  237.  
  238. .audio {
  239. height:60px;
  240. padding:5px;
  241. margin-bottom:55px;
  242. }
  243.  
  244. .audio-album {
  245. position:absolute;
  246. width:110px;
  247. -webkit-transition: opacity 0.6s linear;
  248. opacity: 1;
  249. }
  250.  
  251. .audio-player {
  252. opacity:1;
  253. filter:alpha(opacity=90);
  254. width:26px;
  255. height:50px;
  256. overflow:hidden;
  257. position:absolute;
  258. border:30px;
  259. z-index:99;
  260. margin-left:43px;
  261. margin-top:43px;
  262. opacity:0;
  263. -webkit-transition: all 0.6s ease-out;
  264. -o-transition: all 0.6s ease-out;
  265. -webkit-transition: all 0.6s ease-out;
  266. -moz-transition: all 0.6s ease-out;
  267. }
  268.  
  269. .audio-info {
  270. margin-top:7px;
  271. position:relative;
  272. margin-left:120px;
  273. line-height:180%;
  274. padding:2px;
  275. }
  276.  
  277. .audio:hover .audio-player {
  278. opacity:.6;
  279. -webkit-transition: all 0.6s ease-out;
  280. -o-transition: all 0.6s ease-out;
  281. -webkit-transition: all 0.6s ease-out;
  282. -moz-transition: all 0.6s ease-out;
  283. }
  284.  
  285. /**Chat Posts**/
  286.  
  287. ul.chat, .chat ol, .chat li {
  288. list-style:none;
  289. margin:0px;
  290. padding:2px;
  291. }
  292.  
  293. .label {
  294. text-decoration:bold;
  295. font-weight:700;
  296. margin-right:5px;
  297. }
  298.  
  299. /**Post Info, Notes**/
  300.  
  301. #postinfo {
  302. width:500px;
  303. padding:3px;
  304. font-size:8px;
  305. color:{color:link};
  306. text-transform:lowercase;
  307. font-style:normal;
  308. font-family:arial;
  309. text-align:right;
  310. border-top:1px solid {color:border};
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. #postinfo a {
  317. color:{color:link};
  318. text-align:center;
  319. letter-spacing:1px;
  320. font-style:normal;
  321. text-transform:lowercase;
  322. }
  323.  
  324. #postinfo a:hover {
  325. color:{color:hover};
  326. }
  327.  
  328. #tags {
  329. text-align:right;
  330. font-size:9px;
  331. font-family: arial;
  332. }
  333.  
  334. .note {
  335. text-transform:lowercase;
  336. font-style:normal;
  337. letter-spacing:0px;
  338. font-size: 9px;
  339. text-align:left;
  340. line-height:90%;
  341. margin-left:0px;
  342. padding-bottom:-10px;
  343. }
  344.  
  345. .note li {
  346. list-style-type:none;
  347. padding:10px 25px 10px 25px;
  348. text-align:left;
  349. margin:0px;
  350. -moz-transition-duration:0.5s;
  351. -webkit-transition-duration:0.5s;
  352. -o-transition-duration:0.5s;
  353. }
  354.  
  355. #credit {
  356. position:fixed;
  357. font-size:8px;
  358. font-weight:normal;
  359. line-height:150%;
  360. letter-spacing:2px;
  361. right:10px;
  362. bottom:10px;
  363. text-transform:uppercase;
  364. text-align:center;
  365. }
  366.  
  367. #credit a {
  368. padding:3px;
  369. color:{color:link};
  370. background-color:{color:background};
  371. -moz-transition-duration:0.5s;
  372. -webkit-transition-duration:0.5s;
  373. -o-transition-duration:0.5s;
  374. }
  375.  
  376. #credit a:hover {
  377. color:{color:hover};
  378. }
  379.  
  380. {CustomCSS}
  381.  
  382. </style></head>
  383.  
  384. <body>
  385. <div id="theme">
  386. <div id="sidebar">
  387. <img src="{image:sidebar}">
  388. <div class="links">
  389. <a href="/"><u>home</u></a> ♡
  390. <a href="/ask"><u>ask</u></a> ♡
  391. {block:IfLink1}
  392. <a href="{text:link1 url}"><u>{text:link1}</u></a> ♡
  393. {/block:IfLink1}
  394. {block:IfLink2}
  395. <a href="{text:link2 url}"><u>{text:link2}</u></a> ♡
  396. {/block:IfLink2}
  397. {block:IfLink3}
  398. <a href="{text:link3 url}"><u>{text:link3}</u></a>
  399. {/block:IfLink3}
  400. </div>
  401. <div class="desc">
  402. {Description}
  403. </div>
  404. {block:Pagination}
  405. <div class="pagi">
  406. {block:PreviousPage}
  407. <a href="{PreviousPage}">←</a> /
  408. {/block:PreviousPage}
  409. {block:NextPage}
  410. <a href="{NextPage}">→</a>
  411. {/block:NextPage}
  412. </div>
  413. {/block:Pagination}
  414. </div>
  415.  
  416. <div id="stuffcontainer">
  417.  
  418. {block:Posts}
  419.  
  420. <div id="stuff">
  421.  
  422. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  423.  
  424. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  425.  
  426. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  427. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  428.  
  429. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  430.  
  431. {block:Photoset}<center>{Photoset-500}</center>
  432. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  433.  
  434. {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}
  435.  
  436. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  437.  
  438. {block:Answer}<div class="ask"><i>{Asker} asked:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  439.  
  440. {block:Audio}
  441. <div class="audio">
  442. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  443. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  444.  
  445. <div class="audio-info">
  446. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  447. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  448. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  449. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  450. </div></div>
  451. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  452. {/block:Audio}
  453.  
  454. <div id="postinfo">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount} ♥ <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}
  455. (<a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  456. {/block:RebloggedFrom} → {block:ContentSource}
  457. <a title ="{SourceTitle}" href="{SourceURL}">source</a>)
  458. {/block:ContentSource}</div> <div id="tags"> tagged as: {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a><big>,</big> {/block:Tags} {/block:HasTags} </div>
  459. </div>
  460. {/block:Posts}
  461.  
  462. {block:PostNotes}
  463. {PostNotes}
  464. {/block:PostNotes}
  465.  
  466. </div>
  467.  
  468. <div id="credit"><a href="http://izzysthemcs.tumblr.com/">theme</a>
  469. </div>
  470.  
  471. </div>
  472. </div>
  473. </div>
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement