Advertisement
ofcuteboys

Theme #04, "Natasha"

Dec 13th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---
  9. | |
  10. | CAROLINE'S THEME |
  11. | |
  12.  
  13.  
  14. CUSTOM THEME BY OFCUTEBOYS FOR NATASHA (WHEORE/ZACFFREN)
  15.  
  16. Please remember to follow the theme rules! Also, just because this theme was made specifically for you does not mean it's yours to release. It's still my theme! Thank you so much, hope you like it!
  17. --->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#838282"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Hover" content="#838282"/>
  23. <meta name="color:accent" content="#ff0000"/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="text:Link 1 Title" content="01 text">
  26. <meta name="text:Link 1 URL" content="01">
  27. <meta name="text:Link 2 Title" content="02 text">
  28. <meta name="text:Link 2 URL" content="02">
  29. <meta name="text:Link 3 Title" content="03 text">
  30. <meta name="text:Link 3 URL" content="03">
  31. <meta name="if:Blur" content="1"/>
  32.  
  33. <style type="text/css">
  34.  
  35. #credit {
  36. position:fixed;bottom:3px; right:3px; font-size:19px; letter-spacing:-2px; font-family:arial;font-weight:bold;color:black;padding:2px;border:
  37.  
  38. }
  39.  
  40. #credit a {
  41. color:black;
  42. }
  43.  
  44.  
  45. body {
  46. background:{color:background};
  47. margin:0px;
  48. color:{color:text};
  49. font-family:arial;
  50. font-size:10px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. }
  60.  
  61. a:hover{
  62. color:{color:hover};
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. h1 {
  80. font-size:15px;
  81. }
  82.  
  83. i {color:{color:accent};}
  84. b {color:{color:accent};}
  85. em {color:{color:accent};font-size:2;}
  86. strong {color:{color:accent};font-size:2;}
  87.  
  88. ::selection {background-color:{color:accent};}
  89.  
  90. ::-webkit-scrollbar { height:auto; width:9px; background-color: #cecece; border: 4px solid #fafafa; }
  91.  
  92. {block:IfBlur}
  93.  
  94. img {
  95. -webkit-filter:blur(2px);
  96. -webkit-transition-duration:2s;
  97. -moz-transition-duration:2s;
  98. -o-transition-duration:2s;
  99. }
  100.  
  101. img:hover {
  102. -webkit-filter:blur(0px);
  103. -webkit-transition-duration:2s;
  104. -moz-transition-duration:2s;
  105. -o-transition-duration:2s;
  106. }
  107.  
  108. {/block:IfBlur}
  109.  
  110. #entries {
  111. margin-bottom:25px;
  112. position:relative;
  113. width:600px;
  114. margin-left:30%;
  115. margin-top:150px;
  116. }
  117.  
  118. #post {
  119. width:200px;
  120. float:left;
  121. position:relative;
  122. margin-left:auto;
  123. margin-right:auto;
  124. margin-top:5px;
  125. }
  126.  
  127. #header {
  128. position:fixed;
  129. padding:2px;
  130. margin-left:30%;
  131. z-index:999999999999999999999999999999999999999999;
  132. background-color:white;
  133. margin-top:-100px;
  134. border-bottom:2px solid black;
  135. }
  136.  
  137.  
  138. #title {
  139. font-weight:bold;
  140. letter-spacing:-2.5px;
  141. padding-bottom:10px;
  142. padding-top:12px;
  143. font-size:35px;
  144. font-family:arial;
  145. text-align:left;
  146. margin-bottom:5px;
  147. text-transform:lowercase;
  148. -moz-transition-duration:1s;
  149. -webkit-transition-duration:1s;
  150. -o-transition-duration:1s;
  151. }
  152.  
  153. #title a {
  154. color:black;
  155. -moz-transition-duration:1s;
  156. -webkit-transition-duration:1s;
  157. -o-transition-duration:1s;
  158. }
  159.  
  160. #title a:hover {
  161. color:{color:accent};
  162. -moz-transition-duration:1s;
  163. -webkit-transition-duration:1s;
  164. -o-transition-duration:1s;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. #links{
  171. margin-top:5px;
  172. font-size:9px;
  173. letter-spacing:4px;
  174. text-align:center;
  175. }
  176.  
  177. #links a{
  178. padding:5px;
  179. }
  180.  
  181. @font-face {font-family:"meem2"; src: url('http://static.tumblr.com/gs9d5ab/Rj8m7debq/websymbols-regular-webfont.ttf');}
  182.  
  183.  
  184. #links a:hover{
  185. color:{color:hover};
  186. }
  187.  
  188. #description {
  189. text-align:justify;
  190. margin-top:5px;
  191. width:600px;
  192. }
  193.  
  194. #pagination {
  195. font-size:10px;
  196. text-align:center;
  197. }
  198.  
  199. #info {
  200. text-align:center;
  201. max-width:170px;
  202. font-family:Calibri;
  203. text-shadow:2px 2px{color:accent};
  204. opacity:0;
  205. color:white;
  206. font-size:14px;
  207. padding:5px;
  208. margin-left:10px;
  209. background-color:#000;
  210. -moz-transition-duration:2s;
  211. -webkit-transition-duration:2s;
  212. -o-transition-duration:2s;
  213. }
  214.  
  215. #info a {color:white;-moz-transition-duration:2s;
  216. -webkit-transition-duration:2s;
  217. -o-transition-duration:2s;}
  218.  
  219. #post:hover #info {
  220. opacity:1;-moz-transition-duration:2s;
  221. -webkit-transition-duration:2s;
  222. -o-transition-duration:2s;
  223. }
  224.  
  225. #asker {
  226. float:left;
  227. margin-right:5px;
  228. }
  229.  
  230. #tags {
  231. width:170px;
  232. margin-left:10px;
  233. padding:5px;
  234. background-color:black;
  235. opacity:0;
  236. color:white;
  237. -moz-transition-duration:2s;-webkit-transition-duration:2s;-o-transition-duration:2s
  238. }
  239. #tags a {color:white;}
  240.  
  241. #post:hover #tags {opacity:1;-moz-transition-duration:2s;-webkit-transition-duration:2s;-o-transition-duration:2s};
  242.  
  243.  
  244. {CustomCSS}</style></head><body>
  245.  
  246. <div id="header">
  247.  
  248. <div id="title">
  249.  
  250. <a href="/" title="refresh">{Title};</a></div>
  251.  
  252. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  253.  
  254. <div id="links">
  255. <a href="{Previous}">←</a>
  256. <a href="/">home</a>
  257. <a href="/ask">ask</a>
  258. <a href="http://zacffren.tumblr.com">main blog</a>
  259. <a href="/about">about</a>
  260. <a href="http://ofcuteboys.tumblr.com">cred</a>
  261. <a href="{Next}">→</a>
  262. </div>
  263.  
  264. <div id="description">{Description}</div>
  265.  
  266.  
  267.  
  268. </div>
  269.  
  270. <div id="entries">{block:Posts}<div id="post">
  271.  
  272. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}</a> {/block:Date} | <a href="{Permalink}">{NoteCount}</a> | <a href="{Reblog}"><span style="font-family:meem2;">J</span></a>
  273. <br>
  274. </div>
  275.  
  276.  
  277.  
  278. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  279.  
  280. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="180px"></center>{LinkCloseTag}{/block:Photo}
  281.  
  282. {block:Photoset}{Photoset-500}{/block:Photoset}
  283.  
  284. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  285.  
  286. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  287.  
  288. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  289.  
  290. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  291.  
  292. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  293.  
  294. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  295.  
  296.  
  297. <div id="tags">{block:HasTags}Tagged:{block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}</div>
  298.  
  299.  
  300.  
  301. </div>{/block:Posts}
  302.  
  303. <div id="credit"><a href="http://ofcuteboyscodes.tumblr.com/" title="theme maker credit">ofcuteboys. </a></center></div>
  304.  
  305.  
  306.  
  307. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement