Advertisement
sexmeluke

Base Code #1- SEXMELUKE

Mar 11th, 2015
1,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 8.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-----------------------------------------------------------------
  4. BASE THEME BY SEXMELUKE~ You may use this code to make your own theme. Do not edit and release as your own base code. Thank you.
  5. ------------------------------------------------------------------------>
  6. <head>
  7.  
  8. <!-- META NAMES -->    
  9. <meta name="color:link" content="#F78181">
  10. <meta name="color:hover" content="#F78181">
  11. <meta name="color:text" content="#000000">
  12. <meta name="color:tags" content="#868686">
  13. <meta name="color:scrollbar" content="#F78181"/>
  14. <meta name="color:scrollbarbg" content="#ffffff"/>
  15.  
  16. <meta name="image:sidebar image" content="http://i.imgur.com/umP0DOX.png"/>
  17.  
  18.  
  19. <meta name="text:link1" content="link 1">
  20. <meta name="text:link1 url" content="/">
  21. <meta name="text:link2" content="link 2">
  22. <meta name="text:link2 url" content="/">
  23. <meta name="text:link3" content="link 3">
  24. <meta name="text:link3 url" content="/">
  25. <meta name="text:link4" content="link 4">
  26. <meta name="text:link4 url" content="/">
  27. <meta name="text:link5" content="link 5">
  28. <meta name="text:link5 url" content="/">
  29.  
  30. <!--TITLE-->  
  31. <title>{Title}</title>
  32.  
  33. <!--DESCRIPTION-->    
  34. {block:Description}
  35.     <meta name="description" content="{MetaDescription}" />
  36. {/block:Description}
  37.    
  38. <!--FAVICON-->    
  39. <link rel="shortcut icon" href="{Favicon}" />
  40.    
  41. <!--RSS-->    
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.    
  44.  
  45. <style type="text/css">
  46.    
  47.  
  48. /*  SCROLLBAR  */  
  49. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:5px}
  50. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  51. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  52.    
  53.    
  54. /*  LINKS  */
  55. a {
  56. color:{color:link};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.    
  63. a:hover {
  64. color:white;
  65. background-color:{color:hover};
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. }
  71.  
  72. /*  BODY  */
  73. body {
  74. background:{color:bg} fixed;
  75. font-family:calibri;
  76. font-weight:normal;
  77. }
  78.  
  79. img{
  80.     none;
  81. }
  82.  
  83. h1 {
  84. text-align:center;
  85. line-height:100%;
  86. color:{color:text};
  87. }
  88.  
  89. h2 {
  90. text-align:center;
  91. line-height:100%;
  92. color:{color:text};
  93. }
  94.  
  95. /*  BLOCKQUOTE  */
  96. blockquote {
  97. border-left:2px solid {color:text};
  98. padding-left:5px;
  99. margin:5px;
  100. }
  101.    
  102. /*  SIDEBAR IMAGE  */  
  103. #sidebar img{
  104. width:200px;
  105. height:220px;
  106. margin-top:125px;
  107. margin-left:195px;
  108. position:fixed;
  109. padding:7px;
  110. }
  111.  
  112. /*  DESCRIPTION  */
  113. #description{
  114. margin-top:415px;
  115. margin-left:195px;
  116. position:fixed;
  117. width:200px;
  118. line-height: 100%;
  119. color:black;
  120. padding:7px;
  121. font-size:12px;
  122. text-align:center;
  123. }
  124.    
  125. /*  LINKS  */  
  126. #links{
  127. margin-top:380px;
  128. margin-left:203px;
  129. position:fixed;
  130. }
  131.    
  132. #links a{
  133. line-height:100%;
  134. text-align:center;
  135. }
  136.    
  137. #links a:hover{
  138. }
  139.    
  140. /*  PAGINATION  */
  141. #pagi{
  142. position:fixed;
  143. font-size:11px;
  144. margin-left:280px;
  145. margin-top:500px;
  146. width:60px;
  147. color:black;
  148. height:12px;
  149. line-height:100%;
  150. }
  151.    
  152. #pagi a{
  153. }
  154.    
  155. #pagi a:hover{
  156. }
  157.  
  158. /*  ASK/ANSWER  */  
  159. .ask {
  160. padding:10px;
  161. font-family:trebuchet ms;
  162. text-align:left;
  163. color:white;
  164. font-style:italic;
  165. background-color:black;
  166. }
  167.  
  168. .ans {
  169. text-align:left;
  170. font-family:trebuchet ms;
  171. padding:10px;
  172. color:{color:text};
  173. }
  174.    
  175. /*  ENTIRES  */    
  176. #stuffcontainer {
  177. width:550px;
  178. margin-left:600px;
  179. margin-top:12px;
  180. text-align:justify;
  181. background-color:white;
  182. color:{color:text};
  183. margin-bottom: 35px;
  184. padding-bottom:10px;
  185. }
  186.  
  187. #stuff {
  188. width:500px;
  189. margin-top:0px;
  190. padding:25px;
  191. text-align:justify;
  192. font-size:11px;
  193. line-height:90%;
  194. letter-spacing:0x;
  195. color:{color:text};
  196. }
  197.  
  198. .caption {
  199. width:500px;
  200. font-family:trebuchet ms;
  201. text-align:justify;
  202. line-height:120%;
  203. }
  204.  
  205. .audio {
  206. width:500px;
  207. padding-bottom:10px;
  208. background-color:{color:infobg};
  209. }
  210.    
  211. .albumart {
  212. float:left;
  213. padding:0px 10px 10px 0px;
  214. }
  215.    
  216. .albumart img {
  217. width:45px;
  218. height:45px;
  219. }
  220.    
  221. .playercontainer {
  222. text-align:center;
  223. padding:10px;
  224. background-color:#ffffff;
  225. width:480px;
  226. }
  227.    
  228. .audioinfo {
  229. padding:10px;
  230. color:{color:text};
  231. }
  232.  
  233. /*  POSTS  */
  234. #postinfo {
  235. width:490px;
  236. padding:5px;
  237. font-size:9px;
  238. color:black;
  239. letter-spacing:2px;
  240. text-align:center;
  241. }
  242.  
  243. #postinfo a {
  244. text-align:center;
  245. letter-spacing:1px;
  246. }
  247.  
  248. #postinfo a:hover{
  249. }
  250.  
  251.  
  252. /*  NOTES  */  
  253. .note {
  254. text-transform:uppercase;
  255. font-family:trebuchet ms;
  256. font-style:normal;
  257. letter-spacing:0px;
  258. font-size: 9px;
  259. text-align:left;
  260. line-height:90%;
  261. margin-left:-40px;
  262. }
  263.    
  264. .note li {
  265. list-style-type:decimal;
  266. padding:10px 25px 10px 25px;
  267. font-size:8px;
  268. text-align:left;
  269. margin:0px;
  270. }
  271.  
  272. /*  TAGS  */      
  273. .tags {
  274. font-style:normal;
  275. width:500px;
  276. opacity:1;
  277. font-family:verdana;
  278. text-transform:lowercase;
  279. font-style:none;
  280. color:{color:tags};
  281. letter-spacing:2px;
  282. line-height:100%;
  283. font-size:8px;
  284. text-align:center;
  285. padding:2px;
  286. }
  287.    
  288. .tags a {
  289. color:{color:tags};
  290. letter-spacing:1px;
  291. padding:1px;
  292. }
  293.    
  294. .tags a:hover {
  295. }
  296.  
  297. /*  CHAT  */  
  298. ul.chat, .chat ol, .chat li {
  299. list-style:none;
  300. margin:0px;
  301. padding:2px;
  302. }
  303.    
  304. .label {
  305. text-decoration:underline;
  306. font-weight:700;
  307. margin-right:5px;
  308. }
  309.    
  310. /*  CREDIT  */
  311. #cred{
  312. font-size:10px;
  313. letter-spacing:1px;
  314. }
  315.  
  316. #cred a {
  317. border:1px solid {color:link};    
  318. padding:5px;
  319. right:10px;
  320. bottom:10px;
  321. position:fixed;
  322. }    
  323.  
  324.  
  325.  
  326. </style>
  327. </head>
  328.  
  329. <div id="sidebar"><img src="{image:sidebar image}"></div>
  330. <div id="description">{Description}</div>
  331.  
  332. <div id="links">
  333. <a href="{text:link1 url}">{text:link1}</a>
  334. <a href="{text:link2 url}">{text:link2}</a>
  335. <a href="{text:link3 url}">{text:link3}</a>
  336. <a href="{text:link4 url}">{text:link4}</a>
  337. <a href="{text:link5 url}">{text:link5}</a>
  338. </div>
  339.  
  340. {block:Pagination}<div id="pagi">
  341. {block:PreviousPage}
  342. <a href="{PreviousPage}">back</a>
  343. {/block:PreviousPage}
  344. {block:NextPage}
  345. <a href="{NextPage}">next</a>
  346. {/block:NextPage}
  347. </div>
  348. {/block:Pagination}
  349.  
  350.  
  351.  
  352. <div id="stuffcontainer">
  353.  
  354. {block:Posts}
  355.  
  356. <div id="stuff">
  357.  
  358. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  359.  
  360. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  361.  
  362. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  363. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  364.  
  365. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  366.  
  367. {block:Photoset}<center>{Photoset-500}</center>
  368. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Chat}<ul class="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}</ul>{/block:Chat}
  371.  
  372. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  373.  
  374. {block:Answer}<div class="ask">{Asker}:{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  375.  
  376. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  377. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  379. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  380. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  381.  
  382.  <br>
  383.  
  384. {block:Date}<div id="postinfo">{Month} {DayOfMonth} | <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  385. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  386. {block:HasTags}
  387. <div class="tags">
  388. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  389. {/block:HasTags}
  390. <div class="note">
  391. {block:PostNotes}{PostNotes}{/block:PostNotes}
  392. </div>
  393. </div>
  394. {/block:Posts}
  395.  
  396.  
  397.  
  398. </div>
  399. <div id="cred">
  400. <a href="insert your url here">credit</a>
  401. </div>
  402.  
  403. </div>
  404. </div>
  405. </div>
  406. </body>
  407. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement