Advertisement
septims

All In One Page

Feb 26th, 2014
3,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 KB | None | 0 0
  1. <!--
  2.  
  3. theme by septim
  4.  
  5. ╔╔ ══ ══ Rules:
  6. ║║ -do not use as base
  7. ╚╚ ══ ╗╗ -do not steal bits of code
  8. ║║ -do not remove credits
  9. ══ ══ ╝╝
  10.  
  11.  
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Lato:300,700' rel='stylesheet' type='text/css'>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26.  
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30.  
  31. (function($){
  32.  
  33. $(document).ready(function(){
  34.  
  35. $("a[title]").style_my_tooltips({
  36.  
  37. tip_follows_cursor:true,
  38.  
  39. tip_delay_time:30,
  40.  
  41. tip_fade_speed:300,
  42.  
  43. attribute:"title"
  44.  
  45. });
  46.  
  47. });
  48.  
  49. })(jQuery);
  50.  
  51. </script>
  52.  
  53. <script src="http://static.tumblr.com/747hq6z/UECmpnu4l/jquery.scrollto-1.4.3.1-min.js" type="text/javascript"></script>
  54. <script src="http://static.tumblr.com/747hq6z/58Qmpnv3a/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
  55. <script type="text/javascript">
  56. $(document).ready(function () {
  57. $.localScroll();
  58. });
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. body {
  65. font-family:lato;
  66. text-align:justify;
  67. line-height:normal;
  68. font-size:14px;
  69. color:black;/*font color*/
  70. margin:0;
  71. }
  72. a {color:black;
  73. text-decoration:none;
  74. -webkit-transition:all 0.5s;
  75. -moz-transition:all 0.5s;
  76. -ms-transition:all 0.5s;
  77. -o-transition:all 0.5s;
  78. transition:all 0.5s;
  79. }
  80. a:hover { -webkit-transition:all 0.5s;
  81. -moz-transition:all 0.5s;
  82. -ms-transition:all 0.5s;
  83. -o-transition:all 0.5s;
  84. transition:all 0.5s; }
  85. #t {padding-top:200px;}
  86. #title {font-size:28px;
  87. font-weight:300;
  88. color:black;
  89. line-height:70px;
  90. height:70px;
  91. width:70px;
  92. border:2px solid black;
  93. border-radius:100%;
  94. text-transform:uppercase;
  95. text-align:center;
  96. margin:0 auto 50px auto;
  97. cursor:pointer;
  98. -webkit-transition:all 0.5s;
  99. -moz-transition:all 0.5s;
  100. -ms-transition:all 0.5s;
  101. -o-transition:all 0.5s;
  102. transition:all 0.5s;
  103. }
  104. #title:hover {
  105. -ms-transform: rotate(360deg); /* IE 9 */
  106. -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  107. transform: rotate(360deg);
  108. background:black;
  109. -webkit-transition:all 0.5s;
  110. -moz-transition:all 0.5s;
  111. -ms-transition:all 0.5s;
  112. -o-transition:all 0.5s;
  113. transition:all 0.5s; }
  114.  
  115. .con {margin:0;}
  116. .about {width:100%;
  117. width:100%;
  118. padding:0 0 200px 0;
  119. /* first background color */
  120. background:white;}
  121. .about #title:hover {color:white;}
  122.  
  123. .links{
  124. width:100%;
  125. padding:0 0 200px 0;
  126. /* second background color */
  127. background:#e6e6e6;}
  128. .links #title:hover {color:#e6e6e6;}
  129.  
  130. .tags {
  131. width:100%;
  132. padding:0 0 200px 0;
  133. /* third background color */
  134. background:#ccc;}
  135. .tags #title:hover {color:#ccc;}
  136.  
  137. .roll {
  138. width:100%;
  139. padding:0 0 200px 0;
  140. /* fourth background color */
  141. background:black;}
  142. .roll #title {background:black;
  143. color:white;
  144. border:2px solid white;}
  145. .roll #title:hover {color:black;
  146. background:white;}
  147. .ha {width:100%;
  148. padding:100px 0;
  149. background:black;
  150. border-top:1px solid #a8a8a8;
  151. text-align:center;
  152. font-size:10px;
  153. color:white;
  154. text-transform:uppercase;
  155. letter-spacing:1px;}
  156. .ha a {color:white;}
  157. #about {width:500px;
  158. margin:0 auto 0 auto;
  159. color:#a8a8a8;
  160. text-align:justify;}
  161. #links {width:500px;
  162. min-height:600px;
  163. margin:0 auto 0 auto;
  164. text-align:justify;}
  165. #tags {width:500px;
  166. min-height:400px;
  167. margin:0 auto 0 auto;
  168. text-align:left}
  169. #roll {width:500px;
  170. min-height:400px;
  171. margin:0 auto 0 auto;
  172. text-align:justify;}
  173.  
  174. #s-m-t-tooltip{
  175. font-size:9px;
  176. position:absolute;
  177. margin:-15px 45px;
  178. letter-spacing:1px;
  179. z-index:9999;
  180. background:black;
  181. color:white;
  182. text-transform:uppercase;
  183. border:1px solid white;
  184. padding:10px 15px;
  185. }
  186.  
  187. #links a {width:196px;
  188. margin:25px;
  189. float:left;
  190. text-align:center;
  191. color:white;
  192. padding:25px 0;
  193. border:2px solid white;}
  194.  
  195. #links a:hover {background:white;
  196. color:black;}
  197.  
  198. .category {width:227px;
  199. margin:0 10px 10px 10px;
  200. display:inline-block;
  201. text-align:center;
  202. color:white;
  203. padding:15px 0;}
  204.  
  205. .category a {display:block;
  206. border:2px solid white;
  207. margin:10px 0;
  208. font-size:11px;
  209. text-transform:uppercase;
  210. padding:10px 0;
  211. letter-spacing:2px;
  212. color:white;}
  213.  
  214. .c {background:white;
  215. text-transform:uppercase;
  216. padding:10px 0;
  217. margin-bottom:10px;
  218. color:black;}
  219.  
  220. .category a:hover {
  221. color:black;
  222. border-left:50px solid white;}
  223.  
  224. #bo {height:270px;
  225. overflow-y:auto;}
  226.  
  227. #bo img {width:46px;
  228. height:46px;
  229. border:2px solid white;
  230. margin:10px;
  231. border-radius:100%;
  232. float:left;
  233. -webkit-transition:all 0.5s;
  234. -moz-transition:all 0.5s;
  235. -ms-transition:all 0.5s;
  236. -o-transition:all 0.5s;
  237. transition:all 0.5s;}
  238.  
  239. #bo img:hover {-webkit-filter: brightness(0.3);
  240. -webkit-transition:all 0.5s;
  241. -moz-transition:all 0.5s;
  242. -ms-transition:all 0.5s;
  243. -o-transition:all 0.5s;
  244. transition:all 0.5s;}
  245.  
  246. .bar {position:fixed;
  247. left:20px;
  248. top:20px;
  249. z-index:5;}
  250.  
  251. .bar a{width:15px;
  252. height:15px;
  253. border:1px solid #a8a8a8;
  254. border-radius:100%;
  255. display:block;
  256. margin-bottom:10px;}
  257.  
  258. .pip {
  259. position:absolute;
  260. text-transform:uppercase;
  261. font-size:11px;
  262. letter-spacing:1px;
  263. font-weight:bold;
  264. left:15px;
  265. margin-top:-25px;
  266. text-shadow:2px 2px 2px white;
  267. opacity:0;
  268. -webkit-transition:all 0.5s;
  269. -moz-transition:all 0.5s;
  270. -ms-transition:all 0.5s;
  271. -o-transition:all 0.5s;
  272. transition:all 0.5s;}
  273.  
  274. .lol:hover .pip {opacity:1;
  275. left:25px;
  276. -webkit-transition:all 0.5s;
  277. -moz-transition:all 0.5s;
  278. -ms-transition:all 0.5s;
  279. -o-transition:all 0.5s;
  280. transition:all 0.5s;}
  281.  
  282. </style>
  283.  
  284.  
  285.  
  286. </head>
  287.  
  288.  
  289. <body>
  290.  
  291. <div class="con">
  292. <div class="bar">
  293. <div class="lol"><a href="#about" style="background:white"></a><div class="pip">about</div></div>
  294. <div class="lol"><a href="#links" style="background:#e6e6e6"></a><div class="pip">links</div></div>
  295. <div class="lol"><a href="#tags" style="background:#ccc"></a><div class="pip">tags</div></div>
  296. <div class="lol"><a href="#roll" style="background:black"></a><div class="pip">blogroll</div></div>
  297. </div>
  298.  
  299. <div class="about">
  300. <div id="about">
  301. <div id="t" name="about"></div>
  302. <div id="title" >A</div>
  303. <!--about text-->
  304. Lorem ipsum dolor sit amet, consectetur adipisicing 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. <p>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.</p>
  305. Lorem ipsum dolor sit amet, consectetur adipisicing 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. <p>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.</p>
  306. <!--end about text-->
  307. </div>
  308. </div>
  309.  
  310. <div class="links">
  311. <div id="links">
  312. <div id="t" name="links"></div>
  313. <div id="title" >L</div>
  314. <!--links here-->
  315. <a href="">Link One</a>
  316. <a href="">Link Two</a>
  317. <a href="">Link Three</a>
  318. <a href="">Link Four</a>
  319. <a href="">Link Five</a>
  320. <a href="">Link Six</a>
  321. <!--end links-->
  322. </div>
  323. </div>
  324.  
  325. <div class="tags">
  326. <div id="tags">
  327. <div id="t" name="tags"></div>
  328. <div id="title">T</div>
  329. <!--tags here-->
  330. <div class="category">
  331. <!--category name-->
  332. <div class="c">category</div>
  333. <a href="">Link One</a>
  334. <a href="">Link Two</a>
  335. <a href="">Link Three</a>
  336. <a href="">Link Four</a>
  337. </div>
  338. <div class="category">
  339. <!--category name-->
  340. <div class="c">category</div>
  341. <a href="">Link One</a>
  342. <a href="">Link Two</a>
  343. <a href="">Link Three</a>
  344. <a href="">Link Four</a>
  345. </div>
  346. <div class="category">
  347. <!--category name-->
  348. <div class="c">category</div>
  349. <a href="">Link One</a>
  350. <a href="">Link Two</a>
  351. <a href="">Link Three</a>
  352. <a href="">Link Four</a>
  353. </div>
  354. <div class="category">
  355. <!--category name-->
  356. <div class="c">category</div>
  357. <a href="">Link One</a>
  358. <a href="">Link Two</a>
  359. <a href="">Link Three</a>
  360. <a href="">Link Four</a>
  361. </div>
  362. <!--end tags-->
  363. </div>
  364. </div>
  365.  
  366. <div class="roll">
  367. <div id="roll">
  368. <div id="t" name="roll"></div>
  369. <div id="title">B</div>
  370. <div id="bo">
  371. {block:Following}
  372. {block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"></a>{/block:Followed}
  373. {/block:Following}
  374. </div>
  375. </div>
  376. </div>
  377. <div class="ha">Theme by <a href="http://farahmir.tumblr.com" target="_blank">septim</a></div>
  378. </div>
  379. </body>
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement