jaesoonie

PLOT PAGE #1

Nov 30th, 2014
3,837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. <!----------------------------------------------------------------------------
  2.  
  3.  
  4. ᴘʟᴏᴛ ᴘᴀɢᴇ;
  5. © ᴍᴀᴅᴇ ʙʏ ᴄʜʟᴏᴇ
  6. [ ʏ-ᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ] & [ ᴄʜsᴏ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ]
  7.  
  8. ᴛʜᴇᴍᴇs ᴄᴀɴ ʙᴇ ғᴏᴜɴᴅ ᴀᴛ:
  9. [ ᴄʜᴄᴏᴅᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ]
  10.  
  11.  
  12. - ᴅᴏɴ'ᴛ sᴛᴇᴀʟ ɪᴛ.
  13. - ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏɴ ᴛʜᴇ ᴘᴀɢᴇ.
  14.  
  15.  
  16. ---------------------------------------------------------------------------->
  17.  
  18.  
  19. <html>
  20. <head>
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("[title]").style_my_tooltips();
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  38.  
  39. <!---------------------------------------------------------------------------
  40.  
  41.  
  42.  
  43.  
  44. ɴᴏᴛᴇ: ғᴏʀ sᴏᴍᴇ ʀᴇᴀsᴏɴ ᴡʜᴀᴛ ᴅɪsᴘʟᴀʏs ᴏɴ ᴛʜᴇ ᴘʀᴇᴠɪᴇᴡ
  45. ᴏɴ ᴛʜᴇ ʀɪɢʜᴛ ɪs ᴍᴏsᴛ ʟɪᴋᴇʟʏ ɴᴏᴛ ᴛʜᴇ ᴇxᴀᴄᴛ sᴀᴍᴇ ᴀs
  46. ᴛʜᴇ ʟᴀʏᴏᴜᴛ ʙᴜɪʟᴛ (ғᴏʀ ᴇxᴀᴍᴘʟᴇ ғᴏɴᴛs). sᴀᴠᴇ ᴀɴᴅ sᴇᴇ
  47. ᴀʟᴛᴇʀᴀᴛɪᴏɴs ᴏɴ ᴛʜᴇ ᴀᴄᴛᴜᴀʟ ʙʟᴏɢ.
  48.  
  49. ʙᴇsᴛ ᴠɪᴇᴡᴇᴅ ᴏɴ ɢᴏᴏɢʟᴇ ᴄʜʀᴏᴍᴇ!
  50.  
  51.  
  52.  
  53.  
  54. ---------------------------------------------------------------------------->
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  
  60. #s-m-t-tooltip { display: block;
  61. background: #333;
  62. font-size: 8px;
  63. font-family: calibri;
  64. letter-spacing: 1px;
  65. text-transform: uppercase;
  66. color: #fff;
  67. text-align: center;
  68. margin-left: 20px;
  69. padding: 5px;
  70. min-width: 40px;
  71. z-index: 999999999;}
  72.  
  73.  
  74.  
  75. ::-webkit-scrollbar-track {background-color:#ddd;border:1px solid #fff;}
  76. ::-webkit-scrollbar-thumb {background-color:#333;}
  77. ::-webkit-scrollbar {width:3px;height:5px;}
  78.  
  79.  
  80.  
  81. body {background: #f5f5f5 url('IMAGE URL') fixed;text-align: center;line-height: 100%;}
  82.  
  83.  
  84.  
  85. a:link, a:active, a:visited {text-decoration:none;}
  86.  
  87.  
  88.  
  89. #title{ top:0px;
  90. left:0px;
  91. position:fixed;
  92. font: 700 42px 'Montserrat';
  93. text-transform:uppercase;
  94. background:#333;
  95. letter-spacing:6px;
  96. line-height:100%;
  97. padding:25px;
  98. color: #fff;
  99. text-align:left;
  100. width:100%;
  101. z-index:99999;}
  102.  
  103.  
  104.  
  105.  
  106. #titles { font:12px 'Montserrat';
  107. text-align:left;
  108. color:#fff;
  109. background:#333;
  110. padding:5px 8px 5px 8px;
  111. letter-spacing:2px;
  112. text-transform:uppercase;}
  113.  
  114.  
  115.  
  116. #descriptions { font:8px calibri;
  117. letter-spacing:1px;
  118. text-transform:uppercase;
  119. color:#333;
  120. margin-top:10px;
  121. text-align:justify;}
  122.  
  123.  
  124.  
  125. b {font:700 9px calibri;color:#111;}
  126.  
  127.  
  128.  
  129.  
  130. .box { width: 1100px;
  131. margin: auto;
  132. margin-top:100px;
  133. margin-bottom: 50px;
  134. padding:25px 40px 25px 25px;}
  135.  
  136.  
  137.  
  138.  
  139. .caption { display: inline-block;
  140. position: relative;
  141. margin-bottom: 1px;
  142. margin-left:-1px;
  143. background: #fff;
  144. padding:25px;
  145. z-index: 66;
  146. width:210px;
  147. height:300px;
  148. overflow-y:scroll;}
  149.  
  150.  
  151.  
  152. a.caption:hover {background:#f5f5f5;}
  153.  
  154.  
  155.  
  156. .links{ position:fixed;
  157. letter-spacing:1px;
  158. right:15px;
  159. top:20px;
  160. z-index:9999999;}
  161.  
  162.  
  163. .links a{ background:#fff;
  164. text-transform:uppercase;
  165. color:#333;
  166. display:block;
  167. width:60px;
  168. font: 8px calibri;
  169. margin-bottom:5px;
  170. padding:2px;
  171. text-align:center;}
  172.  
  173.  
  174. </style>
  175. </head>
  176. <body>
  177.  
  178.  
  179.  
  180.  
  181.  
  182. <div class="links">
  183. <a href="/">home</a>
  184. <a href="/ask">message</a>
  185. <a href="http://chcodes.tumblr.com/" title="coded by chloe">chso</a>
  186. </div>
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. <!------------- TITLE ------------>
  194.  
  195. <div id="title">
  196. title
  197. </div>
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. <div class="box">
  205.  
  206. <table>
  207. <td style="vertical-align:top;">
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. <!------------- ONE ------------>
  216.  
  217.  
  218. <a class="caption" href="LINK/TAG">
  219.  
  220. <div id="titles">plot number #1</div>
  221. <div id="descriptions">
  222. <b>pairing:</b> paring name;
  223. <p>
  224. <b>plot:</b> Description</div>
  225. </a>
  226.  
  227.  
  228.  
  229.  
  230.  
  231. <!------------- TWO ------------>
  232.  
  233.  
  234. <a class="caption" href="LINK/TAG">
  235.  
  236. <div id="titles">plot number #2</div>
  237. <div id="descriptions">
  238. <b>pairing:</b> paring name;
  239. <p>
  240. <b>plot:</b> Description</div>
  241. </a>
  242.  
  243.  
  244.  
  245.  
  246.  
  247. <!------------- THREE ------------>
  248.  
  249.  
  250. <a class="caption" href="LINK/TAG">
  251.  
  252. <div id="titles">plot number #3</div>
  253. <div id="descriptions">
  254. <b>pairing:</b> paring name;
  255. <p>
  256. <b>plot:</b> Description</div>
  257. </a>
  258.  
  259.  
  260.  
  261.  
  262.  
  263. <!------------- FOUR ------------>
  264.  
  265.  
  266. <a class="caption" href="LINK/TAG">
  267.  
  268. <div id="titles">plot number #4</div>
  269. <div id="descriptions">
  270. <b>pairing:</b> paring name;
  271. <p>
  272. <b>plot:</b> Description</div>
  273. </a>
  274.  
  275.  
  276.  
  277.  
  278.  
  279. <!------------- FIVE ------------>
  280.  
  281.  
  282. <a class="caption" href="LINK/TAG">
  283.  
  284. <div id="titles">plot number #5</div>
  285. <div id="descriptions">
  286. <b>pairing:</b> paring name;
  287. <p>
  288. <b>plot:</b> Description</div>
  289. </a>
  290.  
  291.  
  292.  
  293.  
  294.  
  295. <!------------- SIX ------------>
  296.  
  297.  
  298. <a class="caption" href="LINK/TAG">
  299.  
  300. <div id="titles">plot number #6</div>
  301. <div id="descriptions">
  302. <b>pairing:</b> paring name;
  303. <p>
  304. <b>plot:</b> Description</div>
  305. </a>
  306. </a>
  307.  
  308.  
  309.  
  310.  
  311.  
  312. <!------------- SEVEN ------------>
  313.  
  314.  
  315. <a class="caption" href="LINK/TAG">
  316.  
  317. <div id="titles">plot number #7</div>
  318. <div id="descriptions">
  319. <b>pairing:</b> paring name;
  320. <p>
  321. <b>plot:</b> Description</div>
  322. </a>
  323.  
  324.  
  325.  
  326.  
  327.  
  328. <!------------- EIGHT ------------>
  329.  
  330.  
  331. <a class="caption" href="LINK/TAG">
  332.  
  333. <div id="titles">plot number #8</div>
  334. <div id="descriptions">
  335. <b>pairing:</b> paring name;
  336. <p>
  337. <b>plot:</b> Description</div>
  338. </a>
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. </td>
  349.  
  350.  
  351. </table>
  352.  
  353.  
  354. </div>
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362. </body>
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment