Advertisement
rctyler24

Transparentsea Theme v2

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