Advertisement
deviousgleerpthemes

first_thepuckerman

May 15th, 2015
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.83 KB | None | 0 0
  1. <!--
  2.  
  3. DEVIOUS GLEE RPGS THEME
  4.  
  5. "FIRST"
  6.  
  7. You are free to edit this theme as long as you don't remove the credit. Feel free to ask questions.
  8.  
  9. -->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21.  
  22.  
  23. <head>
  24.  
  25.  
  26. <!-- VARIABLES -->
  27.  
  28. <meta name="image:Background" content="http://static.tumblr.com/vqqnpua/Nvlmbhjyn/straws.png"/>
  29. <meta name="image:Sidebar Image" content="" />
  30. <meta name="image:Sidebar Image 2" content="" />
  31.  
  32. <meta name="color:Background" content="##d7cac7" />
  33. <meta name="color:Text" content="#797979" />
  34. <meta name="color:Bold" content="#ff4a00" />
  35. <meta name="color:Italic" content="#ff4a00" />
  36. <meta name="color:Link" content="#a09280" />
  37. <meta name="color:Content BG" content="#ffffff" />
  38. <meta name="color:Content Border" content="#ebebeb" />
  39. <meta name="color:Info BG" content="#f3f3f3" />
  40. <meta name="color:Info Border" content="#e4e2e1" />
  41. <meta name="color:shadow" content="#111111" />
  42. <meta name="text:Text Size" content="12px" />
  43.  
  44.  
  45. <meta name="text:Home URL" content="/">
  46. <meta name="text:Home" content="Home">
  47. <meta name="text:Ask URL" content="/">
  48. <meta name="text:Ask" content="Ask">
  49. <meta name="text:blogtitle" content="your main title here" />
  50. <meta name="text:Link 1 URL" content="http://" />
  51. <meta name="text:Link 1" content="Link 1" />
  52. <meta name="text:Link 2 URL" content="http://" />
  53. <meta name="text:Link 2" content="Link 2" />
  54. <meta name="text:Link 3 URL" content="http://" />
  55. <meta name="text:Link 3" content="Link 3" />
  56. <meta name="text:Link 4 URL" content="http://" />
  57. <meta name="text:Link 4" content="Link 4" />
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. /* MAIN */
  63.  
  64. body {
  65. background-color:{color:Background};
  66. background-image: url('{image:Background}');
  67. color:{color:Text};
  68. font-family: calibri;
  69. font-size: {text:Text Size};
  70. text-transform:lowercase;
  71. margin: 0px;
  72. padding: 0px;}
  73.  
  74. a:link, a:active {
  75. text-decoration:none;
  76. color: {color:Link}; }
  77.  
  78. a:visited {
  79. text-decoration:none;
  80. color: {color:Link}; }
  81.  
  82. a:hover {
  83. text-decoration:none;
  84. color: {color:Bold};}
  85.  
  86. b, strong, .strong {color:{color:Bold};}
  87.  
  88. blockquote {
  89. border-left:2px solid {color:Text};
  90. padding-left:6px; }
  91.  
  92. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  93.  
  94. i, em, .em {color:{color:Italic};}
  95.  
  96. .entries img {border:1px solid {color:borders};
  97. display:block;
  98. margin:0px;
  99. max-width:100%;
  100. padding:5px;
  101. background-image:url('{image:bbar}');
  102. }
  103.  
  104.  
  105.  
  106. #blogtitle {
  107. position:fixed;
  108. margin-top:-3px;
  109. margin-left:50px;
  110. text-align:center;
  111. color:{color:title};
  112. font-family:calibiri;
  113. font-size:50px;
  114. font-style:italic;
  115. font-weight:bold;
  116. letter-spacing:-2px;
  117. line-height:85%;
  118. text-align: center;
  119. text-transform:lowercase;
  120. margin-bottom:-4px;
  121. margin-right:5px;
  122. text-shadow: 1px 1px 0px {color:shadow};}
  123.  
  124. /* CONTENT */
  125.  
  126.  
  127.  
  128. .contentwhole {
  129. width:520px;
  130. z-index:0;
  131. margin-left:500px;
  132. height:100%;}
  133.  
  134. .content {
  135. width: 500px;
  136. z-index:0;
  137. height: auto;
  138. padding:10px;
  139. margin-top:20px;
  140. background-color: {color:Content BG};
  141. border:1px solid {color:Content Border};}
  142.  
  143. .info {
  144. height:15px;
  145. float:center;
  146. padding-top:4px;
  147. margin-top:10px;
  148. opacity:0.8;
  149. text-align:center;
  150. font-size:10px;
  151. font-family:arial;
  152. letter-spacing:1px;
  153. background-color: {color:Info BG};
  154. background-image:url('{image:Info BG}');
  155. color:{color:Link};
  156. border-top: 1px solid {color:Info Border};
  157. width: 500px;
  158. text-transform:lowercase;
  159. transition-duration: 0.6s;
  160. -moz-transition-duration: 0.6s;
  161. -webkit-transition-duration: 0.6s;
  162. -o-transition-duration: 0.6s; }
  163.  
  164. .info a {
  165. font-size:10px; }
  166.  
  167. .info:hover {
  168. opacity:1.0;
  169. transition-duration: 0.6s;
  170. -moz-transition-duration: 0.6s;
  171. -webkit-transition-duration: 0.6s;
  172. -o-transition-duration: 0.6s; }
  173.  
  174. .pagination {
  175. top:520px;
  176. left:150px;
  177. width:200px;
  178. font-size:20px;
  179. position:fixed;
  180. text-align:center;}
  181.  
  182.  
  183. /* SIDEBAR */
  184.  
  185. .hover {
  186. width:430px;
  187. height:500px;
  188. top:50px;
  189. position:fixed; }
  190.  
  191. .sidebar {
  192. position:fixed;
  193. top:70px;
  194. z-index:1000;
  195. left:30px;
  196. width:430px;
  197. height:440px;}
  198.  
  199. .portrait {
  200. width:48px;
  201. height:48px;
  202. border:3px solid {color:Background};
  203. float:left;
  204. margin:2px;}
  205.  
  206. .sidebarcontent {
  207. width:372px;
  208. text-align:center;
  209. padding:20px 20px 20px 20px;
  210. top:10px;
  211. left:10px;
  212. height:270px;
  213. position:absolute;
  214. background-color:#FFFFFF;
  215. opacity:0.0;
  216. z-index:3000;
  217. -webkit-transition: all 0.6s ease-in-out;
  218. -moz-transition: all 0.6s ease-in-out;
  219. -o-transition: all 0.6s ease-in-out;
  220. transition: all 0.6s ease-in-out;}
  221.  
  222. .hover:hover .sidebarcontent {
  223. opacity:0.8;
  224. -webkit-transition: all 0.6s ease-in-out;
  225. -moz-transition: all 0.6s ease-in-out;
  226. -o-transition: all 0.6s ease-in-out;
  227. transition: all 0.6s ease-in-out;}
  228.  
  229. .sidebarimage {
  230. width:400px;
  231. height:300px;
  232. background-image:url('{image:Sidebar Image}');
  233. background-repeat:no-repeat;
  234. border:10px solid {color:Info Border};}
  235.  
  236. .sidebarimage2 {
  237. opacity:1.0;
  238. width:250px;
  239. height:relative;
  240. border:4px solid {color:Content Border};}
  241.  
  242. .hover:hover .sidebarimage {
  243. opacity:0.7;
  244. -webkit-transition: all 0.6s ease-in-out;
  245. -moz-transition: all 0.6s ease-in-out;
  246. -o-transition: all 0.6s ease-in-out;
  247. transition: all 0.6s ease-in-out;}
  248.  
  249.  
  250.  
  251. .sideimgborder {
  252. width:420px;
  253. height:320px;
  254. border:6px solid {color:Content Border};
  255. -webkit-transition: all 0.6s ease-in-out;
  256. -moz-transition: all 0.6s ease-in-out;
  257. -o-transition: all 0.6s ease-in-out;
  258. transition: all 0.6s ease-in-out;}
  259.  
  260. .sideimgborder:hover {
  261. width:420px;
  262. height:490px;
  263. border:6px solid {color:Content Border};
  264. -webkit-transition: all 0.6s ease-in-out;
  265. -moz-transition: all 0.6s ease-in-out;
  266. -o-transition: all 0.6s ease-in-out;
  267. transition: all 0.6s ease-in-out;}
  268.  
  269.  
  270. .sideborder {
  271. width:36px;
  272. background-color:{color:Main Links};
  273. border-right:10px solid {color:Signature Color};
  274. opacity:0.4;
  275. margin:0;
  276. position:fixed;
  277. top:0px;
  278. height:100%;
  279. left:1000px; }
  280.  
  281.  
  282.  
  283.  
  284.  
  285. /* TAGS */
  286.  
  287. .tags {
  288. opacity:5; }
  289.  
  290.  
  291. /* NAVIGATION */
  292.  
  293. #navigation a {
  294. background-color: {color:Content Border};
  295. display:block;
  296. font-size:12.5pt;
  297. margin-bottom:4px;
  298. padding:5px;
  299. width:50px;
  300. margin-left:-7px;
  301. letter-spacing:0px;
  302. text-align:center;
  303. font-family:calibri;
  304. text-shadow:3px;
  305. text-transform:,lowercase;
  306. color: {color:Bold}; }
  307.  
  308. #navigation a:hover {
  309. background-color: {color:Text};
  310. color: {color:Background};
  311. text-shadow:none;
  312. text-decoration:none;
  313. text-align:center;
  314. -webkit-transition: opacity 0.7s linear;
  315. -webkit-transition: all 0.7s ease-out;
  316. -moz-transition: all 0.7s ease-out;
  317. transition: all 0.7s ease-out;}
  318.  
  319.  
  320. /* EXTRAS LINKS */
  321.  
  322. #extraslinks a {
  323. background-color: {color:Content BG};
  324. border:1px solid {color:Content Border};
  325. display:block;
  326. font-size:7pt;
  327. margin-bottom:2px;
  328. padding:5px;
  329. width:100px;
  330. margin-left:-7px;
  331. letter-spacing:0px;
  332. text-align:center;
  333. font-family:calibri;
  334. text-shadow:none;
  335. text-transform:lowercase;
  336. color: {color:Bold}; }
  337.  
  338. #extraslinks a:hover {
  339. background-color: {color:Text};
  340. color: {color:Background};
  341. text-shadow:none;
  342. text-decoration:none;
  343. text-align:center;
  344. -webkit-transition: opacity 0.7s linear;
  345. -webkit-transition: all 0.7s ease-out;
  346. -moz-transition: all 0.7s ease-out;
  347. transition: all 0.7s ease-out;}
  348.  
  349. /* EXTRAS */
  350.  
  351. .extras {
  352. width:520px;
  353. z-index:2000;
  354. padding:0px;
  355. letter-spacing:0;}
  356.  
  357. .push {
  358. background:transparent;
  359. opacity:0;
  360. margin-top:0px;
  361. text-align:left;
  362. margin-left:520px;
  363. position:absolute;
  364. -webkit-transition: opacity 0.7s linear;
  365. -webkit-transition: all 0.7s ease-out;
  366. -moz-transition: all 0.7s ease-out;
  367. transition: all 0.7s ease-out;}
  368.  
  369. .extras:hover .push {
  370. opacity:1.0;
  371. margin-left:540px;
  372. -webkit-transition: opacity 0.7s linear;
  373. -webkit-transition: all 0.7s ease-out;
  374. -moz-transition: all 0.7s ease-out;
  375. transition: all 0.7s ease-out;}
  376.  
  377. /* credit do not touch */
  378. .creditup a {font-family:calibiri;
  379. font-size:15px;
  380. bottom:5px;
  381. right:7px;
  382. position:fixed;
  383. font-weight:bold;
  384. center;
  385. color:{color:scollbar};
  386. text-align:justify;
  387. text-decoration:none;}
  388. .creditup span{letter-spacing:10px; font-family:calibiri;}
  389. .creditup a:hover{color:{color:entries};}
  390.  
  391. </style>
  392.  
  393.  
  394.  
  395.  
  396. </div>
  397. <div id="blogtitle">{text:blogtitle}</div>
  398.  
  399. </div>
  400.  
  401.  
  402.  
  403. <div class="hover">
  404.  
  405. <div class="sidebar">
  406. <div class="sidebarcontent">
  407.  
  408. <div id="navigation">
  409.  
  410. <div align="center"><table width="400px" style="margin:0;padding:0;text-align:center;"><td><td width="40%" vAlign="top" style="margin:0;padding:0;">
  411. <a href="/">{text:Home}</a>
  412. <a href="/ask">{text:Ask}</a>
  413.  
  414. <td width="40%" vAlign="top" "center" style="margin:0;padding:0;">
  415. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  416. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  417. </td>
  418.  
  419. <td width="40%" vAlign="top" style="margin:0;padding:0;">
  420. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  421. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  422. </td></tr></table>
  423. </div></div>
  424.  
  425.  
  426. <img src="{image:Sidebar Image 2}" class="sidebarimage2" /><p>
  427. <img src="{PortraitURL-48}" class="portrait" /> <div align="justify">{Description}</div>
  428.  
  429. </div>
  430.  
  431. <div class="sideimgborder">
  432. <div class="sidebarimage">
  433. </div>
  434.  
  435. <div class="pagination">
  436. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  437. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  438. </div></div>
  439. </div> <!-- END SIDE IMAGE BORDER -->
  440.  
  441.  
  442. </div> <!-- END SIDEBAR -->
  443. </div> <!-- END HOVER -->
  444.  
  445.  
  446.  
  447. <div class="contentwhole">
  448.  
  449. {block:Posts}
  450.  
  451. <div class="extras">
  452.  
  453. <div class="push">
  454. <div id="extraslinks">
  455.  
  456. <a href="{ReblogURL}" target="_blank" title="reblog this post!">REBLOG</a>
  457. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  458. {block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</a>
  459.  
  460. </div> <!-- END EXTRA LINKS -->
  461.  
  462. <div class="tags">
  463.  
  464. {block:HasTags}{block:Tags}
  465. <a href="{TagURL}">#{Tag}</a><br />
  466. {/block:Tags}{/block:HasTags}
  467.  
  468. </div> <!-- END TAGS -->
  469. </div> <!-- END PUSH -->
  470.  
  471. <div class="content">
  472.  
  473.  
  474. {block:Text}
  475. {block:Title}
  476. <a href="{Permalink}" class="ttitle">{Title}</a>
  477. {/block:Title}
  478. {Body}
  479. {/block:Text}
  480.  
  481. {block:Photo}
  482. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  483. {block:Caption}{Caption}{/block:Caption}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}
  487. {Photoset-500}
  488. {block:Caption}{Caption}{/block:Caption}
  489. {/block:Photoset}
  490.  
  491. {block:Quote}
  492. {Quote}<p>
  493. {block:Source}- {Source}{/block:Source}
  494. {/block:Quote}
  495.  
  496. {block:Link}
  497. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  498. {block:Description} {Description} {/block:Description}
  499. {/block:Link}
  500.  
  501. {block:Chat}
  502. {block:Title} {Title} {/block:Title}
  503. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  504.  
  505. {/block:Lines}
  506. {/block:Chat}
  507.  
  508.  
  509. {block:Audio}
  510. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  511. <p>
  512. {block:AlbumArt}
  513. <img src="{AlbumArtURL}" width="100px" />
  514. {/block:AlbumArt}
  515. <p>
  516. {block:Caption}
  517. {Caption}
  518. {/block:Caption}
  519. {/block:Audio}
  520.  
  521.  
  522. {block:Video}
  523. {Video-500}
  524. {block:Caption}{Caption}{/block:Caption}
  525. {/block:Video}
  526.  
  527. {block:Answer}
  528. {Asker} asked: {Question}<p>
  529. {Answer}
  530. {/block:Answer}
  531.  
  532.  
  533. <div class="info">
  534. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  535. {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  536. </div> <!--END INFO -->
  537.  
  538. {block:PermalinkPage}
  539. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  540. {block:PostNotes}
  541. {PostNotes}
  542. {/block:PostNotes}
  543. {/block:PermalinkPage}
  544. </div> <!-- END CONTENT -->
  545. </div> <!-- END EXTRAS -->
  546. {/block:Posts}
  547. </div> <!-- END CONTENT WHOLE -->
  548.  
  549.  
  550. <!-- DO NOT TOUCH THIS CREDIT! -->
  551. <div class="creditup"><a href="http://deviousgleerpgs.tumblr.com">DeViOuS</a></div>
  552.  
  553.  
  554. </div>
  555. </div>
  556. <!--END POSTS-->
  557.  
  558. </body>
  559.  
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement