Advertisement
ofcuteboys

Theme #02 "Winter's Waltz"

Dec 6th, 2013
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 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. This is ofcuteboys' theme #02, "Winter's Waltz"
  15.  
  16. Happy Holidays!!
  17.  
  18. The rules for my theme are-
  19. : do not steal, repost, or claim as your own
  20.  
  21. : I'm fine with people borrowing bits of my code. If you use a significant portion, please give me credit on another page or something!
  22.  
  23. : There are a lot of base codes out there. This theme is not a base code. You ARE welcome to look at it to teach yourself coding though
  24.  
  25. : If you use this theme, you MUST like/reblog the post. Your feedback helps me know what to make next!
  26.  
  27.  
  28. CREDITS:
  29. -hoenarry created the base code
  30.  
  31.  
  32. --->
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:Text" content="#838282"/>
  36. <meta name="color:Link" content="#b8b8b8"/>
  37. <meta name="color:Hover" content="#838282"/>
  38. <meta name="color:accent" content="#888888"/>
  39.  
  40. <meta name="image:sidebar" content=""/>
  41.  
  42.  
  43. <meta name="text:Link 1 Title" content="01 text">
  44. <meta name="text:Link 1 URL" content="01">
  45. <meta name="text:Link 2 Title" content="02 text">
  46. <meta name="text:Link 2 URL" content="02">
  47. <meta name="text:Link 3 Title" content="03 text">
  48. <meta name="text:Link 3 URL" content="03">
  49.  
  50.  
  51. <meta name="if:Snowing" content="1">
  52.  
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Tangerine:400,700' rel='stylesheet' type='text/css'>
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:cambria;
  68. font-size:12px;
  69. line-height:100%;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. -moz-transition-duration:0.5s;
  78.  
  79. -webkit-transition-duration:0.5s;
  80.  
  81. -o-transition-duration:0.5s;
  82. }
  83.  
  84. a:hover{
  85. color:{color:hover};
  86. -moz-transition-duration:0.5s;
  87.  
  88. -webkit-transition-duration:0.5s;
  89.  
  90. -o-transition-duration:0.5s;
  91. }
  92.  
  93. img {
  94. border:none;
  95. }
  96.  
  97. blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102. blockquote blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. h1 {
  108. font-size:15px;
  109. }
  110.  
  111. b {color:{color:accent}; font-size:2.5;}
  112. i {color:{color:accent};}
  113. em {color:{color:accent}; text-transform:uppercase; font-size:1.5;}
  114. strong {color:{color:accent}; text-transform:uppercase; font-size:1.5;}
  115.  
  116.  
  117. ::selection {
  118. background-color:{color:accent};
  119. }
  120.  
  121.  
  122.  
  123.  
  124. #entries {
  125. padding:10px;
  126. width:500px;
  127. margin-left:425px;
  128. margin-top:270px;
  129. }
  130.  
  131. #post {
  132. width:500px;
  133. padding:15px;
  134. border-bottom:4px black solid;
  135. margin-bottom:50px;
  136. }
  137.  
  138. #header {
  139. position:fixed;
  140. width:500px;
  141. background-color:white;
  142. margin-left:450px;
  143. margin-top:-270px;
  144. }
  145.  
  146.  
  147.  
  148.  
  149. #title {
  150. font-size:30px;
  151. font-family:Tangerine;
  152. text-align:center;
  153. letter-spacing:2px;
  154. margin-bottom:5px;
  155. color:white;
  156. background-color:#000;
  157. padding:15px;
  158. border-bottom: 4px solid {color:accent};
  159. }
  160.  
  161. #headerimage {
  162. width 500px;
  163.  
  164. }
  165.  
  166. #headerimage img {
  167. width:500px;
  168. margin-top:-5px;
  169. height:180px;
  170. }
  171.  
  172.  
  173. #bottomblock {
  174. border-top:4px solid {color:accent};
  175. background-color:#000;
  176. margin-top:45px;
  177. height:30px;
  178.  
  179. }
  180.  
  181. #snowflake {
  182. margin-left:230px;
  183. margin-top:-50px;
  184. width:50px;
  185. height:50px;
  186. -webkit-border-radius: 30px;
  187. -moz-border-radius: 30px;
  188. border-radius: 30px;
  189. background-color:white;
  190. }
  191.  
  192.  
  193. #snowflake img {
  194. width:50px;
  195. height:50px;
  196. -webkit-border-radius: 30px;
  197. -moz-border-radius: 30px;
  198. border-radius: 30px;
  199. border:3px solid #eee;
  200.  
  201. }
  202.  
  203. #leftlinks{
  204. margin-top:5px;
  205. margin-left:-220px;
  206. word-spacing:20px;
  207. font-family:arial;
  208. font-size:11px;
  209. letter-spacing:2px;
  210. text-align:center;
  211. -webkit-transition: all .8s ease-in-out;
  212. -moz-transition: all .8s ease-in-out;
  213. -ms-transition: all .8s ease-in-out;
  214. -o-transition: all .8s ease-in-out;
  215. transition: all .8s ease-in-out;
  216. }
  217.  
  218. #leftlinks a{
  219. padding:5px;
  220. color:white;
  221. -webkit-transition: all .8s ease-in-out;
  222. -moz-transition: all .8s ease-in-out;
  223. -ms-transition: all .8s ease-in-out;
  224. -o-transition: all .8s ease-in-out;
  225. transition: all .8s ease-in-out;
  226. }
  227.  
  228. #leftlinks a:hover{
  229. color:{color:hover};
  230. letter-spacing:4px;
  231. -webkit-transition: all .8s ease-in-out;
  232. -moz-transition: all .8s ease-in-out;
  233. -ms-transition: all .8s ease-in-out;
  234. -o-transition: all .8s ease-in-out;
  235. transition: all .8s ease-in-out;
  236. }
  237.  
  238.  
  239. #rightlinks{
  240. margin-top:-10px;
  241. margin-left:230px;
  242. word-spacing:20px;
  243. font-family:arial;
  244. font-size:11px;
  245. letter-spacing:2px;
  246. text-align:center;
  247. -webkit-transition: all .8s ease-in-out;
  248. -moz-transition: all .8s ease-in-out;
  249. -ms-transition: all .8s ease-in-out;
  250. -o-transition: all .8s ease-in-out;
  251. transition: all .8s ease-in-out;
  252. }
  253.  
  254. #rightlinks a{
  255. padding:5px;
  256. color:white;
  257. -webkit-transition: all .8s ease-in-out;
  258. -moz-transition: all .8s ease-in-out;
  259. -ms-transition: all .8s ease-in-out;
  260. -o-transition: all .8s ease-in-out;
  261. transition: all .8s ease-in-out;
  262. }
  263.  
  264. #rightlinks a:hover{
  265. color:{color:hover};
  266. letter-spacing:4px;
  267. -webkit-transition: all .8s ease-in-out;
  268. -moz-transition: all .8s ease-in-out;
  269. -ms-transition: all .8s ease-in-out;
  270. -o-transition: all .8s ease-in-out;
  271. transition: all .8s ease-in-out;
  272. }
  273.  
  274.  
  275.  
  276. #description {
  277. text-align:center;
  278. margin-top:-150px;
  279. margin-left:150px;
  280. width:200px;
  281. padding:5px;
  282. background-color:white;
  283. height:100px;
  284. color:black;
  285. font-family:garamond;
  286. font-size:11px;
  287. text-transform:lowercase;
  288. opacity:0;
  289. -webkit-transition: all .9s ease-in-out;
  290. -moz-transition: all .9s ease-in-out;
  291. -ms-transition: all .9s ease-in-out;
  292. -o-transition: all .9s ease-in-out;
  293. transition: all .9s ease-in-out;
  294.  
  295. }
  296.  
  297. #header:hover #description {
  298. opacity:.8;
  299. -webkit-transition: all .9s ease-in-out;
  300. -moz-transition: all .9s ease-in-out;
  301. -ms-transition: all .9s ease-in-out;
  302. -o-transition: all .9s ease-in-out;
  303. transition: all .9s ease-in-out;
  304. }
  305.  
  306. #pagination {
  307. font-size:10px;
  308. text-align:center;
  309. }
  310.  
  311. #info {
  312. text-align:center;
  313. margin-top:10px;
  314. }
  315.  
  316. #asker {
  317. float:left;
  318. margin-right:5px;}
  319.  
  320. #credit {
  321. bottom:3px;
  322. position:fixed;
  323. right:10px;
  324. float:right;
  325. font-family:calibri;
  326. color:black;
  327. font-size:9px;
  328. letter-spacing:1px;
  329. text-transform:uppercase;
  330. padding:5px;
  331.  
  332. }
  333.  
  334. #credit a {
  335. color:black;
  336. background-color:white;
  337. padding:5px;
  338. -webkit-transition-duration:.8s;
  339. -moz-transition-duration:.8s;
  340. -o-transition-duration:.8s;
  341. -ms-transition-duration:.8s;
  342. }
  343.  
  344. #credit a:hover {
  345. color:white;
  346. background-color:#00bdb3;
  347. }
  348. #blockleft{
  349. margin-left:0px;
  350. margin-top:-280px;
  351. height:120%;
  352. width:75px;
  353. background-color:black;
  354. border-right:5px solid {color:accent};
  355. position:fixed;
  356. }
  357.  
  358. #grayleft {
  359. margin-left:78px;
  360. margin-top:-280px;
  361. font-size:13px;
  362. font-family:candara;
  363. color:white;
  364.  
  365. text-align:center;
  366. width:25px;
  367. background-color:#777;
  368. border:none;
  369. height:170%;
  370. position:fixed;
  371.  
  372. -webkit-transition: all .9s ease-in-out;
  373. -moz-transition: all .9s ease-in-out;
  374. -ms-transition: all .9s ease-in-out;
  375. -o-transition: all .9s ease-in-out;
  376. transition: all .9s ease-in-out;
  377.  
  378. }
  379.  
  380.  
  381.  
  382.  
  383. {CustomCSS}</style></head><body>
  384.  
  385.  
  386. {block:IfSnowing}
  387.  
  388. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  389.  
  390. <script type="text/javascript">
  391. snowStorm.snowColor = '#d2d2d2'; //
  392. snowStorm.flakesMaxActive = 270;
  393. </script>
  394.  
  395. {/block:IfSnowing}
  396.  
  397.  
  398. <div id="blockleft"></div><div id="grayleft"></div>
  399.  
  400.  
  401. <div id="header">
  402.  
  403. <div id="title">{Title}</div>
  404.  
  405. <div id="headerimage"><img src="{image:sidebar}"><div id="description">{Description}</div>
  406. </div>
  407. <div id="bottomblock">
  408.  
  409. <div id="leftlinks">
  410. <a href="/">northpole</a>
  411. <a href="#?w=500" rel="02" class="poplight">gifts</a>
  412.  
  413. </div>
  414.  
  415.  
  416.  
  417. <div id="snowflake"><img src="http://us.cdn4.123rf.com/168nwm/alexmax/alexmax1003/alexmax100300022/6543918-shiny-blue-snowflake-ornament-christmas-tree-decoration-isolated-on-white-background.jpg"></div>
  418.  
  419. <div id="rightlinks">
  420. <a href="#?w=500" rel="03" class="poplight">snow</a>
  421. <a href="#?w=500" rel="01" class="poplight">elves</a>
  422.  
  423. </div>
  424.  
  425.  
  426. <div id="pagination">
  427. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} —
  428. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  429. </div>
  430.  
  431. </div></div>
  432.  
  433. <div id="entries">{block:Posts}<div id="post">
  434.  
  435. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  436.  
  437. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  440.  
  441. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  446.  
  447. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  448.  
  449. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  450.  
  451. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  452.  
  453. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> ; {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> src <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  454. <br>
  455. {block:HasTags}filed as: {block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}</div>
  456.  
  457. </div>
  458. {block:PostNotes}{PostNotes}{/block:PostNotes}
  459. {/block:Posts}</div>
  460.  
  461. <div id="credit"><a href="http://ofcuteboyscodes.tumblr.com/">O C B</a></center></div>
  462.  
  463.  
  464.  
  465.  
  466. </body>
  467.  
  468.  
  469.  
  470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement