Advertisement
Guest User

Box Colorins Theme 1

a guest
Jul 22nd, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4.  
  5. <!-----
  6.  
  7.            theme BASE made by PSPRETTY
  8.            changed by BOX AVATARS
  9.            dont remove the credit
  10.            ask me if there are any problems
  11.            
  12. -!---->
  13.  
  14. <head>
  15.  
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("a[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:40,
  25. tip_fade_speed:400,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32.  
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34. <meta name="image:COROA" content=""/>
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="" />
  39. <meta name="text:Link2 Title" content="" />
  40. <meta name="text:Link3" content="" />
  41. <meta name="text:Link3 Title" content="" />
  42. <meta name="text:Link4" content="" />
  43. <meta name="text:Link4 Title" content="" />
  44. <meta name="color:background" content="#FCFCFC" />
  45. <meta name="color:text" content="#000000" />
  46. <meta name="color:link" content="#000000" />
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. <title>{Title}</title>
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <link rel="shortcut icon" href="{Favicon}" />
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. a:link, a:active, a:visited{
  64. text-decoration:none;
  65. color:#000;
  66. }
  67.  
  68. a:hover {
  69. color:#FFD700;
  70. }
  71.  
  72. /********** BACKGROUND **********/
  73.  
  74. body {
  75. background-color:{color:background};
  76. font-family:'helvetica';
  77. font-size:11px;
  78. color:{color:text}
  79. background-image:url('');
  80. background-attachment: fixed;
  81. }
  82.  
  83. /********** LINKS OF THE POSTS **********/
  84.  
  85. a {color:{color:link}
  86. text-decoration: none;
  87. outline:none;
  88. -moz-outline-style:none;
  89. transition:all 1s ease;}
  90. a:hover {color:#000;
  91. background-color: transparent;
  92. text-decoration: underline;}
  93.  
  94. /********** BLOCKQUOTES **********/
  95.  
  96. blockquote {margin-left:35px;
  97. padding:10px 15px;
  98. border-left:1px dotted#FFA500;
  99. }
  100.  
  101. /********** POSTS **********/
  102.  
  103. #entries {float: left;
  104. margin-top:50px;
  105. margin-left:430px;
  106. background-color:;
  107. width:500px;
  108. padding:15px;
  109. background-color:;
  110. }
  111.  
  112. #entry {width: 510px;
  113. padding: 13px;
  114. text-align: justify;
  115. position: relative;
  116. margin-bottom:-37px;
  117. background-color:;
  118. }
  119.  
  120. #entry img, #entry blockquote, #entry ul {max-width: 100%;}
  121.  
  122. /********** TITLES **********/
  123.  
  124. h1 { font-family:Arial;
  125. font-size:18px;
  126. text-transform:none;
  127. text-align:left;
  128. line-height:100%;
  129. padding:5px;
  130. }
  131.  
  132. /********** QUOTES **********/
  133.  
  134. .quote { text-align:center;
  135. font-size: 17px;
  136. font-family:'calibri';
  137. line-height: 21px;
  138. color:#555555;
  139. text-indent:2px;
  140. padding: 3px 5px 5px 5px;  
  141. margin-top:-2px;}
  142. .quotesource {
  143. text-transform:none;
  144. font-family:'calibri';
  145. font-size:17px;
  146. height:auto;
  147. text-align:center;
  148. color:#555555;
  149. display:block;
  150. font-weight:bold;
  151. padding-bottom:10px; }
  152. .quotesource a {color:#555555;}
  153.  
  154. /********** CHAT **********/
  155.  
  156. .chat {line-height: 13px;
  157. list-style: none }
  158. .chat ul {line-height: 13px;
  159. list-style: none;
  160. padding: 5px;
  161. line-height:14px;}
  162. .person1 {color: #555555;
  163. padding: 2px; }
  164. .person1 .label {font-weight: bold;
  165. color:#555555}
  166. .person2 {color: #555555;
  167. padding: 2px;  }
  168. .person2 .label {font-weight: bold;
  169. color:#555555}
  170.  
  171. /********** INFO AND TAGS **********/
  172.  
  173. .info {z-index:999999999999999999999999999999999999999;
  174. text-align:right;
  175. padding:0px;
  176. font-weight:bold;
  177. text-transform:uppercase;
  178. letter-spacing:1px;
  179. font-size:8px;
  180. color:#000000;
  181. font-family:'helvetica';
  182. margin-top:5px;
  183. }
  184. .info a {text-transform:uppercase;
  185. letter-spacing:1px;
  186. font-size:8px;
  187. font-family:'helvetica';
  188. margin-left:5px;
  189. color:#000000;
  190. }
  191.  
  192. .tags{text-align:right;
  193. text-transform:uppercase;
  194. font-size:8px;
  195. color:#444;
  196. font-family:'trebuchet ms';
  197. margin-top:5px;
  198. text-transform:lowercase;}
  199.  
  200. .tags a {margin:3px;
  201. text-transform:none;
  202. font-size:7px;
  203. color:{color:text};
  204. font-size:9px;
  205. font-family:'helvetica';
  206. }
  207.  
  208. /********** NOTES **********/
  209.  
  210. ol.notes {list-style: none;
  211. width:500px;
  212. margin-left:-40px;}
  213. ol.notes a {color:#444;
  214. text-shadow:1px 1px 0px #fff;}
  215. ol.notes li.note {margin-bottom: 2px;
  216. padding: 2px;
  217. text-transform: lowercase;
  218. line-height: 20px;
  219. width:500px; ;
  220. text-shadow:1px 1px 0px #fff;
  221. border-bottom:1px solid #fafafa;}
  222. ol.notes li.note img.avatar {vertical-align: -2px;
  223. margin-right: 10px;
  224. width:16px;
  225. height: 16px; }
  226. ol.notes li.note .answer_content {font-weight: normal;}
  227. ol.notes li.note blockquote {display: none;}
  228.  
  229. /********** SCROLLBAR **********/
  230.  
  231. ::-webkit-scrollbar-thumb {background-color: #444;
  232. border: 2px solid #fff;
  233. height:auto;}
  234. ::-webkit-scrollbar {height:5px;
  235. width:7px;
  236. background-color: #444;
  237. border:4px solid #fff;}
  238. ::selection {background-color:#444;}
  239.  
  240. /********** SELECTION **********/
  241.  
  242. ::-moz-selection {background-color:#fff;}
  243. ::selection {background-color:#f6cd00;color:#fff}
  244.  
  245. /********** CREDITS - DONT REMOVE **********/
  246.  
  247. #cred {
  248. position:fixed;
  249. right:10px;
  250. bottom:20px;
  251. }
  252. #cred a {font-family:helvetica;
  253. color:#555555;
  254. padding:5px;
  255.     font-size:9px;
  256. text-transform:uppercase;
  257. letter-spacing:1px;
  258.     transition:all 1s ease;
  259. background:;}
  260. #cred a:hover {background:#f5f5f5;
  261.     transition:all 1s ease;
  262.     color:#4a4a4a;
  263. }
  264.  
  265. /********** SIDEBAR **********/
  266.  
  267. #side {margin-left:210px;
  268. width:100px;
  269. margin-top:215px;
  270. position:fixed;
  271. }
  272. #side img {width:100px;
  273. margin-left:0px;
  274. margin-top:20px;
  275. }
  276.  
  277. /********** DESCRIPTION **********/
  278.  
  279. .desc {text-transform:lowercase;
  280. padding:10px;
  281. margin-top:25px;
  282. font:10px/14px calibri;
  283. line-height:11px;
  284. text-align:center;
  285. color:{color:link};
  286. width:100px;
  287. z-index:99999999999999999;
  288. margin-left:-10px;
  289. background:;
  290. }
  291.  
  292. /********** ASK **********/
  293.  
  294. .question {
  295. text-align: justify;
  296. font-family:calibri;
  297. font-size: 8px;
  298. text-transform:uppercase;
  299. background:#f4f4f4;
  300. padding:14px;
  301. letter-spacing:1px;
  302. padding-left:20px;
  303. border-bottom:1px solid #f4f4f4;
  304. }
  305.  
  306. .answer {margin-top:-10px;
  307. color:#444;
  308. text-align:left;
  309. font-family:calibri;
  310. font-size: 8px;
  311. text-transform:uppercase;
  312.  
  313. }
  314.  
  315. /********** PAGINATION **********/
  316.  
  317. #pagination {width:500px;
  318. text-align:center;
  319. text-transform:lowercase;
  320. letter-spacing:1px;
  321. font-size:10px;
  322.  margin-top:10px;
  323.   margin-bottom:40px;
  324.  
  325. }
  326. #pagination a {font-family:arial;
  327. line-height:14px;
  328. padding:0 5px;
  329. font-family:6px;
  330. color: #444;
  331. }
  332.  
  333. /********** AUDIO **********/
  334.  
  335. .audioinfo {margin-top:-30px;
  336. padding:10px;
  337. margin-left:25px;
  338. color:#444;
  339. background:#fafafa;}
  340.  
  341. #audioimg {float:left}
  342.  
  343. #audioimg img{opacity:0.7;
  344. transition:all 1s ease;
  345. padding:15px;
  346. width:100px;
  347. background:#f5f5f5;
  348. border:1px solid#eee;
  349. }
  350.  
  351. #audioimg img:hover{opacity:1;
  352. transition:all 1s ease;}
  353.  
  354. #audioplayer {float:right;
  355. margin-top:1px;
  356. margin-right:17px;
  357. width:27px;
  358. overflow:hidden;
  359. }
  360.  
  361.  
  362.  
  363.  
  364. #menulinks {float: left;  font: 8px   "Alterebro Pixel Font", small fonts; !important;  text-align: center; text-transform: uppercase; background-color:#f6cd00; padding: 6px; border-radius: 0px; margin-bottom: 5px; margin-top:5px; letter-spacing:0px; display: inline-block; width: auto; align: center; text-align: center;}
  365.  
  366. .portrait{
  367. width:100px;
  368. background:{color:posts};
  369. -webkit-transition: opacity 0.6s linear;
  370. -webkit-transition: all 0.6s ease-in-out;
  371. -moz-transition: all 0.6s ease-in-out;
  372. -o-transition: all 0.6s ease-in-out;
  373. }
  374.  
  375. .portrait:hover{
  376. opacity:.4;
  377. -webkit-transition: opacity 0.6s linear;
  378. -webkit-transition: all 0.6s ease-in-out;
  379. -moz-transition: all 0.6s ease-in-out;
  380. -o-transition: all 0.6s ease-in-out;
  381. }
  382.  
  383. </style>
  384. </head>
  385.  
  386. <body>
  387.  
  388. <div id="side">
  389. <img src="{image:coroa}">
  390. <img class="portrait" src="{image:sidebar}">
  391.  <div id="menulinks">
  392. <a href="{text:Link1}">{text:Link1 Title}</a> -
  393. <a href="{text:Link2}">{text:Link2 Title}</a> -
  394. <a href="{text:Link3}">{text:Link3 Title}</a> -
  395. <a href="{text:Link4}">{text:Link4 Title}</a>
  396.  
  397.  
  398. </div>
  399.  
  400. <div class="desc">
  401. {Description}
  402. </div>
  403. </div>
  404. </div>
  405.  
  406. <div id="cred"><a href="http://boxavatars.tumblr.com"></a></div>
  407.  
  408. <div id="entries">
  409.  {block:Posts}
  410. <div id="entry">
  411.  
  412. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  413.  
  414. {block:Photo}
  415. <center><img src="{PhotoURL-500}"></center>
  416. {block:Caption} {Caption} {/block:Caption}
  417. {/block:Photo}
  418.  
  419. {block:Photoset}<center>{Photoset-500}</center>
  420. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  421.  
  422. {block:Quote}
  423. <div class="quote">{Quote}</div>
  424. <div class="quotesource">{Source}</div>
  425. {/block:Quote}
  426.  
  427. {block:Link}
  428. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  429. {block:Description}{Description}{/block:Description}
  430. {/block:Link}
  431.  
  432. {block:Chat}
  433. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  434. <div class="chat"><ul>{block:Lines}
  435. <li class="person{UserNumber}">{block:Label}
  436. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  437. {/block:Chat}
  438.  
  439. {block:Audio}
  440.  
  441. <table><tr>
  442. <td style="width: 40px;">
  443. <div id="audioimg">{block:AlbumArt}
  444. <img src="{AlbumArtURL}"/>
  445. </div>
  446. {/block:AlbumArt}</td>
  447. <td style="width: 500px;">
  448. <div id="audioplayerloh"><br>
  449. <div id="audioplayer">{AudioPlayerWhite}</div><br>
  450. <div class="audioinfo">
  451. {block:TrackName}
  452. <b>Title:</b> {TrackName}<br>{/block:TrackName}
  453. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  454. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  455. </div>
  456.  
  457. </td>
  458. </tr></table>
  459. {block:Caption}{Caption}{/block:Caption}
  460. {/block:Audio}
  461.  
  462. {block:Video}{Video-500}
  463. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  464.  
  465.  
  466. {block:Answer}
  467. <div class="question"><b>{Asker}</b> Q: {Question}</div>
  468. <br>
  469. <div class="answer">{Answer}</div>
  470. {/block:Answer}
  471.  
  472. <div style="display:none">{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" target="_blank">source</a>{/block:ContentSource}</div>
  473.  
  474.  
  475. <div class="info">
  476. {block:PermalinkPage}{/block:PermalinkPage}
  477. <a href="{Permalink}">{block:Date}{24Hour}:{Minutes}{AmPm}{/block:Date} </a> {block:NoteCount} + {NoteCount}
  478. {/block:NoteCount}
  479. </div>
  480.  
  481. <div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  482.  
  483.  
  484.  {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. </div>
  486. {/block:Posts}
  487. <div id="pagination">
  488. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}{/block:Pagination}
  489. {block:Pagination}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}{/block:Pagination}
  490. </div>
  491. </div>
  492.  
  493. </body>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement