Advertisement
ofcuteboys

THEME #02, "Winter's Waltz"

Dec 5th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 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. <link href='http://fonts.googleapis.com/css?family=Tangerine:400,700' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:garamond;
  60. font-size:12px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. }
  70.  
  71. a:hover{
  72. color:{color:hover};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:15px;
  91. }
  92.  
  93. b {color:{color:accent}; font-size:1.5;}
  94. i {color:{color:accent};}
  95. em {color:{color:accent}; text-transform:uppercase; font-size:8px;}
  96. strong {color:{color:accent}; text-transform:uppercase; font-size:8px;}
  97.  
  98.  
  99. ::selection {
  100. background-color:{color:accent};
  101. }
  102.  
  103. #entries {
  104. padding:10px;
  105. width:500px;
  106. margin-left:00px;
  107. margin-top:40px;
  108. }
  109.  
  110. #post {
  111. width:500px;
  112. padding:15px;
  113. border-bottom:4px black solid;
  114. margin-bottom:50px;
  115. }
  116.  
  117. #header {
  118. position:fixed;
  119. width:500px;
  120. margin-left:550px;
  121. margin-top:0px;
  122. }
  123.  
  124.  
  125.  
  126.  
  127. #title {
  128. font-size:30px;
  129. font-family:Tangerine;
  130. text-align:center;
  131. letter-spacing:2px;
  132. margin-bottom:5px;
  133. color:white;
  134. background-color:#000;
  135. padding:15px;
  136. border-bottom: 4px solid {color:accent};
  137. }
  138.  
  139. #headerimage {
  140. width 500px;
  141.  
  142. }
  143.  
  144. #headerimage img {
  145. width:500px;
  146. margin-top:-5px;
  147. height:180px;
  148. }
  149.  
  150.  
  151. #bottomblock {
  152. border-top:4px solid {color:accent};
  153. background-color:#000;
  154. margin-top:45px;
  155. height:30px;
  156.  
  157. }
  158.  
  159. #snowflake {
  160. margin-left:230px;
  161. margin-top:-50px;
  162. width:50px;
  163. height:50px;
  164. -webkit-border-radius: 30px;
  165. -moz-border-radius: 30px;
  166. border-radius: 30px;
  167. background-color:white;
  168. }
  169.  
  170.  
  171. #snowflake img {
  172. width:50px;
  173. height:50px;
  174. -webkit-border-radius: 30px;
  175. -moz-border-radius: 30px;
  176. border-radius: 30px;
  177. border:3px solid #eee;
  178.  
  179. }
  180.  
  181. #leftlinks{
  182. margin-top:5px;
  183. margin-left:-220px;
  184. word-spacing:20px;
  185. font-family:arial;
  186. font-size:11px;
  187. letter-spacing:2px;
  188. text-align:center;
  189. -webkit-transition: all .8s ease-in-out;
  190. -moz-transition: all .8s ease-in-out;
  191. -ms-transition: all .8s ease-in-out;
  192. -o-transition: all .8s ease-in-out;
  193. transition: all .8s ease-in-out;
  194. }
  195.  
  196. #leftlinks a{
  197. padding:5px;
  198. color:white;
  199. -webkit-transition: all .8s ease-in-out;
  200. -moz-transition: all .8s ease-in-out;
  201. -ms-transition: all .8s ease-in-out;
  202. -o-transition: all .8s ease-in-out;
  203. transition: all .8s ease-in-out;
  204. }
  205.  
  206. #leftlinks a:hover{
  207. color:{color:hover};
  208. letter-spacing:4px;
  209. -webkit-transition: all .8s ease-in-out;
  210. -moz-transition: all .8s ease-in-out;
  211. -ms-transition: all .8s ease-in-out;
  212. -o-transition: all .8s ease-in-out;
  213. transition: all .8s ease-in-out;
  214. }
  215.  
  216.  
  217. #rightlinks{
  218. margin-top:-10px;
  219. margin-left:230px;
  220. word-spacing:20px;
  221. font-family:arial;
  222. font-size:11px;
  223. letter-spacing:2px;
  224. text-align:center;
  225. -webkit-transition: all .8s ease-in-out;
  226. -moz-transition: all .8s ease-in-out;
  227. -ms-transition: all .8s ease-in-out;
  228. -o-transition: all .8s ease-in-out;
  229. transition: all .8s ease-in-out;
  230. }
  231.  
  232. #rightlinks a{
  233. padding:5px;
  234. color:white;
  235. -webkit-transition: all .8s ease-in-out;
  236. -moz-transition: all .8s ease-in-out;
  237. -ms-transition: all .8s ease-in-out;
  238. -o-transition: all .8s ease-in-out;
  239. transition: all .8s ease-in-out;
  240. }
  241.  
  242. #rightlinks a:hover{
  243. color:{color:hover};
  244. letter-spacing:4px;
  245. -webkit-transition: all .8s ease-in-out;
  246. -moz-transition: all .8s ease-in-out;
  247. -ms-transition: all .8s ease-in-out;
  248. -o-transition: all .8s ease-in-out;
  249. transition: all .8s ease-in-out;
  250. }
  251.  
  252.  
  253.  
  254. #description {
  255. text-align:center;
  256. margin-top:-150px;
  257. margin-left:150px;
  258. width:200px;
  259. padding:5px;
  260. background-color:white;
  261. height:100px;
  262. color:black;
  263. font-style:italic;
  264. font-family:arial;
  265. font-size:11px;
  266. opacity:0;
  267. -webkit-transition: all .9s ease-in-out;
  268. -moz-transition: all .9s ease-in-out;
  269. -ms-transition: all .9s ease-in-out;
  270. -o-transition: all .9s ease-in-out;
  271. transition: all .9s ease-in-out;
  272.  
  273. }
  274.  
  275. #header:hover #description {
  276. opacity:.8;
  277. -webkit-transition: all .9s ease-in-out;
  278. -moz-transition: all .9s ease-in-out;
  279. -ms-transition: all .9s ease-in-out;
  280. -o-transition: all .9s ease-in-out;
  281. transition: all .9s ease-in-out;
  282. }
  283.  
  284. #pagination {
  285. font-size:10px;
  286. text-align:center;
  287. }
  288.  
  289. #info {
  290. text-align:center;
  291. margin-top:10px;
  292. }
  293.  
  294. #asker {
  295. float:left;
  296. margin-right:5px;}
  297.  
  298. #credit {
  299. position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:-2px; font-family:arial;font-weight:bold;color:black;background-color:white;padding:3px;border:3px solid black;
  300.  
  301. }
  302.  
  303. #credit a {
  304. color:black;
  305. }
  306. }
  307.  
  308. {CustomCSS}</style></head><body>
  309.  
  310. <div id="header">
  311.  
  312. <div id="title">{Title}</div>
  313.  
  314. <div id="headerimage"><img src="{image:sidebar}"><div id="description">{Description}</div>
  315. </div>
  316. <div id="bottomblock">
  317.  
  318. <div id="leftlinks">
  319. <a href="/">northpole</a>
  320. <a href="/ask">gifts</a>
  321.  
  322. </div>
  323.  
  324. <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>
  325.  
  326. <div id="rightlinks">
  327. <a href="{text:Link 1 URL}">snow</a>
  328. <a href="{text:Link 2 URL}">elves</a>
  329.  
  330. </div>
  331.  
  332.  
  333. <div id="pagination">
  334. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} —
  335. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  336. </div>
  337.  
  338. </div>
  339.  
  340. <div id="entries">{block:Posts}<div id="post">
  341.  
  342. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  343.  
  344. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  345.  
  346. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  347.  
  348. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  349.  
  350. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  351.  
  352. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  353.  
  354. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  355.  
  356. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  357.  
  358. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  359.  
  360. <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}
  361. <br>
  362. {block:HasTags}{block:Tags} filed as: <a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}</div>
  363.  
  364. </div>
  365. {block:PostNotes}{PostNotes}{/block:PostNotes}
  366. {/block:Posts}</div>
  367.  
  368. <div id="credit"><a href="http://ofcuteboyscodes.tumblr.com/">O C B</a></center></div>
  369.  
  370.  
  371. </body></html>
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement