Advertisement
Themes_Mandrakescry

Theme 09

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