Advertisement
reatsui

page 01: majestic

Mar 31st, 2014
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----------
  6.  
  7. PAGE 01: MAJESTIC
  8. THIS THEME IS DESINGED AND CODED BY YFIAN.TUMBLR.COM.
  9. PLEASE DO NOT STEAL, REDISTRIBUTE, REMOVE THE CREDIT OR USE AS BASE.
  10. MESSAGE ME IF YOU'RE HAVING PROBLEMS WITH THE THEME.
  11.  
  12. ---------->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <style type="text/css">
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {
  23. background:#000000;
  24. height: 80px;
  25. }
  26.  
  27. ::-webkit-scrollbar {
  28. height:10px;
  29. width:3px;
  30. background:#fbfbfb;
  31. }
  32.  
  33. body {
  34. font-family:Helvetica;
  35. font-size:12px;
  36. text-align:justify;
  37. letter-spacing:0px;
  38. margin:0px;
  39. line-height:140%;
  40. background:white;
  41. color:#474747;
  42. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  43. background-image: url("http://static.tumblr.com/97168115098b59451b56452d7f152266/czllhpn/E2Rn35uad/tumblr_static_untitled-1.jpg");
  44. background-attachment:fixed;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. outline:none;
  50. -moz-outline-style:none;
  51. color:#a80000;
  52. -webkit-transition: all 0.5s ease;
  53. -moz-transition: all 0.5s ease;
  54. -o-transition: all 0.5s ease;
  55. }
  56.  
  57. a:hover {
  58. opacity:0.5;
  59. color:transparent;
  60. text-shadow:#474747 0 0 2px;
  61. }
  62.  
  63. #about:target ~ #header #navigation #link-about,
  64. #navi:target ~ #header #navigation #link-navi,
  65. #faq:target ~ #header #navigation #link-faq {
  66. background:#474747;
  67. color: white;
  68. border-bottom:1px solid #474747;
  69. }
  70.  
  71. #header {
  72. position: absolute;
  73. z-index:2000;
  74. width:235px;
  75. top:-50px;
  76. }
  77.  
  78. #title {
  79. width:200px;
  80. font-family:Helvetica;
  81. font-weight:bold;
  82. font-size:30px;
  83. font-weight:400;
  84. text-transform:lowercase;
  85. color:white;
  86. opacity:0.7;
  87. margin-left:90px;
  88. margin-top:240px;
  89. text-shadow:1px 1px black;
  90. padding:10px;
  91. padding-bottom:15px;
  92. letter-spacing:0px;
  93. background:#f8f8f8;
  94. }
  95.  
  96. #navigation {
  97. margin-top:15px;
  98. margin-left:90px;
  99. width:220px;
  100. display:block;
  101. opacity:0.7;
  102. list-style:none;
  103. z-index:3;
  104. }
  105.  
  106. #navigation a {
  107. color:#888888;
  108. display:block;
  109. background:#ffffff;
  110. background:white;
  111. line-height:100%;
  112. padding-left:5px;
  113. padding-top:5px;
  114. padding-bottom:5px;
  115. margin-bottom:1px;
  116. text-transform: lowercase;
  117. text-align:left;
  118. text-decoration:none;
  119. border-bottom:1px solid #f8f8f8;
  120. font-size:12px;
  121. -moz-transition-duration:0.5s;
  122. -webkit-transition-duration:0.5s;
  123. -o-transition-duration:0.5s;
  124. }
  125.  
  126. #navigation a:hover {
  127. background:#fafafa;
  128. letter-spacing:0px;
  129. opacity:1;
  130. text-shadow: none;
  131. -moz-transition-duration:0.5s;
  132. -webkit-transition-duration:0.5s;
  133. -o-transition-duration:0.5s;
  134. }
  135.  
  136. #navigation a:first-letter {
  137. font-family:Helvetica;
  138. text-transform:uppercase;
  139. font-weight:bold;
  140. }
  141.  
  142. .panel {
  143. min-width:100%;
  144. height:100%;
  145. margin-top:-150%;
  146. position: absolute;
  147. background:black;
  148. z-index:2;
  149. overflow-y:auto;
  150. overflow-x:hidden;
  151. -webkit-transition: all .8s ease-in-out;
  152. -moz-transition: all .8s ease-in-out;
  153. -o-transition: all .8s ease-in-out;
  154. transition: all .8s ease-in-out;
  155. }
  156.  
  157. .panel:target {
  158. margin-top:0%;
  159. background:white;
  160. }
  161.  
  162. .content {
  163. right:40px;
  164. left:400px;
  165. top:40px;
  166. position: absolute;
  167. padding-bottom: 30px;
  168. }
  169.  
  170. .content h2 {
  171. font-size:70px;
  172. margin-top:70px;
  173. text-transform:lowercase;
  174. color:rgba(255,255,255,0.9);
  175. text-shadow:0px 1px 1px rgba(0,0,0,0.3);
  176. }
  177.  
  178. .content p {
  179. font-size:15px;
  180. text-align:justify;
  181. line-height:100%;
  182. color:#474747;
  183. width:500px;
  184. margin: 3px 0px;
  185. }
  186.  
  187. #container {
  188. margin-right:5px;
  189. width:500px;
  190. height:100px;
  191. }
  192.  
  193. #question {
  194. position:absolute;
  195. margin-top:8px;
  196. text-align:center;
  197. font-size:22px;
  198. font-family:Helvetica;
  199. font-weight:bold;
  200. text-transform:lowercase;
  201. font-size:18px;
  202. letter-spacing:0px;
  203. font-style:none;
  204. text-decoration:none;
  205. text-transform:none;
  206. width:500px;
  207. margin-left:0px;
  208. line-height:10px;
  209. color:#474747;
  210. }
  211.  
  212. #answer {
  213. text-align:center;
  214. color:#474747;
  215. width:500px;
  216. height:70px;
  217. position:absolute;
  218. margin-top:45px;
  219. text-align:justify;
  220. text-decoration:none;
  221. line-height:10px;
  222. font-size:12px;
  223. letter-spacing:0px;
  224. text-transform:none;
  225. font-style:none;
  226. margin-bottom:2px;
  227. margin-left:0px;
  228. }
  229.  
  230. #ask {
  231. position:absolute;
  232. margin-top:8px;
  233. text-align:center;
  234. font-size:18px;
  235. letter-spacing:0px;
  236. font-style:none;
  237. text-decoration:none;
  238. font-size:22px;
  239. font-family:Helvetica;
  240. font-weight:bold;
  241. text-transform:lowercase;
  242. width:500px;
  243. margin-left:10px;
  244. padding:5px;
  245. line-height:10px;
  246. color:#474747;
  247. }
  248.  
  249. #askbox {
  250. text-align:center;
  251. color:#b9b9b9;
  252. position:absolute;
  253. margin-top:33px;
  254. text-align:left;
  255. text-decoration:none;
  256. line-height:10px;
  257. font-size:10px;
  258. letter-spacing:0px;
  259. text-transform:uppercase;
  260. font-style:none;
  261. margin-bottom:2px;
  262. margin-left:10px;
  263. }
  264.  
  265. #space {
  266. margin-bottom:25px;
  267. }
  268.  
  269. #category {
  270. color:#474747;
  271. width:500px;
  272. font-size:22px;
  273. font-family:Helvetica;
  274. font-weight:bold;
  275. text-transform:lowercase;
  276. padding-top:10px;
  277. padding-bottom:10px;
  278. padding-left:0px;
  279. padding-right:10px;
  280. letter-spacing:0px;
  281. margin-bottom:5px;
  282. text-align:left;
  283. }
  284.  
  285. #links {
  286. width:500px;
  287. height:auto;
  288. font-size:12px;
  289. font-style:none;
  290. text-align:center;
  291. text-transform:lowercase;
  292. opacity:1;
  293. padding-top:10px;
  294. padding-bottom:10px;
  295. padding-left:0px;
  296. padding-right:0px;
  297. margin-top:2px;
  298. margin-bottom:2px;
  299. word-spacing:0px;
  300. letter-spacing:0px;
  301. }
  302.  
  303. #links a {
  304. display:inline-block;
  305. width:50px;
  306. padding:3px;
  307. margin-right:7px;
  308. margin-bottom:0px;
  309. color:#474747;
  310. }
  311.  
  312. #links a:hover {
  313. color:#474747;
  314. text-decoration:underline;
  315. -moz-transition-duration:0.5s;
  316. -webkit-transition-duration:0.5s;
  317. -o-transition-duration:0.5s;
  318. opacity:1;
  319. text-shadow: none;
  320. }
  321.  
  322. #credit {
  323. font-family:Arial;
  324. font-size:8px;
  325. letter-spacing:0px;
  326. float:right;
  327. position:fixed;
  328. bottom:25px;
  329. right:20px;
  330. }
  331.  
  332. #credit a {
  333. color:#a80000;
  334. padding:5px;
  335. text-transform:uppercase;
  336. }
  337.  
  338. #credit a:hover {
  339. opacity:0.5;
  340. color: transparent;
  341. text-shadow:0 0 2px #474747;
  342. text-decoration:none;
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;
  346. }
  347.  
  348. {CustomCSS}</style></head><body>
  349.  
  350. <!-- FAQ -->
  351.  
  352. <div id="faq" class="panel">
  353. <div class="content">
  354. <h2>mailbox</h2>
  355. <p>
  356.  
  357. <div id="container">
  358. <div id="question">question</div>
  359. <div id="answer"> 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.
  360. </div>
  361. </div>
  362.  
  363. <div id="space"></div>
  364.  
  365. <div id="container">
  366. <div id="question">question</div>
  367. <div id="answer"> 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.
  368. </div>
  369. </div>
  370.  
  371. <div id="space"></div>
  372.  
  373. <!-- To add another section, simply copy and paste the codes bellow the previous one.
  374.  
  375. <div id="space"></div>
  376.  
  377. <div id="container">
  378. <div id="question">question</div>
  379. <div id="answer"> 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.
  380. </div>
  381. </div> -->
  382.  
  383. <div id="ask">ask me anything!</div>
  384. <div id="askbox"> <p><iframe frameborder="0" height="200" width="500" scrolling="no" src="http://www.tumblr.com/ask_form/yfian.tumblr.com" style="border:3px solid #f2f2f2;"></iframe><!—[if IE]><script type="text/javascript">document.getElementById(‘ask_form’).allowTransparency=true;</script><![endif]—></p>
  385. </div>
  386.  
  387. </p>
  388.  
  389. </div>
  390. </div>
  391.  
  392. <!-- End of FAQ -->
  393.  
  394.  
  395. <!-- About Me -->
  396.  
  397. <div id="about" class="content">
  398. <h2>foreword</h2>
  399. <p>
  400.  
  401. 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. 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.
  402. <br><br>
  403. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta <a href="/">sunt explicabo</a>. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  404.  
  405.  
  406. </p>
  407. </div>
  408.  
  409. <!-- End of About Me -->
  410.  
  411.  
  412. <!-- Navigation -->
  413.  
  414. <div id="navi" class="panel">
  415. <div class="content">
  416. <h2>etcetera</h2>
  417. <p>
  418.  
  419. <div id="category">category title</a></div>
  420. <div id="links">
  421. <a href="/">link one </a>
  422. <a href="/">link two</a>
  423. <a href="/">link three</a>
  424. <a href="/">link four</a>
  425. <a href="/">link five</a>
  426. </div>
  427.  
  428. <br>
  429.  
  430. <div id="category">category title</a></div>
  431. <div id="links">
  432. <a href="/">link one </a>
  433. <a href="/">link two</a>
  434. <a href="/">link three</a>
  435. <a href="/">link four</a>
  436. <a href="/">link five</a>
  437. </div>
  438.  
  439. <br><br>
  440.  
  441. <div id="category">category title</a></div>
  442. <div id="links">
  443. <a href="/">link one </a>
  444. <a href="/">link two</a>
  445. <a href="/">link three</a>
  446. <a href="/">link four</a>
  447. <a href="/">link five</a>
  448. </div>
  449.  
  450. </p>
  451. </div>
  452. </div>
  453.  
  454. <!-- End of Navigation -->
  455.  
  456.  
  457. <!-- Links -->
  458.  
  459. <div id="header">
  460. <div id="title">majestic</div>
  461. <div id="navigation">
  462. <a href="/">home</a>
  463. <a id="link-faq" href="#faq">message</a>
  464. <a id="link-about" href="#about">about me</a>
  465. <a id="link-navi" href="#navi">navigation</a>
  466. <a href="http://www.tumblr.com/">dash</a>
  467. </div>
  468. <div id="credit"><a href="http://yfian.tumblr.com/">yfian</a></div>
  469. </div>
  470.  
  471. <!-- End of Links -->
  472.  
  473. </body>
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement