Advertisement
hunterthemes

- Page #13 - Color reference v.1

Mar 24th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #13 - Color reference (v.1)
  6.  
  7. * Do not redistribute this page and claim it as your own.
  8. * Do not remove the credit or move it to another page.
  9. * Minor changes to this page are allowed.
  10.  
  11. ---->
  12.  
  13. <!-- GOOGLE FONTS -->
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Nova+Slim' rel='stylesheet' type='text/css'>
  17. <link href="https://fonts.googleapis.com/css?family=Rozha+One" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Almendra" rel="stylesheet">
  19. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. /* CSS */
  24.  
  25. /*-- GENERAL --*/
  26.  
  27. body {
  28. margin: 0;
  29. padding: 0;
  30. width: 100%;
  31. height: 100%;
  32. color: #fff;
  33. font-family:Helvetica, Arial, sans-serif;
  34. font-size: 11px;
  35. line-height: 13px;
  36. background-color: #000;
  37. background-image:url(http://static.tumblr.com/4d2740af35f762d5e936f6564e96df7f/6dvmes1/tKTnnmjdc/tumblr_static_6uchwwn8elc08w80ggogog448.png);
  38. background-attachment: fixed;
  39. background-repeat: no-repeat;
  40. background-size:cover;
  41. overflow:hidden;
  42. }
  43.  
  44. /* Headings */
  45.  
  46. h1{
  47. color: #fff;
  48. max-width:100px;
  49. font-family: Baumans;
  50. font-size: 20px;
  51. line-height: 30px;
  52. padding:5px 10px;
  53. }
  54.  
  55. h2{
  56. font-family:Helvetica, Arial, sans-serif;
  57. font-size: 11px;
  58. line-height: 13px;
  59. }
  60.  
  61. /* Links */
  62.  
  63. a {
  64. color: #444444;
  65. text-decoration: none;
  66. }
  67.  
  68. a:hover {
  69. text-decoration: none;
  70. color: #eee;
  71. -webkit-transition: all 0.5s ease-in-out;
  72. -moz-transition: all 0.5s ease-in-out;
  73. -o-transition: all 0.5s ease-in-out;
  74. transition: all 0.5s ease-in-out;
  75. }
  76.  
  77. /* Bold and italic */
  78.  
  79. b, strong {color: #222222;}
  80.  
  81. i, em {color: #bbbbbb;}
  82.  
  83. /* Tumblr controls */
  84.  
  85. iframe.tmblr-iframe {
  86. top:0px!important;
  87. right:40px!important;
  88. opacity:0.8;
  89. transform:scale(0.6);
  90. transform-origin:100% 0;
  91. -webkit-transform:scale(0.8);
  92. -webkit-transform-origin:100% 0;
  93. -o-transform:scale(0.8);
  94. -o-transform-origin:100% 0;
  95. -moz-transform:scale(0.8);
  96. -moz-transform-origin:100% 0;
  97. -ms-transform:scale(0.8);
  98. -ms-transform-origin:100% 0;
  99. z-index:100000!important;
  100. filter:invert(1);
  101. -webkit-filter:invert(1);
  102. -o-filter:invert(1);
  103. -moz-filter:invert(1);
  104. -ms-filter:invert(1);
  105. }
  106.  
  107. iframe.tmblr-iframe:hover {
  108. opacity:1!important;}
  109.  
  110. /*-- Webkit scrollbar --*/
  111.  
  112. ::-webkit-scrollbar {
  113. width: 9px;
  114. height: 0px;
  115. }
  116.  
  117. ::-webkit-scrollbar-button:start:decrement,
  118. ::-webkit-scrollbar-button:end:increment {
  119. height: 0px;
  120. display: block;
  121. background-color: #000000;
  122. }
  123.  
  124. ::-webkit-scrollbar-track-piece {
  125. background-color: #000000;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb:vertical {
  129. height: 0px;
  130. background-color: #ffffff;
  131. border: 4px solid #000000;
  132. }
  133.  
  134. /*-- TOOLTIPS --*/
  135.  
  136. #s-m-t-tooltip {
  137. margin:24px 14px 7px 12px;
  138. padding: 5px;
  139. max-width: 250px;
  140. color: #eeeeee;
  141. background: #000000;
  142. border: 1px solid #eeeeee;
  143. font-size: 12px;
  144. line-height: 15px;
  145. z-index: 100000;
  146. }
  147.  
  148. /* Fix */
  149.  
  150. iframe, img, embed, object, video {
  151. max-width: 100%;
  152. border: none;
  153. }
  154.  
  155. input, textarea, select, a { outline: none; }
  156.  
  157. /*------ CONTAINER -----*/
  158.  
  159. #container{
  160. position:fixed;
  161. left:50%;
  162. top:50%;
  163. width:505px;
  164. height:490px;
  165. padding-left:55px;
  166. background:rgba(0,0,0, .6);
  167. background-image:url( );
  168. background-repeat:repeat;
  169. background-size:cover;
  170. border:1px solid #000;
  171. z-index:100;
  172. -webkit-transform: translateX(-50%) translateY(-50%);
  173. -moz-transform: translateX(-50%) translateY(-50%);
  174. -ms-transform: translateX(-50%) translateY(-50%);
  175. transform: translateX(-50%) translateY(-50%);
  176. }
  177.  
  178. /*-- MENU --*/
  179.  
  180. #menu{
  181. position:fixed;
  182. margin-top:220px;
  183. margin-left:-275px;
  184. width:491px;
  185. min-width:300px;
  186. height:50px;
  187. background:#000;
  188. text-align:right;
  189. border-bottom:1px solid #000;
  190. -ms-transform: rotate(-90deg);
  191. -webkit-transform: rotate(-90deg);
  192. transform: rotate(-90deg);
  193. }
  194.  
  195. /* Blog title */
  196.  
  197. #blogtitle{
  198. float:left;
  199. margin-left:20px;
  200. font-family:Baumans;
  201. font-size:30px;
  202. line-height: 50px;
  203. color:#eee;
  204. letter-spacing:1px;
  205. text-align:center;
  206. z-index:10000;
  207. }
  208.  
  209. #menu i{
  210. position:relative;
  211. margin-top:10px;
  212. margin-left:0px;
  213. margin-right:15px;
  214. width:20px;
  215. height:30px;
  216. padding:5px;
  217. font-size:20px;
  218. line-height:20px;
  219. text-align:center;
  220. border-bottom:1px solid #000;
  221. color:#afd2c3;
  222. }
  223.  
  224. #menu i:hover{
  225. color:#fff;
  226. -webkit-transition: all .7s ease;
  227. -moz-transition: all .7s ease;
  228. -o-transition: all .7s ease;
  229. transition: all .7s ease;
  230. }
  231.  
  232. /*-- COLOR CONTAINER --*/
  233.  
  234. #colors{
  235. position:absolute;
  236. margin-top:0px;
  237. margin-left:0px;
  238. width:465px;
  239. height:460px;
  240. max-height:460px;
  241. padding:20px;
  242. overflow-y:auto;
  243. }
  244.  
  245. .colorcon{
  246. display:inline-block;
  247. width:60px;
  248. height:90px;
  249. margin:15px;
  250. margin-top:10px;
  251. }
  252.  
  253. .color{
  254. margin:0;
  255. width:60px;
  256. height:55px;
  257. border-radius:3px;
  258. border:1px solid #000;
  259. }
  260.  
  261. .code{
  262. margin-top:5px;
  263. width:50px;
  264. height:12px;
  265. padding:5px;
  266. line-height:12px;
  267. text-align:center;
  268. background:rgba(0,0,0, 0.7);
  269. border:1px solid #000;
  270. border-radius:3px;
  271. font-size:10px;
  272. }
  273.  
  274. .code:hover{
  275. color:#000;
  276. background:rgba(255,255,255, 1);
  277. }
  278.  
  279. /*-- PAGE CREDIT --*/
  280.  
  281. #credit {
  282. position:fixed;
  283. right:10px;
  284. top:5px;
  285. width:30px;
  286. z-index:10000;
  287. }
  288.  
  289. /* END CSS */
  290.  
  291. {CustomCSS}
  292.  
  293. </style>
  294.  
  295. <script type="text/javascript"
  296. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  297.  
  298. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  299.  
  300. <!-- Font awesome script -->
  301.  
  302. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  303.  
  304. <!-- Style my tooltips script -->
  305.  
  306. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  307. <script src="jquery.style-my-tooltips.js"></script>
  308.  
  309. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  310.  
  311. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  312. <script>
  313. (function($){
  314. $(document).ready(function(){
  315. $("[title]").style_my_tooltips({
  316. tip_follows_cursor:true,
  317. tip_delay_time:200,
  318. tip_fade_speed: 300
  319. }
  320. );
  321. });
  322. })(jQuery);
  323. </script>
  324. </head>
  325.  
  326. <meta charset="utf-8">
  327. <title>{Title}</title>
  328. <link rel="shortcut icon" href="{Favicon}">
  329. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  330. <meta name="viewport" content="width=device-width, initial-scale=1">
  331.  
  332. <!-- HTML -->
  333.  
  334. <body>
  335.  
  336. <!-- MAIN CONTAINER -->
  337. <div id="container">
  338.  
  339. <!-- MAIN ICONS -->
  340. <div id="menu">
  341. <!-- BLOG TITLE -->
  342. <div id="blogtitle">Page #13</div>
  343.  
  344. <a href="/" title="Index"><i class="fa fa-home"></i></a>
  345. <a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a>
  346. <a href="/submit" title="Submit"><i class="fa fa-pencil"></i></a>
  347. <a href="/archive" title="Archive"><i class="fa fa-clock-o"></i></a>
  348. </div>
  349. <!--End Menu-->
  350.  
  351. <div id="colors">
  352.  
  353. <!-- Replace color codes -->
  354.  
  355. <div class="colorcon">
  356. <div class="color" style="background:#FFFAC2"></div>
  357. <!--End color-->
  358. <div class="code">#FFFAC2</div>
  359. <!--End code-->
  360. </div>
  361. <!--End colorcon-->
  362.  
  363.  
  364. <div class="colorcon">
  365. <div class="color" style="background:#FFF3BF"></div>
  366. <!--End color-->
  367. <div class="code">#FFF3BF</div>
  368. <!--End code-->
  369. </div>
  370. <!--End colorcon-->
  371.  
  372.  
  373. <div class="colorcon">
  374. <div class="color" style="background:#FFDFB6"></div>
  375. <!--End color-->
  376. <div class="code">#FDD5B2</div>
  377. <!--End code-->
  378. </div>
  379. <!--End colorcon-->
  380.  
  381.  
  382. <div class="colorcon">
  383. <div class="color" style="background:#FDD5B2"></div>
  384. <!--End color-->
  385. <div class="code">#FDD5B2</div>
  386. <!--End code-->
  387. </div>
  388. <!--End colorcon-->
  389.  
  390.  
  391. <div class="colorcon">
  392. <div class="color" style="background:#FCCBAD"></div>
  393. <!--End color-->
  394. <div class="code">#FCCBAD</div>
  395. <!--End code-->
  396. </div>
  397. <!--End colorcon-->
  398.  
  399.  
  400. <div class="colorcon">
  401. <div class="color" style="background:#FAFAD6"></div>
  402. <!--End color-->
  403. <div class="code">#FAFAD6</div>
  404. <!--End code-->
  405. </div>
  406. <!--End colorcon-->
  407.  
  408. <div class="colorcon">
  409. <div class="color" style="background:#E2ECAF"></div>
  410. <!--End color-->
  411. <div class="code">#E2ECAF</div>
  412. <!--End code-->
  413. </div>
  414. <!--End colorcon-->
  415.  
  416. <div class="colorcon">
  417. <div class="color" style="background:#D3E8C1"></div>
  418. <!--End color-->
  419. <div class="code">#D3E8C1</div>
  420. <!--End code-->
  421. </div>
  422. <!--End colorcon-->
  423.  
  424. <div class="colorcon">
  425. <div class="color" style="background:#C4E2C0"></div>
  426. <!--End color-->
  427. <div class="code">#C4E2C0</div>
  428. <!--End code-->
  429. </div>
  430. <!--End colorcon-->
  431.  
  432. <div class="colorcon">
  433. <div class="color" style="background:#B2DDC1"></div>
  434. <!--End color-->
  435. <div class="code">#B2DDC1</div>
  436. <!--End code-->
  437. </div>
  438. <!--End colorcon-->
  439.  
  440.  
  441. <!----- 3nd row ----->
  442.  
  443. <div class="colorcon">
  444. <div class="color" style="background:#BCE4E6"></div>
  445. <!--End color-->
  446. <div class="code">#BCE4E6</div>
  447. <!--End code-->
  448. </div>
  449. <!--End colorcon-->
  450.  
  451. <div class="colorcon">
  452. <div class="color" style="background:#AAE0F0"></div>
  453. <!--End color-->
  454. <div class="code">#AAE0F0</div>
  455. <!--End code-->
  456. </div>
  457. <!--End colorcon-->
  458.  
  459. <div class="colorcon">
  460. <div class="color" style="background:#ACCDEC"></div>
  461. <!--End color-->
  462. <div class="code">#ACCDEC</div>
  463. <!--End code-->
  464. </div>
  465. <!--End colorcon-->
  466.  
  467. <div class="colorcon">
  468. <div class="color" style="background:#C8C5E2"></div>
  469. <!--End color-->
  470. <div class="code">#C8C5E2</div>
  471. <!--End code-->
  472. </div>
  473. <!--End colorcon-->
  474.  
  475. <div class="colorcon">
  476. <div class="color" style="background:#AFB0CE"></div>
  477. <!--End color-->
  478. <div class="code">#AFB0CE</div>
  479. <!--End code-->
  480. </div>
  481. <!--End colorcon-->
  482.  
  483.  
  484. <!----- 4h row ----->
  485.  
  486. <div class="colorcon">
  487. <div class="color" style="background:#F8C0D9"></div>
  488. <!--End color-->
  489. <div class="code">#F8C0D9</div>
  490. <!--End code-->
  491. </div>
  492. <!--End colorcon-->
  493.  
  494. <div class="colorcon">
  495. <div class="color" style="background:#F0BED9"></div>
  496. <!--End color-->
  497. <div class="code">#F0BED9</div>
  498. <!--End code-->
  499. </div>
  500. <!--End colorcon-->
  501.  
  502. <div class="colorcon">
  503. <div class="color" style="background:#F7C0D3"></div>
  504. <!--End color-->
  505. <div class="code">#F7C0D3</div>
  506. <!--End code-->
  507. </div>
  508. <!--End colorcon-->
  509.  
  510. <div class="colorcon">
  511. <div class="color" style="background:#CCB4D6"></div>
  512. <!--End color-->
  513. <div class="code">#CCB4D6</div>
  514. <!--End code-->
  515. </div>
  516. <!--End colorcon-->
  517.  
  518.  
  519. <div class="colorcon">
  520. <div class="color" style="background:#BFB0D7"></div>
  521. <!--End color-->
  522. <div class="code">#BFB0D7</div>
  523. <!--End code-->
  524. </div>
  525. <!--End colorcon-->
  526.  
  527. </div>
  528. <!--End colors-->
  529.  
  530. </div>
  531. <!--End container-->
  532.  
  533. <!-- CREDIT (DO NOT REMOVE) -->
  534. <div id="credit"><a href="http://www.hunterthemes.tumblr.com">
  535. <img src="http://i60.tinypic.com/b5qp0o.png" title="page #13 by @hunterthemes"></div></a>
  536.  
  537. </body>
  538. </html>
  539.  
  540. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement