Advertisement
horanhelpsrp

talk dirty theme #8

Nov 24th, 2013
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!-- *
  4.  
  5. talk dirty, roleplay main theme by themesofrp/stephassists
  6. hey if you copy i've lost respect for you
  7. and i will know if you took something
  8. so don't take anything
  9. it's rude
  10.  
  11. anyways you should know the rules
  12. - feel free to edit for personal use, no edits/reposts okay?
  13. - don't take anything from this theme and put it in your own
  14. - keep credit where it is
  15. - enjoy it c:
  16.  
  17.  
  18. *-->
  19.  
  20. <head>
  21.  
  22.  
  23. <meta name="color:background" content=""/>
  24. <meta name="color:border" content=""/>
  25. <meta name="color:askbg" content=""/>
  26. <meta name="color:text" content=""/>
  27. <meta name="color:link" content=""/>
  28. <meta name="color:hover" content=""/>
  29. <meta name="color:posts" content=""/>
  30.  
  31. <meta name="font:title" content="georgia" />
  32. <meta name="font:body" content="georgia" />
  33. <meta name="font:links" content="georgia" />
  34.  
  35. <meta name="text:link1" content="" />
  36. <meta name="text:link2" content="" />
  37. <meta name="text:link3" content="" />
  38. <meta name="text:link4" content="" />
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:banner" content=""/>
  42. <meta name="image:title" content=""/>
  43. <meta name="image:link1" content=""/>
  44. <meta name="image:link2" content=""/>
  45. <meta name="image:link3" content=""/>
  46. <meta name="image:link4" content=""/>
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52.  
  53. <style type="text/css">
  54.  
  55. /*EDIT SCROLLBAR HERE*/
  56.  
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {background-color:{color:border};height:100px;}
  59.  
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:border};height:10px !important;}
  61.  
  62. ::-webkit-scrollbar { height:10px;width:2px; background-color:{color:hover};}
  63.  
  64. /*MAIN PARTS OF THEME*/
  65.  
  66. body {
  67. color: {color:text};
  68. background-color: {color:background};
  69. background-image: url('{image:background}');
  70. background-repeat: no-repeat;
  71. background-position: bottom right;
  72. background-attachment: fixed;
  73. font-family: times;
  74. font-size: 12px;
  75. text-align: justify;
  76. }
  77.  
  78. a {
  79. color:{color:link};
  80. text-decoration:none;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86. a:hover {
  87. color:{color:hover};
  88. text-decoration:none;
  89. -moz-transition-duration:0.5s;
  90. -webkit-transition-duration:0.5s;
  91. -o-transition-duration:0.5s;
  92. }
  93.  
  94. #side {
  95. position:fixed;
  96. border: 2px solid {color:hover};
  97. outline:solid 1px {color:border};
  98. outline-offset: 1px;
  99. width: 360px;
  100. height: 185px;
  101. margin-left: 10px;
  102. margin-top: 150px;
  103. }
  104.  
  105. .update {
  106. position:fixed;
  107. padding:10px;
  108. margin-top: 158px;
  109. margin-left: 55px;
  110. width: 250px;
  111. height: 150px;
  112. overflow:auto;
  113. font-size: 9px;
  114. border: 2px solid {color:hover};
  115. color:{color:text};
  116. letter-spacing:2px;
  117. line-height:100%;
  118. opacity:0.0;
  119. -moz-transition-duration:0.5s;
  120. -webkit-transition-duration:0.5s;
  121. -o-transition-duration:0.5s;
  122. }
  123.  
  124. .update:hover {
  125. background:{color:posts};
  126. opacity:1.0;
  127. -moz-transition-duration:0.5s;
  128. -webkit-transition-duration:0.5s;
  129. -o-transition-duration:0.5s;
  130. }
  131.  
  132. #desc {
  133. position:fixed;
  134. margin-top: 350px;
  135. margin-left: 120px;
  136. background-color: {color:posts};
  137. padding-left: 20px;
  138. padding-right: 20px;
  139. padding-top: 20px;
  140. padding-bottom: 20px;
  141. font-size: 12px;
  142. width: 100px;
  143. }
  144.  
  145. #pagination {
  146. font-style:italic;
  147. letter-spacing:0px;
  148. font-size:9px;
  149. text-align:center;
  150. margin-top:5px;
  151. text-transform:uppercase;
  152. }
  153.  
  154. #links1 {
  155. position:fixed;
  156. margin-top: 340px;
  157. margin-left: 2px;
  158. }
  159.  
  160. #links2 {
  161. position:fixed;
  162. margin-top: 340px;
  163. margin-left: 310px;
  164. }
  165.  
  166. /*POST INFO HERE*/
  167.  
  168. #entries {
  169. float:left;
  170. margin-left:400px;
  171. margin-top:10px;
  172. text-align:justify;
  173. background-color:{color:bg};
  174. color:{color:text};
  175. margin-bottom: 20px;
  176. }
  177.  
  178. #posts {
  179. width:500px;
  180. margin-top:25px;
  181. line-height:150%;
  182. letter-spacing:0x;
  183. background-color:{color:posts};
  184. padding:30px;
  185. border: 2px solid {color:hover};
  186. outline:solid 1px {color:border};
  187. outline-offset: 1px;
  188. font-size: 9px;
  189. }
  190.  
  191. #ask {
  192. color:{color:text};
  193. padding:5px;
  194. font-size:10px;
  195. font-family: times;
  196. letter-spacing:0px;
  197. text-align:left;
  198. margin-top:0px;
  199. text-transform:uppercase;
  200. line-height:130%;
  201. border-top: solid 2px {color:text};
  202. background-color:{color:askbg};
  203. }
  204.  
  205.  
  206. #postinfo {
  207. padding:2px;
  208. margin-top:12px;
  209. font-size:7px;
  210. color:{color:link};
  211. text-transform:uppercase;
  212. font-style:none;
  213. letter-spacing:4px;
  214. text-align:left;
  215. border-top:1px solid {color:border};
  216. -moz-transition-duration:0.5s;
  217. -webkit-transition-duration:0.5s;
  218. -o-transition-duration:0.5s;
  219. }
  220.  
  221. #postinfo a {
  222. color:{color:link};
  223. font-style:none;
  224. letter-spacing:1px;
  225. }
  226.  
  227. #postinfo a:hover {
  228. color:{color:hover};
  229. }
  230.  
  231. .tags {
  232. width:500px;
  233. margin-left: 10px;
  234. text-transform:uppercase;
  235. font-style:none;
  236. color:{color:link};
  237. line-height:100%;
  238. font-size:7px;
  239. letter-spacing: -2px;
  240. text-align:left;
  241. padding:2px;
  242. -moz-transition-duration:0.5s;
  243. -webkit-transition-duration:0.5s;
  244. -o-transition-duration:0.5s;
  245. }
  246.  
  247. .tags a {
  248. color:{color:link};
  249. letter-spacing:0px;
  250. padding:1px;
  251. }
  252.  
  253. .tags a:hover {
  254. color:{color:hover};
  255. }
  256.  
  257. b, strong {color:{color:text}}
  258. i, em {color:{color:text}}
  259. p {margin-top:5px; margin-bottom:5px}
  260. blockquote {border-left:2px solid {color:text}; padding-left:5px; margin:0px 2px 0px 20px}
  261.  
  262.  
  263. /*YEAH DON'T MESS WITH THIS*/
  264.  
  265. #credit {
  266. position:fixed;
  267. font-size:20px;
  268. font-weight:normal;
  269. line-height:150%;
  270. letter-spacing:-2px;
  271. padding: 3px;
  272. right:10px;
  273. bottom:0px;
  274. font-family:monospace;
  275. text-shadow: 2px 1px 1px {color:link}, 1px 0px {color:text};
  276. text-transform:uppercase;
  277. text-align:center;
  278. }
  279.  
  280.  
  281. {CustomCSS}
  282.  
  283. </style></head>
  284.  
  285. <body>
  286.  
  287. <div id="desc">{block:Description}{Description}{/block:Description}{block:Pagination}<code><small><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div></small></code>{/block:Pagination}</div>
  288.  
  289. <div id="side"><img src="{image:banner}"></div>
  290. <div class="update"><Center><img src="{image:title}"></center>
  291. <br><Center>
  292. HI THERE!<br><br>
  293. You're probably wondering how in the world do I edit this part? Well, no worries, I'm going to tell you.<br><br>
  294. Just go into the HTML and scroll down until you see all this text - that's where you can put whatever you want here.<br><br>
  295. Cute, cute - right? And the more you right, a scrollbar will pop up! So you don't need to worry about length.<br><br>
  296. Put updates, a plot, what you do's, anything you want to! And you can make text <b>bold</b>, <i>italicized</i>, <u>underlined</u>, or <s>slashed through</s>.<br><br>
  297. <big>You can also make text big!</big><br><br>
  298. <small>Or small if you prefer!</small><br><br>
  299. Any html will work in here, just like everything else!
  300. </div>
  301.  
  302.  
  303.  
  304. <div id="links1"><a href="{text:link1}"><img src="{image:link1}"></a>
  305. <center><div style="margin-left:40px; margin-top:-10px;"><a href="{text:link2}"><img src="{image:link2}"></a><br></div></center></div>
  306. <div id="links2"><a href="{text:link4}"><img src="{image:link4}"></a>
  307. <center><div style="margin-left:-90px; margin-top:-10px;"><a href="{text:link3}"><img src="{image:link3}"></a><br></div></center></div>
  308.  
  309. <div id="entries">
  310.  
  311. {block:Posts}
  312.  
  313. <div id="posts">
  314.  
  315. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  316.  
  317. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  318.  
  319. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  320. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  321.  
  322. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  323.  
  324. {block:Photoset}<center>{Photoset-500}</center>
  325. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  326.  
  327. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}{/block:Chat}
  328.  
  329. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  330.  
  331. {block:Answer}<Small><div id="ask"> <code><i>{Asker}</i></code>:</small> <div style="text-transform:none; margin-left: 50px;">{Question}</div></div><div style="margin-top:10px;">{Answer}</div>{/block:Answer}
  332.  
  333. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  334. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  335. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  336. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  337. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  338.  
  339.  
  340. {block:Date}<div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  341. {block:ContentSource} from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>{/block:Date}
  342. {block:HasTags}
  343. <div class="tags">
  344. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  345. {/block:HasTags}
  346. <div class="note">
  347. {block:PostNotes}{PostNotes}{/block:PostNotes}
  348. </div>
  349. </div>
  350. {/block:Posts}
  351. </div>
  352.  
  353. <div id="credit"><a href="http://themesofrp.tumblr.com/">SA</a></div>
  354.  
  355. </body>
  356. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement