Advertisement
Themes_Mandrakescry

Theme 08

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