yayfritzi

Contagious - Theme #3

Aug 21st, 2012
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. Contagious - Theme Three by Fritzi - Selgasm @tumblr.com
  5. Remove credit and I will kill you. xo
  6. -->
  7.  
  8. <head>
  9.  
  10. <!-- DEFAULT SETTINGS -->
  11. <link href='http://fonts.googleapis.com/css?family=Cookie|Karla' rel='stylesheet' type='text/css'>
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Boarder" content="##b8b4b1"/>
  14. <meta name="color:Text" content="#857474"/>
  15. <meta name="color:Link" content="#2c5766"/>
  16. <meta name="color:Link Hover" content="#bebcbc"/>
  17. <meta name="color:Nav Links" content="#000000"/>
  18. <meta name="color:Nlinks Hover" content="#F5F5F5"/>
  19. <meta name="color:Permalink" content="#F5F5F5"/>
  20. <meta name="color:Link One" content="#bad0d6"/>
  21. <meta name="color:Link Two" content="#8fa4a5"/>
  22. <meta name="color:Link Three" content="#8fb2bb"/>
  23. <meta name="color:Link Four" content="#6894a0"/>
  24.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27.  
  28. <meta name="text:Link 1 Title" content="Home"/>
  29. <meta name="text:Link 1" content="/" />
  30. <meta name="text:Link 2 Title" content="Ask" />
  31. <meta name="text:Link 2" content="/ask" />
  32. <meta name="text:Link 3 Title" content="Archive" />
  33. <meta name="text:Link 3" content="/archive" />
  34. <meta name="text:Link 4 Title" content="Random" />
  35. <meta name="text:Link 4" content="/random" />
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43. <style type="text/css">
  44.  
  45. body{color:{color:Text}; background-attachment:fixed; background-color:{color:Background}; background-image: url('{image:Background}'); text-align:justify; font-family:arial; font-size:11px;}
  46.  
  47. a{color: {color:Link}; text-decoration: none;}
  48.  
  49. a:hover{ color:{color:Link Hover};}
  50.  
  51. a img{border:0}
  52.  
  53. #entries{margin-left:530px; width:512px}
  54.  
  55. #sidebar {width:180px; margin-left:250px; height:auto; margin-top:120px; position:fixed; overflow:hidden; background-color: {color:Background}; padding:4px; border: 1px dotted {color:Boarder};}
  56.  
  57. #selala {width:184px; margin-left:250px; height:auto; margin-top:95px; position:fixed; overflow:hidden; background-color: transparent; padding:4px;}
  58.  
  59.  
  60. #link1 a{position: fixed;background: {color:link one};color:{color:Nav Links};display: inline-block;font-family: tinytots;font-size: 8px;
  61. text-align: center;line-height: 15px;text-transform: uppercase;height: 13px;width: 45px;transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;margin: -3px 0px 0px 0px;}
  62.  
  63. #link1:hover a{padding-top: 0px;opacity: 0.9;color:{color:Nlinks Hover};transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  64.  
  65.  
  66. #link2 a{position: fixed;background: {color:link two};color:{color:Nav Links};display: inline-block;font-family: tinytots;font-size: 8px;text-align: center;line-height: 15px;text-transform: uppercase;height: 13px;width: 45px;transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;margin: -3px 0px 0px 45px;}
  67.  
  68. #link2:hover a{padding-top: 0px;opacity: 0.9;color:{color:Nlinks Hover};transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  69.  
  70. #link3 a{position: fixed;background: {color:link three};color:{color:Nav Links};display: inline-block;font-family: tinytots;font-size: 8px;text-align: center;line-height: 15px;text-transform: uppercase;height: 13px;width: 45px;transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;margin: -3px 0px 0px 90px;}
  71.  
  72. #link3:hover a{padding-top: 0px;color:{color:Nlinks Hover};opacity: 0.9;
  73. transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  74.  
  75. #link4 a{position: fixed;background: {color:link four};color:{color:Nav Links};display: inline-block;font-family: tinytots;font-size: 8px;text-align: center;line-height: 15px;text-transform: uppercase;height: 13px;width: 45px;transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;margin: -3px 0px 0px 135px;}
  76.  
  77. #link4:hover a{padding-top: 0px;color:{color:Nlinks Hover};opacity: 0.9;
  78. transition: all 0.5s ease-out;-o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  79.  
  80. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  81.  
  82.  
  83. #pagination {font-size:14px; text-align: center; font-family:georgia; text-align:center;}
  84. #pagination a{color:{color:Link}}
  85.  
  86. #description {font-family:arial; font-size:10px; text-align:center; margin-top: -2px; padding:px; text-align:center; color:{color:Text};}
  87.  
  88. #permalink{background-color:{color:Permalink}; color:{color:text};font-family: tinytots; width: 495px; margin-bottom:2px; margin-top:8px; font-size:8px; padding:3px; text-transform: uppercase; margin-left:2px; text-align:center; font-style: none;border-top:1px dotted {color:Boarder} }
  89.  
  90. #permalink a{color: {color:Link};}
  91.  
  92. #permalink a:hover{color: {color:Link Hover}}
  93.  
  94. #posts{background-color:transparent; margin-bottom:10px; margin-top:10px; padding:7px; overflow:hidden; padding:3px}
  95.  
  96. #h1{font-family:cookie; color:{color:Link}; font-size:21px; line-height:12px;font-weight:normal; margin:0px; padding:3px; margin-left:10px;}
  97.  
  98. #source {text-align:right; font-size:09px;}
  99.  
  100. blockquote{border-left: 2px solid {color:Link}; padding-left:5px;}
  101. p{margin-top:5px; margin-bottom:5px; }
  102. .postalign{text-align:justify; padding:3px 0px 0px 0px;}
  103.  
  104. .question{background: {color:Entries}; font-size: 9px; font-weight:bold; color: {color:Text}; padding: 10px;}
  105.  
  106. .ask{font-size: 10px; background-color:{color:Background}; color:{color:Text};margin-bottom:0px;
  107. padding: 5px;}
  108.  
  109. .asker{text-transform: lowercase; padding-bottom:0px; font-size: 11px;}
  110.  
  111. .answer{padding:4px;}
  112.  
  113. .chat {line-height: 12px; list-style: none }
  114. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  115. .person1 {background-color:{color:Background}; color: {color:text}; }
  116. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  117. .person2 {color: {color:Text} }
  118. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  119.  
  120. .quote{font-family:{font:Title}; font-size:13px; color: {color:Text}; font-style:italic;}
  121.  
  122. .audio{background-color:{color:Entries}; height:35px; overflow:hidden;}
  123.  
  124. small{font-size:10px}
  125. big{font-size:14px}
  126. b, strong{color:{color:link}}
  127. i, em {color:{color:text}}
  128.  
  129.  
  130. </style>
  131. <style type="text/css">{CustomCSS}</style>
  132. </head>
  133.  
  134.  
  135. <body>
  136. <div id="selala"><div id="h1"><center><a href="/">{Title}</div></div>
  137. <div id="sidebar">
  138. <img src="{image:Sidebar}" width=180px>
  139. <div id="linkbar">
  140. <div id="link1"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>
  141. <div id="link2"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>
  142. <div id="link3"><a href="{text:Link 3}">{text:Link 3 Title}</a></div>
  143. <div id="link4"><a href="{text:Link 4}">{text:Link 4 Title}</a></div>
  144.  
  145. <br>
  146. <div id="description">{block:Description}{Description}{/block:Description}
  147.  
  148. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  149. </div></div></div></div>
  150.  
  151. <div id="entries">
  152. {block:Posts}
  153. <div id="posts">
  154.  
  155. {block:Text}
  156. <div class="postalign">
  157. {block:Title}
  158. <div id="h1">{Title}</div>
  159. {/block:Title}
  160. {Body}
  161. </div>
  162. {/block:Text}
  163.  
  164.  
  165. {block:Photo}
  166. <center><a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>
  167. <div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>
  168. {/block:Photo}
  169.  
  170. {block:Photoset}
  171. <center>{Photoset-500}</center><div class="postalign">{block:Caption}{Caption}{/block:Caption}
  172. </div>
  173. {/block:Photoset}
  174.  
  175.  
  176. {block:Quote}
  177. <div class="postalign">
  178. <div class="quote">{Quote}</div>
  179. {block:Source}
  180. <div id="source">— {Source}</div>
  181. </div>
  182. {/block:Source}
  183. {/block:Quote}
  184.  
  185. {block:Answer}<div class="postalign">
  186. <div class="ask">
  187. <div class="asker"><i>{Asker}</i> asked: {Question}
  188. <div class="answer">{Answer}</div></div>
  189. </div>
  190. {/block:Answer}
  191.  
  192. {block:Link}
  193. <div class="postalign">
  194. <div id="h1"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  195.  
  196. {block:Description}
  197. {Description}
  198. {/block:Description}
  199. </div>
  200. {/block:Link}
  201.  
  202. {block:Chat}<div class="postalign">{block:Title}<div id="h1">{Title}</div>{/block:Title}
  203. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}
  204. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  205. </div>{/block:Chat}
  206.  
  207. {block:Video}{Video-500}<div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  208.  
  209. {block:Audio}{block:AlbumArt}<div class="postalign"><img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerWhite}<br>
  210. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  211. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  212. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br clear="all" /></div> {/block:Audio}
  213.  
  214. <div id="permalink">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}- <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">@</a> - {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}
  215.  
  216.  
  217. {block:HasTags} <br> {block:Tags}
  218. #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div><BR>
  219. {/block:Posts}
  220.  
  221. {block:PostNotes}
  222. <div id="notes"><div id="notess">{PostNotes}</div></div></div>
  223. {/block:PostNotes}
  224.  
  225. <!--T H E M E B Y S E L G A S M -->
  226.  
  227. </div>
  228. </div>
  229. </body>
  230. <div style="position:fixed; bottom:6px; right:10px;font-family:tinytots; font-size:8px;">
  231. <a href="http://selgasm.tumblr.com">THEME BY SELGASM</a>
  232. </html>
Advertisement
Add Comment
Please, Sign In to add comment