darnpayne

theme 25 dont ya

Aug 2nd, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- THEME 25 DONT YA BY SHEERINOS
  11. I WILL COMMIT HOMOCIDE IF YOU STEAL SO BE WARNED-->
  12.  
  13. <!-- COLORS -->
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#b6b5b5"/>
  17. <meta name="color:link" content="#b87889"/>
  18. <meta name="color:linkhover" content="#f0e7e1"/>
  19. <meta name="color:scrollbar" content="ececec"/>
  20.  
  21. <!-- FONTS -->
  22.  
  23. <meta name="font:title" content="Cambria" />
  24. <meta name="font:body" content="calibri" />
  25. <meta name="font:pagination" content="calibri" />
  26.  
  27. <!-- IMAGES -->
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31.  
  32. <!-- LINKS -->
  33.  
  34. <meta name="text:link 1" content="link 1"/>
  35. <meta name="text:link 1 url" content="/" />
  36. <meta name="text:link 2" content="link 2"/>
  37. <meta name="text:link 2 url" content="/" />
  38. <meta name="text:link 3" content="link 3"/>
  39. <meta name="text:link 3 url" content="/" />
  40. <meta name="text:link 4" content="link 4"/>
  41. <meta name="text:link 4 url" content="/" />
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. ::selection {background: #fff; color:{color:selection};}
  48. ::-moz-selection {background: #fff; color:{color:selection};}
  49. ::-webkit-selection {background: #fff; color:{color:selection};}
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  52. height:100px;}
  53.  
  54. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  55.  
  56.  
  57. /* --- BODY ---*/
  58.  
  59. body {
  60. font-style:none;
  61. background-image: url(http://31.media.tumblr.com/494b0df0c7fe30a0da675640c2068c85/tumblr_mmnxicWxWw1s97ccco1_400.png);
  62. background-repeat:no-repeat;
  63.  
  64. margin:0px; color:{color:text};
  65. font-family:calibri;
  66. font-size:11px;
  67. line-height:100%;
  68.  
  69. }
  70.  
  71. blockquote {
  72. border-left:2px solid #ECECEC;
  73. padding-left:2px;
  74. margin:5px;
  75. }
  76.  
  77. a {
  78. color:{color:link}
  79. }
  80.  
  81. a {
  82. text-decoration:none;
  83. -webkit-transition:all 0.5s ease-in-out;
  84. -moz-transition:all 0.5s ease-in-out;
  85. -o-transition:all 0.5s ease-in-out;
  86. -ms-transition:all 0.5s ease-in-out;
  87. transition:all 0.5s ease-in-out;
  88. }
  89.  
  90. a:hover {
  91. color:{color:linkhover}
  92. }
  93.  
  94. img {none;}
  95.  
  96. h1 , h2 {
  97. font-family:calibri;
  98. text-transform:none;
  99. font-size:14px;
  100. line-height:30px;
  101. letter-spacing:0px;
  102. text-align:center;
  103. font-style:none;
  104. }
  105.  
  106. #entries {
  107. padding:10px;
  108. width:500px;
  109. margin-left:500px;
  110. margin-top:50px;
  111.  
  112. }
  113.  
  114. #post {;
  115. width:400px;
  116. padding-bottom:10px;
  117. padding:1px;
  118. margin-top:0px;
  119.  
  120.  
  121. }
  122.  
  123.  
  124.  
  125.  
  126. /* --- SIDEBAR ---*/
  127.  
  128.  
  129. #sidebar
  130. {
  131. width:130px;
  132. position:fixed;
  133. margin-left:1100px;
  134. margin-top:100px;
  135. }
  136.  
  137. #sidebar {width:130px;}
  138.  
  139. #sidebarimage img
  140. {
  141. margin-left:90px;
  142. width:130px;
  143. max-height:130px;
  144. margin-top:0px;
  145. padding:5px;
  146. padding-bottom:5px;
  147. }
  148.  
  149. #nav {
  150. position:fixed;
  151. overflow:hidden;
  152. margin-top:150px;
  153. margin-left:315px;
  154. }
  155.  
  156. #link1 a , #link2 a, #link3 a
  157.  
  158. #title
  159. {
  160. font-family:cambria;
  161. text-align:center;
  162. margin-top:-129px;
  163. padding-bottom:0px;
  164. text-transform:none;
  165. font-style:normal;
  166. font-size:10px;
  167. }
  168.  
  169. #description {
  170. margin-left: 95px;
  171. margin-top: -10px;
  172. width: 130px;
  173. line-height: 100%;
  174. background-color:#ffffff;
  175. text-transform:none;
  176. text-align:center;
  177. font-family:calibri;
  178. font-size: 10px;
  179. font-style:none;
  180. padding-bottom:0px;
  181. padding-top:5px;
  182. }
  183.  
  184. #links {
  185. position: fixed;
  186. font-family:calibri;
  187. padding-top: 0px;
  188. padding-bottom: 5px;
  189. margin-top: -88px;
  190. margin-left: 5px;
  191. padding-left: 0px;
  192. padding-right: 0px;
  193. letter-spacing: 1px;
  194. height: 10px;
  195. width: 150px;
  196. -webkit-transform:rotate(90deg);
  197. -moz-transform:rotate(90deg);
  198. -o-transform:rotate(90deg);
  199. }
  200.  
  201. #links a {
  202. padding 5px;
  203. padding-top: 0px;
  204. padding-bottom: 1px;
  205. padding-right:2px;
  206. padding-left:2px;
  207. margin-bottom: 5px;
  208. font-size: 10px;
  209. font-style:normal;
  210. text-align:center;
  211. text-transform:none;
  212. width: 50px;
  213. }
  214.  
  215. #questions {
  216. background-color:#ffffff;
  217. color: {color:text};
  218. margin-left:0px;
  219. padding:5px;
  220. margin-top:5px;
  221. margin-bottom:5px;
  222. font-family:calibri;
  223. font-size:10px;
  224. font-style:normal;
  225. text-align:center;
  226. }
  227.  
  228. .note {
  229. padding:0px 20px 0px 20px;
  230. background-color:#FFFFFF;
  231. text-transform:lowercase;
  232. letter-spacing:0px;
  233. font-size: 11px;
  234. font-style:normal;
  235. text-align:left;
  236. line-height:120%;
  237. }
  238.  
  239. .note li {
  240. list-style-type:none;
  241. padding:5px 25px 5px 25px;
  242. text-align:left;
  243. margin-right:30px;
  244. margin-top:-50px;
  245. }
  246.  
  247. #info {
  248. font-family:calibri;
  249. text-align:center;
  250. margin-top:10px;
  251. padding-top:10px;
  252. padding:0px;
  253. padding-bottom:1px;
  254. text-transform:none;
  255. font-style:none;
  256. font-size:10px;
  257. line-height:100%;
  258. }
  259.  
  260. #RebloggedFrom {
  261. font-family:calibri;
  262. text-align:center;
  263. margin-top:-5px;
  264. padding-bottom:0px;
  265. text-transform:none;
  266. font-style:none;
  267. font-size:10px;
  268. }
  269.  
  270. #tags {
  271. font-family:calibri;
  272. text-align:center;
  273. margin-top:0px;
  274. padding-bottom:0px;
  275. text-transform:none;
  276. font-style:none;
  277. font-size:10px;
  278. }
  279.  
  280. #pagination
  281. {
  282. font-size:10px;
  283. margin-top:5px;
  284. margin-left:95px;
  285. font-family:calibri;
  286. font-style:normal;
  287. text-align:center;
  288. width:50px
  289. text-transform:uppercase;
  290. letter-spacing:1px;
  291. }
  292.  
  293.  
  294.  
  295. #credit{
  296. right:8px;
  297. bottom:10px;
  298. position:fixed;
  299. padding:5px;
  300. }
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307. {CustomCSS}</style></head><body>
  308.  
  309. <div id="sidebar">
  310. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  311. <div id="links">
  312. <a href="{text:link 1 url}">{text:link 1}</a>
  313. <a href="{text:link 2 url}">{text:link 2}</a>
  314. <a href="{text:link 3 url}">{text:link 3}</a>
  315. <a href="{text:link 4 url}">{text:link 4}</a>
  316. </div>
  317.  
  318.  
  319. <div id="description">{Description}</div>
  320.  
  321. <div id="scrollbar">{scrollbar}</div>
  322.  
  323.  
  324.  
  325. <div id="pagination">
  326. {block:Pagination}
  327. <div id="pagination">
  328. {block:PreviousPage}
  329. <a href="{PreviousPage}">←</a>
  330. {/block:PreviousPage}
  331. {block:NextPage}
  332. <a href="{NextPage}">→</a>
  333. {/block:NextPage}
  334. </div>
  335. {/block:Pagination}</div>
  336.  
  337.  
  338.  
  339. {block:HasPages}{block:Pages}
  340.  
  341. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  342.  
  343. </div></center>
  344.  
  345.  
  346. </div>
  347.  
  348. <div id="entries">{block:Posts}<div id="post">
  349.  
  350. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  351.  
  352. {block:blockquote}{/block:blockquote}
  353.  
  354.  
  355.  
  356. {block:Photo}
  357. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  358. {/block:Photo}
  359.  
  360. {block:Photoset}
  361. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  362. {/block:Photoset}
  363.  
  364. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  365.  
  366. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  367.  
  368. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  369.  
  370. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  371.  
  372. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  373.  
  374. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  375.  
  376.  
  377. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  378. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  379. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  380. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  381.  
  382. <div id="tags">
  383. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  384.  
  385. </div>
  386. {block:PostNotes}{PostNotes}{/block:PostNotes}
  387. {/block:Posts}</div>
  388.  
  389. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"></a></div>
  390.  
  391. </div>
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment