Advertisement
basilone

Theme 6

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