Advertisement
lopezberry

theme 4: fully loaded

Sep 24th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.63 KB | None | 0 0
  1. <!-----------------------------------------------------------
  2. -- FULLY LOADED, theme 04 by snixwrites --
  3. ----------------------------------------------------------->
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <meta charset="utf-8" />
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  17.  
  18. <style type="text/css">
  19.  
  20. body {
  21. margin:0px;
  22. font-size:11px;
  23. font-family:georgia;
  24. color:{color:text};
  25. background-color:{color:background};
  26. }
  27.  
  28. a {
  29. text-decoration:none;
  30. color:{color:links};
  31. -webkit-transition: all 0.3s ease-out;
  32. -moz-transition: all 0.3s ease-out;
  33. transition: all 0.3s ease-out;
  34. }
  35.  
  36. a:hover {
  37. color:{color:text};
  38. -webkit-transition: all 0.3s ease-out;
  39. -moz-transition: all 0.3s ease-out;
  40. transition: all 0.3s ease-out;
  41. }
  42.  
  43. div#qTip {
  44. position: absolute;
  45. text-transform: uppercase;
  46. color: {color:text};
  47. font-size:9px;
  48. display:none;
  49. padding:3px;
  50. text-align: justify;
  51. color:{color:sidebarBorder};
  52. background: {color:background};
  53. border:1px solid {color:sidebarBorder};
  54. z-index: 99;
  55. }
  56.  
  57. h3 {
  58. font-family:arial;
  59. margin:3px 0px -5px 0px;
  60. letter-spacing:-1px;
  61. }
  62.  
  63. h4 {
  64. text-align:center;
  65. font-family:arial;
  66. color:{color:postTitles};
  67. font-size:20px;
  68. margin:5px 0px -5px 0px;
  69. letter-spacing:-1px;
  70. }
  71.  
  72. blockquote {
  73. border-left:1px solid {color:text};
  74. margin-left:10px;
  75. padding-left:5px;
  76. }
  77.  
  78. blockquote img{ max-width:100% }
  79.  
  80. pre {
  81. word-wrap: break-word;
  82. white-space: pre-wrap;
  83. white-space: -moz-pre-wrap;
  84. white-space: -pre-wrap;
  85. white-space: -o-pre-wrap;
  86. }
  87.  
  88. #headerimg {
  89. position:fixed;
  90. text-align:center;
  91. margin-left:173px;
  92. padding:9px 0px;
  93. background-color:{color:background};
  94. width:571px;
  95. border-bottom:1px dashed {color:sidebarBorder};
  96. z-index:9;
  97. }
  98.  
  99. #headerimg img {
  100. border:1px solid {color:sidebarBorder};
  101. height:150px;
  102. }
  103.  
  104. #nav {
  105. position:fixed;
  106. margin-left:173px;
  107. line-height:50px;
  108. padding:60px 0px 62px 0px;
  109. width:571px;
  110. font-family: georgia;
  111. font-style:italic;
  112. font-size:26px;
  113. color:{color:pagetitles};
  114. text-align:center;
  115. text-shadow:1px 1px {color:shadow};
  116. border-bottom:1px dashed {color:sidebarBorder};
  117. background-color:{color:background};
  118. {block:ifhaveHeader}
  119. background-color:transparent;
  120. opacity:.4;
  121. {/block:ifhaveHeader}
  122. z-index:999;
  123. }
  124.  
  125. #nav a {
  126. width:75px;
  127. line-height:45px;
  128. color:{color:navlinks};
  129. display:inline-block;
  130. text-align:center;
  131. margin-bottom:1px;
  132. margin-right:1px;
  133. letter-spacing:-1px;
  134. text-shadow:1px 0px {color:shadow};
  135. background-color:{color:navlinksBackground};
  136. border:1px solid {color:sidebarBorder};
  137. }
  138.  
  139. #nav a:hover{ color:{color:text} }
  140.  
  141. #total {
  142. height:100%;
  143. width:527px;
  144. margin-left:173px;
  145. padding:15px;
  146. padding-top:187px;
  147. background-color:{color:postBlockBackground};
  148. border-left:7px solid {color:sidebarBorder};
  149. border-right:7px solid {color:sidebarBorder};
  150. }
  151.  
  152. #one {
  153. width:500px;
  154. background-color:{color:postBackground};
  155. padding:10px;
  156. border:3px solid {color:postBorder};
  157. border-bottom:1px solid {color:postBorder};
  158. margin-bottom:1px;
  159. {block:ifPostShadow}
  160. box-shadow:2px 0px 5px {color:postShadow};
  161. {/block:ifPostShadow}
  162. {block:ifRoundedPosts}
  163. border-radius:10px 10px 0px 0px;
  164. {/block:ifRoundedPosts}
  165. }
  166.  
  167. #tbox {
  168. font-size:9px;
  169. font-family:garamond, georgia;
  170. text-transform:lowercase;
  171. font-style:italic;
  172. }
  173.  
  174. #dbox {
  175. width:516px;
  176. margin-bottom:37px;
  177. text-align:center;
  178. background-color:{color:postBackground};
  179. border:3px solid {color:postBorder};
  180. border-top:1px solid {color:postBorder};
  181. font-size:9px;
  182. font-family:georgia;
  183. padding:2px;
  184. {block:ifPostShadow}
  185. box-shadow:2px 2px 5px {color:postShadow};
  186. {/block:ifPostShadow}
  187. {block:ifRoundedPosts}
  188. border-radius:0px 0px 10px 10px;
  189. {/block:ifRoundedPosts}
  190. }
  191.  
  192.  
  193. .audbg {
  194. width:100%;
  195. background-color:{color:background};
  196. height:60px;
  197. -webkit-border-radius: 42px;
  198. -moz-border-radius: 42px;
  199. border-radius: 42px;
  200. }
  201.  
  202. .playbox {
  203. width:50px;
  204. height:50px;
  205. background-color: #000000;
  206. position:absolute;
  207. margin: 5px 0px 0px 5px;
  208. z-index: 4;
  209. -webkit-border-radius: 25px;
  210. -moz-border-radius: 25px;
  211. border-radius: 25px;
  212. }
  213.  
  214. .playbutton {
  215. width: 30px;
  216. height: 30px;
  217. overflow: hidden;
  218. position: absolute;
  219. z-index: 1;
  220. margin: 10px 0px 0px 10px;
  221. }
  222.  
  223. .audinfo {
  224. position:absolute;
  225. top:15px;
  226. left:65px;
  227. width:400px;
  228. text-align:center;
  229. font-family:'courier new', georgia;
  230. letter-spacing:-1px;
  231. z-index:1;
  232. color:{color:accentText};
  233. }
  234.  
  235. .chat{ list-style: none; margin: 3px 0px 0px 0px; padding: 0; }
  236. .chat li{ margin-bottom: 2px; }
  237. .chat .label{ text-transform:uppercase; font-family:courier new, georgia; font-weight:bold; letter-spacing:-1px;}
  238. .user1 .label { color:{color:links}; }
  239. .user3 .label { color:{color:links}; }
  240. .user5 .label { color:{color:links}; }
  241. .user7 .label { color:{color:links}; }
  242.  
  243.  
  244. #quote{ font-size:18px; text-align:center; }
  245.  
  246.  
  247. #quesh {
  248. text-align:left;
  249. padding-top:5px;
  250. color:{color:accentText};
  251. border-top:3px solid {color:postBorder};
  252. border-bottom:3px solid {color:postBorder};
  253. background-color:{color:background};
  254. min-height:95px;
  255. }
  256.  
  257. #quesh blockquote{ margin-top:8px; margin-left:77px; }
  258.  
  259. #queshtext {
  260. text-align:left;
  261. padding-left:7px;
  262. font-family:georgia;
  263. font-size:15px;
  264. font-style:italic;
  265. text-shadow:none;
  266. }
  267.  
  268. #queshtext a {
  269. font-family:helvetica, arial;
  270. font-weight:bold;
  271. text-transform:uppercase;
  272. color:{color:accentText};
  273. text-shadow:0px 1px 0px {color:shadow};
  274. }
  275.  
  276. #queshtext a:hover { letter-spacing:1px; }
  277.  
  278. #quesh img {
  279. float:left;
  280. margin:5px;
  281. border-radius:48px;
  282. }
  283.  
  284. #hoverbar {
  285. position:fixed;
  286. margin-top:200px;
  287. margin-left:752px;
  288. width:250px;
  289. height:400px;
  290. background-color:#fff;
  291. background-image:url({image:sidebarImg});
  292. border:1px solid {color:sidebarBorder};
  293. }
  294.  
  295. #desc {
  296. position:fixed;
  297. margin:201px 0px 0px 753px;
  298. width:244px;
  299. padding:3px;
  300. text-align:center;
  301. background-color:{color:descriptionBackground};
  302. border-radius:0px 0px 0px 0px;
  303. overflow:auto;
  304. opacity:0;
  305. -webkit-transition: all 0.7s ease-out;
  306. -moz-transition: all 0.7s ease-out;
  307. transition: all 0.7s ease-out;
  308. }
  309.  
  310. #desc:hover {
  311. opacity:.93;
  312. -webkit-transition: all 0.7s ease-out;
  313. -moz-transition: all 0.7s ease-out;
  314. transition: all 0.7s ease-out;
  315. }
  316.  
  317. #desctext {
  318. color:{color:descriptionText};
  319. height:387px;
  320. padding: 2px 5px 5px 2px;
  321. overflow:auto;
  322. }
  323.  
  324. #pagetitle {
  325. position:fixed;
  326. text-shadow:1px 1px {color:shadow};
  327. color: {color:pagetitles};
  328. height:40px;
  329. width:400px;
  330. font-weight:bold;
  331. text-align:center;
  332. margin-top:381px;
  333. margin-left:-39px;
  334. -webkit-transform: rotate(-90deg);
  335. -moz-transform: rotate(-90deg);
  336. -ms-transform: rotate(-90deg);
  337. -o-transform: rotate(-90deg);
  338. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  339. font-family:arial;
  340. font-size:37px;
  341. z-index:8;
  342.  
  343. }
  344.  
  345. #pag {
  346. position:fixed;
  347. font-family:arial;
  348. width:auto;
  349. text-align:center;
  350. margin-top:575px;
  351. margin-left:1013px;
  352. color:{color:navlinks};
  353. text-shadow:1px 1px 0px {color:shadow};
  354. font-size:22px;
  355. line-height:22px;
  356. font-style:italic;
  357. z-index:1;
  358. }
  359.  
  360. #pag a{ color:{color:navlinks}; text-shadow:1px 1px 0px {color:shadow}; }
  361. #pag a:hover{ color:{color:text} }
  362. ::-webkit-scrollbar{ width:5px }
  363. ::-webkit-scrollbar-track{ background:transparent }
  364. ::-webkit-scrollbar-thumb{ background-color:{color:scrollbar} }
  365.  
  366. #cred
  367. {
  368. position:fixed;
  369. bottom:10px;
  370. right:10px;
  371. text-align:center;
  372. padding:3px;
  373. font-family:arial;
  374. text-shadow:1px 1px {color:shadow};
  375. font-size:22px;
  376. line-height:22px;
  377. }
  378.  
  379. #cred a{ color:{color:sidebarBorder}; }
  380.  
  381. </style>
  382. <meta name="color:background" content="#ffffff" />
  383. <meta name="color:postBackground" content="#ffffff" />
  384. <meta name="color:text" content="#000000" />
  385. <meta name="color:descriptionText" content="#000000" />
  386. <meta name="color:links" content="#919191" />
  387. <meta name="color:navlinks" content="#FF0066" />
  388. <meta name="color:navlinksBackground" content="#000000" />
  389. <meta name="color:shadow" content="#33CC33" />
  390. <meta name="color:postBorder" content="#ccccff" />
  391. <meta name="color:postBlockBackground" content="#45d6bd" />
  392. <meta name="color:postTitles" content="#003300" />
  393. <meta name="color:postShadow" content="#663300" />
  394. <meta name="color:descriptionBackground" content="#99CCFF">
  395. <meta name="color:scrollbar" content="#CC3300" />
  396. <meta name="color:accentText" content="#333300" />
  397. <meta name="color:pageTitles" content="#9933FF" />
  398. <meta name="color:sidebarBorder" content="#ca923b" />
  399.  
  400. <meta name="image:sidebarImg" content="" />
  401. <meta name="image:headerImg" content="" />
  402.  
  403. <meta name="text:link1 URL" content="/" />
  404. <meta name="text:link2 URL" content="/" />
  405. <meta name="text:link3 URL" content="/" />
  406.  
  407. <meta name="text:link1 name" content="link one." />
  408. <meta name="text:link2 name" content="link two." />
  409. <meta name="text:link3 name" content="link three." />
  410.  
  411. <meta name="text:asktext" content="asked" />
  412. <meta name="text:tagSymbol" content="#" />
  413. <meta name="text:pageTitle" content="your title here" />
  414.  
  415. <meta name="if:roundedPosts" content="1" />
  416. <meta name="if:postShadow" content="1" />
  417. <meta name="if:haveHeader" content="1" />
  418.  
  419. </head>
  420. <body>
  421.  
  422. <div id="hoverbar"></div>
  423. {block:ifhaveHeader}
  424. <div id="headerimg"><img src="{image:headerImg}" /></div>
  425. {block:ifhaveHeader}
  426. <div id="nav">
  427. <a href="/" title="refresh">i.</a>
  428. <a href="/ask" title="askbox">ii.</a>
  429. <a href="{text:link1 URL}" title="{text:link1 name}">iii.</a>
  430. <a href="{text:link2 URL}" title="{text:link2 name}">iv.</a>
  431. <a href="{text:link3 URL}" title="{text:link3 name}">v.</a>
  432.  
  433. </div>
  434.  
  435. <div id="desc">
  436. <div id="desctext">{Description}</div></div>
  437. <div id="pagetitle">{text:pageTitle}</div>
  438.  
  439.  
  440.  
  441. {block:Pagination}
  442. <div id="pag">
  443. {block:PreviousPage}
  444. <a href="{PreviousPage}">back</a>
  445. {/block:PreviousPage}
  446. /
  447. {block:NextPage}
  448. <a href="{NextPage}">forth</a>
  449. {/block:NextPage}
  450. {/block:Pagination}
  451. </div>
  452. {/block:Pagination}
  453.  
  454. <div id="total">
  455. {block:Posts}
  456.  
  457. <div id="one">
  458.  
  459. {block:Photo}
  460. <img src="{PhotoURL-500}">
  461. {block:Caption}
  462. {Caption}
  463. {/block:Caption}
  464. {/block:Photo}
  465.  
  466. {block:Photoset}
  467. {Photoset-500}
  468. {block:Caption}
  469. {Caption}
  470. {/block:Caption}
  471. {/block:Photoset}
  472.  
  473. {block:Quote}
  474. <div id="quote"><h3 style="line-height:22px"><span style="font-size:45px; margin-right:-17px; color:{color:accentText}">&#10077;</span><i>{Quote}</i></h3></div>
  475. <p align="right">&mdash; {Source}</p>
  476. {/block:Quote}
  477.  
  478. {block:Video}
  479. {Video-500}
  480. {block:Caption}
  481. {Caption}
  482. {/block:Caption}
  483. {/block:Video}
  484.  
  485. {block:Chat}
  486. {block:Title}<h4>{Title}</h4>{/block:Title}
  487. <ul class="chat">
  488. {block:Lines}
  489. <li class="user{UserNumber}">
  490. {block:Label}
  491. <span class="label">{Label}</span>
  492. {/block:Label}
  493. {Line}
  494. </li>
  495. {/block:Lines}
  496. </ul>
  497.  
  498. {/block:Chat}
  499.  
  500. {block:Audio}
  501. <div class="audbg">
  502. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div>
  503.  
  504. <div class="audinfo">
  505. {block:TrackName}
  506. <span style="text-transform:uppercase; font-size:13px; font-style:italic;">
  507. {TrackName},
  508. </span>
  509. {/block:TrackName}
  510. {block:Artist}
  511. <span style="text-transform:lowercase">{Artist}</span>
  512. {/block:Artist}
  513. </div>
  514.  
  515. </div>
  516. </div>
  517.  
  518. {block:Caption}{Caption}{/block:Caption}
  519. {/block:Audio}
  520.  
  521. {block:Answer}
  522. <div id="quesh">
  523. <div id="queshtext">{Asker} {text:asktext}, </div>
  524.  
  525. <img src="{AskerPortraitURL-64}" />
  526.  
  527. <blockquote>{Question}</blockquote></div>
  528. {Answer}
  529. {/block:Answer}
  530.  
  531. {block:Link}
  532. <center>
  533. <a href="{URL}"><h3 style="text-shadow:-1px 1px {color:shadow}; font-size:22px; margin:0">{Name} &raquo;</h3></a>
  534. </center>
  535. {block:Description}{Description}{/block:Description}
  536. {/block:Link}
  537.  
  538. {block:Text}
  539. {block:Title}<h4>{Title}</h4>{/block:Title}
  540. {Body}
  541. {/block:Text}
  542.  
  543. </div>
  544.  
  545. <div id="dbox">
  546. {block:Date} posted <a href="{PermaLink}">{TimeAgo}</a> {block:NoteCount} &mdash; {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} &mdash; via <a href="{ReblogParentURL}"
  547. title="{ReblogParentTitle}">{ReblogParentName}</a> &mdash; <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}{/block:Date}
  548.  
  549. {block:hasTags}<div id="tbox">{block:Tags}{text:tagSymbol}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:hasTags}
  550. </div>
  551.  
  552. {block:PostNotes}{PostNotes}{/block:PostNotes}
  553.  
  554. {/block:Posts}
  555. </div>
  556.  
  557. <div id="cred"><a href="http://snixwrites.tumblr.com">&#10008;</a></div>
  558.  
  559. </body>
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement