Advertisement
direwolved

THEME#005

Mar 25th, 2013
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 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.  
  3. <!-- BASE CODE by GETNAKEDMILEY -->
  4. <!-- THEME by DREWVANAKCER -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:bg" content="#FFFFFF">
  13. <meta name="color:link" content="#757575">
  14. <meta name="color:hover" content="#454545">
  15. <meta name="color:text" content="#757575">
  16. <meta name="color:sidebarlink" content="454545">
  17. <meta name="color:tags" content="#757575">
  18. <meta name="color:scrollbar" content="#D6D5D5">
  19. <meta name="color:infobg" content="#F1F1F1">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31.  
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50. a:hover {
  51. color:{color:hover};
  52. text-decoration:none;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58.  
  59. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  62.  
  63. body {
  64. background-color:{color:bg};
  65. fixed no-repeat;
  66. background-position: bottom right;
  67. background-repeat: no-repeat;
  68. background-attachment: fixed;
  69. font-family:times;
  70. font-style:italic;
  71. font-weight:normal;
  72. }
  73.  
  74.  
  75.  
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:9px;
  80. font-family:times;
  81. text-align:left;
  82. font-style:italic;
  83. line-height:80%;
  84. letter-spacing:1px;
  85. text-transform:uppercase;
  86. color:{color:text};
  87. }
  88.  
  89. h2 {
  90. font-size:10px;
  91. font-style:bold;
  92. text-align:left;
  93. line-height:100%;
  94. letter-spacing:-0.5px;
  95. color:{color:text};
  96. font-weight:normal;
  97. padding:5px;
  98. padding-bottom:2px;
  99. }
  100.  
  101.  
  102. blockquote {
  103. border-left:0x solid {color:text};
  104. padding-left:5px;
  105. margin:5px;
  106. }
  107.  
  108. #theme {
  109. background-color:{color:bg};
  110. width:700px;
  111. margin: 0 auto -12px auto;
  112. text-align: center;
  113. }
  114.  
  115. #sidebar {
  116. color:{color:sidebarlink};
  117. background-color:{color:infobg};
  118. position:fixed;
  119. width:350px;
  120. height:900px;
  121. margin-top:-10px;
  122. text-align:left;
  123. margin-left:-300px;
  124. }
  125.  
  126. #sidebar img {
  127. margin-top:170px;
  128. margin-left:80px;
  129. width:200px;
  130. height:auto;
  131. margin-bottom:5px;
  132. }
  133.  
  134.  
  135. .links {
  136. margin-top:1px;
  137. width:150px;
  138. font-size:8px;
  139. margin-left:105px;
  140. font-family:calibri;
  141. font-style:normal;
  142. text-transform:uppercase;
  143. text-align:center;
  144. letter-spacing:6px;
  145. line-height:125%;
  146. }
  147.  
  148. .links a{
  149. padding:3px;
  150. color:{color:sidebarlink};
  151. letter-spacing:0px;
  152. text-decoration:none;
  153. -moz-transition-duration:1s;
  154. -webkit-transition-duration:1s;
  155. -o-transition-duration:1s;
  156. }
  157.  
  158. .links a:hover{
  159. color:{color:bg};
  160. background-color:{color:hover};
  161. -moz-transition-duration:1s;
  162. -webkit-transition-duration:1s;
  163. -o-transition-duration:1s;
  164. }
  165.  
  166. .desc {
  167. margin-bottom:10px;
  168. width:170px;
  169. margin-top:5px;
  170. text-align:center;
  171. margin-left:93px;
  172. font-size:8px;
  173. font-family:arial;
  174. font-style:normal;
  175. color:{color:sidebarlink};
  176. letter-spacing:1px;
  177. line-height:95%;
  178. }
  179.  
  180. .desc a {
  181. color:{color:link};
  182. }
  183.  
  184. .pagi {
  185. font-size:8px;
  186. width:600px;
  187. height:30px;
  188. margin-top:-2px;
  189. margin-left:450px;
  190. font-family:calibri;
  191. background-color:#ffffff;
  192. font-style:normal;
  193. text-transform:lowercase;
  194. letter-spacing:3px;
  195. font-style:normal;
  196. text-align:center;
  197. }
  198.  
  199. .pagi a {
  200. color:{color:sidebarlink};
  201. background-color:{color:bg};
  202. }
  203.  
  204. .pagi a:hover{
  205. color:{color:bg};
  206. background-color:{color:hover};
  207. -moz-transition-duration:1s;
  208. -webkit-transition-duration:1s;
  209. -o-transition-duration:1s;
  210. }
  211.  
  212. .holla {
  213. font-size:8px;
  214. width:600px;
  215. height:40px;
  216. margin-top:-10px;
  217. margin-left:450px;
  218. font-family:arial;
  219. background-color:#ffffff;
  220. font-style:normal;
  221. text-transform:lowercase;
  222. letter-spacing:3px;
  223. font-style:normal;
  224. text-align:center;
  225. }
  226.  
  227. .holla a {
  228. color:{color:link};
  229. background-color:{color:bg};
  230. }
  231.  
  232.  
  233. #stuffcontainer {
  234. float:left;
  235. margin-top:75px;
  236. text-align:justify;
  237. background-color:{color:bg};
  238. color:{color:text};
  239. margin-bottom: 35px;
  240. }
  241.  
  242.  
  243. #stuff {
  244. width:500px;
  245. margin-top:35px;
  246. margin-left:200px;
  247. text-align:justify;
  248. font-size:10px;
  249. line-height:90%;
  250. letter-spacing:0x;
  251. color:{color:text};
  252. }
  253.  
  254. .caption {
  255. width:500px;
  256. text-align:justify;
  257. line-height:100%;
  258. }
  259.  
  260. .ask {
  261. padding:1px;
  262. text-align:center;
  263. color:{color:text};
  264. background-color:{color:infobg};
  265. }
  266.  
  267. .ans {
  268. font-family:arial;
  269. font-style:normal;
  270. font-size:10px;
  271. text-transform:lowercase;
  272. text-align:center;
  273. padding:1px;
  274. color:{color:text};
  275. }
  276.  
  277. .month {
  278. width:15px;
  279. padding:5px;
  280. font-size:8px;
  281. font-family:arial;
  282. color:{color:link};
  283. background-color:{color:infobg};
  284. text-transform:uppercase;
  285. font-style:normal;
  286. letter-spacing:2px;
  287. text-align:left;
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293.  
  294. .aaudio {
  295. height:65px;
  296. overflow:auto
  297. }
  298.  
  299. .apic img {
  300. position:absolute;
  301. width:60px;
  302. }
  303.  
  304. .audioback {
  305. width:25px;
  306. height:25px;
  307. overflow:hidden;
  308. position:absolute;
  309. z-index:999;
  310. margin-top:2px;
  311. margin-left:2px;
  312. }
  313.  
  314. .audio {
  315. width:30px;
  316. height:30px;
  317. overflow:hidden;
  318. margin-left:13px;
  319. margin-top:13px;
  320. position:absolute;
  321. background-color:white;
  322. opacity: 0.7;
  323. filter:alpha(opacity=70);
  324. -moz-opacity: 0.7;
  325. -khtml-opacity: 0.7;
  326. border:2px solid #eee
  327. }
  328.  
  329.  
  330. #postinfo {
  331. width:490px;
  332. padding:5px;
  333. margin-top:2px;
  334. font-size:8px;
  335. font-family:calibri;
  336. color:{color:link};
  337. background-color:{color:infobg};
  338. text-transform:uppercase;
  339. font-style:normal;
  340. letter-spacing:2px;
  341. text-align:left;
  342. -moz-transition-duration:0.5s;
  343. -webkit-transition-duration:0.5s;
  344. -o-transition-duration:0.5s;
  345. }
  346.  
  347. #postinfo a {
  348. color:{color:link};
  349. text-align:right;
  350. letter-spacing:1px;
  351. line-spacing:10px
  352. font-style:normal;
  353. background-color:{color:#d4d4d4};
  354.  
  355. }
  356.  
  357. #postinfo a:hover {
  358. color:{color:hover};
  359. }
  360.  
  361. .note {
  362. font-family:calibri;
  363. text-transform:uppercase;
  364. font-style:normal;
  365. letter-spacing:0px;
  366. font-size: 8px;
  367. text-align:right;
  368. line-height:90%;
  369. margin-left:-40px;
  370. }
  371.  
  372. .note li {
  373. list-style-type:none;
  374. border-bottom:0px solid {color:border};
  375. padding:10px 25px 10px 25px;
  376. text-align:right;
  377. margin:0px;
  378. -moz-transition-duration:0.5s;
  379. -webkit-transition-duration:0.5s;
  380. -o-transition-duration:0.5s;
  381. }
  382.  
  383. .tags {
  384. width:500px;
  385. font-style:normal;
  386. text-transform:uppercase;
  387. font-family:calibri;
  388. color:{color:tags};
  389. letter-spacing:1px;
  390. line-height:100%;
  391. font-size:8px;
  392. text-align:center;
  393. padding:2px;
  394. -moz-transition-duration:0.5s;
  395. -webkit-transition-duration:0.5s;
  396. -o-transition-duration:0.5s;
  397. }
  398.  
  399. .tags a {
  400. color:{color:tags};
  401. letter-spacing:1px;
  402. padding:1px;
  403. }
  404.  
  405. .tags a:hover {
  406. color:{color:link};
  407. letter-spacing:1px;
  408. }
  409.  
  410. .user_1, .user_3, .user_5, .user_7, .user_7, .user_9, .user_11 {
  411. background-color:#f2f2f2; margin-right:25px; color:#666666; }
  412. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 { background -color:#fafafa; color:#666666; margin-right:25px;}
  413. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px;}
  414.  
  415. .label {
  416. text-decoration:bold;
  417. font-weight:700;
  418. background-color:{color:infobg};
  419. margin-right:5px;
  420. }
  421.  
  422. #cred {
  423. position:fixed;
  424. font-size:8px;
  425. font-family:calibri;
  426. font-style:normal;
  427. font-weight:normal;
  428. line-height:150%;
  429. letter-spacing:2px;
  430. right:0px;
  431. bottom:10px;
  432. text-transform:uppercase;
  433. text-align:center;
  434. }
  435.  
  436. #cred a {
  437. padding:3px;
  438. color:{color:#fdfdfd};
  439. background-color:{color:transparent};
  440. -moz-transition-duration:0.5s;
  441. -webkit-transition-duration:0.5s;
  442. -o-transition-duration:0.5s;
  443.  
  444. {CustomCSS}
  445.  
  446. </style></head>
  447.  
  448. <body>
  449. <div id="theme">
  450. <div id="sidebar">
  451. <div class="holla">
  452. {block:PreviousPage}
  453. <a href="{PreviousPage}"></a>
  454. {/block:PreviousPage}
  455. {block:NextPage}
  456. <a href="{NextPage}"></a>
  457. {/block:NextPage}
  458. </div>
  459. {/block:Pagination}
  460. <div class="pagi">
  461. {block:PreviousPage}
  462. <a href="{PreviousPage}">⟵</a>
  463. {/block:PreviousPage}
  464. {CurrentPage}/{TotalPages}
  465. {block:NextPage}
  466. <a href="{NextPage}">⟶</a>
  467. {/block:NextPage}
  468. </div>
  469. {/block:Pagination}
  470. <br><img src="{image:sidebar}">
  471. <div class="links">
  472. {block:IfLinkA}
  473. <a href="{text:linkA url}">{text:linkA}</a>
  474. {/block:IfLinkA}
  475. {block:IfLinkB}
  476. <a href="{text:linkB url}">{text:linkB}</a>
  477. {/block:IfLinkB}
  478. {block:IfLinkC}
  479. <a href="{text:linkC url}">{text:linkC}</a>
  480. {/block:IfLinkC}
  481. {block:IfLinkD}
  482. <a href="{text:linkD url}">{text:linkD}</a>
  483. {/block:IfLinkD}
  484. </div>
  485. <div class="desc">
  486. {Description}<br><br>
  487. </div></div>
  488.  
  489. <div id="stuffcontainer">
  490.  
  491. {block:Posts}
  492.  
  493. <div id="stuff">
  494.  
  495. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  496.  
  497. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  498.  
  499. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  500. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  501.  
  502. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  503.  
  504. {block:Photoset}<center>{Photoset-500}</center>
  505. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  506.  
  507. {block:Chat}<ul class="chat">{block:Lines}
  508. <li class="user_{UserNumber}">
  509. {block:Label}
  510. <span class="label">
  511. {Label}</span>
  512. {/block:Label}
  513. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  514.  
  515. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  516.  
  517. {block:Answer}<div class="questions"> "{Question}" <b>by {Asker}</b> </div>
  518. <div class="answer">{Answer}</div>{/block:answer}
  519.  
  520. {block:Audio}
  521. <div class="aaudio">
  522. {block:AlbumArt}<div class="apic"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  523. <div class="audio"><div class="audioback">{AudioPlayerWhite}</div></div>
  524. <div style="margin-left:70px">
  525. {PlayCount} plays.
  526. {block:TrackName}<br><b>♪</b> {Trackname}{/block:TrackName}
  527. {block:Artist}<br><b>♫</b> {Artist}{/block:Artist}
  528. <br>{block:AlbumArt}{/block:AlbumArt}
  529. </div></div>
  530. {block:Caption}
  531. {Caption}
  532. {/block:Caption}
  533. {/block:Audio}
  534.  
  535.  
  536. {block:Date} <div id="postinfo">posted <a href="{Permalink}">{TimeAgo}</a> <a href="{Permalink}">({NoteCount}) </a>{/block:NoteCount} {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</div>{/block:Date}
  537. {block:HasTags} <br><div class="tags">
  538. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  539. {/block:HasTags}
  540. <div class="note">
  541. {block:PostNotes}{PostNotes}{/block:PostNotes}
  542. </div>
  543. </div>
  544. {/block:Posts}
  545.  
  546.  
  547. </div>
  548.  
  549.  
  550. <div id="cred"><a href="http://drewvanakcer.tumblr.com">credit</div>
  551.  
  552.  
  553. </div>
  554. </div>
  555. </div>
  556. </body>
  557. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement