Advertisement
ohmy-klaus

Theme 12 by ohmyklaus

Oct 6th, 2014
4,660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!--
  2. #12 Always and Forever
  3. by ohmyklaus.tumblr.com
  4.  
  5. EEEEEE EE EE EE EE
  6. EE EE EE EE EE
  7. EE EE EE EE EE
  8. EEEEE EE EE EEEE
  9. EE EEEE EE
  10. EE EEEE EE
  11. EEEEEEE EE EE
  12.  
  13. DO NOT REMOVE THE CREDIT!
  14. DO NOT CLAIM AS YOUR OWN!
  15. -->
  16.  
  17.  
  18.  
  19. <html><head>
  20.  
  21. <meta name="color:Background" content="#f3f3f3"/>
  22. <meta name="color:Font" content="#888888"/>
  23. <meta name="color:Links" content="#9d1509"/>
  24. <meta name="color:Links Hover" content="#888888"/>
  25. <meta name="color:Bold" content="#888888"/>
  26.  
  27. <meta name="color:Posts Background" content="#ffffff"/>
  28. <meta name="color:Posts Border" content="#e7e7e7"/>
  29. <meta name="color:Left Border" content="#333333"/>
  30. <meta name="color:Side Background" content="#ffffff"/>
  31. <meta name="color:Side Border" content="#e7e7e7"/>
  32. <meta name="color:Side Image Border" content="#f3f3f3"/>
  33.  
  34. <meta name="color:Scrollbar" content="#333333"/>
  35.  
  36. <meta name="image:Sidebar Image" content=""/>
  37. <meta name="image:Background Image" content=""/>
  38.  
  39. <meta name="text:Title" content="your title" />
  40.  
  41. <meta name="text:Link 1 Title" content="home" />
  42. <meta name="text:Link 1 URL" content="/" />
  43. <meta name="text:Link 2 Title" content="msg" />
  44. <meta name="text:Link 2 URL" content="/ask" />
  45. <meta name="text:Link 3 Title" content="" />
  46. <meta name="text:Link 3 URL" content="" />
  47. <meta name="text:Link 4 Title" content="" />
  48. <meta name="text:Link 4 URL" content="" />
  49. <meta name="text:Link 5 Title" content="" />
  50. <meta name="text:Link 5 URL" content="" />
  51. <meta name="text:Link 6 Title" content="" />
  52. <meta name="text:Link 6 URL" content="" />
  53. <meta name="text:Link 7 Title" content="" />
  54. <meta name="text:Link 7 URL" content="" />
  55. <meta name="text:Link 8 Title" content="" />
  56. <meta name="text:Link 8 URL" content="" />
  57. <meta name="text:Link 9 Title" content="" />
  58. <meta name="text:Link 9 URL" content="" />
  59. <meta name="text:Link 10 Title" content="" />
  60. <meta name="text:Link 10 URL" content="" />
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. /* --- BASICS --- */
  71.  
  72. body {
  73. font-family: Trebuchet MS;
  74. font-size: 10px;
  75. line-height: 100%;
  76. text-align: justify;
  77. color: {color:Font};
  78. background-color: {color:Background};
  79. background-image: url({image:Background Image});
  80. background-position: left top;
  81. background-repeat: repeat;
  82. background-attachment: fixed; }
  83.  
  84. a:link, a:visited, a:active {
  85. font-family: Trebuchet MS;
  86. font-size: 10px;
  87. line-height: 100%;
  88. text-decoration: none;
  89. text-align: justify;
  90. color: {color:Links};
  91. border-bottom: 0px solid transparent;
  92. -webkit-transition-duration: .90s; }
  93.  
  94. a:hover {
  95. border-bottom: 0px solid {color:Links Hover};
  96. color: {color:Links Hover};
  97. -webkit-transition-duration: .90s; }
  98.  
  99. b, strong {
  100. color: {color:Bold}; }
  101.  
  102. blockquote {
  103. margin-left: 0px;
  104. padding-left:4px;
  105. border-left: 4px solid {color:Bold}; }
  106.  
  107. #title {
  108. margin-top: 5px;
  109. margin-bottom: 5px;
  110. padding-bottom: 4px;
  111. font-family: Calibri;
  112. font-size: 16px;
  113. text-align: center; }
  114.  
  115. #link {
  116. margin-top: 5px;
  117. padding-bottom: 0px;
  118. font-family: Calibri;
  119. font-size: 16px;
  120. text-align: center; }
  121.  
  122. h1 {
  123. margin-top: 0px;
  124. margin-bottom: 0px;
  125. padding: 0px;
  126. font-family: Trebuchet MS;
  127. font-size: 15px;
  128. line-height: 15px;
  129. letter-spacing: 0px;
  130. text-transform: none;
  131. font-weight: normal;
  132. text-align: left;
  133. color: {color:Links}; }
  134.  
  135.  
  136. /* --- QUOTE --- */
  137.  
  138. #quote {
  139. margin: 0px 0px;
  140. font-family: Trebuchet MS;
  141. font-size: 13px; }
  142.  
  143. #source {
  144. padding-top: 5px;
  145. padding-left: 10px; }
  146.  
  147.  
  148. /* --- QUESTION --- */
  149.  
  150. .asker {
  151. width: 490px;
  152. padding: 5px;
  153. text-transform: normal;
  154. line-height: 100%;
  155. font-weight: normal;
  156. color:{color:Font};}
  157.  
  158. .asker img {
  159. padding: 0px 5px 0px 0px;
  160. float: left; }
  161.  
  162. .asker a {
  163. margin: 0;
  164. padding: 0;
  165. line-height: 100%;
  166. font-weight: bold;
  167. text-transform: normal;
  168. color: {color:Links}; }
  169.  
  170. .asker a:hover {
  171. margin: 0;
  172. padding: 0;
  173. font-weight: bold;
  174. text-transform: normal;
  175. color: {color:Links Hover}; }
  176.  
  177. .question {
  178. font-size: 8px;
  179. font-weight: normal;
  180. text-transform: none;
  181. color:{color:Font};
  182. background-color: {color:Background}; }
  183.  
  184. .answer {
  185. padding-left: 5px;
  186. padding-right: 5px; }
  187.  
  188. .answer img {
  189. max-width: 500px; }
  190.  
  191. img a {
  192. border:none;
  193. width:100%; }
  194.  
  195.  
  196. /* --- CHAT --- */
  197.  
  198. .user_1 .label {color:{color:bold}; font-weight:bold;}
  199. .user_2 .label {color:{color:bold}; font-weight:bold;}
  200. .user_3 .label {color:{color:bold}; font-weight:bold;}
  201. .user_4 .label {color:{color:bold}; font-weight:bold;}
  202. .user_5 .label {color:{color:bold}; font-weight:bold;}
  203. .user_6 .label {color:{color:bold}; font-weight:bold;}
  204. .user_7 .label {color:{color:bold}; font-weight:bold;}
  205. .user_8 .label {color:{color:bold}; font-weight:bold;}
  206. .user_9 .label {color:{color:bold}; font-weight:bold;}
  207. .user_10 .label {color:{color:bold}; font-weight:bold;}
  208. .user_11 .label {color:{color:bold}; font-weight:bold;}
  209. .user_12 .label {color:{color:bold}; font-weight:bold;}
  210. .user_13 .label {color:{color:bold}; font-weight:bold;}
  211. .user_14 .label {color:{color:bold}; font-weight:bold;}
  212. .user_15 .label {color:{color:bold}; font-weight:bold;}
  213. .user_16 .label {color:{color:bold}; font-weight:bold;}
  214. .user_17 .label {color:{color:bold}; font-weight:bold;}
  215. .user_18 .label {color:{color:bold}; font-weight:bold;}
  216. .user_19 .label {color:{color:bold}; font-weight:bold;}
  217. .user_20 .label {color:{color:bold}; font-weight:bold;}
  218.  
  219. ul.chat, .chat ol, .chat li {
  220. margin:0px;
  221. padding:0px;
  222. list-style:none;}
  223.  
  224.  
  225. /* --- AUDIO --- */
  226.  
  227. #audio {
  228. padding: 0px; }
  229.  
  230. .qu {
  231. opacity: 0.7;
  232. font-family: georgia;
  233. font-size: 25px;
  234. font-weight: bold;
  235. line-height: 33px; }
  236.  
  237. .ote {
  238. opacity: 0.9;
  239. margin-top: -34px;
  240. text-indent: 15px; }
  241.  
  242. .audio {
  243. background-color :white;
  244. display: block; }
  245.  
  246.  
  247. /* --- SCROLLBAR --- */
  248.  
  249. ::-webkit-scrollbar-thumb:vertical {
  250. height:10px;
  251. background-color: {color:Scrollbar}; }
  252.  
  253. ::-webkit-scrollbar-thumb:horizontal {
  254. height:10px;
  255. background-color: {color:Scrollbar}; }
  256.  
  257. ::-webkit-scrollbar {
  258. width: 10px;
  259. height: 10px;
  260. background-color: {color:Background}; }
  261.  
  262.  
  263. /* --- PERMALINK NOTES PAGE --- */
  264.  
  265. #perma-notes {
  266. position: absolute;
  267. margin-top: 0px;
  268. margin-bottom: 20px;
  269. padding: 10px 10px 10px 10px;
  270. -webkit-transition: 0.4s linear; }
  271.  
  272. .notes img {
  273. position: relative;
  274. top: 1px;
  275. width: 0px; }
  276.  
  277. ol.notes, .notes li {
  278. margin: 0px 0px 0px 10px;
  279. width: 484px;
  280. padding: 2px;
  281. text-align: left;
  282. color: {color:Font}; }
  283.  
  284. ol.notes, .notes li a {
  285. text-align: left;
  286. color: {color:Links}; }
  287.  
  288. ol.notes, .notes li a:hover {
  289. color: {color:Links Hover}; }
  290.  
  291.  
  292. /* --- POSTS --- */
  293.  
  294. #entries {
  295. position: absolute;
  296. margin-top: 10px;
  297. margin-left: 380px;
  298. width: 522px;
  299. padding: 10px 10px 5px 10px;
  300. background-color: none;
  301. z-index: 2001; }
  302.  
  303. #posts {
  304. overflow: hidden;
  305. margin-top: 0px;
  306. margin-bottom: 55px;
  307. padding: 10px 10px 10px 10px;
  308. font-size: 10px;
  309. background-color: {color:Posts Background};
  310. border: 1px solid {color:Posts Border};
  311. -webkit-transition: 0.4s linear;
  312. z-index: 2002; }
  313.  
  314. #posts:hover { }
  315.  
  316.  
  317. /* --- POSTS INFO --- */
  318.  
  319. #info {
  320. position: absolute;
  321. opacity: 1;
  322. margin-top: 16px;
  323. margin-left: -11px;
  324. width: 500px;
  325. padding: 7px 10px 7px 10px;
  326. font-family: Calibri;
  327. font-size: 8px;
  328. line-height: 120%;
  329. letter-spacing: 1px;
  330. text-align: left;
  331. text-transform: uppercase;
  332. color: {color:Font};
  333. background-color: {color:Posts Background};
  334. border: 1px solid {color:Posts Border};
  335. -webkit-transition: 0.7s linear;
  336. z-index: 2003; }
  337.  
  338. #info a {
  339. font-family: Calibri;
  340. font-size: 8px;
  341. letter-spacing: 1px;
  342. text-transform: uppercase;
  343. color: {color:Font}; }
  344.  
  345. #info a:hover {
  346. color: {color:Links}; }
  347.  
  348.  
  349. /* --- SIDEBAR --- */
  350.  
  351. #center {
  352. margin-left: 0px;
  353. margin-right: auto;
  354. width: 900px; }
  355.  
  356. #position {
  357. position: fixed;
  358. margin-top: 100px;
  359. left: 135px;
  360. width: 230px; }
  361.  
  362. #left {
  363. position: fixed;
  364. top: 0px;
  365. left: 0px;
  366. width: 100px;
  367. height: 100%;
  368. background-color: {color:Left Border}; }
  369.  
  370. #side {
  371. position: fixed;
  372. top: 0px;
  373. left: 100px;
  374. width: 250px;
  375. height: 100%;
  376. background-color: {color:Side Background};
  377. border-right: 1px solid {color:Side Border}; }
  378.  
  379. #sidebar {
  380. margin-top: 0px;
  381. left: 0px;
  382. width: 180px;
  383. height: auto;
  384. font-size: 10px;
  385. color: {color:Side Background}; }
  386.  
  387. #ttl {
  388. margin-top: 0px;
  389. margin-left: 0px;
  390. width: 180px;
  391. font-family: 'Satisfy', cursive;
  392. font-size: 20px;
  393. line-height: 100%;
  394. text-align: justify;
  395. text-align: center;
  396. color: {color:Font};
  397. border-bottom: 1px solid {color:Side Border};
  398. z-index: 6000; }
  399.  
  400. #sideimg img {
  401. margin-top: 20px;
  402. margin-left: 0px;
  403. width: 150px;
  404. height: auto;
  405. padding: 14px;
  406. background-color: {color:Side Image Border};
  407. border: 1px solid {color:Side Border}; }
  408.  
  409. #navi {
  410. margin-top: 10px;
  411. margin-left: 0px;
  412. width: 180px;
  413. padding: 10px 0px;
  414. text-align: center;
  415. color: {color:Font};
  416. background-color: none;
  417. -webkit-transition-duration: .90s;
  418. display: block; }
  419.  
  420. #navi a {
  421. padding: 0px 3px;
  422. font-family: calibri;
  423. font-size: 8px;
  424. letter-spacing: 1px;
  425. text-transform: uppercase;
  426. text-decoration: none;
  427. color: {color:Font};
  428. text-shadow: 5px 0px transparent, -12px 0px transparent;
  429. -moz-transition-duration: 0.6s;
  430. -webkit-transition-duration: 0.6s;
  431. -o-transition-duration: 0.6s; }
  432.  
  433. #navi a:hover {
  434. text-decoration: none;
  435. text-shadow: 0px 0px {color:Font}, 0px 0px {color:Font};
  436. -moz-transition-duration: 0.6s;
  437. -webkit-transition-duration: 0.6s;
  438. -o-transition-duration: 0.6s; }
  439.  
  440. #description {
  441. overflow: hidden;
  442. margin-top: -5px;
  443. margin-left: 0px;
  444. width: 180px;
  445. padding: 10px 0px;
  446. text-align: center;
  447. color: {color:Font};
  448. background-color: none;
  449. border-top: 1px solid {color:Side Border};
  450. border-bottom: 1px solid {color:Side Border};
  451. -webkit-transition-duration: .90s;
  452. display: block; }
  453.  
  454. #description a {
  455. text-align: justify;
  456. color: {color:Links};
  457. -webkit-transition-duration: .90s; }
  458.  
  459. #description a:hover {
  460. text-align: justify;
  461. color: {color:Font};
  462. -webkit-transition-duration: .90s; }
  463.  
  464. #pages {
  465. overflow: hidden;
  466. margin-top: 10px;
  467. margin-left: 0px;
  468. width: 180px;
  469. padding: 10px 0px;
  470. text-align: center;
  471. text-align: justify;
  472. color: {color:Font};
  473. background-color: none;
  474. -webkit-transition-duration: .90s;
  475. display: block; }
  476.  
  477. #pages a {
  478. color: {color:Links};
  479. text-align: justify;
  480. -webkit-transition-duration: .90s; }
  481.  
  482. #pages a:hover {
  483. color: {color:Font};
  484. text-align: justify;
  485. -webkit-transition-duration: .90s; }
  486.  
  487.  
  488.  
  489. </style></head>
  490.  
  491. <body>
  492.  
  493. <div id="center">
  494.  
  495. <div id="left"><br></div>
  496. <div id="side"><br></div>
  497. <div id="position">
  498. <div id="sidebar">
  499.  
  500. <div id="ttl">{text:Title}</div>
  501.  
  502. <div id="sideimg"><img src="{image:Sidebar Image}"></div>
  503.  
  504. <div id="navi"><center>
  505. {block:ifLink1title}
  506. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  507. {/block:ifLink1title}{block:ifLink2title}
  508. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  509. {/block:ifLink2title}{block:ifLink3title}
  510. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  511. {/block:ifLink3title}{block:ifLink4title}
  512. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  513. {/block:ifLink4title}{block:ifLink5title}
  514. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
  515. {/block:ifLink5title}{block:ifLink6title}
  516. <a href="{text:Link 6 URL}">{text:Link 6 Title}</a>
  517. {/block:ifLink6title}{block:ifLink7title}
  518. <a href="{text:Link 7 URL}">{text:Link 7 Title}</a>
  519. {/block:ifLink7title}{block:ifLink8title}
  520. <a href="{text:Link 8 URL}">{text:Link 8 Title}</a>
  521. {/block:ifLink8title}{block:ifLink9title}
  522. <a href="{text:Link 9 URL}">{text:Link 9 Title}</a>
  523. {/block:ifLink9title}{block:ifLink10title}
  524. <a href="{text:Link 10 URL}">{text:Link 10 Title}</a>
  525. {/block:ifLink10title}
  526. <a href="http://ohmyklaus.tumblr.com" target="_blank">theme</a>
  527. </center></div>
  528.  
  529. <div id="description">{description}</div>
  530.  
  531. <div id="pages"><center><i><b>
  532. {block:Pagination}{block:PreviousPage}
  533. <a href="{PreviousPage}">prev</a> <small>-</small>
  534. {/block:PreviousPage}{/block:Pagination}
  535. </b>| {CurrentPage}/{TotalPages} |<b>
  536. {block:Pagination}{block:NextPage}
  537. <small>-</small> <a href="{NextPage}">next</a>
  538. {/block:NextPage}{/block:Pagination}
  539. </b></i></center></div>
  540.  
  541. </div></div>
  542.  
  543.  
  544. <div id="entries">
  545. {block:Posts}
  546. <div id="posts">
  547.  
  548. {block:Title}<h1>{Title}&nbsp;</h1><br>{/block:Title}
  549. {block:Text}{Body}{/block:Text}
  550.  
  551. {block:Quote}<div id="quote"><i>{Quote}</i></div>{block:Source}
  552. <div id="source">- {Source}</div>{/block:Source}{/block:Quote}
  553.  
  554. {block:Link}<a href="{URL}" class="link"{Target}><h1>{Name}&nbsp;</h1></a>
  555. {block:Description}{Description}{/block:Description}{/block:Link}
  556.  
  557. {block:Photo}{LinkOpenTag}
  558. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>
  559. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  560.  
  561. {block:Photoset}{Photoset-500}
  562. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  563.  
  564. {block:Chat}<ul class="chat">
  565. {block:Lines}<li class="user_{UserNumber}">
  566. {block:Label}<span class="label">{Label}</span>{/block:Label}
  567. &nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  568.  
  569. {block:Video}{Video-500}
  570. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  571.  
  572. {block:Answer}<div class="asker">
  573. <img src="{AskerPortraitURL-24}"><b>{Asker}</b> asked:
  574. <div class="questions">{Question}</div></div>
  575. <div class="answer">{Answer}</div>{/block:Answer}
  576.  
  577. {block:Audio}<div id="audio">{block:AlbumArt}
  578. <img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  579. {block:TrackName}Song: <b>{TrackName}</b><br>{/block:TrackName}
  580. {block:Artist}Artist: <b>{Artist}</b><br><br>{/block:Artist}
  581. {AudioPlayerBlack}<br></div>
  582. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  583.  
  584.  
  585. <div id="info"><b>
  586.  
  587. {block:NoteCount}
  588. <a href="{Permalink}">{NoteCount} notes </a> -
  589. {/block:NoteCount}
  590.  
  591. {block:Date}
  592. posted <a href="{Permalink}">{TimeAgo}</a>
  593. {/block:Date}
  594.  
  595. {block:RebloggedFrom}
  596. - via <a href="{ReblogParentURL}">
  597. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  598. {block:ContentSource} / <a href="{SourceURL}">source</a>
  599. {/block:ContentSource}{/block:RebloggedFrom}
  600.  
  601. {block:HasTags}//
  602. {block:Tags}# <a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}
  603. {/block:HasTags}
  604.  
  605. </b></div></div>
  606.  
  607. {/block:Posts}
  608.  
  609. {block:PostNotes}
  610. <div id="perma-notes">{PostNotes}</div>
  611. {/block:PostNotes}
  612.  
  613. </div>
  614. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement