Advertisement
bramrps

THEME 12: ALL KIWI'S MUST STUDY

Jun 12th, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.28 KB | None | 0 0
  1. <!-- THEME #12 by bramrps -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21.  
  22. <meta name="font:Body" content="Helvetica" />
  23. <meta name="color:Background" content="#fff" />
  24. <meta name="color:Body" content="#000" />
  25. <meta name="color:Entries" content="#fff" />
  26. <meta name="color:Borders" content="#000" />
  27. <meta name="color:Link" content="#8d8c8d" />
  28. <meta name="color:Link Bg" content="#ffffff" />
  29. <meta name="color:Link Hover" content="#ccc" />
  30. <meta name="color:Top Color" content="#fff" />
  31. <meta name="color:Sidebars" content="#fff" />
  32. <meta name="color:Info Bg" content="#fff" />
  33. <meta name="color:Entry titles" content="#000" />
  34. <meta name="color:Entries Border" content="#000" />
  35. <meta name="color:Title Color" content="#000" />
  36. <meta name="image:Image" content="" />
  37. <meta name="image:Borderbar" content="" />
  38. <meta name="image:Background" content="" />
  39. <meta name="text:Link1" content="link" />
  40. <meta name="text:Link1 URL" content="/" />
  41. <meta name="text:Link2" content="link" />
  42. <meta name="text:Link2 URL" content="/" />
  43. <meta name="text:Link3" content="link" />
  44. <meta name="text:Link3 URL" content="/" />
  45. <meta name="text:Link4" content="link" />
  46. <meta name="text:Link4 URL" content="/" />
  47. <meta name="text:Link5" content="link" />
  48. <meta name="text:Link5 URL" content="/" />
  49. <meta name="text:Link6" content="link" />
  50. <meta name="text:Link6 URL" content="/" />
  51.  
  52. <meta name="text:main" content="this is your main title" />
  53.  
  54. <style type="text/css">
  55.  
  56. body {
  57. background: {color:Background};
  58. background-image: url('{image:Background}');
  59. background-attachment:fixed;
  60. position:absolute;
  61. font-size:12px;
  62. font-family: {font:Body};
  63. color:{color:Body};
  64. }
  65.  
  66. blockquote {
  67. margin-left: 25px;
  68. border-left: 1px solid {color:Borders};
  69. padding:5px;
  70. padding-left:10px;
  71. text-align: justify;
  72. }
  73.  
  74.  
  75. b, strong {
  76. color:{color:Link};
  77. text-shadow: 0px 1px 1px {color:Link};
  78. }
  79.  
  80. i, em {
  81. color:{color:Body}
  82. text-shadow: 0px 0px 2px {color:Body};
  83. }
  84.  
  85. a {
  86. text-decoration:none;
  87. outline:none;
  88. color:{color:Link};
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. }
  93.  
  94. a:hover {
  95. color:{color:Link Hover};
  96. letter-spacing:2px;
  97. -webkit-transition: all 0.5s ease-in-out;
  98. -moz-transition: all 0.5s ease-in-out;
  99. -o-transition: all 0.5s ease-in-out;
  100. }
  101.  
  102. h1 {
  103. margin-top:3px;
  104. margin-bottom:5px;
  105. color:{color:Entry titles};
  106. font-family:'code bold';
  107. font-style:normal;
  108. text-align:right;
  109. text-transform:uppercase;
  110. font-size: 25px;
  111. color: {color:Entry titles};
  112. text-shadow: 2px 3px 1px #000;
  113. padding-bottom:0px;
  114. }
  115.  
  116. h2 {
  117. margin-top:5px;
  118. margin-bottom:5px;
  119. font-family:'georgia';
  120. text-transform:uppercase;
  121. text-align:center;
  122. font-size: 20px;
  123. color:{color:Link};
  124. text-shadow: 2px 3px 1px #000;
  125. }
  126.  
  127. #topbar {
  128. position:fixed;
  129. width:310px;
  130. height:51px;
  131. left:130px;
  132. top:382px;
  133. }
  134.  
  135. #toptitle {
  136. text:{text:main};
  137. font-family:'lobster';
  138. font-size:30px;
  139. color:{color:Title Color};
  140. font-style:normal;
  141. text-align:center;
  142. text-shadow: 2px 3px 1px #000;
  143. }
  144.  
  145.  
  146. #sidebar {
  147. position:fixed;
  148. top:413px;
  149. left:138px;
  150. width:280px;
  151. height:153px;
  152. padding:5px;
  153. background-color:{color:Sidebars};
  154. border-color:{color:Borders};
  155. border-style:dotted;
  156. border-width:1px
  157. }
  158.  
  159.  
  160.  
  161. #image {
  162. z-index:3;
  163. position:fixed;
  164. top:73px;
  165. left:128px;
  166. width:370px;
  167. height:512px;
  168. background-image:url('{image:Image}');
  169. background-attachment:none;
  170. background-size:auto;
  171. background-position:top left;
  172. background-repeat:no-repeat;
  173. float:center;
  174. overflow:hidden;
  175. background-color:#fff;
  176. border-color:{color:Borders};
  177. border-style:solid;
  178. border-width:1px
  179. }
  180.  
  181. #description {
  182. padding:10px;
  183. color:{color:Description};
  184. font-size:11px;
  185. text-align:justify;
  186. font-family:{font:Body};
  187. }
  188.  
  189. #pagination {
  190. background:black;
  191. color:white;
  192. font-family:'calibri';
  193. font-size:8px;
  194. text-transform:uppercase;
  195. }
  196.  
  197. #links {
  198. text-align:center;
  199. }
  200.  
  201.  
  202. #links a{
  203. font-family:'calibri';
  204. background-color:{color:Link Bg};
  205. color:#fff;
  206. border-color:{color:Borders};
  207. border-style:solid;
  208. border-width:1px;
  209. width:55px;
  210. height:93px;
  211. line-height:94px;
  212. font-size:10px;
  213. text-transform:uppercase;
  214. display:inline-block;
  215. margin-top:5px;
  216. margin-bottom:1px;
  217. margin-left:300px;
  218. padding:0px;
  219. color:{color:Link};
  220. -webkit-transition: all 0.2s ease-in-out;
  221. -moz-transition: all 0.2s ease-in-out;
  222. -o-transition: all 0.2s ease-in-out;
  223. }
  224.  
  225. #links a:hover{
  226. color:{color:Background};
  227. background:{color:Link Hover};
  228. letter-spacing:3px;
  229. font-style:italic;
  230. -webkit-transition: opacity 0.7s linear;opacity: 1;
  231. -webkit-transition: all 0.3s ease-out;
  232. -moz-transition: all 0.3s ease-out;
  233. transition: all 0.3s ease-out
  234. }
  235.  
  236.  
  237. .user_1 .label {
  238. color:{color:Title};
  239. font-family:'georgia';
  240. font-size: 10px;
  241. padding: 5px;
  242. text-transform:uppercase;
  243. font-weight:bold
  244. }
  245.  
  246. .user_2 .label {
  247. color:{color:Link};
  248. font-family:'georgia';
  249. font-size: 10px;
  250. padding: 5px;
  251. text-transform:uppercase;
  252. font-weight:bold
  253. }
  254.  
  255. .user_3 .label {
  256. color:{color:Title};
  257. font-family:'georgia';
  258. font-size: 10px;
  259. padding: 5px;
  260. text-transform:uppercase;
  261. font-weight:bold
  262. }
  263.  
  264. .user_4 .label {
  265. color:{color:Link};
  266. font-family:'georgia';
  267. font-size: 10px;
  268. padding: 5px;
  269. text-transform:uppercase;
  270. font-weight:bold
  271. }
  272.  
  273. .user_5 .label {
  274. color:{color:Title};
  275. font-family:'georgia';
  276. font-size: 10px;
  277. padding: 5px;
  278. text-transform:uppercase;
  279. font-weight:bold
  280. }
  281.  
  282. .user_6 .label {
  283. color:{color:Link};
  284. font-family:'georgia';
  285. font-size: 10px;
  286. padding: 5px;
  287. text-transform:uppercase;
  288. font-weight:bold
  289. }
  290.  
  291. .user_7 .label {
  292. color:{color:Title};
  293. font-family:'georgia';
  294. font-size: 10px;
  295. padding: 5px;
  296. text-transform:uppercase;
  297. font-weight:bold
  298. }
  299.  
  300. .user_8 .label {
  301. color:{color:Link};
  302. font-family:'georgia';
  303. font-size: 10px;
  304. padding: 5px;
  305. text-transform:uppercase;
  306. font-weight:bold
  307. }
  308.  
  309. .user_9 .label {
  310. color:{color:Title};
  311. font-family:'georgia';
  312. font-size: 10px;
  313. padding: 5px;
  314. text-transform:uppercase;
  315. font-weight:bold
  316. }
  317.  
  318. .user_10 .label {
  319. color:{color:Link};
  320. font-family:'georgia';
  321. font-size: 10px;
  322. padding: 5px;
  323. text-transform:uppercase;
  324. font-weight:bold
  325. }
  326.  
  327.  
  328. ul.chat, .chat ol, .chat li {
  329. list-style:none;
  330. margin-top:-8px;
  331. padding: 3px;
  332. }
  333.  
  334. p {
  335. margin-top:0px;
  336. margin-bottom:5px
  337. }
  338.  
  339. #entries {
  340. font-size:10px;
  341. margin-left: 600px;
  342. margin-top:0px;
  343. float: right;
  344. text-align: justify;
  345. }
  346.  
  347. #post {
  348. background-color:{color:Entries};
  349. border-color:{color:Entries Border};
  350. border-style:solid;
  351. border-width:1px;
  352. font-size:10px;
  353. padding: 5px;
  354. padding-top:0px;
  355. padding-bottom: 0px;
  356. margin-bottom:0px;
  357. width: 502px;
  358. color:{color:Body};
  359. text-align: justify;
  360. overflow:hidden;
  361. }
  362.  
  363.  
  364. #quotetext {
  365. font-family:'rochester';
  366. font-size:25px;
  367. color:{color:Borders};
  368. font-style:normal;
  369. text-align:justify;
  370. margin-top:5px;
  371. padding:2px;
  372. }
  373.  
  374.  
  375. #asks {
  376. text-align:justify;
  377. font-size:11px;
  378. font-family:'georgia';
  379. margin:5px;
  380. padding:5px;
  381. background-color:transparent;
  382. border:1px solid {color:Borders};
  383. }
  384.  
  385. .asker {
  386. font-family:'orator std';
  387. text-transform:uppercase;
  388. margin-bottom:-8px;
  389. font-size:20px;
  390. letter-spacing:1px;
  391. text-shadow:2px 2px 1px #000;
  392. font-style:normal;
  393.  
  394. }
  395.  
  396. #answers {
  397. padding:5px;
  398. padding-top:0px;
  399. }
  400.  
  401. #info {
  402. font-family:'calibri';
  403. text-align: right;
  404. margin-bottom: -4px;
  405. padding: 0px;
  406. padding-top: 0px;
  407. color:{color:Link};
  408. text-transform:uppercase;
  409. border-color:{color:Borders};
  410. }
  411.  
  412. #infobox {
  413. width: 508px;
  414. margin-left:-11px;
  415. margin-top:2px;
  416. float: right;
  417. background-color:{color:Entries};
  418. border-style:solid;
  419. border-width:1px;
  420. border-color:{color:Entries Border};
  421. font-size:10px;
  422. padding: 2px;
  423. color:{color:Body};
  424. text-align: right;
  425. overflow:hidden;
  426. }
  427.  
  428.  
  429. #info2 {
  430. font-family:'calibri';
  431. text-align: right;
  432. margin-bottom: -5px;
  433. padding: 0px;
  434. padding-top: 0px;
  435. color:{color:Link};
  436. text-transform:uppercase;
  437. border-color:{color:Borders};
  438. }
  439.  
  440. #infobox2 {
  441. width: 508px;
  442. margin-left:-11px;
  443. margin-bottom:2px;
  444. margin-top:40px;
  445. float: right;
  446. background-color:{color:Entries};
  447. border-style:solid;
  448. border-width:1px;
  449. border-color:{color:Entries Border};
  450. font-size:10px;
  451. padding: 2px;
  452. color:{color:Body};
  453. text-align: left;
  454. overflow:hidden;
  455. }
  456.  
  457.  
  458. #credit a{
  459. position:fixed;
  460. right:3px;
  461. bottom:3px;
  462. padding:4px;
  463. background:white;
  464. font-size:11px;
  465. color:black;
  466. -moz-transition-duration:1s;
  467. -webkit-transition-duration:1s;
  468. -o-transition-duration:1s;
  469. }
  470.  
  471. #credit a:hover {
  472. opacity:1;
  473. color:white;
  474. background:black;
  475. -moz-transition-duration:1s;
  476. -webkit-transition-duration:1s;
  477. -o-transition-duration:1s;
  478. }
  479.  
  480.  
  481. </style>
  482. <style type="text/css">{CustomCSS}</style>
  483. </head>
  484.  
  485. <body>
  486.  
  487.  
  488. <div id="image">
  489. <div id="links">
  490. <a href="{text:Link1 URL}">{text:Link1}</a><br>
  491. <a href="{text:Link2 URL}">{text:Link2}</a><br>
  492. <a href="{text:Link3 URL}">{text:Link3}</a><br>
  493. <a href="{text:Link4 URL}">{text:Link4}</a><br>
  494. <a href="{text:Link5 URL}">{text:Link5}</a><br>
  495. </div>
  496.  
  497. <div id="sidebar">
  498.  
  499. <div id="description">
  500. {block:Description}
  501. {Description}{/block:Description}<br><br>
  502. <center>
  503. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage} ♥ {block:NextPage} <a href="{NextPage}">FORTH</a>{/block:NextPage}</center>
  504. </div>
  505.  
  506. <div id="topbar">
  507. <div id="toptitle">{text:main}</div>
  508.  
  509. </div></div></div>
  510.  
  511.  
  512.  
  513. <div id="entries">
  514. {block:Posts}
  515.  
  516. <div id="info2"><div id="infobox2">posted {block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  517. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  518. {block:ContentSource} <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br></div></div>
  519.  
  520. <div id="postbg">
  521. <div id="post">
  522.  
  523.  
  524. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  525.  
  526. {block:Quote}<div id="quotetext">“{Quote}” </div>
  527. <div style="font-family:georgia; font-size:12px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  528.  
  529. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  530. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  531.  
  532. {block:Photo}<div style="padding-top:5px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  533. {block:Photoset}<div style="padding-top:5px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  534.  
  535. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  536.  
  537. <ul class="chat">{block:Lines}<li class="user_{UserNumber}"><div style="padding-top:3px;">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  538.  
  539. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  540.  
  541.  
  542.  
  543.  
  544. {block:Audio}
  545. {block:AudioPlayer}
  546. <center>{AudioPlayerWhite}</center>
  547. {/block:AudioPlayer}
  548. {block:AlbumArt}
  549. <img src="{AlbumArtURL}" style="width:50px; float:left; padding-top:0px; padding:2px">
  550. {/block:AlbumArt}
  551. <br>
  552. <div style="padding-bottom:10px; padding-top:0px;">{block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}<br>
  553. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
  554. {block:Playcount}<b>Play count:</b> {FormattedPlayCount}{/block:Playcount}</div>
  555. {block:Caption}{Caption}{/block:Caption}
  556. {/block:Audio}
  557.  
  558. {block:Answer}
  559. <div id="asks"><img src="{AskerPortraitURL-64}" style="height:40px; width:40px; float:left; padding-top:0px; padding-right:5px;">
  560. <div style="font-family:'orator std'; text-transform:uppercase; font-size:17px; text-align:left; padding-bottom:2px;"><b>{Asker}</b> wondered:</div></em><p></p>
  561. <div style="border-top:1px dotted {color:Borders};">{Question}</div></div>
  562. <div id="answers">{Answer}</div>{/block:Answer}
  563.  
  564. </div></div>
  565.  
  566.  
  567. <div id="info"><div id="infobox">
  568. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  569. </div></div>
  570.  
  571. {block:PostNotes}<div style="padding-left:125px;">{PostNotes}</div>{/block:PostNotes}
  572. {/block:Posts}
  573.  
  574.  
  575. </div></div>
  576.  
  577. </div>
  578.  
  579.  
  580.  
  581. <div id="credit"><a href="http://bramrps.tumblr.com">♥</a></div>
  582. </body>
  583. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement