Advertisement
rctyler24

Just Breathe Theme

Aug 1st, 2012
1,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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. Just Breathe v2 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.  
  17. <meta name="if:Sidebar Image" content="0">
  18. <meta name="if:Sidebar Title" content="0">
  19.  
  20. <meta name="color:Background" content="#ffffff" />
  21. <meta name="color:Body Text" content="#333333" />
  22. <meta name="color:Link" content="#FA6900" />
  23. <meta name="color:Link Hover" content="#1693A5" />
  24. <meta name="color:Sidebar Link Background" content="#69D2E7" />
  25. <meta name="color:Shadow" content="#F4DEC2" />
  26.  
  27. <meta name="text:Custom Title Font CODE" content=""/>
  28. <meta name="text:Custom Title Font NAME" content=""/>
  29.  
  30.  
  31. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  32. <link rel="shortcut icon" href="{Favicon}"/>
  33.  
  34. {block:Description}<meta name="description" content="{MetaDescription}" />
  35. {/block:Description}
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic' rel='stylesheet' type='text/css'>
  38.  
  39. {text:Custom Title Font CODE}
  40.  
  41. <style type="text/css">
  42.  
  43. #entry a > img:not([src*="avatar"]),
  44. #entry p > img,
  45. #entry center > img {
  46. width: 500px !important;
  47. min-width: 500px !important;
  48. max-width: 500px !important;
  49. }
  50.  
  51.  
  52. body {
  53. background: {color:Background};
  54. background-image:url('{image:Background}');
  55. background-attachment: fixed;
  56. background-position:center;
  57. font-family: Arial;
  58. font-size:12px;
  59. line-height:1.3em;
  60. font-smooth: always;
  61. font-weight: 400;
  62. color: {color:Body Text};
  63. }
  64.  
  65. p {
  66. line-height: 1.3em;
  67. }
  68.  
  69. a {
  70. color: {color:Link};
  71. font-smooth:always;
  72. }
  73.  
  74. a:hover {
  75. color: {color:Link Hover};
  76. font-smooth:always;
  77. }
  78.  
  79. img {
  80. max-width: 500px;
  81. overflow:hidden;
  82. }
  83.  
  84.  
  85.  
  86. blockquote {
  87. border-left: 2px {color:Link} solid;
  88. margin-left: 15px;
  89. padding-left: 5px;
  90. }
  91.  
  92. /*sidebar title*/
  93. h2 {
  94. font-size: 28px;
  95. letter-spacing: 1px;
  96. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  97. font-weight: 400;
  98. line-height: .1em;
  99. padding-bottom: 5px;
  100. text-align: center;
  101. font-smooth: always;
  102. }
  103.  
  104. /*theme cred*/
  105. h3 {
  106. font-size: 8px;
  107. font-weight: 400;
  108. text-align: center;
  109. padding-top: 5px;
  110. line-height: .1em;
  111. font-style:italic;
  112. }
  113.  
  114.  
  115. /*question formating (NOT ANSWER)*/
  116. .question {
  117. background: {color:Link};
  118. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  119. opacity: .8;
  120. font-size: 22px;
  121. color: white;
  122. padding: 5px;
  123. font-weight: 400;
  124. line-height: 1em;
  125. border-radius: 10px;
  126. }
  127.  
  128. .arrow-down {
  129. width: 0;
  130. height: 0;
  131. opacity: .8;
  132. margin-left: 450px;
  133. border-left: 15px solid transparent;
  134. border-right: 15px solid transparent;
  135. border-top: 15px solid {color:Link};
  136. }
  137.  
  138. /*asker format*/
  139. .asker {
  140. text-align:right;
  141. font-style: italic;
  142. font-weight: 400;}
  143.  
  144. /*post titles*/
  145. .title {
  146. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  147. text-align: left;
  148. font-smooth: always;
  149. font-weight: 400;
  150. font-size: 26px;
  151. letter-spacing: -1px;
  152. line-height: 1em;
  153. margin-top: 5px;
  154. }
  155.  
  156. /*permalinks at the bottom of each post*/
  157. .permalink {
  158. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  159. font-size: 12px;
  160. text-align: right;
  161. text-transform: uppercase;
  162. line-height: 1.25em;
  163. letter-spacing: 1px;
  164. }
  165.  
  166. #wrap {
  167. background: transparent;
  168. width:785px;
  169. margin-left: auto;
  170. margin-right: auto;
  171. margin-top: 25px;
  172. }
  173.  
  174.  
  175. #entry {
  176. width: 500px;
  177. margin-bottom: 15px;
  178. background:white;
  179. overflow: hidden;
  180. display: block;
  181. position: relative;
  182. float: right;
  183. padding: 5px;
  184. border-radius: 5px;
  185. -moz-box-shadow: 0px 0px 5px 2px {color:Shadow};
  186. -webkit-box-shadow: 0px 0px 5px 2px {color:Shadow};
  187. box-shadow: 0px 0px 5px 2px {color:Shadow};
  188. }
  189.  
  190. #sidebar {
  191. background: white;
  192. text-align: justify;
  193. overflow: hidden;
  194. float: left;
  195. display:block;
  196. position: relative;
  197. width: 250px;
  198. padding: 0px 5px 5px 5px;
  199. border-radius: 5px;
  200. -moz-box-shadow: 0px 0px 5px 2px {color:Shadow};
  201. -webkit-box-shadow: 0px 0px 5px 2px {color:Shadow};
  202. box-shadow: 0px 0px 5px 2px {color:Shadow};
  203. }
  204.  
  205. .sidebarlinks {
  206. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  207. text-transform: uppercase;
  208. font-size: 14px;
  209. font-weight: 400;
  210. text-align: center;
  211. letter-spacing: 2px;
  212. background: {color:Sidebar Link Background};
  213. border-radius: 5px;
  214. padding: 2px;
  215. margin-top: 2px;
  216. display: block;
  217. -webkit-transition: all .75s linear;
  218. -moz-transition: all .75s linear;
  219. -ms-transition: all .75s linear;
  220. -o-transition: all .75s linear;
  221. transition: all .75s linear;
  222. }
  223.  
  224. .sidebarlinks:hover {
  225. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  226. text-transform: uppercase;
  227. border-radius: 5px;
  228. font-size: 14px;
  229. font-weight: 400;
  230. text-align: center;
  231. letter-spacing: 2px;
  232. padding: 2px;
  233. margin-top: 2px;
  234. display: block;
  235. opacity: .5;
  236. -webkit-transition: all .75s linear;
  237. -moz-transition: all .75s linear;
  238. -ms-transition: all .75s linear;
  239. -o-transition: all .75s linear;
  240. transition: all .75s linear;
  241. }
  242.  
  243.  
  244. #navig {
  245. width: 500px;
  246. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  247. text-transform: uppercase;
  248. font-size: 16px;
  249. text-align: center;
  250. margin-left:auto;
  251. margin-right:auto;
  252. margin-bottom: 25px;
  253. position: relative;
  254. clear: both;
  255. background:white;
  256. display: block;
  257. float: right;
  258. padding:5px;
  259. border-radius: 5px;
  260. -moz-box-shadow: 0px 0px 5px 2px {color:Shadow};
  261. -webkit-box-shadow: 0px 0px 5px 2px {color:Shadow};
  262. box-shadow: 0px 0px 5px 2px {color:Shadow};
  263. }
  264.  
  265. #conversation {
  266. line-height: 1.2em;
  267. }
  268.  
  269.  
  270. #post-notes {
  271. text-align: right;
  272. font-family: '{text:Custom Title Font NAME}','Open Sans Condensed';
  273. font-size: 12px;
  274. text-transform: uppercase;
  275. }
  276.  
  277.  
  278. /* CLEAR FIX*/
  279. .clearfix:after {content: ".";
  280. display: block;
  281. height: 0;
  282. clear: both;
  283. visibility: hidden;}
  284. .clearfix {display: inline-block;}
  285. /* Hides from IE-mac \*/
  286. * html .clearfix { height: 1%;}
  287. .clearfix {display: block;}
  288. /* End hide from IE-mac */
  289.  
  290.  
  291. {CustomCSS}
  292.  
  293. </style>
  294. </head>
  295.  
  296. <body>
  297.  
  298. <div id="wrap">
  299.  
  300. <div id="main" class="clearfix">
  301.  
  302.  
  303.  
  304. <div id="sidebar">
  305.  
  306. {block:ifSidebarTitle}
  307. <a href="/"><h2>{Title}</h2></a>
  308. {/block:ifSidebarTitle}
  309.  
  310.  
  311. {block:ifSidebarImage}
  312. <a href="/">
  313. <img src="{image:Sidebar}" style="width:250px; border-radius: 5px; {block:ifNotSidebarTitle} padding-top: 5px;{/block:ifNotSidebarTitle}"><br>
  314. </a>
  315. {/block:ifSidebarImage}
  316.  
  317.  
  318. <p>{Description}</p>
  319.  
  320.  
  321.  
  322. <div class="sidebarlinks"><a href="/ask">{AskLabel}</a></div>
  323.  
  324. {block:HasPages}{block:Pages}
  325. <div class="sidebarlinks"><a href="{URL}">{Label}</a></div>
  326. {/block:Pages}{/block:HasPages}
  327.  
  328. <div class="sidebarlinks"><a href="/archive">Archive</a></div>
  329.  
  330. {block:IfRSS}
  331. <div class="sidebarlinks">
  332. <a href="{RSS}">RSS</a>
  333. </div>
  334. {/block:IfRSS}
  335.  
  336. {block:IfSubmit}
  337. <div class="sidebarlinks">
  338. <a href="/submit">Submit</a>
  339. </div>
  340. {/block:IfSubmit}
  341.  
  342.  
  343. <h3>theme by <a href="http://thosesexycodes.tumblr.com/">thosesexycodes</a></h3>
  344. </div>
  345.  
  346.  
  347.  
  348. {block:Posts}
  349.  
  350.  
  351. <div id="entry">
  352.  
  353.  
  354. {block:Text}
  355. {block:Title}<div class="title">{Title}</div>{/block:Title}
  356. {Body}
  357. {/block:Text}
  358.  
  359.  
  360. {block:Photo}
  361. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"></a>{LinkCloseTag}
  362. {block:Caption}{Caption}{/block:Caption}
  363. {/block:Photo}
  364.  
  365.  
  366. {block:Photoset}
  367. {LinkOpenTag}<a href="{Permalink}" alt="{PhotoAlt}">{Photoset-500}</a>{LinkCloseTag}
  368. {block:Caption}{Caption}{/block:Caption}
  369. {/block:Photoset}
  370.  
  371.  
  372.  
  373. {block:Quote}
  374. <div class="title">{Quote}</div>
  375. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;—&nbsp;{block:Source}{Source}{/block:Source}<br><br>
  376. {/block:Quote}
  377.  
  378.  
  379.  
  380. {block:Link}
  381. <div class="title"><a href="{URL}">{Name}</a></div>
  382. {block:Description}{Description}{/block:Description}
  383. {/block:Link}
  384.  
  385.  
  386.  
  387. {block:Audio}
  388. <center>
  389. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  390.  
  391. {block:AlbumArt}
  392. <img src="{AlbumArtURL}" width="250">
  393. {/block:AlbumArt}
  394.  
  395. <br><br>
  396.  
  397. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  398. </center>
  399. {block:Caption}{Caption}{/block:Caption}
  400.  
  401. {/block:Audio}
  402.  
  403.  
  404.  
  405. {block:Conversation}
  406. {block:Title}<div class="title">{Title}</div>{/block:Title}
  407.  
  408. <div class="conversation">
  409. {block:Lines}
  410. <br>
  411. {block:Label}<b>{Label}</b>{/block:Label}
  412. {Line}
  413. {/block:Lines}
  414. </div>
  415.  
  416. {/block:Conversation}
  417.  
  418.  
  419. {block:Video}
  420. {Video-500}
  421. {block:Caption}{Caption}{/block:Caption}
  422. {/block:Video}
  423.  
  424.  
  425.  
  426. {block:Answer}
  427. <div class="question">{Question}</div>
  428. <div class="arrow-down"></div>
  429. <div class="asker">{Asker}</div>
  430.  
  431. {Answer}
  432. {/block:Answer}
  433.  
  434.  
  435. <div class="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}&nbsp;/&nbsp;{NoteCountWithLabel}</a>{/block:Date}
  436.  
  437.  
  438. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  439.  
  440. {block:PostNotes}
  441.  
  442. <div id="post-notes">
  443. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  444. {/block:RebloggedFrom}
  445.  
  446. {block:ContentSource}&nbsp;|&nbsp;source: <a href="{SourceURL}">{SourceTitle}</a>
  447. {/block:ContentSource}
  448.  
  449.  
  450. </div>
  451.  
  452. {PostNotes}{/block:PostNotes}</div>
  453.  
  454. {/block:Posts}
  455.  
  456. </div>
  457.  
  458.  
  459. {block:Pagination}
  460. <div id="navig">
  461.  
  462.  
  463. {block:Pagination}
  464. {block:PreviousPage}
  465. <a href="{PreviousPage}">« newer</a>
  466. &nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  467. {/block:PreviousPage}
  468.  
  469.  
  470.  
  471. {block:NextPage}
  472. <a href="{NextPage}">older »</a>
  473. {/block:NextPage}
  474. {/block:Pagination}
  475. </div>
  476. {/block:Pagination}
  477.  
  478. </div>
  479.  
  480.  
  481. <br><br><br>
  482.  
  483. </body>
  484. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement