Advertisement
Themes_Mandrakescry

BASE CODE

Nov 27th, 2013
3,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 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.  
  4. <!-------------------------------------------
  5. Base Code by Clara
  6. http://mandrakescry.tumblr.com/
  7. No credit is necessary but please do not copy
  8. and redistribute as your own base code.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11. <html>
  12. <head>
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:sidebar link" context="#413f3f">
  16. <meta name="color:link" content="#928f8f">
  17. <meta name="color:post links" content="#928f8f">
  18. <meta name="color:hover" content="#454545">
  19. <meta name="color:info" content="#dadada">
  20. <meta name="color:text" content="#9A9A9A">
  21. <meta name="color:title" content="#0a0a0a">
  22. <meta name="color:sidebar text" content="#a8a6a6">
  23. <meta name="color:tags" content="#dddddd">
  24. <meta name="color:scrollbar" content="#313231">
  25. <meta name="color:border" content="#313231">
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:Link1" content="" />
  30. <meta name="text:Link1 Title" content="link 1" />
  31. <meta name="text:Link2" content="" />
  32. <meta name="text:Link2 Title" content="link 2" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Title" content="link 3" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Title" content="link 4" />
  37.  
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. a {
  52. color:{color:link};
  53. text-decoration:none;
  54. -moz-transition-duration:0.5s;
  55. -webkit-transition-duration:0.5s;
  56. -o-transition-duration:0.5s;
  57. }
  58.  
  59. a:hover {
  60. color:{color:hover};
  61. text-decoration:none;
  62. -moz-transition-duration:0.5s;
  63. -webkit-transition-duration:0.5s;
  64. -o-transition-duration:0.5s;
  65. }
  66.  
  67.  
  68. ::-webkit-scrollbar {
  69. height:8px;
  70. width:5px}
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background-color:{color:scrollbar};
  74. height:50px;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:{color:scrollbar};
  79. height:8px!important;
  80. }
  81.  
  82. body {
  83. background-color:{color:background};
  84. font-family:cambria;
  85. font-weight:normal;
  86. }
  87.  
  88.  
  89.  
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:10px;
  94. text-align:center;
  95. font-style:normal;
  96. line-height:80%;
  97. letter-spacing:1px;
  98. text-transform:uppercase;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:18px;
  104. text-align:left;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. font-family: vernada;
  108. color:{color:title};
  109. font-weight:normal;
  110. padding:5px;
  111. padding-bottom:2px;
  112. }
  113.  
  114.  
  115. blockquote {
  116. border-left:2px solid {color:text};
  117. padding-left:5px;
  118. margin:5px;
  119. }
  120.  
  121.  
  122.  
  123. #sidebar {
  124. position:fixed;
  125. margin-left:170px;
  126. width: 150px;
  127. margin-top:120px;
  128. background-color: transparent ;
  129. padding:0px 5px 0px;
  130. }
  131.  
  132.  
  133. #simg img {
  134. width:120px;
  135. height:120px;
  136. margin-left:10px;
  137. padding:4px;
  138. border: 1px dotted {color:border};
  139. }
  140.  
  141. #description {
  142. width:150px;
  143. margin-top:5px;
  144. font-size: 10px;
  145. color:{color:sidebar text};
  146. line-height: 18px;
  147. text-align:center;
  148. line-height:10px;
  149. padding:5px 0px 5px;
  150. }
  151.  
  152. .pagination {
  153. margin-top:5px;
  154. text-align:right;
  155. font-size:9px;
  156. width:150px;
  157. }
  158.  
  159.  
  160.  
  161. .links {
  162. margin-top:5px;
  163. width: 150px;
  164. font-size: 8px;
  165. font-family: verdana;
  166. text-transform: uppercase;
  167. text-align: center;
  168. }
  169.  
  170. .links a {
  171. padding:3px;
  172. color: {color:sidebar link};
  173. margin-bottom: 8px;
  174. width: 70px;
  175. -webkit-transition:0.3s linear;
  176. }
  177.  
  178. .links a:hover {
  179. color:{color:hover};
  180. }
  181.  
  182.  
  183. #stuffcontainer {
  184. float:left;
  185. margin-left:500px;
  186. margin-top:-10px;
  187. text-align:justify;
  188. color:{color:text};
  189. margin-bottom: 35px;
  190. }
  191.  
  192.  
  193. #stuff {
  194. width:500px;
  195. margin-top:45px;
  196. text-align:justify;
  197. font-size:11px;
  198. line-height:90%;
  199. letter-spacing:0x;
  200. color:{color:text};
  201. }
  202.  
  203. .caption {
  204. width:500px;
  205. text-align:justify;
  206. line-height:120%;
  207. }
  208.  
  209. .asker {
  210. padding:10px;
  211. font-family:cambria;
  212. letter-spacing:1px;
  213. text-align:left;
  214. text-transform:none;
  215. }
  216.  
  217. .ans {
  218. text-align:left;
  219. padding:10px;
  220. color:{color:text};
  221. }
  222.  
  223. .audio {
  224. width:500px;
  225. padding-bottom:10px;
  226. background-color:{color:infobg};
  227. }
  228.  
  229. .albumart {
  230. float:left;
  231. padding:0px 10px 10px 0px;
  232. }
  233.  
  234. .albumart img {
  235. width:45px;
  236. height:45px;
  237. }
  238.  
  239. .playercontainer {
  240. text-align:left;
  241. padding:10px;
  242. background-color:#ffffff;
  243. width:480px;
  244. }
  245.  
  246. .audioinfo {
  247. padding:10px;
  248. color:{color:text};
  249. }
  250.  
  251. #postinfo {
  252. width:490px;
  253. padding:5px;
  254. font-size:8px;
  255. color:{color:link};
  256. text-transform:uppercase;
  257. font-style:normal;
  258. letter-spacing:2px;
  259. text-align:center;
  260. -moz-transition-duration:0.5s;
  261. -webkit-transition-duration:0.5s;
  262. -o-transition-duration:0.5s;
  263. background:{color:info};
  264. }
  265.  
  266. #postinfo a {
  267. color:{color:post links};
  268. text-align:center;
  269. letter-spacing:1px;
  270. font-style:normal;
  271. }
  272.  
  273. #postinfo a:hover {
  274. color:{color:hover};
  275. }
  276.  
  277. .note {
  278. text-transform:uppercase;
  279. font-style:normal;
  280. letter-spacing:0px;
  281. font-size: 9px;
  282. text-align:left;
  283. line-height:90%;
  284. margin-left:-40px;
  285. }
  286.  
  287. .note li {
  288. list-style-type:none;
  289. padding:10px 25px 10px 25px;
  290. text-align:left;
  291. margin:0px;
  292. -moz-transition-duration:0.5s;
  293. -webkit-transition-duration:0.5s;
  294. -o-transition-duration:0.5s;
  295. }
  296.  
  297. .tags {
  298. font-style:normal;
  299. width:500px;
  300. text-transform:uppercase;
  301. font-style:normal;
  302. color:{color:tags};
  303. letter-spacing:2px;
  304. line-height:120%;
  305. font-size:8px;
  306. text-align:left;
  307. padding:2px;
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. .tags a {
  314. color:{color:tags};
  315. letter-spacing:1px;
  316. padding:1px;
  317. }
  318.  
  319. .tags a:hover {
  320. color:{color:link};
  321. }
  322.  
  323. ul.chat, .chat ol, .chat li {
  324. list-style:none;
  325. margin:0px;
  326. padding:2px;
  327. }
  328.  
  329. .label {
  330. text-decoration:underline;
  331. font-weight:700;
  332. background-color:{color:infobg};
  333. margin-right:5px;
  334. }
  335.  
  336.  
  337.  
  338.  
  339.  
  340. .credit {
  341. position:fixed;
  342. bottom:4px;
  343. right:8px;
  344. font: 9px consolas;
  345. border:1px solid {color:border};
  346. text-transform:uppercase;
  347. letter-spacing: 0px;
  348. padding: 2px;
  349. }
  350.  
  351. .credit a{
  352. color: {color:link};
  353. opacity:0.8;
  354. }
  355.  
  356. .credit a:hover{
  357. color:{color:hover};
  358. opacity:1.0;
  359. }
  360.  
  361.  
  362. {CustomCSS}
  363. </style>
  364. </head>
  365.  
  366.  
  367. <div id="sidebar">
  368.  
  369. <div id="simg"><img src="{image:sidebar}"/>
  370. </div>
  371.  
  372. <div class="links">
  373. <a href="/">home</a>•
  374. <a href="/ask">ask</a>•
  375. <a href="{text:Link1}">{text:Link1 Title}</a><br>
  376. <a href="{text:Link2}">{text:Link2 Title}</a>•
  377. <a href="{text:Link3}">{text:Link3 Title}</a>•
  378. <a href="{text:Link4}">{text:Link4 Title}</a>
  379. </div>
  380.  
  381. <div id="description">
  382. {block:Description}{Description}{/block:Description}
  383. </div>
  384.  
  385.  
  386.  
  387.  
  388. <div class="pagination">
  389. {block:Pagination}
  390. {block:PreviousPage}<a href="{PreviousPage}"><b><big>-</big></b></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b><big>+</big></b></a>
  391. {/block:NextPage}
  392. {/block:Pagination}
  393. </div>
  394. </div>
  395.  
  396. </div>
  397.  
  398. <div id="stuffcontainer">
  399.  
  400. {block:Posts}
  401.  
  402. <div id="stuff">
  403.  
  404. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  405.  
  406. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  407.  
  408. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  409. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  410.  
  411. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  412.  
  413. {block:Photoset}<center>{Photoset-500}</center>
  414. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  415.  
  416. {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}
  417.  
  418. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Answer}<div id="asker" style="margin-left:-5px;width:500px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;">{Asker} whispered: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  421.  
  422. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  423. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  424. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  425. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  426. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  427.  
  428. <p>
  429.  
  430. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  431. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  432. {block:HasTags}
  433. <div class="tags">
  434. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  435. {/block:HasTags}
  436. <div class="note">
  437. {block:PostNotes}{PostNotes}{/block:PostNotes}
  438. </div>
  439. </div>
  440. {/block:Posts}
  441.  
  442.  
  443. </div>
  444.  
  445. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>credit</center></a></div>
  446.  
  447. </body>
  448.  
  449.  
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement