Advertisement
basilone

theme 4

Sep 12th, 2012
2,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 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="#FFDCCB" />
  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="#F8A68B" />
  22. <meta name="color:tags" content="#FFDCCB" />
  23. <meta name="color:bottom" content="#F9CDBC" />
  24. <meta name="color:sidelinks" content="#ffffff" />
  25. <meta name="color:sidelinks hover" content="#F9CDBC" />
  26. <meta name="color:navigation" content="#F8A68B" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Sidebar Link 1" content=""/>
  31. <meta name="text:Sidebar Link Url 1" content=""/>
  32. <meta name="text:Sidebar Link 2" content=""/>
  33. <meta name="text:Sidebar Link Url 2" content=""/>
  34. <meta name="text:Sidebar Link 3" content=""/>
  35. <meta name="text:Sidebar Link Url 3" content=""/>
  36. <meta name="text:Sidebar Link 4" content=""/>
  37. <meta name="text:Sidebar Link Url 4" 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:{color:date};}
  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. overflow:auto;
  85. padding:10px; }
  86.  
  87. #container{
  88. width:800px;
  89. left:200px;
  90. position:relative;}
  91.  
  92. .bottom{
  93. background-color:{color:bottom};
  94. padding:10px 0px 0px 0px;}
  95.  
  96. .space{
  97. margin-bottom:20px;}
  98.  
  99. #sidebar {
  100. width:245px;
  101. float:left;
  102. left:200px;
  103. position:fixed;
  104. margin-right:5px;}
  105.  
  106. #side {
  107. padding:10px;
  108. background-color:{color:side}; }
  109.  
  110. .sideicon{
  111. border:5px solid {color:date}; }
  112.  
  113. .sideimage{
  114. margin-bottom:10px;}
  115.  
  116. #navigation a {
  117. display:block;
  118. background-color:{color:sidelinks};
  119. font:10px {font:sidelinks};
  120. color:{color:navigation};
  121. padding:3px 5px 2px 10px;
  122. border-bottom:1px solid {color:background};
  123. letter-spacing:2px;
  124. -webkit-transition: color 0.6s linear;
  125. -webkit-transition: background-color 0.6s linear;}
  126.  
  127. #navigation a:hover {
  128. background-color:{color:sidelinks hover};
  129. color:#ffffff;}
  130.  
  131. #entry {
  132. float:right;
  133. margin-left:5px;}
  134.  
  135. .post {
  136. background-color:{color:entry};
  137. padding:10px 10px 5px 10px;
  138. width:500px;}
  139.  
  140. .label1{
  141. font-family:georgia;
  142. color:{color:date};}
  143.  
  144. .title, .title a {
  145. display:block;
  146. font-family:{font:title};
  147. color:{color:body};
  148. font-size:9px;
  149. text-align:center;
  150. text-transform:lowercase;
  151. padding:3px;}
  152.  
  153. .title a:hover {
  154. color:{color:date}; }
  155.  
  156. .date {
  157. background-color:{color:date};
  158. padding:3px 5px 3px 5px;}
  159.  
  160. .date, .date a {
  161. display:block;
  162. font-family:georgia;
  163. text-align:center;
  164. color:#ffffff;
  165. text-transform:lowercase; }
  166.  
  167. .tags {
  168. color:#888888;
  169. padding:5px 5px 5px 5px;
  170. text-transform:lowercase;
  171. font-size:10px;
  172. background-color:{color:tags}; }
  173.  
  174. .chat {
  175. border-bottom:0px solid #D5D5D5;
  176. padding:2px;}
  177.  
  178. .question{
  179. background-color:transparent;
  180. padding:10px;}
  181.  
  182. #footer {
  183. position: relative;
  184. margin-top: -150px;
  185. height: 150px;
  186. clear:both;}
  187.  
  188. #pagination {
  189. width:200px;
  190. font-size:8px;
  191. word-spacing:7px;
  192. text-align:center;}
  193.  
  194. .jump_page {
  195. padding:3px;
  196. background-color:#ffffff;}
  197.  
  198. .current_page {
  199. padding:3px;
  200. background-color:#ffffff;
  201. color:#000000;}
  202.  
  203. #pagination2 a {
  204. display:block;
  205. width:10px;
  206. text-align:center;
  207. background-color:{color:sidelinks};
  208. font:10px georgia;
  209. color:{color:navigation};
  210. padding:5px;
  211. border-bottom:1px solid {color:background};
  212. letter-spacing:2px;
  213. -webkit-transition: color 0.6s linear;
  214. -webkit-transition: background-color 0.6s linear;}
  215.  
  216. #pagination2 a:hover {
  217. background-color:{color:sidelinks hover};
  218. color:#ffffff;}
  219.  
  220. ol {
  221. list-style-type: none;
  222. margin: 0 0 1.5em 2.5em; }
  223.  
  224. ol.notes li {
  225. width: 420px;
  226. padding: 5px 0;
  227. margin: 0 0 3px -28px;
  228. border-bottom: 1px solid #f5f5f5; }
  229.  
  230. ol.notes li:hover {
  231. border-bottom: 1px solid #f5f5f5; }
  232.  
  233. ol.notes li img {
  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. .quote {
  261. color: #333;
  262. display: block;
  263. background: url(http://static.tumblr.com/cc4ocei/Y5Mkzk5s7/quote.png) no-repeat 0 10px;
  264. font-style: italic;
  265. padding: 16px 18px 10px 32px;}
  266.  
  267. .quote .medium {
  268. font-size: 15px;
  269. line-height: 1.4;
  270. font-family:HelveticaNeue-CondensedBold;}
  271.  
  272. .link-link a {
  273. padding:10px;
  274. margin: 4px 11px 12px 0;
  275. font-size: 15px;
  276. font-family: sans-serif;
  277. font-weight: bold;
  278. color: #666666;
  279. line-height: 1.3; }
  280.  
  281. .user_1, .user_3, .user_5, .user_7,
  282. .user_7 , .user_9 .user_11 {
  283. background-color:#f2f2f2;
  284. margin-right:25px;
  285. color:{color:body};}
  286.  
  287. .user_2, .user_4, .user_6, .user_8,
  288. .user_10, .user_12 {
  289. background-color:{color:entry};
  290. color:{color:body};
  291. margin-right:25px;}
  292.  
  293. ul.chat, .chat ol, .chat li {
  294. list-style:none;
  295. margin:0px;
  296. padding:5px;}
  297.  
  298. blockquote {margin: 0.5em 0; padding: 0 0 0 9px; border-left: 1px solid {color:Text};}
  299. .audio blockquote, .quote blockquote {padding: 0; border: 0;}
  300. blockquote img {width: auto;}
  301.  
  302. p.question {margin: 0; font-size: 11px; line-height: 14px; letter-spacing: 0px; font-family: {font:Serif};}
  303.  
  304. #question {padding:10px;background-color: #f2f2f2;position: relative;border: 4px solid #f2f2f2;}
  305. #question:after, #demo:before {border: solid transparent;content: ' ';height: 0;left: 100%;position: absolute;width: 0;}
  306. #question:after {border-width: 9px;border-left-color: #f2f2f2;top: 15px;}
  307. #question:before {border-width: 14px;border-left-color: #f2f2f2;top: 10px;}
  308.  
  309. .audio {
  310. height:60px;
  311. padding:5px;
  312. margin-bottom:5px; }
  313.  
  314. .audio-album {
  315. position:absolute;
  316. width:60px; }
  317.  
  318. .audio-player {
  319. opacity:0.6;
  320. filter:alpha(opacity=60);
  321. border:2px solid #f2f2f2;
  322. width:25px;
  323. height:25px;
  324. overflow:hidden;
  325. position:absolute;
  326. z-index:2;
  327. margin-left:15px;
  328. margin-top:15px; }
  329.  
  330. .audio-info {
  331. margin-top:-10px;
  332. position:relative;
  333. margin-left:70px;
  334. padding:5px; }
  335.  
  336. .sidelinks { text-align:center; }
  337.  
  338. .sidelinks a { padding:3px 10px 3px 10px; font-size:9px; margin:3px; background-color:{color:navigation}; text-align:center; font-family:{font:sidelinks}; color:#ffffff; }
  339.  
  340. .sidelinks a:hover { padding:3px 10px 3px 10px; font-size:9px; margin:3px; background-color:{color:bottom}; text-align:center; font-family:{font:sidelinks}; color:{color:body}; }
  341.  
  342. {CustomCSS}
  343. </style>
  344.  
  345.  
  346. <body>
  347. <div id="header">
  348. </div>
  349.  
  350. <div id="main">
  351. <div id="container">
  352.  
  353. <div id="sidebar">
  354.  
  355. <div style="margin-bottom:10px;">
  356. <table><tr><td>
  357. <img class="sideicon" padding="10" src="{PortraitURL-64}">
  358. </td>
  359. <td id="navigation" width=100%>
  360. <a href="/">home</a> <a href="/archive">archive</a>
  361. <a href="/ask">ask</a> <a href="http://mcpoyles.tumblr.com">theme</a>
  362. </td></tr></table>
  363. </div>
  364.  
  365. <center><img src="{image:sidebar}" style="border:5px solid {color:bottom};" class="sideimage" width="230"></center>
  366.  
  367. {block:Description}<div class="date"><a href="/">{Title}</a></div>
  368. <div id="side">
  369. {Description}
  370. </div>
  371. <div class="bottom"> </div>
  372. <div class="space"> </div>{/block:Description}
  373.  
  374. <div class="sidelinks">
  375. <a href="{text:Sidebar Link Url 1}">{text:Sidebar Link 1}</a>
  376. <a href="{text:Sidebar Link Url 2}">{text:Sidebar Link 2}</a>
  377. <a href="{text:Sidebar Link Url 3}">{text:Sidebar Link 3}</a>
  378. <a href="{text:Sidebar Link Url 4}">{text:Sidebar Link 4}</a>
  379. </div>
  380.  
  381. <div class="space"> </div>
  382.  
  383. <div id=pagination>{block:Pagination}
  384. {block:PreviousPage}
  385. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  386. {/block:PreviousPage}
  387.  
  388. {block:JumpPagination length="5"}
  389. {block:CurrentPage}
  390. <span class="current_page">{PageNumber}</span>
  391. {/block:CurrentPage}
  392.  
  393. {block:JumpPage}
  394. <a class="jump_page" href="{URL}">{PageNumber}</a>
  395. {/block:JumpPage}
  396. {/block:JumpPagination}
  397.  
  398. {block:NextPage}
  399. <a class="jump_page" href="{NextPage}">&rarr;</a>
  400. {/block:NextPage}
  401. {/block:Pagination}</div>
  402.  
  403. </div>
  404.  
  405. <div id="entry">
  406.  
  407. {block:Posts}
  408.  
  409. <div class="post">
  410.  
  411. {block:Text}
  412. {block:Title}
  413. <div class="title"><a href="{Permalink}">{Title}</a></div>
  414. {/block:Title}
  415. {Body}
  416. {/block:Text}
  417.  
  418. {block:Photo}
  419. <img src="{PhotoURL-500}" />
  420. {/block:Photo}
  421.  
  422.  
  423. {block:Photoset}
  424. {Photoset-500}
  425. {/block:Photoset}
  426.  
  427.  
  428. {block:Quote}
  429. <div class="quote"><div class="medium">
  430. <i><big>{Quote}</big></i></div></div>
  431. {block:Source} {Source}{/block:Source}<BR>
  432. {/block:Quote}
  433.  
  434.  
  435. {block:Link}
  436. <div class="title">
  437. <a href="{URL}" {Target}>{Name}</a></div>
  438. {block:Description}
  439. {Description}
  440. {/block:Description}
  441. {/block:Link}
  442.  
  443. {block:Chat}
  444. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">
  445. {block:Label}<span class="label">{Label}</span>{/block:Label}
  446. {Line}</li>{/block:Lines}</ul>
  447. {/block:Chat}
  448.  
  449.  
  450. {block:Video}
  451. {Video-500}
  452. {/block:Video}
  453.  
  454.  
  455. {block:Audio}
  456. <div class="audio">
  457. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  458. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  459.  
  460. <div class="audio-info">
  461. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  462. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  463. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  464. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  465. </div></div>
  466. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  467. {/block:Audio}
  468.  
  469.  
  470. {block:Answer}
  471. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}:<BR>{Question}</div> <BR>
  472. {Answer}{/block:Answer}
  473.  
  474.  
  475. <table style="color:{color:hover};border-top:1px solid #f0f0f0;margin-top:10px;" width="100%"><tr><td>
  476. {block:RebloggedFrom} <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp;&nbsp;{/block:RebloggedFrom}
  477. {block:ContentSource} <b>source:</b> <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  478. </td>
  479.  
  480. <td style="text-align:right;font-size:11px;">
  481. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  482. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  483. </td></tr></table>
  484. </div>
  485.  
  486. <div class="bottom" style="width:520px;"> </div>
  487. {block:HasTags} <div class="tags" style="width:510px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  488.  
  489. <div class="space"> </div>
  490.  
  491. {block:PostNotes}
  492. <div class="post">
  493. {PostNotes}
  494. </div>
  495. {/block:PostNotes}
  496.  
  497. {/block:Posts}
  498.  
  499. {block:Pagination}
  500. {block:NextPage}<a href="{NextPage}">+</a> {/block:NextPage} {block:PreviousPage} / <a href="{PreviousPage}">-</a>{/block:PreviousPage}
  501. {/block:Pagination}
  502.  
  503. </div>
  504. </div>
  505. </div
  506.  
  507. <div class="footer">
  508.  
  509. </div>
  510.  
  511. </body>
  512. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement