Advertisement
cocoofrps

PAGE 3.2 C

Feb 14th, 2015
1,552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18.  
  19. <head>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--- THEME BY @cocoofrps --->
  27.  
  28. <style type="text/css">
  29.  
  30. ::-webkit-scrollbar-thumb {
  31. height:auto;
  32. background-color:#000;
  33. }
  34.  
  35. ::-webkit-scrollbar {
  36. height:9px;
  37. width:5px;
  38. background-color:#f0f0f0;
  39. }
  40.  
  41. div.mix::-webkit-scrollbar-thumb {
  42. height:auto;
  43. background-color:#000;
  44. }
  45.  
  46. div.mix::-webkit-scrollbar {
  47. height:9px;
  48. width:5px;
  49. background-color:#fff;
  50. }
  51.  
  52.  
  53. body {
  54. background:#fff;
  55. margin:0px;
  56. color:#303030;
  57. font-family:'arial';
  58. font-size:11px;
  59. line-height:20px;
  60. text-align:justify;
  61. background-image:url('LINKHERE');
  62. background-attachment:fixed;
  63. }
  64.  
  65. small,big {
  66. font-size:9px;
  67. }
  68.  
  69. center {
  70. -webkit-transition: all 0.4s ease-in-out;
  71. -moz-transition: all 0.4s ease-in-out;
  72. -o-transition: all 0.4s ease-in-out;
  73. -ms-transition: all 0.4s ease-in-out;
  74. transition: all 0.4s ease-in-out;
  75. }
  76.  
  77. a {
  78. outline:none;
  79. -moz-outline-style:none;
  80. -webkit-transition: all 0.4s ease-in-out;
  81. -moz-transition: all 0.4s ease-in-out;
  82. -o-transition: all 0.4s ease-in-out;
  83. -ms-transition: all 0.4s ease-in-out;
  84. transition: all 0.4s ease-in-out;
  85. color:#303030;
  86. }
  87.  
  88. blockquote {
  89. text-align:right;
  90. }
  91.  
  92. b {
  93. color:#000;
  94. font-weight:100;
  95. }
  96.  
  97. a:hover {
  98. color:#f0f0f0;
  99. -webkit-transition: all 0.4s ease-in-out;
  100. -moz-transition: all 0.4s ease-in-out;
  101. -o-transition: all 0.4s ease-in-out;
  102. -ms-transition: all 0.4s ease-in-out;
  103. transition: all 0.4s ease-in-out;
  104. }
  105.  
  106. /* BANNER */
  107.  
  108. #banner {
  109. border-top:40px solid #000;
  110. }
  111.  
  112. #banner h1 {
  113. font-size:30px;
  114. font-family:'courier new';
  115. color:#000;
  116. text-transform:uppercase;
  117. margin-top:5px;
  118. }
  119.  
  120. /* TOP LINKS */
  121.  
  122. .links {
  123. position:fixed;
  124. margin-top:-78px;
  125. border-left:7px solid #000;
  126. }
  127.  
  128. .links a {
  129. text-decoration:none;
  130. display:inline-block;
  131. padding:3px 10px;
  132. margin-right:5px;
  133. font-size:9px;
  134. text-transform:lowercase;
  135. background-color:#f0f0f0;
  136. }
  137.  
  138. .links a:hover {
  139. background-color:#000;
  140. }
  141.  
  142. /* LIST CONTENT */
  143.  
  144. #tabs {
  145. background-color:#000;
  146. text-align:center;
  147. padding:5px;
  148. width:804px;
  149. }
  150.  
  151. button {
  152. background-color:#000;
  153. display:inline-block;
  154. border:0px;
  155. padding:5px 10px;
  156. color:#aaa;
  157. font-size:11px;
  158. font-family:'courier new';
  159. margin:2px;
  160. text-transform:uppercase;
  161. -webkit-transition: all 0.4s ease-in-out;
  162. -moz-transition: all 0.4s ease-in-out;
  163. -o-transition: all 0.4s ease-in-out;
  164. -ms-transition: all 0.4s ease-in-out;
  165. transition: all 0.4s ease-in-out;
  166. }
  167.  
  168. button:active {
  169. outline:1px solid #f0f0f0;
  170. }
  171.  
  172. button:hover {
  173. background-color:#fff;
  174. color:#303030;
  175. cursor:pointer;
  176. outline:1px solid #f0f0f0;
  177. }
  178.  
  179. button:focus {
  180. outline:1px solid #f0f0f0;
  181. color:#fff;
  182. }
  183.  
  184.  
  185. #Container {
  186. margin:30px auto;
  187. width:825px;
  188. text-align:left;
  189. padding:50px;
  190. background-color:#f0f0f0;
  191. }
  192.  
  193. #Container .mix{
  194. display: none;
  195. }
  196.  
  197.  
  198. .mix {
  199. display:inline-block;
  200. margin-right:10px;
  201. margin-top:15px;
  202. width:400px;
  203. -webkit-transition: all 0.4s ease-in-out;
  204. -moz-transition: all 0.4s ease-in-out;
  205. -o-transition: all 0.4s ease-in-out;
  206. -ms-transition: all 0.4s ease-in-out;
  207. transition: all 0.4s ease-in-out;
  208. }
  209.  
  210. #Container .img img {
  211. width:160px;
  212. }
  213.  
  214. .info {
  215. height:140px;
  216. background-color:#fff;
  217. margin-left:160px;
  218. overflow-y:auto;
  219. padding:10px;
  220. -webkit-transition: all 0.4s ease-in-out;
  221. -moz-transition: all 0.4s ease-in-out;
  222. -o-transition: all 0.4s ease-in-out;
  223. -ms-transition: all 0.4s ease-in-out;
  224. transition: all 0.4s ease-in-out;
  225. }
  226.  
  227. .info center {
  228. margin-top:45px;
  229. }
  230.  
  231. .info .desc {
  232. visibility:none;
  233. border-top:1px solid #f0f0f0;
  234. padding:5px;
  235. margin-top:100px;
  236. text-align:right;
  237. -webkit-transition: all 0.4s ease-in-out;
  238. -moz-transition: all 0.4s ease-in-out;
  239. -o-transition: all 0.4s ease-in-out;
  240. -ms-transition: all 0.4s ease-in-out;
  241. transition: all 0.4s ease-in-out;
  242. }
  243.  
  244. .mix center:hover {
  245. margin-top:5px;
  246. }
  247.  
  248. .mix:hover .desc {
  249. visibility:inline;
  250. margin-top:5px;
  251. }
  252.  
  253. #Container a {
  254. padding:3px 8px;
  255. background-color:#000;
  256. text-decoration:none;
  257. text-transform:uppercase;
  258. display:inline-block;
  259. font-family:'courier new';
  260. font-size:12px;
  261. color:#aaa;
  262. }
  263.  
  264. #Container i {
  265. font-size:9px;
  266. display:inline-block;
  267. margin-top:5px;
  268. }
  269.  
  270.  
  271.  
  272. /* CREDIT */
  273.  
  274. #c a {
  275. position:fixed;
  276. bottom:10px;
  277. right:10px;
  278. padding:5px 10px;
  279. background-color:#000;
  280. font-size:10px;
  281. text-transform:uppercase;
  282. text-decoration:none;
  283. display:block;
  284. }
  285.  
  286. /* TOOLTIP */
  287.  
  288.  
  289. #s-m-t-tooltip {
  290. position:absolute;
  291. background-color:#000;
  292. padding:3px 5px 3px;
  293. z-index:99999999999999999999999999999999;
  294. margin-top:-30px;
  295. margin-left:-30px;
  296. font-family:'Courier New';
  297. display:block;
  298. text-transform:uppercase;
  299. font-size:8px;
  300. color:{color:text};
  301. }
  302.  
  303. {CustomCSS}</style>
  304. </head>
  305. <body>
  306. <!-- THIS IS WHERE THE TOP INFORMATION IS! BE SURE TO EDIT THE ASK, NAVIGATION, AND ALL BIO POSTS LINKS. (THE ALL ONE IS GREAT IF YOU WANT TO LINK IT TO THE BIOS POSTED IN THE TUMBLR POST FORMAT FOR PEOPLE TO LIKE OR REBLOG.) -->
  307. <div id="banner">
  308. <h1>&&. characters</h1>
  309. <div class="links">
  310. <a href="/">back</a><a href="/ask">ask</a><a href="/n">navi</a><a href="/tagged/all">all</a>
  311. </div>
  312. </div>
  313.  
  314. <!--- LIST LINKS -->
  315. <div id="Container">
  316. <div id="tabs">
  317. <button class="filter active" data-filter="all">all</button>
  318. <button class="filter" data-filter=".female">female</button>
  319. <button class="filter" data-filter=".male">male</button>
  320. <button class="filter" data-filter=".non-binary">non-binary</button>
  321. </div>
  322. <!-- FEMALE -->
  323. <div class="mix female">
  324. <div class="img"><img src="https://31.media.tumblr.com/d256d25ea626bf17a86b0843335f030d/tumblr_inline_njrlq9jHeS1s703sn.jpg" align="left"></div>
  325. <div class="info">
  326. <center>
  327. <a href="/">CHARACTER NAME</a><br/>
  328. <i>AGE // FACE-CLAIM // PRO-NOUNS </i>
  329. <!-- If you want to add anything more to the text, put it above this! -->
  330. </center>
  331. <div class="desc">
  332. LOREM IPSUM AND JUST PUT THEIR INFORMATION HERE.
  333. </div>
  334. </div>
  335. </div>
  336.  
  337. <!-- MALE -->
  338.  
  339. <div class="mix male">
  340. <div class="img"><img src="https://31.media.tumblr.com/d0314019231953255a902bc95beaa06c/tumblr_inline_njrkq8Gpz91s703sn.jpg" align="left"></div>
  341. <div class="info">
  342. <center>
  343. <a href="/">character name</a><br/>
  344. <i>AGE // FACE-CLAIM // PRO-NOUNS </i>
  345. <!-- If you want to add anything more to the text, put it above this! -->
  346. </center>
  347. <div class="desc">
  348. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  349. </div>
  350. </div>
  351. </div>
  352.  
  353. <!-- NON-BINARY -->
  354.  
  355. <div class="mix non-binary">
  356. <div class="img"><img src="https://31.media.tumblr.com/e5058cf3a63a5976f35cd657d52cc017/tumblr_inline_njrkvgGusa1s703sn.jpg" align="left"></div>
  357. <div class="info">
  358. <center>
  359. <a href="/">character name</a><br/>
  360. <i>AGE // FACE-CLAIM // PRO-NOUNS </i>
  361. <!-- If you want to add anything more to the text, put it above this! -->
  362. </center>
  363. <div class="desc">
  364. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  365. </div>
  366. </div>
  367. </div>
  368.  
  369.  
  370. </div>
  371.  
  372. <!--- CREDIT. Honey, don't bother with this. It's gonna stay here forever; don't even touch it. Don't even look at it! -->
  373. <div id="c"><a href="http://cocoofrps.tumblr.com/">th</a></div>
  374.  
  375. <!-- JAVASCRIPT GROSS! -->
  376. <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
  377. <script src="http://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
  378. <script src="main.js"></script>
  379. <script>
  380. $(function(){
  381. $('#Container').mixItUp({
  382. animation: {
  383. enable: false
  384. }
  385. });
  386. });
  387. </script>
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement