Advertisement
basilone

Theme 5

Oct 2nd, 2012
8,740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. ---!>
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="font:body" content="arial" />
  12. <meta name="font:title" content="georgia" />
  13. <meta name="font:sidelinks" content="georgia" />
  14.  
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:body" content="#747474" />
  17. <meta name="color:links" content="#A8A8A8" />
  18. <meta name="color:hover" content="#757575" />
  19. <meta name="color:entry" content="#ffffff" />
  20. <meta name="color:side" content="#ffffff" />
  21. <meta name="color:date" content="#0000000" />
  22. <meta name="color:tags" content="#f8f8f8" />
  23. <meta name="color:bottom" content="#ffffff" />
  24. <meta name="color:sidelinks" content="#ffffff" />
  25. <meta name="color:sidelinks hover" content="#cccccc" />
  26. <meta name="color:navigation" content="#666666" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Link1" content=""/>
  31. <meta name="text:Link1 URL" content=""/>
  32. <meta name="text:Link2" content=""/>
  33. <meta name="text:Link2 URL" content=""/>
  34. <meta name="text:Link3" content=""/>
  35. <meta name="text:Link3 URL" content=""/>
  36. <meta name="text:Link4" content=""/>
  37. <meta name="text:Link4 URL" content=""/>
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}" />
  44. {/block:Description}
  45. </head>
  46.  
  47. <style type="text/css">
  48. body {
  49. text-align:left;
  50. color:{color:body};
  51. background-color:{color:background};
  52. font-family:{font:body};
  53. font-size:11px; }
  54.  
  55. b, em, bold, .question a {
  56. font-family:georgia;
  57. font-weight:normal;
  58. text-transform:lowercase;
  59. color:#666666;}
  60.  
  61. a {
  62. text-decoration: none;
  63. color:{color:links};
  64. text-decoration:none;
  65. -moz-transition:0.3s ease-in;
  66. -webkit-transition: 0.3s ease-in;
  67. -o-transition:0.3s ease-in;
  68. transition:0.3s ease-in; }
  69.  
  70. a:hover {
  71. color: {color:hover};
  72. text-decoration:none;}
  73.  
  74. #wrap {
  75. min-height: 100%; }
  76.  
  77. #header {
  78. padding:5px 0px 5px 0px;
  79. min-width:100%;
  80. margin-bottom:70px;
  81. text-align:center; }
  82.  
  83. #main {
  84. padding:10px; }
  85.  
  86. #container{
  87. width:800px;
  88. left:200px;
  89. position:relative;}
  90.  
  91. .bottom{
  92. background-color:{color:bottom};
  93. padding:10px 0px 0px 0px;}
  94.  
  95. .space{
  96. margin-bottom:20px;}
  97.  
  98. #sidebar {
  99. width:245px;
  100. float:left;
  101. left:200px;
  102. position:fixed;
  103. margin-right:5px;}
  104.  
  105. #side {
  106. padding:10px;
  107. background-color:{color:side}; }
  108.  
  109. .sideicon{
  110. border:5px solid {color:date}; }
  111.  
  112. .sideimage{
  113. margin-bottom:10px;}
  114.  
  115. #navigation a {
  116. display:block;
  117. background-color:{color:sidelinks};
  118. font:10px {font:sidelinks};
  119. color:{color:navigation};
  120. padding:3px 5px 2px 10px;
  121. border-bottom:1px solid {color:background};
  122. letter-spacing:2px;
  123. -webkit-transition: color 0.6s linear;
  124. -webkit-transition: background-color 0.6s linear;}
  125.  
  126. #navigation a:hover {
  127. background-color:{color:sidelinks hover};
  128. color:#ffffff;}
  129.  
  130. #entry {
  131. float:right;
  132. margin-left:5px;}
  133.  
  134. .post {
  135. background-color:{color:entry};
  136. padding:10px 10px 5px 10px;
  137. width:500px;}
  138.  
  139. .label1{
  140. font-family:georgia;
  141. color:{color:date};}
  142.  
  143. .title, .title a {
  144. display:block;
  145. font-family:{font:title};
  146. color:{color:title};
  147. font-size:9px;
  148. text-align:left;
  149. text-transform:lowercase;
  150. padding:0px 3px 0px 3px;}
  151.  
  152. .title a:hover {
  153. color:{color:date}; }
  154.  
  155. .date {
  156. background-color:{color:date};
  157. padding:3px 5px 3px 5px;}
  158.  
  159. .date, .date a {
  160. display:block;
  161. font-family:georgia;
  162. text-align:center;
  163. color:#0000000;
  164. text-transform:lowercase; }
  165.  
  166. .tags {
  167. color:#888888;
  168. padding:5px 5px 5px 5px;
  169. text-transform:lowercase;
  170. font-size:10px;
  171. background-color:{color:tags}; }
  172.  
  173. .chat {
  174. border-bottom:0px solid #D5D5D5;
  175. padding:2px;}
  176.  
  177. .question{
  178. background-color:transparent;
  179. padding:10px;}
  180.  
  181. #footer {
  182. position: relative;
  183. margin-top: -150px;
  184. height: 150px;
  185. clear:both;}
  186.  
  187. #pagination {
  188. width:240px;
  189. font-size:8px;
  190. word-spacing:7px;
  191. text-align:center;}
  192.  
  193. .jump_page {
  194. padding:3px;
  195. background-color:#ffffff;}
  196.  
  197. .current_page {
  198. padding:3px;
  199. background-color:#ffffff;
  200. color:#000000;}
  201.  
  202. #pagination2 a {
  203. display:block;
  204. width:10px;
  205. text-align:center;
  206. background-color:{color:sidelinks};
  207. font:10px georgia;
  208. color:{color:navigation};
  209. padding:5px;
  210. border-bottom:1px solid {color:background};
  211. letter-spacing:2px;
  212. -webkit-transition: color 0.6s linear;
  213. -webkit-transition: background-color 0.6s linear;}
  214.  
  215. #pagination2 a:hover {
  216. background-color:#f8f8f8;
  217. color:#000000;}
  218.  
  219. ol {
  220. list-style-type: none;
  221. margin: 0 0 1.5em 2.5em; }
  222.  
  223. ol.notes li {
  224. width: 420px;
  225. padding: 5px 0;
  226. margin: 0 0 3px -28px;
  227. border-bottom: 1px solid #f5f5f5; }
  228.  
  229. ol.notes li:hover {
  230. border-bottom: 1px solid #f5f5f5; }
  231.  
  232. ol.notes li img {
  233. width:16px;
  234. padding-right: 10px;
  235. margin-bottom: -5px;
  236. opacity: 0.85;
  237. filter:alpha(opacity=85); }
  238.  
  239. ol.notes li img:hover {
  240. opacity: 1;
  241. filter:alpha(opacity=100); }
  242.  
  243. .user_1, .user_3, .user_5, .user_7,
  244. .user_7 , .user_9 .user_11 {
  245. background-color:#f2f2f2;
  246. margin-right:25px;
  247. color:{color:body};}
  248.  
  249. .user_2, .user_4, .user_6, .user_8,
  250. .user_10, .user_12 {
  251. background-color:{color:entry};
  252. color:{color:body};
  253. margin-right:25px;}
  254.  
  255. ul.chat, .chat ol, .chat li {
  256. list-style:none;
  257. margin:0px;
  258. padding:5px;}
  259.  
  260. .audio {
  261. height:60px;
  262. padding:5px;
  263. margin-bottom:5px; }
  264.  
  265. .audio-album {
  266. position:absolute;
  267. width:60px; }
  268.  
  269. .audio-player {
  270. opacity:0.6;
  271. filter:alpha(opacity=60);
  272. border:2px solid #f2f2f2;
  273. width:25px;
  274. height:25px;
  275. overflow:hidden;
  276. position:absolute;
  277. z-index:2;
  278. margin-left:15px;
  279. margin-top:15px; }
  280.  
  281. .audio-info {
  282. margin-top:-10px;
  283. position:relative;
  284. margin-left:70px;
  285. padding:5px; }
  286.  
  287. {CustomCSS}
  288. </style>
  289.  
  290.  
  291. <body>
  292. <div id="header">
  293. </div>
  294.  
  295. <div id="main">
  296. <div id="container">
  297.  
  298. <div id="sidebar">
  299.  
  300. <center><a href="/"><img src="{image:sidebar}" width="245"></a></center>
  301.  
  302. <div class="tags"><center>
  303. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a> &emsp;{/block:ifLink1}
  304. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a> &emsp;{/block:ifLink2}
  305. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a> &emsp;{/block:ifLink3}
  306. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a> &emsp;{/block:ifLink4}
  307. <a href="http://mcpoyles.tumblr.com/">theme</a>
  308. </center></div>
  309. {block:Description}
  310. <div id="side">
  311. {Description}
  312. </div>
  313. <div class="bottom"> </div>{/block:Description}
  314.  
  315. <div id=pagination>{block:Pagination}
  316. {block:PreviousPage}
  317. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  318. {/block:PreviousPage}
  319.  
  320. {block:JumpPagination length="5"}
  321. {block:CurrentPage}
  322. <span class="current_page">{PageNumber}</span>
  323. {/block:CurrentPage}
  324.  
  325. {block:JumpPage}
  326. <a class="jump_page" href="{URL}">{PageNumber}</a>
  327. {/block:JumpPage}
  328. {/block:JumpPagination}
  329.  
  330. {block:NextPage}
  331. <a class="jump_page" href="{NextPage}">&rarr;</a>
  332. {/block:NextPage}
  333. {/block:Pagination}</div>
  334.  
  335. </div>
  336.  
  337. <div id="entry">
  338.  
  339. {block:Posts}
  340.  
  341. <div class="post">
  342.  
  343. {block:Text}
  344. {block:Title}
  345. <div class="title">
  346. <a href="{Permalink}">{Title}</a></div>
  347. {/block:Title}
  348. {Body}
  349. {/block:Text}
  350.  
  351.  
  352. {block:Photo}
  353. <img src="{PhotoURL-500}" />
  354. {block:Caption}
  355. {Caption}
  356. {/block:Caption}
  357. {/block:Photo}
  358.  
  359.  
  360. {block:Photoset}
  361. {Photoset-500}
  362. {block:Caption}
  363. {Caption}
  364. {/block:Caption}
  365. {/block:Photoset}
  366.  
  367.  
  368. {block:Quote}
  369. <i>"{Quote}"</i>
  370. {block:Source}
  371. - {Source}
  372. {/block:Source}
  373. {/block:Quote}
  374.  
  375.  
  376. {block:Link}
  377. <div class="title">
  378. <a href="{URL}" {Target}>{Name}</a></div>
  379. {block:Description}
  380. {Description}
  381. {/block:Description}
  382. {/block:Link}
  383.  
  384. {block:Chat}
  385. <ul class="chat">
  386. {block:Lines}
  387. <li class="user_{UserNumber}">
  388. {block:Label}
  389. <span class="label">
  390. {Label}</span>
  391. {/block:Label}
  392. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  393.  
  394.  
  395. {block:Video}
  396. {Video-500}
  397. {block:Caption}
  398. {Caption}
  399. {/block:Caption}
  400. {/block:Video}
  401.  
  402.  
  403. {block:Audio}
  404. <div class="audio">
  405. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  406. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  407.  
  408. <div class="audio-info">
  409. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  410. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  411. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  412. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  413. </div></div>
  414. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  415. {/block:Audio}
  416.  
  417.  
  418. {block:Answer}
  419. <div class="tags">
  420. <b>{Asker}:</b> {Question}
  421. </div>
  422. {Answer}
  423. {/block:Answer}
  424.  
  425.  
  426. {block:HasTags} <div class="tags" style="margin-top:10px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  427. <table style="font-size:10px;color:{color:hover};border-top:1px solid #f0f0f0;margin-top:10px;" width="100%"><tr><td>
  428. {block:RebloggedFrom} <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a> / {/block:RebloggedFrom}
  429. {block:ContentSource} <b>source:</b> <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  430. </td>
  431.  
  432. <td style="text-align:right;">
  433. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  434. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  435. </td></tr></table>
  436. </div>
  437.  
  438. <div class="bottom"> </div>
  439.  
  440. <div class="space"> </div>
  441.  
  442. {block:PostNotes}
  443. <div class="post">
  444. {PostNotes}
  445. </div>
  446. {/block:PostNotes}
  447.  
  448. {/block:Posts}
  449.  
  450. <div id="pagination2">
  451. {block:Pagination}
  452. {block:NextPage}<a href="{NextPage}">+</a> {/block:NextPage} {block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp; / &nbsp;&nbsp;&nbsp;&nbsp; <a href="{PreviousPage}">-</a>{/block:PreviousPage}
  453. {/block:Pagination}
  454. </div>
  455.  
  456. </div>
  457. </div>
  458. </div
  459.  
  460. <div class="footer">
  461.  
  462. </div>
  463.  
  464. </body>
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement