Advertisement
bramrps

THEME 15: BAD GIRLFRIEND

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