odeysseus_thm

hiatus / OXYGEN

Feb 27th, 2016
2,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10. oxygen
  11.  
  12. @odeysseus
  13.  
  14.  
  15.  
  16.  
  17. - credits @ odeysseus.tumblr.com/credit
  18.  
  19. -->
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <title>on hiatus</title> <!--title-->
  24.  
  25. <link href='https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  26.  
  27. <style type="text/css">
  28.  
  29.  
  30. * { margin:0;padding:0; }
  31.  
  32. @-webkit-keyframes fadein {
  33. 0% {opacity: 0;}
  34. 100% { opacity: 1; }
  35. }
  36.  
  37. @-moz-keyframes fadein {
  38. 0% { opacity: 0; }
  39. 100% { opacity: 1; }
  40. }
  41.  
  42. @keyframes fadein {
  43. 0% { opacity: 0; }
  44. 100% { opacity: 1; }
  45. }
  46.  
  47.  
  48. .tmblr-iframe { display:none; }
  49. p { margin-top:10px; }
  50.  
  51. body {
  52. background:#fff; /*background*/
  53. font-family:'lora', 'times'; /*font*/
  54. font-size:11px; /*font size*/
  55. line-height:180%;
  56. color:#555; /*text color*/
  57. letter-spacing:.2px;
  58. -webkit-animation:fadein 1s;
  59. -moz-animation:fadein 1s;
  60. animation:fadein 1s;
  61. -moz-osx-font-smoothing:grayscale;
  62. -webkit-font-smoothing:antialiased;
  63. font-smoothing:antialiased;
  64. }
  65.  
  66.  
  67. a {
  68. color:#222; /*links */
  69. text-decoration:none;
  70. }
  71.  
  72. a:hover {
  73. cursor:help!important; /*question cursor on links*/
  74. color:#999; /*link hover*/
  75. border-bottom:1px solid #eee;
  76. text-decoration:none;
  77.  
  78. }
  79.  
  80. #container {
  81. height:auto;
  82. width:450px;
  83. top:50%;left:50%;
  84. transform:translate(-50%,-50%);
  85. position:fixed;
  86. text-align:center;
  87. }
  88.  
  89. #container i {
  90. color:#999; /*italic text*/
  91. }
  92.  
  93. #container b {
  94. color:#222; /*bold text*/
  95. }
  96. header {
  97. display:block;
  98. margin:10px auto;
  99. }
  100.  
  101. header img {
  102. width:40px;height:40px;border-radius:4px; /*header image*/
  103. }
  104.  
  105. .sleepy {
  106. bottom:27px;right:27px;position:fixed;
  107. }
  108. </style>
  109. </head>
  110. <body>
  111. <div id="container">
  112. <header>
  113. <img src="{portraiturl-128}"/> <!--your icon will show up by default; replace {portraiturl-128} with your image url of choice if you want something else to show up -->
  114. </header>
  115.  
  116.  
  117. write your hiatus text here! <b>Bold</b>, <i>italics</i>, <a href="link url">links</a>.
  118.  
  119. <p> use < p > for new paragraphs, without the spaces. 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.
  120.  
  121.  
  122.  
  123. </div>
  124.  
  125. <div class="sleepy"><a href="http://odeysseus.tumblr.com">O</a></div>
  126. </body>
  127. </html>
Advertisement
Add Comment
Please, Sign In to add comment