Advertisement
sorrism

nav / about

Jul 31st, 2015
22,995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1.  
  2. <!--
  3.  
  4.  
  5. theme: nav page
  6. - sorrism -
  7.  
  8.  
  9. -->
  10.  
  11. <!DOCTYPE html>
  12. <head>
  13.  
  14. <!--this is the title that shows up in the tab-->
  15. <title>{Title} : About</title>
  16.  
  17. <link rel="shortcut icon" href="{favicon}">
  18.  
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <!--CSS customization here. -->
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. /*tumblr controls*/
  27.  
  28. iframe#tumblr_controls {
  29. white-space:nowrap!important;
  30. -webkit-filter:invert(60%)!important;
  31. -moz-filter:invert(60%)!important;
  32. -ms-filter:invert(60%)!important;
  33. -o-filter:invert(60%)!important;
  34. filter:invert(60%)!important;
  35. top:10px!important;
  36. right:10px!important;
  37. opacity:.3!important;
  38. position:fixed!important;
  39. }
  40.  
  41. /*tooltip*/
  42.  
  43. .ui-tooltip {
  44. position:Absolute;
  45. z-index:9999;
  46. padding-top:15px;
  47. }
  48.  
  49. .ui-tooltip-content {
  50. background:#fff;
  51. padding:2px 3px;
  52. border:1px solid #eee;
  53. font-style:italic;
  54. font-size:10px;
  55. text-transform:lowercase;
  56. }
  57.  
  58. /*scrollbar*/
  59.  
  60. ::-webkit-scrollbar {
  61. height:2px;
  62. width:4px;
  63. background:inherit;
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. background:#ddd;
  68. border-radius:2px;
  69. -webkit-border-radius:2px;
  70. }
  71.  
  72. /*basics*/
  73.  
  74. body {
  75. background:#fff;
  76. color:#605f5f;
  77. font-family:consolas, arial;
  78. font-size:10px;
  79. -webkit-font-smoothing: antialiased;
  80. text-shadow: 1px 1px 1px rgba(0,0,0,0.005);
  81. font-weight:normal;
  82. position:relative;
  83. word-wrap:break-word;
  84. text-align:left;
  85. margin:0;
  86. line-height:1.5em;
  87. }
  88.  
  89. a {
  90. color:#605f5f;
  91. text-decoration:none;
  92. }
  93.  
  94. a:hover {
  95. color:#97c5e0;
  96. text-decoration:none;
  97. }
  98.  
  99. img {
  100. opacity:1;
  101. border:none;
  102. text-decoration:none;
  103. }
  104.  
  105. blockquote {
  106. border-left:1px solid #ccc;
  107. padding:5px 0 5px 15px;
  108. margin:15px 0;
  109. }
  110.  
  111. pre {
  112. padding:0;
  113. margin:0;
  114. line-height:1.5em;
  115. background:transparent;
  116. font-family:inherit!Important;
  117. font-size:1em!important;
  118. white-space:pre-wrap;
  119. white-space:-moz-pre-wrap;
  120. white-space:-pre-wrap;
  121. white-space:-o-pre-wrap;
  122. word-wrap:break-word;
  123. }
  124.  
  125. p {margin:.75em 0;}
  126.  
  127. p:first-of-type {margin-top:0;}
  128.  
  129. p:last-of-type {margin-bottom:0;}
  130.  
  131. b, strong {color:#000;}
  132.  
  133. ol, ul {
  134. list-style:none;
  135. padding-left:15px;
  136. }
  137.  
  138. li {
  139. padding-left:15px;
  140. position:relative;
  141. }
  142.  
  143. li:before {
  144. content:'\00BB';
  145. position:Absolute;
  146. left:0px;
  147. }
  148.  
  149. small, big, sub, pre {
  150. font-size:1em!important;
  151. line-height:1.5em!important;
  152. vertical-align:top!important;
  153. }
  154.  
  155. h1, h2, h3, h4 {
  156. font-size:1em;
  157. margin:0;
  158. padding:0;
  159. color:#000;
  160. font-weight:bold;
  161. }
  162.  
  163. .nice {
  164. position:fixed;
  165. bottom:15px;
  166. right:15px;
  167. }
  168.  
  169. /*fade in*/
  170.  
  171. @-webkit-keyframes fade-in {
  172. 0% { opacity: 0; }
  173. 50% { opacity: 0; }
  174. 100% { opacity: 1; }
  175. }
  176.  
  177.  
  178. @-moz-keyframes fade-in {
  179. 0% { opacity: 0; }
  180. 50% { opacity: 0; }
  181. 100% { opacity: 1; }
  182. }
  183.  
  184.  
  185. @keyframes fade-in {
  186. 0% { opacity: 0; }
  187. 50% { opacity: 0; }
  188. 100% { opacity: 1; }
  189. }
  190.  
  191. /*content*/
  192.  
  193. section {
  194. -webkit-animation-name: fade-in;
  195. -webkit-animation-duration: 1.5s;
  196. width:350px;
  197. margin:200px auto;
  198. }
  199.  
  200. .yo img {
  201. width:50px;
  202. height:50px;
  203. cursor:help;
  204. float:left;
  205. border:15px solid transparent;
  206. margin:-15px 35px 0 -115px;
  207. -moz-border-radius:100%;
  208. -webkit-border-radius:100%;
  209. border-radius:100%;
  210. display:block;
  211. }
  212.  
  213. .le {
  214. text-transform:lowercase;
  215. padding-top:10px;
  216. margin-top:25px;
  217. position:relative;
  218. text-align:left;
  219. width:350px;
  220. border-top:1px solid #eee;
  221. }
  222.  
  223. .rest {
  224. margin-left:75px;
  225. display:block;
  226. }
  227.  
  228. .lee {
  229. clear:both;
  230. display:block;
  231. border-top:15px solid transparent;
  232. }
  233.  
  234. .le a, .lo {
  235. display:inline-block;
  236. margin:2px 0;
  237. }
  238.  
  239. .le a {
  240. width:calc((350px - 75px) / 3)!important;
  241. border:0;
  242. float:left;
  243. }
  244.  
  245. .lo {
  246. color:#000;
  247. width:75px;
  248. font-weight:bold;
  249. float:left;
  250. position:relative;
  251. }
  252.  
  253. .lo span {
  254. display:inline-block;
  255. padding-right:10px;
  256. background:#fff;
  257. }
  258.  
  259. .lo:before {
  260. content:'';
  261. height:1px;
  262. background:#eee;
  263. width:65px;
  264. z-index:-1;
  265. left:0px;
  266. top:6px;
  267. position:absolute;
  268. }
  269.  
  270. {CustomCSS}
  271.  
  272. </style>
  273. </head>
  274.  
  275. <body>
  276.  
  277. <section>
  278.  
  279. <a href="/" class="yo">
  280. <!--image url goes in the quotes ; if you dont want it, delete <img ... />-->
  281. <img src=""/></a>
  282.  
  283. <!--text goes here-->
  284.  
  285. <p><b>Heartfire</b>; they told of courage so bold it burned.</p>
  286.  
  287. <p>Separate paragraphs to make everything look more organized. People don't like reading a huge block of text. You can divide the categories differently. Be cool... idk.</p>
  288.  
  289. <div class="le">
  290.  
  291. <!--first category-->
  292. <div class="lee">
  293. <span class="lo"><span>
  294. <!--first category title-->
  295. Links
  296. </span></span>
  297. <span class="rest">
  298. <!--links! put yer links here!-->
  299. <a href="">meatballs</a>
  300. <a href="">pinewood</a>
  301. <a href="">polar bear</a>
  302. <a href="">space kids</a>
  303. <a href="">parmigiano</a>
  304. <a href="">culottes</a>
  305. </span></div>
  306. <!--end first category-->
  307.  
  308. <!--second category-->
  309. <div class="lee">
  310. <span class="lo"><span>
  311. <!--title-->
  312. Tags
  313. </span></span>
  314. <span class="rest">
  315. <!--more links wow-->
  316. <a href="">bad breath</a>
  317. <a href="">knees weak</a>
  318. <a href="">arms spaghetti</a>
  319. <a href="">nickelback</a>
  320. <a href="">modern dance</a>
  321. <a href="">loyalty</a>
  322. <a href="">nordic braids</a>
  323. <a href="">horseshoes</a>
  324. <a href="">lunar landing</a>
  325. <a href="">sand</a>
  326. <a href="">tape</a>
  327. <a href="">memory</a>
  328. </span></div>
  329. <!--end category-->
  330.  
  331.  
  332. </div>
  333.  
  334.  
  335. </section>
  336.  
  337. <!-- jquery -->
  338.  
  339. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  340. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  341.  
  342. <script>
  343. $(document).ready(function() {
  344. $(document).tooltip({
  345. track:true
  346. });
  347. });
  348. </script>
  349.  
  350. <a class="nice" href="http://sorrism.tumblr.com" target="_blank">s.</a>
  351. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement