Advertisement
basilone

Theme 7

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