Advertisement
rctyler24

Blue Waves Theme

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