Advertisement
karennn13

themepg1

Apr 9th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 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.  
  4. <!-- lilswaynes themage base; you can remove either this comment or the credit in the links section but please do not delete both, thank you. -->
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title>
  9.  
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <meta name="color:Background" content="#f9f9f9"/>
  16. <meta name="color:text2" content="#000"/>
  17.  
  18. <style type="text/css">
  19.  
  20.  
  21. /* --- SCROLLBAR ---*/
  22.  
  23. ::-webkit-scrollbar-thumb{
  24. background-color: #050505;
  25. border: 2px solid #ffffff;
  26. height:auto;
  27. }
  28.  
  29. ::-webkit-scrollbar {
  30. height:9px;
  31. width:9px;
  32. background-color: #050505;
  33. border: 4px solid #fff;
  34. }
  35.  
  36. ::selection {
  37. background-color:#f9f9f9;
  38. }
  39.  
  40. /* --- BODY ---*/
  41.  
  42. body {background:{color:background}; margin:0px; color:{color:text}; font-family:serif; font-size:9px; line-height:100%;}
  43.  
  44. .big-box {width:120px; margin-left:320px; margin-top:150px;}
  45.  
  46. #table { position:absolute; margin-top:159px; margin-left:-20px; border:20px solid #fff; width:720px; height:300px; overflow-y:scroll; overflow-x:hidden; padding-bottom:13px; padding-left:1px; background:#fff;}
  47.  
  48. .cells {margin-top:-17px; margin-left:0px;}
  49.  
  50. #cell { width:200px; height:115px; margin-top:24px; margin-left:24px; display:inline-block; -webkit-transition: all 1.3s ease;-moz-transition: all 1.3s ease;-o -transition: all 1.3s ease;}
  51.  
  52. #cell:hover #info { opacity:1; -webkit-transition: all 1.3s ease;-moz-transition: all 1.3s ease;-o -transition: all 1.3s ease; }
  53.  
  54. #cell img { width:200px; height:115px; border:2px solid #000; padding:2px; outline:1px solid #000; outline-offset:3px; -webkit-transition: all 1.3s ease;-moz-transition: all 1.3s ease;-o -transition: all 1.3s ease;}
  55.  
  56. .row {width:700px;}
  57.  
  58. #info { opacity:0; font-family:times; width:192px; text-align:center; font-style:italic; letter-spacing:2px; height:106px; background:#000; padding:7px; position:relative; margin-top:-122px; margin-left:2px; color:#fff; -webkit-transition: all 1.3s ease;-moz-transition: all 1.3s ease;-o -transition: all 1.3s ease;}
  59.  
  60. #themetitle { font-size:13px; font-family:technic; margin-top:5px;border-bottom:1px solid #fff; padding-bottom:8px; text-transform:uppercase;}
  61.  
  62. #theme-links { margin-top:10px; }
  63.  
  64. #theme-links a { font-size:12px; color:#fff; text-decoration:none; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o -transition: all 0.6s ease;}
  65.  
  66. #theme-links a:hover { color:#fff; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-o -transition: all 0.6s ease; text-decoration:line-through;}
  67.  
  68. #panel { text-align:center; background:#000; color:#fff; padding:20px; width:722px; margin-top:-130px; height:80px; margin-left:300px;}
  69.  
  70. #blog-title { font-size:30px; margin-top:10px; margin-left:20px;letter-spacing:3px; font-style:bold; font-family:calibri; text-transform:uppercase; }
  71.  
  72. #panel-desc { margin-top:15px; letter-spacing:1px; margin-left:217px; font-family:calibri;text-transform:uppercase; width:300px;}
  73.  
  74. #panel-links { color:#000; width:300px; margin-left:217px; margin-top:15px; }
  75.  
  76. #panel-links a { line-height:100%;color:#fff; font-style:normal; text-transform:uppercase;font-family:calibri;font-size:15px; letter-spacing:2px; margin-left:10px; text-decoration:none; display:inline-block; padding-bottom:6px; border-bottom:0px solid #f9f9f9; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-moz -transition: all 0.6s ease;}
  77.  
  78. #panel-links a:hover { border-bottom:0px solid #000; -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
  79.  
  80. #cred {
  81. position:fixed;
  82. font-size:10px;
  83. font-weight:normal;
  84. color:{color:text2};
  85. font-family:times;
  86. line-height:100%;
  87. letter-spacing:2px;
  88. width:100px;
  89. right:10px;
  90. bottom:10px;
  91. text-transform:none;
  92. text-align:left;
  93. }
  94.  
  95.  
  96. {CustomCSS}
  97.  
  98.  
  99. </style>
  100.  
  101.  
  102. </head>
  103.  
  104.  
  105. <body>
  106.  
  107. <!-- START DESIGN SECTION -->
  108.  
  109. <div class="big-box">
  110.  
  111. <div id="table">
  112.  
  113. <div class="cells">
  114.  
  115. <!-- row ---><div class="row"><!-- /// --->
  116.  
  117.  
  118.  
  119. <!-- cell -->
  120.  
  121. <div id="cell">
  122.  
  123. <img src="https://31.media.tumblr.com/3197e3413d66c45f741cdc91835874c2/tumblr_inline_n3j1fwocaL1rxkly4.png">
  124.  
  125. <div id="info">
  126.  
  127.  
  128.  
  129. <div id="themetitle">
  130.  
  131. theme thirteen
  132.  
  133. </div>
  134.  
  135. <div id="theme-links">
  136.  
  137. <a href="http://karen.co.vu/13">preview</a>
  138.  
  139. <a href="http://karen.co.vu/post/81715839969/theme-13-by-teenwovles-this-is-a-pretty-simple">info</a>
  140.  
  141. </div>
  142.  
  143. </div>
  144.  
  145. </div>
  146.  
  147. <!-- end cell -->
  148.  
  149. <!-- cell -->
  150.  
  151. <div id="cell">
  152.  
  153. <img src="https://31.media.tumblr.com/998eda285e8e94709cd4aa07c24c5d09/tumblr_inline_n2t4qrcF1t1rxkly4.png">
  154.  
  155. <div id="info">
  156.  
  157.  
  158.  
  159. <div id="themetitle">
  160.  
  161. theme twelve
  162.  
  163. </div>
  164.  
  165. <div id="theme-links">
  166.  
  167. <a href="http://karen.co.vu/12">preview</a>
  168.  
  169. <a href="http://karen.co.vu/post/80298141067/theme-12-by-teenwovles-this-theme-has-5-links">info</a>
  170.  
  171. </div>
  172.  
  173. </div>
  174.  
  175. </div>
  176.  
  177. <!-- end cell -->
  178.  
  179. <!-- cell -->
  180.  
  181. <div id="cell">
  182.  
  183. <img src="https://31.media.tumblr.com/e4990914a7bbe5c9318dd1b4c80e3238/tumblr_inline_n2lka1jnEC1rxkly4.png">
  184.  
  185. <div id="info">
  186.  
  187.  
  188.  
  189. <div id="themetitle">
  190.  
  191. theme eleven
  192.  
  193. </div>
  194.  
  195. <div id="theme-links">
  196.  
  197. <a href="http://karen.co.vu/11">preview</a>
  198.  
  199. <a href="http://karen.co.vu/post/79896118509/theme-11-by-teenwovles-this-theme-has-4-links">info</a>
  200.  
  201. </div>
  202.  
  203. </div>
  204.  
  205. </div>
  206.  
  207. <!-- end cell -->
  208.  
  209. <!-- cell -->
  210.  
  211. <div id="cell">
  212.  
  213. <img src="https://31.media.tumblr.com/76dfc37b214ed8684b95b982c565e630/tumblr_inline_n1dky6ruGA1rxkly4.png">
  214.  
  215. <div id="info">
  216.  
  217.  
  218.  
  219. <div id="themetitle">
  220.  
  221. theme ten
  222.  
  223. </div>
  224.  
  225. <div id="theme-links">
  226.  
  227. <a href="http://karen.co.vu/10">preview</a>
  228.  
  229. <a href="http://karen.co.vu/post/77436657550/theme-10-by-teenwovles-there-are-4-links-a">info</a>
  230.  
  231. </div>
  232.  
  233. </div>
  234.  
  235. </div>
  236.  
  237. <!-- end cell -->
  238. <!-- cell -->
  239.  
  240. <div id="cell">
  241.  
  242. <img src="http://24.media.tumblr.com/5f72c3ed471ceba31e3be916b8286fee/tumblr_n13z7vBHZQ1sf3rsxo1_1280.png">
  243.  
  244. <div id="info">
  245.  
  246.  
  247.  
  248. <div id="themetitle">
  249.  
  250. theme nine
  251.  
  252. </div>
  253.  
  254. <div id="theme-links">
  255.  
  256. <a href="http://karen.co.vu/09">preview</a>
  257.  
  258. <a href="http://karen.co.vu/post/76894529210/theme-09-by-teenwovles-i-really-honestly-truly">info</a>
  259.  
  260. </div>
  261.  
  262. </div>
  263.  
  264. </div>
  265.  
  266. <!-- end cell -->
  267. <!-- cell -->
  268.  
  269. <div id="cell">
  270.  
  271. <img src="https://31.media.tumblr.com/c41462eac99976d1da399908338be3eb/tumblr_inline_mzgua4icz81rxkly4.png">
  272.  
  273. <div id="info">
  274.  
  275.  
  276.  
  277. <div id="themetitle">
  278.  
  279. theme eight
  280.  
  281. </div>
  282.  
  283. <div id="theme-links">
  284.  
  285. <a href="http://karen.co.vu/08">preview</a>
  286.  
  287. <a href="http://karen.co.vu/post/75382080856/theme-08-by-teenwovles-im-actually-kind-of-happyy">info</a>
  288.  
  289. </div>
  290.  
  291. </div>
  292.  
  293. </div>
  294.  
  295. <!-- end cell -->
  296. <!-- cell -->
  297.  
  298. <div id="cell">
  299.  
  300. <img src="https://31.media.tumblr.com/bc7a1308c7d458d7f3d015ca258a485c/tumblr_inline_my80nzh5Xa1rxkly4.png">
  301.  
  302. <div id="info">
  303.  
  304.  
  305.  
  306. <div id="themetitle">
  307.  
  308. theme seven
  309.  
  310. </div>
  311.  
  312. <div id="theme-links">
  313.  
  314. <a href="http://karen.co.vu/07">preview</a>
  315.  
  316. <a href="http://karen.co.vu/post/75382040067/theme-07-by-supernturl-i-reallyyy-love-this-one">info</a>
  317.  
  318. </div>
  319.  
  320. </div>
  321.  
  322. </div>
  323.  
  324. <!-- end cell -->
  325. <!-- cell -->
  326.  
  327. <div id="cell">
  328.  
  329. <img src="http://media.tumblr.com/c958d01ff70b1ddbd689963e610019f7/tumblr_inline_mxcuwpEoip1rxkly4.png">
  330.  
  331. <div id="info">
  332.  
  333.  
  334.  
  335. <div id="themetitle">
  336.  
  337. theme six
  338.  
  339. </div>
  340.  
  341. <div id="theme-links">
  342.  
  343. <a href="http://karen.co.vu/06">preview</a>
  344.  
  345. <a href="http://karen.co.vu/post/75382018621/theme-6-by-supernturl-really-simple-theme-i-just">info</a>
  346.  
  347. </div>
  348.  
  349. </div>
  350.  
  351. </div>
  352.  
  353. <!-- end cell -->
  354. <!-- cell -->
  355.  
  356. <div id="cell">
  357.  
  358. <img src="http://media.tumblr.com/346e07fc68f21a5bca3f29319101c876/tumblr_inline_mw25etytVB1rxkly4.png">
  359.  
  360. <div id="info">
  361.  
  362.  
  363.  
  364. <div id="themetitle">
  365.  
  366. theme five
  367.  
  368. </div>
  369.  
  370. <div id="theme-links">
  371.  
  372. <a href="http://karen.co.vu/05">preview</a>
  373.  
  374. <a href="http://karen.co.vu/post/75381994274/theme-5-by-i-guess-supernturl-now-dd-you-can">info</a>
  375.  
  376. </div>
  377.  
  378. </div>
  379.  
  380. </div>
  381.  
  382. <!-- end cell -->
  383.  
  384. <!-- cell -->
  385.  
  386. <div id="cell">
  387.  
  388. <img src="http://media.tumblr.com/b84b9869a0fd6e1853414b07f4b2ede6/tumblr_inline_mvc4pjeQxh1rxkly4.png">
  389.  
  390. <div id="info">
  391.  
  392.  
  393.  
  394. <div id="themetitle">
  395.  
  396. theme four
  397.  
  398. </div>
  399.  
  400. <div id="theme-links">
  401.  
  402. <a href="http://karen.co.vu/04">preview</a>
  403.  
  404. <a href="http://karen.co.vu/post/75381962894/theme-4-by-teenwovles-im-kinda-iffy-about-this">info</a>
  405.  
  406. </div>
  407.  
  408. </div>
  409.  
  410. </div>
  411.  
  412. <!-- end cell -->
  413.  
  414.  
  415. <!-- cell -->
  416.  
  417. <div id="cell">
  418.  
  419. <img src="http://media.tumblr.com/2903c23851d8a7f366d34805edc2b19f/tumblr_inline_mt16faOSQq1qz4rgp.png">
  420.  
  421. <div id="info">
  422.  
  423.  
  424.  
  425. <div id="themetitle">
  426.  
  427. theme three
  428.  
  429. </div>
  430.  
  431. <div id="theme-links">
  432.  
  433. <a href="http://karen.co.vu/03">preview</a>
  434.  
  435. <a href="http://karen.co.vu/post/75381906508/theme-3-by-teenwovles-this-ones-one-of-my">info</a>
  436.  
  437. </div>
  438.  
  439. </div>
  440.  
  441. </div>
  442.  
  443. <!-- end cell -->
  444.  
  445.  
  446.  
  447. <!-- cell -->
  448.  
  449. <div id="cell">
  450.  
  451. <img src="http://media.tumblr.com/e9e85da169f789a027bf9937dd1c05c8/tumblr_inline_mqo9fkbwdw1qz4rgp.png">
  452.  
  453. <div id="info">
  454.  
  455.  
  456.  
  457. <div id="themetitle">
  458.  
  459. theme two
  460.  
  461. </div>
  462.  
  463. <div id="theme-links">
  464.  
  465. <a href="http://karen.co.vu/02">preview</a>
  466.  
  467. <a href="http://karen.co.vu/post/75381857413/theme-2-by-teenwovles-whoaaaa-second-one-already">info</a>
  468.  
  469. </div>
  470.  
  471. </div>
  472.  
  473. </div>
  474.  
  475. <!-- end cell -->
  476.  
  477.  
  478. <!-- cell -->
  479.  
  480. <div id="cell">
  481.  
  482. <img src="http://media.tumblr.com/039569f3e485c239b8ffb6341d0ae0db/tumblr_inline_mqnx7qjt4g1qz4rgp.png">
  483.  
  484. <div id="info">
  485.  
  486.  
  487.  
  488. <div id="themetitle">
  489.  
  490. theme one
  491.  
  492. </div>
  493.  
  494. <div id="theme-links">
  495.  
  496. <a href="http://karen.co.vu/p1">preview</a>
  497.  
  498. <a href="http://karen.co.vu/post/75381813106/theme-1-by-teenwovles-this-is-my-first-theme">info</a>
  499.  
  500. </div>
  501.  
  502. </div>
  503.  
  504. </div>
  505.  
  506. <!-- end cell -->
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530. </div>
  531.  
  532. </div>
  533.  
  534.  
  535. </div>
  536.  
  537.  
  538.  
  539.  
  540. <!-- END OF DESIGN SECTION --> </div> <!-- *** --->
  541.  
  542.  
  543. <!-- navigation -->
  544. <div id="panel">
  545.  
  546. <!-- title here -->
  547. <div id="blog-title">karen's themeage</div>
  548.  
  549.  
  550. <!-- description here -->
  551. <div id="panel-desc"> hello welcome to my theme blog!
  552. i hope you guys will enjoy them and please tell me if there is something wrong with any of my themes! | <script language="JavaScript">
  553. var ref = (''+document.referrer+'');
  554. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3031165&e1=%&e2=%&r=' + ref + '"><\/script>');
  555. </script>
  556. </div>
  557.  
  558.  
  559. <!-- links here -->
  560. <div id="panel-links">
  561. <a href="/">●</a>
  562. <a href="http://karen.co.vu">home</a>
  563. <a href="http://karen.co.vu/faq">ask</a>
  564. <a href="http://karen.co.vu/tagged/theme-faq">answered</a>
  565. <a href="http://www.teenwovles.tumblr.com/tagged/themes">recs</a>
  566. <a href="/">●</a><!-- I'd appreciate it alot if you'd leave this intact, thank you -->
  567.  
  568. </div>
  569. <div id="cred"><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Karen's Themes</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://karen.co.vu" property="cc:attributionName" rel="cc:attributionURL">Karen Luu</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US">Creative Commons Attribution-NonCommercial 4.0 International License</a>.</a></div>
  570.  
  571.  
  572.  
  573. </div>
  574.  
  575.  
  576. </body>
  577.  
  578. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement