Advertisement
harreyeh

pages pack 2 - icons

Nov 1st, 2014
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1.  
  2. <title>{Title}</title>
  3.  
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <!---
  6.  
  7. icons page by hardziam // themesbyzsu
  8.  
  9. --->
  10.  
  11.  
  12. <style type="text/css">
  13.  
  14.  
  15. #header{color:white; background:black;
  16. }
  17.  
  18.  
  19. .title{border-bottom:2px solid #fff;}
  20. .title:after{background:#222266;}
  21.  
  22. #post h1{border-bottom:1px solid #000;}
  23. #post a{border-bottom:1px dotted #aaa; color:#aaa;}
  24. #post a:hover{color:#eee;}
  25. #post a:before{background:#ccc;}
  26.  
  27. /* sidebar */
  28. #box{background:#000;}
  29. #box a{color:white;}
  30.  
  31.  
  32.  
  33.  
  34. /* don't touch anything below unless you know what you're doing */
  35.  
  36. ::-webkit-scrollbar {background-color:black; border:2px solid #fff;height:5px; width:5px;}
  37. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #fff; height:40px;}
  38. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #fff; height:8px!important}
  39.  
  40. #searchbx::-webkit-scrollbar {background-color:#fff; border:2px solid #000;height:5px; width:5px;}
  41. #searchbx::-webkit-scrollbar-thumb:vertical {background-color:#fff; border:1px solid #000; height:40px;}
  42. #searchbx::-webkit-scrollbar-thumb:horizontal {background-color:#fff;border:1px solid #000; height:8px!important}
  43.  
  44.  
  45.  
  46. body {
  47. background: #fff;
  48. margin:0;width:100%;height:100%;
  49. font:11px Corbel;
  50. padding: 0;
  51. position:absolute;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. color:gray;
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;
  61. }
  62.  
  63. a:hover {
  64. color:#eee;
  65. -webkit-transition: all 0.5s ease-in-out;
  66. -moz-transition: all 0.5s ease-in-out;
  67. -o-transition: all 0.5s ease-in-out;
  68. }
  69.  
  70. #header{
  71. width:100%;
  72. top:0;left:0;
  73. padding:20px;
  74. padding-left:40px;
  75. height:40px;
  76. position:fixed;
  77. z-index:1000;
  78. }
  79.  
  80. .title{
  81. font-size:20px;
  82. text-transform:uppercase;
  83. display:inline-block;
  84. padding:10px;
  85. padding-top:4px;
  86. letter-spacing:5px;
  87. }
  88.  
  89. .title:after{
  90. width:700px;
  91. content:'';
  92. position:absolute;
  93. margin-top:34px;
  94. margin-left:9px;
  95. height:2px;
  96. }
  97.  
  98. #entries{
  99. width:760px;
  100. margin-left:20px;
  101. top:0;
  102. position:absolute;
  103. }
  104.  
  105. .set h1{
  106. font:10px corbel;
  107. text-align:left;
  108. letter-spacing:3px;
  109. padding:10px 20px;
  110. text-transform:uppercase;
  111. }
  112.  
  113. #box{
  114. width:110px;
  115. padding:20px;
  116. padding-top:70px;
  117. position:fixed;
  118. left:780px;
  119. top:0;
  120. z-index:9999;
  121. }
  122.  
  123. #box img{
  124. width:85px;
  125. padding:10px;
  126. padding-bottom:20px;
  127. }
  128.  
  129. #box span{
  130. font:9px Corbel;
  131. text-align:justify;
  132. margin-bottom:10px;
  133. }
  134.  
  135. #box a{
  136. display:block;
  137. font-size:10px;
  138. padding:6px;
  139. font-style:italic;
  140. color:#eee;
  141. text-align:center;
  142. }
  143.  
  144. #box:hover a{
  145. color:#999;
  146. }
  147.  
  148. #box a:hover{
  149. color:white;
  150. }
  151.  
  152. #box a#open{
  153. font-style:normal;
  154. text-transform:uppercase;
  155. letter-spacing:2px;
  156. }
  157.  
  158. .hidden{display:none;}
  159. .unhidden{display:block;}
  160.  
  161. .search{
  162. height:26px;
  163. margin-left:-20px;
  164. width:150px;
  165. margin-bottom:-40px;
  166. overflow:hidden;
  167. background:#333;
  168. }
  169.  
  170. .search input{
  171. border:1px solid #333;
  172. background:#333;
  173. padding:2px;
  174. padding-left:5px;
  175. color:white;
  176. width:150px;
  177. padding-top:5px;
  178. font:10px Calibri;
  179. }
  180.  
  181. .set{
  182. padding:10px;
  183. padding-top:100px;
  184. margin-bottom:-50px;
  185. -webkit-transition: all 0.5s ease;
  186. -moz-transition: all 0.5s ease;
  187. transition: all 0.5s ease;
  188. }
  189.  
  190. .set img{
  191. width:100px;
  192. margin:2px;
  193. }
  194.  
  195. #searchbx{
  196. margin-top:60px;
  197. outline:20px solid white;
  198. text-align:center;
  199. overflow:auto;
  200. outline-offset:20px;
  201. }
  202.  
  203. #searchbx h1{
  204. color:white;
  205. text-transform:uppercase;
  206. letter-spacing:1px;
  207. font:10px Calibri;
  208.  
  209. }
  210.  
  211. #credit a{
  212. position:fixed;
  213. right:10px;
  214. bottom:10px;
  215. padding:6px;
  216. background:black;
  217. text-transform:uppercase;
  218. color:white;
  219. -moz-transition-duration:1s;
  220. -webkit-transition-duration:1s;
  221. -o-transition-duration:1s;
  222. }
  223.  
  224. #credit a:hover {
  225. background:white;
  226. color:black;
  227. -moz-transition-duration:0.5s;
  228. -webkit-transition-duration:0.5s;
  229. -o-transition-duration:0.5s;
  230. }
  231.  
  232.  
  233. </style>
  234.  
  235.  
  236. </head>
  237.  
  238. <body>
  239.  
  240.  
  241. <div id="header">
  242. <div class="title">icons</div>
  243. </div>
  244.  
  245. <div id="box">
  246.  
  247. <!--- here you can change the image! --->
  248. <img src="http://41.media.tumblr.com/3fa2a6d817ac1ccc35b7913a083ce546/tumblr_mgfpr12lNG1qlt206o7_250.png">
  249. <!--- here you can change the image! --->
  250.  
  251. <a href="/">back to blog</a>
  252. <a href="/faq">message</a>
  253. <a href="/dashboard">dashboard</a>
  254.  
  255. <!----- here you put all the characters, make sure you add a # before --->
  256. <div id="searchbx">
  257. <h1>character list</h1>
  258.  
  259. <a href="#allison">allison</a>
  260.  
  261.  
  262. </div>
  263. <!----------------------------------------------------------------->
  264.  
  265.  
  266. </div>
  267.  
  268. <div id="entries">
  269.  
  270. <!------ START FIRST BOX------->
  271. <div class="set" id="allison">
  272. <!--- change allison to the name of the character.
  273. >> they must correlate to the links above ---->
  274.  
  275. <h1>allison</h1>
  276.  
  277. <!----- now all the icons. you don't need to put anything in between them, just add them all one after another --->
  278. <img src="https://31.media.tumblr.com/3fc495d71d17b90288ba4afd9ce510d9/tumblr_inline_n9drljtECn1s2ykwd.png">
  279.  
  280. </div>
  281. <!---- END OF FIRST BOX --->
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. </div>
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. <!---- leave this here please!!!!1 ---->
  366. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  367.  
  368.  
  369. </body>
  370.  
  371. <!------ S C R I P T S! ------>
  372.  
  373. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  374. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  375.  
  376.  
  377. <script language="JavaScript">
  378. function function1(){
  379. window.scrollTo(0,5);
  380. }
  381. function function2(){
  382. window.scroll(0,2);
  383. }
  384. </script>
  385. <!---- end masonry scripts -->
  386.  
  387. <script type="text/javascript">
  388. function unhide(searchbx) {
  389. var set = document.getElementById(searchbx);
  390. if (set) {
  391. set.className=(set.className=='hidden')?'unhidden':'hidden';
  392. }
  393. }
  394. </script>
  395.  
  396. <script src="http://static.tumblr.com/heqtwlw/ftAn7cy1u/jquery.scrollto-1.4.2-min.js"></script>
  397.  
  398. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement