Advertisement
rctyler24

Pacific Noir Theme

Jul 21st, 2012
4,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html lang="en">
  3.  
  4.  
  5. <!-- -----------------------------------------------
  6. Pacific Noir by thosesexycodes.tumblr.com
  7. You may edit the theme as you wish, but please keep my original
  8. source code. Thank you xoxo
  9. ----------------------------------------------- -->
  10.  
  11. <head>
  12. <style href>a {text-decoration: none} </style>
  13. <!--Default Variables-->
  14. <meta name="image:Background" content="" />
  15. <meta name="image:Sidebar" content="" />
  16. <meta name="image:Header" content="" />
  17.  
  18. <meta name="if:Sidebar Image" content="0">
  19. <meta name="if:Default Blog Header" content="1">
  20. <meta name="if:Custom Header" content="0">
  21. <meta name="if:Archive" content="1">
  22. <meta name="if:RSS" content="1">
  23. <meta name="if:Submit" content="0">
  24.  
  25. <meta name="color:Background" content="#b5ebe8" />
  26. <meta name="color:Body Text" content="#000" />
  27. <meta name="color:Link" content="#75bcc7" />
  28. <meta name="color:Link Hover" content="#d9f0f2" />
  29.  
  30. <meta name="text:Tagline" content=""/>
  31. <meta name="text:Custom Title Font CODE" content=""/>
  32. <meta name="text:Custom Title Font NAME" content=""/>
  33.  
  34. <meta name="font:Body" content=""/>
  35.  
  36.  
  37. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  38. <link rel="shortcut icon" href="{Favicon}"/>
  39.  
  40. {block:Description}<meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700' rel='stylesheet' type='text/css'>
  44.  
  45. {text:Custom Title Font CODE}
  46.  
  47. <style type="text/css">
  48.  
  49. #entry a > img:not([src*="avatar"]),
  50. #entry p > img,
  51. #entry center > img {
  52. width: 600px !important;
  53. min-width: 600px !important;
  54. max-width: 600px !important;
  55. }
  56.  
  57. body {
  58. background: {color:Background};
  59. background-image:url('{image:Background}');
  60. background-attachment: fixed;
  61. background-position:center;
  62. font-family: '{font:Body}', Trebuchet MS;
  63. font-size:14px;
  64. line-height: 1.5em;
  65. font-smooth: always;
  66. font-weight: 400;
  67. color: {color:Body Text};
  68. }
  69.  
  70. a {
  71. color: {color:Link};
  72. font-smooth:always;
  73. }
  74.  
  75. a:hover {
  76. color: {color:Link Hover};
  77. font-smooth:always;
  78. }
  79.  
  80. img {
  81. max-width: 1040px;
  82. overflow:hidden;
  83. }
  84.  
  85. p {
  86. line-height: 1.5em;
  87. }
  88.  
  89. blockquote {
  90. border-left: 2px {color:Link} solid;
  91. margin-left: 15px;
  92. padding-left: 10px;
  93. }
  94.  
  95. h2 {
  96. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  97. text-align: left;
  98. font-smooth: always;
  99. font-weight: 200;
  100. font-size: 35px;
  101. letter-spacing: -1px;
  102. line-height: 1em;
  103. }
  104.  
  105. h3 {
  106. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  107. text-align: left;
  108. font-smooth: always;
  109. font-weight: 200;
  110. font-size: 25px;
  111. letter-spacing: -1px;
  112. line-height: 1em;
  113. }
  114.  
  115. h4 {
  116. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  117. text-align: left;
  118. font-smooth: always;
  119. font-weight: 200;
  120. font-size: 15px;
  121. letter-spacing: -1px;
  122. line-height: 1em;
  123. }
  124.  
  125. /*question formating (NOT ANSWER)*/
  126. .question {
  127. background: {color:Link};
  128. opacity: .5;
  129. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  130. font-size: 26px;
  131. color: white;
  132. padding: 15px;
  133. font-weight: 400;
  134. line-height: 1em;
  135. border-radius: 10px;
  136. }
  137.  
  138. .arrow-down {
  139. width: 0;
  140. height: 0;
  141. opacity: .5;
  142. margin-left: 550px;
  143. border-left: 15px solid transparent;
  144. border-right: 15px solid transparent;
  145. border-top: 15px solid {color:Link};
  146. }
  147.  
  148. /*asker format*/
  149. .asker {
  150. text-align:right;
  151. font-style: italic;
  152. font-weight: 400;}
  153.  
  154. /*sidebar links*/
  155. .links{
  156. text-align: center;
  157. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  158. font-weight: 200;
  159. font-size: 30px;
  160. line-height: 1.5em;
  161. background; white;
  162. }
  163.  
  164. /*post titles*/
  165. h1 {
  166. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  167. margin-top: 0px;
  168. text-align: left;
  169. font-smooth: always;
  170. font-weight: 200;
  171. font-size: 45px;
  172. letter-spacing: -1px;
  173. line-height: 1em;
  174. }
  175.  
  176. /*permalinks at the bottom of each post*/
  177. .permalink {
  178. font-size: 11px;
  179. border-top: dotted #ccc 1px;
  180. padding-top:5px;
  181. margin-top: 10px;
  182. text-align: left;
  183. text-transform: uppercase;
  184. }
  185.  
  186. #wrap {
  187. background: white;
  188. margin-top: 0px;
  189. width:1040px;
  190. margin-left: auto;
  191. margin-right: auto;
  192. }
  193.  
  194. #header {
  195. text-align: center;
  196. padding-top: 50px;
  197. padding-left: 40px;
  198. padding-right: 40px;
  199. padding-bottom: 20px;
  200. font-size: 60px;
  201. font-smooth: always;
  202. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  203. font-weight: 200;
  204. background: white;
  205. }
  206.  
  207. #customheader {
  208. background-image: url('{image:Header}') !important;
  209. background-size: 1040px auto !important;
  210. background-repeat: no-repeat !important;
  211. height: auto !important;
  212. width: 1040px !important;
  213. padding-left: 0px !important;
  214. padding-right: 0px !important;
  215. padding-bottom: 0px !important;
  216. }
  217.  
  218. #tagline {
  219. text-align: center;
  220. font-size: 17px;
  221. font-style:italic;
  222. font-smooth: always;
  223. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  224. font-weight: 200;
  225. background: white;
  226. padding-bottom: 40px;
  227. margin-bottom: 30px;
  228. margin-right: 20px;
  229. margin-left: 20px;
  230. border-bottom: 1px dotted #ccc;
  231. }
  232.  
  233. #customheadertagline {
  234. text-align: center;
  235. font-style:italic;
  236. font-smooth: always;
  237. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  238. font-weight: 200;
  239. background: white;
  240. margin-bottom: 30px;
  241. margin-right: 20px;
  242. margin-left: 20px;
  243. border-bottom: 1px dotted #ccc;
  244. }
  245.  
  246. #entry {
  247. width: 600px;
  248. background:white;
  249. overflow: hidden;
  250. display: inline;
  251. position: relative;
  252. float: left;
  253. padding-left:60px;
  254. padding-right: 60px;
  255. padding-bottom: 50px;
  256. }
  257.  
  258. #sidebar {
  259. margin-top: 0px;
  260. width: 260px;
  261. background: white;
  262. overflow: hidden;
  263. float: right;
  264. display:inline;
  265. position: relative;
  266. padding-right: 60px;
  267. padding-left: 0px;
  268. padding-bottom: 50px;
  269. }
  270.  
  271. #navig {
  272. width: 600px;
  273. font-family: '{text:Custom Title Font NAME}','Yanone Kaffeesatz';
  274. text-transform: uppercase;
  275. font-size: 14px;
  276. letter-spacing: 2px;
  277. float:left;
  278. text-align: center;
  279. margin-left:auto;
  280. margin-right:auto;
  281. position: relative;
  282. display: inline;
  283. padding-left: 60px;
  284. padding-right: 60px;
  285. padding-bottom: 50px;
  286. }
  287.  
  288. #conversation {
  289. line-height: 3em;
  290. padding-bottom: 10px;
  291. }
  292.  
  293. #credit {
  294. width: auto;
  295. position: fixed;
  296. font-size: 8px;
  297. text-transform: lowercase;
  298. bottom: 5px;
  299. margin-right: auto;
  300. margin-left: auto;
  301. padding:3px;
  302. background: white;
  303. opacity: .6;
  304. border-radius: 5px;
  305. }
  306.  
  307. #post-notes {
  308. text-align: left;
  309. font-size: 11px;
  310. text-transform: uppercase;
  311. }
  312.  
  313. #desc {
  314. text-align: center;
  315. font-size: 12px;
  316. padding-bottom: 20px;
  317. }
  318.  
  319.  
  320. /* CLEAR FIX*/
  321. .clearfix:after {content: ".";
  322. display: block;
  323. height: 0;
  324. clear: both;
  325. visibility: hidden;}
  326. .clearfix {display: inline-block;}
  327. /* Hides from IE-mac \*/
  328. * html .clearfix { height: 1%;}
  329. .clearfix {display: block;}
  330. /* End hide from IE-mac */
  331.  
  332.  
  333. {CustomCSS}
  334.  
  335. </style>
  336. </head>
  337.  
  338. <body>
  339.  
  340. <div id="wrap">
  341.  
  342. <div id="main" class="clearfix">
  343.  
  344. {block:ifDefaultBlogHeader}
  345. <div id="header">
  346. <a href="/">{Title}</a>
  347. </div>
  348.  
  349. <div id="tagline">
  350. {text:Tagline}
  351. </div>
  352. {/block:ifDefaultBlogHeader}
  353.  
  354.  
  355. {block:ifCustomHeader}
  356. <div id="customheader">
  357. <a href="/">
  358. <img src="{image:Header}">
  359. </a>
  360. </div>
  361.  
  362. <div id="customheadertagline"></div>
  363.  
  364. {/block:ifCustomHeader}
  365.  
  366. <div id="sidebar">
  367.  
  368. <center>
  369. {block:ifSidebarImage}
  370. <img src="{image:Sidebar}" style="width:260px; padding-bottom: 20px;">
  371. <br>
  372. {/block:ifSidebarImage}
  373. </center>
  374.  
  375. <div id="desc">
  376. {Description}
  377. </div>
  378.  
  379. <div class="links">
  380. <a href="/ask">{AskLabel}</a><br>
  381. {block:HasPages}{block:Pages}
  382. <a href="{URL}">{Label}</a><br>
  383. {/block:Pages}{/block:HasPages}
  384. {block:IfArchive}<a href="/archive">Archive</a><br>{/block:IfArchive}
  385. {block:IfRSS}<a href="{RSS}">RSS</a><br>{/block:IfRSS}
  386. {block:IfSubmit}<a href="/submit">Submit</a>{/block:IfSubmit}
  387. </div>
  388.  
  389. <br>
  390.  
  391. <center>
  392. <form action="/search" method="get">
  393. <input type="text" name="q" value="{SearchQuery}"/>
  394. <input type="image" src="http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/zoom.png" alt="submit" name="submit" />
  395. </form>
  396. </center>
  397.  
  398. <br>
  399.  
  400. <div id="desc">
  401. <p>theme by <a href="http://thosesexycodes.tumblr.com/">thosesexycodes</a></p></div>
  402.  
  403. </div>
  404.  
  405.  
  406. {block:Posts}
  407.  
  408.  
  409. <div id="entry">
  410.  
  411.  
  412. {block:Text}
  413. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  414. {Body}
  415. {/block:Text}
  416.  
  417.  
  418. {block:Photo}
  419. <center>
  420.  
  421. {LinkOpenTag}
  422. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  423. {LinkCloseTag}</center>
  424. {block:Caption}{Caption}{/block:Caption}
  425. {/block:Photo}
  426.  
  427.  
  428. {block:Photoset}
  429. <center>
  430. {LinkOpenTag}{Photoset-500}{LinkCloseTag}</center>
  431. {block:Caption}{Caption}{/block:Caption}
  432. {/block:Photoset}
  433.  
  434.  
  435.  
  436. {block:Quote}
  437. <a href="{Permalink}"><h1>{Quote}</h1></a>
  438. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;—&nbsp;{block:Source}{Source}{/block:Source}<br><br>
  439. {/block:Quote}
  440.  
  441.  
  442.  
  443. {block:Link}
  444. <h1><a href="{URL}">{Name}</a></h1>
  445. {block:Description}{Description}{/block:Description}
  446. {/block:Link}
  447.  
  448.  
  449.  
  450. {block:Audio}
  451. <center>
  452. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  453.  
  454. {block:AlbumArt}
  455. <img src="{AlbumArtURL}">
  456. {/block:AlbumArt}
  457.  
  458. <br><br>
  459.  
  460. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  461. </center>
  462. {block:Caption}{Caption}{/block:Caption}
  463.  
  464. {/block:Audio}
  465.  
  466.  
  467.  
  468. {block:Conversation}
  469.  
  470. <div class="conversation">
  471. {block:Title}<h1>{Title}</h1>{/block:Title}
  472.  
  473.  
  474. {block:Lines}
  475. <br>
  476. {block:Label}<b>{Label}</b>{/block:Label}
  477. {Line}
  478. {/block:Lines}
  479.  
  480. </div>
  481. {/block:Conversation}
  482.  
  483.  
  484. {block:Video}
  485. {Video-500}
  486. {block:Caption}{Caption}{/block:Caption}
  487. {/block:Video}
  488.  
  489.  
  490.  
  491. {block:Answer}
  492. <div class="question">{Question}</div>
  493. <div class="arrow-down"></div>
  494. <div class="asker">- {Asker}</div>
  495.  
  496. {Answer}
  497. {/block:Answer}
  498.  
  499.  
  500.  
  501.  
  502. {block:Date}<div class="permalink">
  503.  
  504. <img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/pencil.png" height="7px;"><a href="{Permalink}">&nbsp;&nbsp;{TimeAgo}</a>
  505.  
  506. &nbsp;&nbsp;&nbsp;
  507.  
  508. <img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/heart.png" height="7px;"><a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel}</a>
  509.  
  510.  
  511. {block:HasTags}<br><img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/star_fav_empty.png" height="8px">&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  512.  
  513. </div>
  514.  
  515.  
  516.  
  517. {/block:Date}
  518.  
  519.  
  520. {block:PostNotes}
  521. <div id="post-notes">
  522.  
  523. {block:RebloggedFrom}<img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/users.png" height="8px"><a href="{ReblogParentURL}">&nbsp;&nbsp;{ReblogParentName}</a>
  524. {/block:RebloggedFrom}
  525.  
  526. &nbsp;&nbsp;&nbsp;
  527.  
  528. {block:ContentSource}<img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/user.png" height="8px"><a href="{SourceURL}">&nbsp;&nbsp;{SourceTitle}</a>
  529. {/block:ContentSource}
  530.  
  531. </div>
  532. {PostNotes}{/block:PostNotes}</div>
  533.  
  534. {/block:Posts}
  535.  
  536.  
  537.  
  538.  
  539. {block:Pagination}
  540. <div id="navig">
  541.  
  542.  
  543. {block:Pagination}
  544. {block:PreviousPage}
  545. <a href="{PreviousPage}">Previous Page</a>
  546. &nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  547. {/block:PreviousPage}
  548.  
  549.  
  550.  
  551. {block:NextPage}
  552. <a href="{NextPage}">Next Page</a>
  553. {/block:NextPage}
  554. {/block:Pagination}
  555. </div>
  556. {/block:Pagination}
  557. </div>
  558. </div>
  559.  
  560.  
  561. <br><br><br>
  562.  
  563. </body>
  564. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement