Advertisement
ducktaile

THEME 01 BY GWENSTACYS

Dec 8th, 2012
2,058
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. <!--
  2. THEME 01 'HEARTS ARE BREAKABLE' BY GWENSTACYS http://gwenstacys.tumblr.com/
  3. DO NOT REMOVE CREDITS
  4. DO NOT CLAIM AS YOUR OWN
  5. THANKS FOR USING MY THEMES AND ENJOY !-->
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. </head>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#5a5a5a"/>
  18. <meta name="color:Border" content="#e9e9e9"/>
  19. <meta name="color:Link" content="#8b828a"/>
  20. <meta name="color:Scrollbar" content="#c9c9c9"/>
  21. <meta name="color:Hover" content="#f3f3f3" />
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="text:Link1" content="" />
  24. <meta name="text:Link1 Title" content="" />
  25. <meta name="text:Link2" content="" />
  26. <meta name="text:Link2 Title" content="" />
  27. <meta name="text:Link3" content="" />
  28. <meta name="text:Link3 Title" content="" />
  29. <meta name="text:Link4" content="" />
  30. <meta name="text:Link4 Title" content="" />
  31.  
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  38. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  39. ::-webkit-scrollbar-track{background-color:{color:background};}
  40.  
  41.  
  42.  
  43.  
  44. body {
  45. background:{color:background};
  46. margin:0px;
  47. color:{color:text};
  48. font-family:Cambria;
  49. font-size:10px;
  50. line-height:100%;}
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. -webkit-transition: opacity 0.5s linear;
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;}
  61.  
  62. a:hover {
  63. color:{color:hover};
  64. background-color:{color:link hover};
  65. -webkit-transition: opacity 0.5s linear;
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;}
  69.  
  70. img {
  71. border:none;}
  72.  
  73.  
  74. h1 {
  75. text-transform: uppercase;
  76. text-align: center;
  77. font-family: consolas;
  78. letter-spacing:-1px;
  79. font-size:12px;}
  80.  
  81. #entries {
  82. padding:10px;
  83. width:500px;
  84. margin-left:450px;
  85. font-family: Calibri;
  86. margin-top:30px;
  87. }
  88.  
  89. #post {
  90. padding:5px;
  91. font-family: consolas;
  92. width:500px;
  93. padding-bottom:100px;
  94. border:1px solid {color:border}; padding:10px;}
  95.  
  96. #tags {
  97. font-family: consolas;
  98. letter-spacing:0px;
  99. text-transform:uppercase;
  100. font-size:7px;
  101. margin-top:1px;
  102. text-align:center;
  103.  
  104. }
  105.  
  106. #tags
  107. a {display:inline; background-color:{color:link};
  108. padding:0px;
  109. text-align:center;
  110. background-color:{color:border};
  111. }
  112.  
  113.  
  114. #sidebar {
  115. background-color:{color:background};
  116. width:200px;
  117. position:fixed;
  118. margin-left:220px;
  119. margin-top:120px;}
  120.  
  121.  
  122. #sidebarimage {
  123. width 170px;
  124. }
  125.  
  126. #sidebarimage img {
  127. width:170px;
  128. border-bottom:1px solid {color:border}; padding:5px;}
  129.  
  130. #navbar {
  131. background-color:{color:background};
  132. display:block;
  133. border-bottom:1px solid {color:border}; padding:5px;
  134. padding: 2px ;
  135. width: 175px;
  136. line-height:100%;
  137. margin-top:1px;
  138. margin-left:11px;
  139. text-align:center;
  140. }
  141.  
  142. .navigation a {
  143. background-color:{color:background};
  144. color:{color:link};
  145. font-size:9px;
  146. font-family: Calibri;
  147. margin-bottom: 1px;
  148. text-transform: uppercase ;
  149. text-decoration:none;
  150. overflow:hidden;
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. .navigation a:hover {
  158. font-style: bold;
  159. color:{color:hover};
  160. }
  161.  
  162.  
  163.  
  164. #description {
  165. padding:5px;
  166. text-align:justify;
  167. font-size: 10px;
  168. margin-left:12px;
  169. width:165px;}
  170.  
  171. #pagination {
  172. width:200px;
  173. font-size:8px;
  174. word-spacing:8px;}
  175.  
  176. .jump_page {
  177. padding:3px;
  178. background-color:#transparent; }
  179.  
  180. .current_page {
  181. padding:3px;
  182. background-color:#transparent;
  183. color:{color:body}; }
  184.  
  185.  
  186. #info {
  187. font-family: consolas;
  188. font-size: 10px;
  189. text-transform:uppercase;
  190. text-align:center;
  191. margin-top:10px;
  192. padding-top: 8px;
  193. border-top: 1px solid {color:border};}
  194.  
  195. /*MISC POST STYLING (please leave these alone)*/
  196. .cover {position: relative; z-index: 1; width: 160px;}
  197. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 15px 24px 13px 16px;}
  198. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 52px; margin-left: 50px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;opacity: 0.7;}
  199.  
  200.  
  201. #credits {font-size:9px;
  202. letter-spacing:1px;
  203. bottom:7px;
  204. text-transform: uppercase;
  205. right:10px;
  206. position:fixed;
  207. padding:5px;
  208. text-align:right;
  209. border-left:1px solid {color:border};
  210. border-top:1px solid {color:border};
  211. border-right:1px solid {color:border};
  212. border-bottom:1px solid {color:border}}
  213.  
  214. #quote {
  215. width: 450px!Important;
  216. font-family: calibri;
  217. font-size: 12px;
  218. font-style: italic;
  219. text-transform: none;
  220. line-height:15px;}
  221.  
  222. #s {
  223. font-family: calibri;
  224. text-align: right;
  225. font-size:12px;
  226. letter-spacing:1px;}
  227.  
  228. #question { padding:10px;
  229. background-color: {color:border};
  230. position: relative;}
  231.  
  232. #question:after, #demo:before { border: solid transparent;
  233. content: ' ';
  234. height: 0; left: 100%;
  235. position: absolute;
  236. width: 0;}
  237.  
  238. #question:after { border-width: 9px;
  239. border-left-color: {color:border};
  240. top: 7px;}
  241.  
  242. #question:before { border-width: 14px;
  243. border-left-color: {color:border};
  244. top: 10px;}
  245.  
  246. ol {
  247. list-style-type: none;
  248. margin: 0; }
  249.  
  250. ol.notes li {
  251. width: 500px;
  252. padding: 10px;
  253. margin: 0 0 10px -35px;
  254. border-bottom: 1px solid {color:border}; }
  255.  
  256. ol.notes li:hover {
  257. border-bottom: 1px solid {color:border}; }
  258.  
  259. ol.notes li img {
  260. width:16px;
  261. padding-right: 10px;
  262. margin-bottom: -5px;
  263. opacity: 0.85;
  264. filter:alpha(opacity=85); }
  265.  
  266. ol.notes li img:hover {
  267. opacity: 1;
  268. filter:alpha(opacity=100); }
  269.  
  270.  
  271.  
  272.  
  273. {CustomCSS}</style></head><body>
  274.  
  275. <div id="credits">
  276. <a href="http://gwenstacys.tumblr.com">GWENSTACYS</a></div>
  277.  
  278. <div id="sidebar">
  279.  
  280.  
  281. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  282.  
  283. <div id="navbar">
  284. <div class="navigation">
  285. {block:ifLink1} <a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} {block:ifLink2} · <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3} · <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} · <a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  286. </div></div>
  287.  
  288. <div id="description">{Description}</div>
  289.  
  290. <br>
  291. <center> {block:Pagination}<div id="pagination">
  292. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  293. {block:JumpPagination length="3"}
  294. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  295. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  296. {/block:JumpPagination}
  297. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  298. </div>{/block:Pagination} </center>
  299. </div>
  300.  
  301. </div>
  302.  
  303. <div id="entries">{block:Posts}<p>
  304. <div id="post">
  305.  
  306.  
  307.  
  308. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  309.  
  310. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  311.  
  312. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  313.  
  314. {block:Quote}<div id="quote">{Quote}</div><div id="s">{block:Source} —{Source}</div>{/block:Source}{/block:Quote}
  315.  
  316. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  317.  
  318. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  319.  
  320. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  321. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  322. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  323. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  324. {/block:Audio}
  325.  
  326. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  327.  
  328. {block:Answer}
  329. <img align="right" src="{AskerPortraitURL-30}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  330. {Answer}
  331. {/block:Answer}
  332.  
  333.  
  334. <div id="info">
  335. {block:Date}posted {TimeAgo}{/block:Date} ♦ <a href="{Permalink}">
  336. {NoteCountWithLabel}</a>&nbsp;{block:RebloggedFrom}<small>(©</small> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a><small>)</small>{/block:RebloggedFrom}</div>
  337. <center><div class="tags">{block:HasTags}{block:Tags} + <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></center>
  338. </div>
  339.  
  340.  
  341.  
  342. {block:ContentSource}
  343. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  344. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  345. {/block:SourceLogo}
  346. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  347. {/block:ContentSource}
  348.  
  349. {/block:Posts}
  350.  
  351. {block:PostNotes}{PostNotes}{/block:PostNotes}
  352. {/block:Posts}</div>
  353.  
  354. </body>
  355.  
  356.  
  357. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement