laeverdeens

Hiatus

Sep 5th, 2012
2,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. <meta name="image:Sidebar" content="" />
  2. <meta name="color:links" content="#cc9999;" />
  3.  
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  6.  
  7. <style type="text/css">
  8.  
  9.  
  10. .a a:active, a:visited{ color: {color:links}; text-decoration: none;}
  11.  
  12.  
  13. .tabs {
  14. position: relative;
  15. width: 500px;
  16. }
  17.  
  18. #credit {right: 1px;bottom: 5px;text-transform: uppercase; position: fixed; font-size: 11px; right: 7px;}
  19.  
  20.  
  21. .tabs input {
  22. position: absolute;
  23. z-index: 1000;
  24. width: 125px;
  25. height: 40px;
  26. left: 0px;
  27. top: 0px;
  28. opacity: 0;
  29. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  30. filter: alpha(opacity=0);
  31. cursor: pointer;
  32. }
  33. .tabs input#tab-2{
  34. left: 120px;
  35. }
  36. .tabs input#tab-3{
  37. left: 240px;
  38. }
  39. .tabs input#tab-4{
  40. left: 360px;
  41. }
  42.  
  43. .tabs label { background-color: #101010;
  44. font-size: 11px; font-family: yanone kaffeesatz;
  45. line-height: 40px;
  46. height: 40px;
  47. position: relative;
  48. padding: 5 20px;
  49. float: left;
  50. display: block;
  51. width: 85px;
  52. color: #e9e9e9;
  53. letter-spacing: 1px;
  54. text-transform: uppercase;
  55. text-align: center;
  56. }
  57.  
  58. .tabs label:after {
  59. content: '';
  60. text-decoation: underline;
  61. position: absolute;
  62. left: 0;
  63. width: 100%;
  64. display: block;
  65. }
  66.  
  67. .tabs label:first-of-type {
  68. z-index: 4;
  69. }
  70.  
  71. .tab-label-2 {
  72. z-index: 3;
  73. }
  74.  
  75. .tab-label-3 {
  76. z-index: 2;
  77. }
  78.  
  79. .tab-label-4 {
  80. z-index: 1;
  81. }
  82.  
  83. .tabs input:checked + label {
  84. text-decoration: underline;
  85. z-index: 6;
  86. }
  87.  
  88. .clear-shadow {
  89. clear: both;
  90. }
  91.  
  92. .lovecontent {
  93. background-image: url({image:Sidebar});
  94. position: relative;
  95. width: 100%;
  96. height: 340px;
  97. z-index: 5;
  98. }
  99.  
  100. .lovecontent div {
  101. position: absolute;
  102. top: 0;
  103. left: 0;
  104. padding: 30px 50px;
  105. z-index: 1;
  106. opacity: 0;
  107. -webkit-transition: opacity linear 0.1s;
  108. -moz-transition: opacity linear 0.1s;
  109. -o-transition: opacity linear 0.1s;
  110. -ms-transition: opacity linear 0.1s;
  111. transition: opacity linear 0.1s;
  112. }
  113.  
  114. .tabs input.tab-selector-1:checked ~ .lovecontent .content-1,
  115. .tabs input.tab-selector-2:checked ~ .lovecontent .content-2,
  116. .tabs input.tab-selector-3:checked ~ .lovecontent .content-3,
  117. .tabs input.tab-selector-4:checked ~ .lovecontent .content-4 {
  118. z-index: 100;
  119. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  120. filter: alpha(opacity=100);
  121. opacity: 1;
  122.  
  123. -webkit-transition: opacity ease-out 0.2s 0.1s;
  124. -moz-transition: opacity ease-out 0.2s 0.1s;
  125. -o-transition: opacity ease-out 0.2s 0.1s;
  126. -ms-transition: opacity ease-out 0.2s 0.1s;
  127. transition: opacity ease-out 0.2s 0.1s;
  128. }
  129. .lovecontent div h2,
  130. .lovecontent div h3{
  131. color: #398080;
  132. }
  133. .lovecontent div h4 {
  134. font-weight: 500;
  135. margin-left: 50px;
  136. letter-spacing: 3px;
  137. font-family: oswald, georgia;
  138. font-size: 50px;
  139. color: #fff;
  140. width: 300px;
  141. padding-bottom: 20px;
  142. padding-top: 80px;
  143. border-bottom: 3px solid #e9e9e9;
  144. text-align: center; }
  145.  
  146. .lovecontent div p {
  147. font-size: 9px;
  148. line-height: 100%;
  149. text-align: justify;
  150. margin: 0;
  151. color: #222;
  152. padding: 30px;
  153. font-family: georgia;
  154. background:#fff;
  155. }
  156.  
  157.  
  158. /* CONTROLS */
  159.  
  160. iframe#tumblr_controls {
  161. right:3px !important;
  162. position: fixed !important;
  163. -webkit-transition: opacity 0.7s linear;
  164. opacity: 0.2;
  165. -webkit-transition: all 0.8s ease-out;
  166. -moz-transition: all 0.8s ease-out;
  167. transition: all 0.8s ease-out;}
  168.  
  169. iframe#tumblr_controls:hover{
  170. -webkit-transition: opacity 0.7s linear;
  171. opacity: 1;
  172. -webkit-transition: all 0.4s ease-out;
  173. -moz-transition: all 0.4s ease-out;
  174. transition: all 0.4s ease-out;}
  175.  
  176. iframe#tumblr_controls {
  177. top: 0% !important;
  178. right:0% !important;
  179. position: fixed !important;}
  180.  
  181.  
  182. </style>
  183.  
  184. <center><br /><br />
  185.  
  186. <section class="tabs">
  187. <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
  188. <label for="tab-1" class="tab-label-1">I</label>
  189.  
  190. <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
  191. <label for="tab-2" class="tab-label-2">II</label>
  192.  
  193. <input id="tab-3" type="radio" name="radio-set" class="tab-selector-3" />
  194. <label for="tab-3" class="tab-label-3">III</label>
  195.  
  196. <input id="tab-4" type="radio" name="radio-set" class="tab-selector-4" />
  197. <label for="tab-4" class="tab-label-4">IV</label>
  198.  
  199. <div class="clear-shadow"></div>
  200.  
  201. <div class="lovecontent">
  202. <div class="content-1">
  203. <center><h4>I'M GONE!</h4>
  204. </div>
  205. <div class="content-2">
  206. <p>
  207. Lorem ipsum dolor sit amet, accusam liberavisse eu sea, saepe scaevola legendos at vix. Magna liber invidunt eu nam, dicta probatus usu no, id propriae sensibus omittantur sea. Saepe erroribus te cum. Legere doming cum in, regione vocibus detracto mei no, et tempor iracundia intellegat ius. Sed minim disputationi no, aliquip fuisset at qui.
  208.  
  209. Sed id dicat vocibus. Ad usu perfecto democritum, per in indoctum aliquando. Eum no habeo dicit qualisque, odio fastidii petentium et est. Duo te iusto eleifend, duo et summo fuisset, minimum recteque neglegentur cu vix. Cu cum percipit contentiones, in sed porro essent tincidunt. Nam ne virtute fuisset quaerendum, quo erroribus explicari intellegat no, eum ut doctus commune vituperatoribus. <br><br>
  210.  
  211. Duo stet iusto ne. Ius case accommodare ex. Pro ex porro mundi oratio. Ex malorum phaedrum voluptaria mei, nobis iriure ex ius. Te tacimates pertinax pro, ad pri lorem euismod similique. Congue nostrum sit ne, aliquam tacimates eam ea.
  212.  
  213. Id sea partem facete vocent, per debet ornatus instructior at. Summo accumsan id mei, falli quaeque omittam his te. Ut dolores sapientem sit, nec cu ferri persequeris intellegebat.
  214.  
  215. </p>
  216. </div>
  217. <div class="content-3">
  218. <p>
  219. REMEMBER, you have to edit this part in HTML rather than apperance options. It's really easy, just scroll down to the bottom of the page and find this text. Also use <*br> rather than <*p> because otherwise it'll look bad! </p>
  220. </div>
  221. <div class="content-4">
  222. <p>More stuff here, make sure it's long enough because otherwise it looks super weird.
  223. </p>
  224. </div>
  225. </div>
  226. </section>
  227. </div>
  228.  
  229. <div id="credit" style="font-family: calibri; font-size: 9px;"><br> theme by <a href="http://hclaraosmin.tumblr.com/">claraosmin </a>
  230. </body>
Advertisement
Add Comment
Please, Sign In to add comment