Advertisement
Alliecatisallama

Theme #11 You're not a Mundane

Jan 14th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 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.  
  3. <!-- YOU'RE NOT A MUNDANE THEME #11 BY FERNANDOSSPECTACLES/SEEDE-R/ALLIECATISALLAMA.
  4. Do not use as a base code or claim as your own.-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <meta name="color:bg" content="#fdfcfc">
  12. <meta name="color:sidebar" content="#9a9a9a">
  13. <meta name="color:posts" content="#cac2c4">
  14. <meta name="color:link" content="#211719">
  15. <meta name="color:hover" content="#000000">
  16. <meta name="color:linkbg" content="#f0ebec">
  17. <meta name="color:text" content="#211719">
  18. <meta name="color:linkhover" content="#fefefe">
  19. <meta name="color:tags" content="#7e7b7b">
  20. <meta name="color:scrollbar" content="#412d2d">
  21.  
  22. <meta name="image:sbimage" content=""/>
  23.  
  24. <meta name="text:link 1 url" content="/">
  25. <meta name="text:link 1" content="/">
  26. <meta name="text:link 2 url" content="/">
  27. <meta name="text:link 2" content="/">
  28. <meta name="text:link 3 url" content="/">
  29. <meta name="text:link 3" content="/">
  30.  
  31.  
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41.  
  42. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  43.  
  44. ::-webkit-scrollbar-corner {background:{color:bg}}
  45.  
  46. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  47.  
  48. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  51.  
  52. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  53.  
  54. a {
  55. color:{color:link};
  56. text-decoration:none;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. }
  61.  
  62. a:hover {
  63. color:{color:hover};
  64. }
  65.  
  66.  
  67. body {
  68. background-color:{color:bg};
  69. }
  70.  
  71.  
  72. h1 {
  73. font-family:'calibri';
  74. font-size:10px;
  75. text-align:center;
  76. font-weight:normal;
  77. line-height:120%;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. }
  81.  
  82. h2 {
  83. font-family:'calibri';
  84. font-size:15px;
  85. text-align:center;
  86. font-weight:normal;
  87. line-height:120%;
  88. letter-spacing:1px;
  89. text-transform:uppercase;
  90. }
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:3px;
  96. }
  97.  
  98. #body {
  99. background-color:{color:bg};
  100. margin-bottom: 5%;
  101. }
  102.  
  103. #sidebar {
  104. background-color:{color:sidebar};
  105. position:fixed;
  106. width:160px;
  107. margin-left:200px;
  108. margin-top:80px;
  109. font-family:calibri;
  110. font-size:10px;
  111. text-align:center;
  112. line-height:90%;
  113. height:auto;
  114. color:{color:text};
  115. }
  116.  
  117.  
  118. .description {
  119. max-width:150px;
  120. font-size:9px;
  121. padding:5px;
  122. padding-bottom:10px;
  123. letter-spacing:1px;
  124. text-transform:uppercase;
  125. padding-top:20px;
  126. text-align:center;
  127. }
  128.  
  129. .pagnigation {
  130. font-size:25px;
  131. text-align:center;
  132. }
  133.  
  134.  
  135.  
  136. #sblinks {
  137. background-color:{color:linkbg};
  138. max-width:160px;
  139. font-size:9px;
  140. padding:10px;
  141. line-height:5px;
  142. text-align:center;
  143. text-transform:uppercase;
  144. letter-spacing:0px;
  145. }
  146.  
  147. #sblinks a {
  148. opacity:1;
  149. color:{color:link};
  150. font-size:11px;
  151. }
  152.  
  153. #sblinks a:hover{
  154. opacity:0.4;
  155. color:{color:linkhover};
  156. font-size:11px;
  157. }
  158.  
  159. .sbimage{
  160. max-width:160px;
  161. max-height:90px;
  162. }
  163.  
  164.  
  165.  
  166. #posts {
  167. width:500px;
  168. margin-left:420px;
  169. margin-top:-50px;
  170. background-color:{color:bg};
  171. font-family:calibri;
  172. font-size:11px;
  173. line-height:90%;
  174. color:{color:text};
  175. margin-bottom: 5%;
  176. }
  177.  
  178. .entries {
  179. width:500px;
  180. margin-top:20px;
  181. padding-top:5px;
  182. padding-left:5px;
  183. padding-right:5px;
  184. padding-bottom:5px;
  185. font-family:calibri;
  186. font-size:11px;
  187. line-height:90%;
  188. color:{color:text};
  189. }
  190.  
  191. .caption {
  192. width:500px;
  193. text-align:justify;
  194. line-height:120%;
  195. }
  196.  
  197. .audio {
  198. width:500px;
  199. height:160px;
  200. }
  201.  
  202. .albumart {
  203. width:150px;
  204. height:150px;
  205. position:absolute;
  206. }
  207.  
  208. .albumart img {
  209. width:150px;
  210. height:150px;
  211. float:left;
  212. }
  213.  
  214. .playercontainer {
  215. display:block;
  216. width:150px;
  217. height:150px;
  218. background-color:#ffffff;
  219. position:absolute;
  220. }
  221.  
  222. .player {
  223. margin-left:36px;
  224. margin-top:36px;
  225. width:25px;
  226. height:25px;
  227. overflow:hidden;
  228. background-color:white;
  229. }
  230.  
  231. .audioinfo {
  232. margin-left:160px;
  233. float:left;
  234. width:200px;
  235. padding:2px;
  236. margin-top:3px;
  237. }
  238.  
  239. .postinfo {
  240. width:500px;
  241. text-transform:uppercase;
  242. text-align: center;
  243. padding-top:5px;
  244. padding-bottom:5px;
  245. font-size: 9px;
  246. line-height:120%;
  247. margin-bottom:10px;
  248. background-color: {color:posts};
  249. margin-left:5px;
  250. }
  251.  
  252. .postinfo li {
  253. list-style-type: none;
  254. text-align:left;
  255. margin-left: 30px;
  256. }
  257.  
  258. .tags {
  259. text-align:center;
  260. padding:-8px 0px 0px 5px;
  261. }
  262.  
  263. .tags a {
  264. color: {color:tags};
  265. text-decoration: none;
  266. }
  267.  
  268. .audio {
  269. background-color:{color:background};
  270. display:{color:background};
  271. }
  272.  
  273. .user_1 .label {
  274. color:{color:text};
  275. font-weight:normal;
  276. }
  277.  
  278. .user_2 .label {
  279. color:{color:info};
  280. font-weight:normal;
  281. }
  282.  
  283. ul.chat, .chat ol, .chat li {
  284. list-style:none;
  285. margin:0px;
  286. padding:0px
  287. }
  288.  
  289. #theme {
  290. position: fixed;
  291. bottom: 0px;
  292. right: 0px;
  293. font-family: Arial;
  294. font-size: 8px;
  295. text-transform: uppercase;
  296. text-align: right;
  297. letter-spacing: 1px;
  298. }
  299.  
  300. </style>
  301.  
  302. </head>
  303. <body>
  304.  
  305. <div id="body">
  306. <div id="sidebar">
  307. <br>
  308. <div class="pagnigation">
  309. {block:Pagination}
  310. {block:PreviousPage}
  311. <a href="{PreviousPage}">-</a>
  312. {/block:PreviousPage}
  313. {block:NextPage}
  314. <a href="{NextPage}">+</a>
  315. {/block:NextPage}
  316. {/block:Pagination}
  317. </div>
  318.  
  319. <div class="description">
  320. {Description}
  321. </div>
  322. <div class="sbimage"><a href="/"><img src="{image:sbimage}"></a></div>
  323. <div id="sblinks">
  324. <a href="/">home </a> -
  325. <a href="/ask">ask </a> -
  326. <a href="{text:link 1 url}">{text:link 1}</a>-
  327. <a href="{text:link 2 url}">{text:link 1}</a>-
  328. <a href="{text:link 3 url}">{text:link 1}</a>
  329.  
  330.  
  331. </div></div></div>
  332.  
  333. <br>
  334. <div id="posts">
  335.  
  336.  
  337. {block:Posts}
  338.  
  339.  
  340. {block:Text}<div class="entries">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  341.  
  342. {block:Quote}<div class="entries"><h2>“{Quote}” — <small><em>{Source}</em></small></h2></div>{/block:Quote}
  343.  
  344. {block:Link}<div class="entries"><a href="{URL}"><h2>{Name}</h2></a>
  345. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  346.  
  347. {block:Photo}<div class="entries"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  348.  
  349. {block:Photoset}<div class="entries"><center>{Photoset-500}</center>
  350. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  351.  
  352. {block:Chat}<div class="entries"><h2>{Title}</h2><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  353.  
  354. {block:Video}<div class="entries">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  355.  
  356. {block:Answer}<div class="entries"><h1>{Asker} said:</h1><h2>{Question}</h2><br><div style="text-align:center">{Answer}</div>{/block:answer}
  357.  
  358. {block:Audio}<div class="entries">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  359. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  360. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  361. {/block:ExternalAudio}
  362. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  363.  
  364. <div class="postinfo">
  365. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"> <br> from: {ReblogParentName}</a> {/block:RebloggedFrom}
  366. {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}
  367. {block:PostNotes}{PostNotes}{/block:PostNotes}</br>
  368. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags} {/block:HasTags}
  369. </div>
  370.  
  371. {/block:Posts}
  372.  
  373.  
  374.  
  375.  
  376. <div id="theme"></a><a href="http://seede-r.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  377. </div>
  378. </div>
  379. </body>
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement