Advertisement
godmezmarie

theme #03 by godmezmarie

Jul 24th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.11 KB | None | 0 0
  1. <!--Theme 03 By Ana // http://godmezmarie.tumblr.com
  2.  
  3. <html>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.  
  8. <!--Default Variables-->
  9. <!--Colors-->
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:scrollbar" content="#dfdfdf" />
  12. <meta name="color:desc" content="#fafafa"/>
  13. <meta name="color:text" content="#828282"/>
  14. <meta name="color:link" content="#8ea089"/>
  15. <meta name="color:link hover" content="##777a7a"/>
  16. <meta name="color:border" content="#e8e8e8"/>
  17. <meta name="color:posts" content="#ffffff"/>
  18. <meta name="color:box" content="#fafafa"/>
  19. <meta name="color:info bg" content="#fafafa"/>
  20. <meta name="color:chat" content="#fafafa"/>
  21.  
  22.  
  23.  
  24. <!--Links-->
  25. <meta name="text:link 1" content="link" />
  26. <meta name="text:link 1 url" content="/" />
  27. <meta name="text:link 2" content="link" />
  28. <meta name="text:link 2 url" content="/" />
  29. <meta name="text:link 3" content="link" />
  30. <meta name="text:link 3 url" content="/" />
  31. <meta name="text:link 4" content="link" />
  32. <meta name="text:link 4 url" content="/" />
  33. <meta name="text:link 5" content="link" />
  34. <meta name="text:link 5 url" content="/" />
  35. <meta name="text:link 6" content="link" />
  36. <meta name="text:link 6 url" content="/" />
  37. <meta name="text:link 7" content="link" />
  38. <meta name="text:link 7 url" content="/" />
  39. <meta name="text:link 8" content="link" />
  40. <meta name="text:link 8 url" content="/" />
  41. <meta name="if:Show Link1" content="1"/>
  42. <meta name="if:Show Link2" content="1"/>
  43. <meta name="if:Show Link3" content="1"/>
  44. <meta name="if:Show Link4" content="1"/>
  45. <meta name="if:Show Link5" content="1"/>
  46. <meta name="if:Show Link6" content="1"/>
  47. <meta name="if:Show Link7" content="1"/>
  48. <meta name="if:Show Link8" content="1"/>
  49.  
  50.  
  51. <!--Images and Options-->
  52. <meta name="image:Background" content=""/>
  53. <meta name="image:Sidebar" content=""/>
  54. <meta name="if:Title" content="1"/>
  55.  
  56.  
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <title>
  60. {block:PostSummary}
  61. {PostSummary} - {/block:PostSummary}{Title}</title>
  62. </style>
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore|Yesteryear|Marck+Script|Contrail+One|Reenie+Beanie|Open+Sans+Condensed:700,300|Nothing+You+Could+Do|Kaushan+Script&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  66. <link href='http://fonts.googleapis.com/css?family=open sans condensed&effect=anaglyph' type='text/css'>
  67. <style type="text/css">
  68.  
  69.  
  70. @font-face {
  71. font-family: 'Metrophobic';
  72. font-style: normal;
  73. font-weight: normal;
  74. src: local('Inconsolata'), url('http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff') format('woff');}
  75.  
  76.  
  77. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background}}
  78. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  79. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  80. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 5px; display: block; background:{color:scrollbar}}
  81. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  82. ::-webkit-scrollbar-thumb:horizontal {background:{color:background};}
  83. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  84.  
  85. body{
  86. background-color: {color:Background};
  87. background-image: url({image:Background});
  88. background-attachment: fixed;
  89. background-repeat: repeat;
  90. background-position: center;
  91. font-family:Share Tech Mono;
  92. font-size:10px;
  93. text-transform:uppercase;
  94. line-height:12px;
  95. color:{color:Text};
  96. }
  97.  
  98. a:link, a:active, a:visited{
  99. color: {color:Link};
  100. text-decoration:none;
  101. }
  102.  
  103. a {
  104. color:{color:link};
  105. text-decoration:none;
  106. outline:none;
  107. opacity:1 ;
  108. -webkit-transition: all 0.5s;
  109. -moz-transition: all 0.5s;
  110. transition: all 0.5s;
  111. }
  112.  
  113. a:hover{
  114. color: {color:link hover};
  115. }
  116.  
  117. h1 {
  118. font-family:open sans condensed;
  119. font-weight:bold;
  120. font-size:13px;}
  121.  
  122. .quote{
  123. text-indent:14px;
  124. font-size:13px;
  125. font-style:italic;
  126. padding:3px;
  127. line-height:105%;
  128. letter-spacing:0px;
  129. font-family:trebuchet ms;
  130. text-transform:none;
  131. text-shadow:2px 2px 0px #f8f8f8;
  132. text-align:center;}
  133.  
  134. .source{
  135. margin-top:5px;
  136. text-align:right;
  137. font-family:Share Tech Mono;
  138. font-weight:bold;
  139. text-align:center}
  140.  
  141. #container {
  142. margin-top:0px;
  143. width:700px;
  144. }
  145.  
  146. #entry {
  147. position:relative;
  148. width:500px;
  149. margin-left:450px;
  150. margin-top:0px;
  151. margin-bottom:50px;
  152. padding:15px;
  153. background-color:{color:posts};
  154. }
  155.  
  156. #permalink{
  157. width:510px;
  158. font-family:Share Tech Mono;
  159. text-align:center;
  160. margin-left:-5px;
  161. margin-top:15px;
  162. padding-bottom:10px;
  163. padding:2px;
  164. padding-top:5px;
  165. text-transform:uppercase;
  166. font-style:none;
  167. font-size:8px;
  168. line-height:50%;
  169. background-color:{color:info bg};
  170. border-top:1px solid {color:border};
  171. }
  172.  
  173. #side{
  174. position:fixed;
  175. width:300px;
  176. background-color:transparent;
  177. margin-left:100px;
  178. margin-top:200px;
  179. height:20%;
  180. }
  181. #side:hover .links {
  182. opacity:1;
  183. margin-left:-95px;
  184. -moz-transition-duration:0.6s;
  185. -webkit-transition-duration:0.6s;
  186. -o-transition-duration:0.6s;
  187. }
  188.  
  189. .blogtitle{
  190. font-size:13px;
  191. line-height:10px;
  192. font-family:open sans condensed;
  193. text-transform:uppercase;
  194. font-weight:bold;
  195. line-height:105%;
  196. width:145px;
  197. text-align:center;
  198. margin-top:-85px;
  199. margin-left:125px;
  200. text-shadow:1px 1px 0px #e8e8e8;
  201. }
  202.  
  203. .sidebar img{
  204. margin-top:10px;
  205. height:auto;
  206. margin-left:5px;
  207. max-width:100;
  208.  
  209. {block:ifCubePic}border-radius:100px;{/block:ifCubePic}
  210. }
  211.  
  212. .links{
  213. opacity:0;
  214. font-size:7px;
  215. width:100px;
  216. text-align:right;
  217. text-transform:uppercase;
  218. font-family:trebuchet ms;
  219. margin-left:0px;
  220. margin-top:-100px;
  221. margin-bottom:4px;
  222. color:#fff;
  223. -moz-transition-duration:0.6s;
  224. -webkit-transition-duration:0.6s;
  225. -o-transition-duration:0.6s;
  226. }
  227. .links a:hover{
  228. background-color:#fff;
  229. color:{color:link hover};
  230. text-decoration:line-through;
  231. -moz-transition-duration:0.6s;
  232. -webkit-transition-duration:0.6s;
  233. -o-transition-duration:0.6s;
  234. }
  235.  
  236. .desc{
  237. font-family: 'Oxygen', sans-serif;
  238. font-style:none;
  239. font-size:8px;
  240. margin-top:10px;
  241. margin-left:125px;
  242. margin-bottom:-10px;
  243. width:140px;
  244. letter-spacing:0px;
  245. text-align:justify;
  246. background-color:{color:desc};
  247. text-transform:uppercase;
  248. padding:3px;
  249. }
  250.  
  251. .posttitle{
  252. font-size: 18px;
  253. line-height: 20px;
  254. }
  255.  
  256. .symbols {
  257. font-family:WebSymbolsRegular;
  258. font-size: 6px;
  259. }
  260.  
  261.  
  262. blockquote{
  263. margin-left:10px;
  264. padding-left:4px;
  265. border-left: 3px solid {color:Text};
  266. }
  267.  
  268.  
  269. #pagination {
  270. position:fixed;
  271. font-family:Meie Script;
  272. margin-top:330px;
  273. margin-left:115px;
  274. }
  275.  
  276. #question {
  277. background-color:{color:box};
  278. color: {color:text};
  279. border-top: solid 1px {color:border};
  280. border-left: solid 1px {color:border};
  281. border-right: solid 1px {color:border};
  282. border-bottom: dashed 1px {color:border};
  283. margin-left:-5px;
  284. padding:15px;
  285. margin-top: 5px;
  286. margin-bottom:5px;
  287. text-transform:none;
  288. font-family:inconsolata;
  289. font-size:10px;
  290. font-style:none;
  291. text-align:left;
  292. }
  293.  
  294. .audio {
  295. height:60px;
  296. padding:5px;
  297. margin-bottom:5px; }
  298. .audio-album {
  299. position:absolute;
  300. margin-top:-10px;
  301. margin-left:-5px;
  302. width:60px;
  303. padding:5px;
  304. background-color: #fcfcfc;
  305. border: 1px solid #f8f8f8;
  306. border-radius:5px;}
  307. .audio-player {
  308. opacity:0.6;
  309. filter:alpha(opacity=60);
  310. border:2px solid {color:border};
  311. border-radius:8px;
  312. width:25px;
  313. height:25px;
  314. overflow:hidden;
  315. position:absolute;
  316. z-index:2;
  317. margin-left:15px;
  318. margin-top:15px;}
  319. .audio-info {
  320. font-family:calibri;
  321. text-transform:uppercase;
  322. font-size:8px;
  323. margin-top:-10px;
  324. position:relative;
  325. margin-left:70px;
  326. padding:5px; }
  327. .space { height:{text:entry space};}
  328.  
  329.  
  330. .chat {line-height:12px; list-style:none }
  331. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  332. .person1 {background-color:{color:chat}; padding-left:6px; padding-right:6px;}
  333. .person1 .label {font-weight:bold;}
  334. .person2 {background-color:{color:entries}; padding-left:6px; padding-right:6px;}
  335. .person2 .label {font-weight:bold;}
  336. .person3 {background-color:{color:chat}; padding-left:6px; padding-right:6px;}
  337. .person3 .label {font-weight:bold;}
  338. .person4 {background-color:{color:entries}; padding-left:6px; padding-right:6px;}
  339. .person4 .label {font-weight:bold;}
  340. .person5 {background-color:{color:chat}; padding-left:6px; padding-right:6px;}
  341. .person5 .label {font-weight:bold;}
  342. .person6 {background-color:{color:entries}; padding-left:6px; padding-right:6px;}
  343. .person6 .label {font-weight:bold;}
  344.  
  345.  
  346. ol {
  347. list-style-type: none;
  348. font-size:8px;
  349. font-family: inconsolata;
  350. text-transform: uppercase;
  351. margin: 0; }
  352.  
  353. ol.notes li {
  354. width: 485px;
  355. padding: 2px;
  356. margin: 0 0 5px -35px; }
  357.  
  358. ol.notes li:hover {
  359. }
  360.  
  361. ol.notes li img {
  362. width:20px;
  363. border-radius:20px;
  364. padding-right: 10px;
  365. margin-bottom: 0px;
  366. opacity: 0.85;
  367. filter:alpha(opacity=85); }
  368.  
  369. ol.notes li img:hover {
  370. opacity: 1;
  371. filter:alpha(opacity=100); }
  372.  
  373. #credit {
  374. position:fixed;
  375. font-family:Share Tech Mono;
  376. letter-spacing:1px;
  377. text-transform:uppercase;
  378. font-size:8px;
  379. padding:7px;
  380. border:1px solid {color:border};
  381. background-color:{color:background};
  382. text-color:{color:background};
  383. font-weight:bold;
  384. right:10px;
  385. bottom:7px;
  386. text-align:center;
  387. color:{color:text};
  388. -webkit-transition: all 0.8s ease-in-out;
  389. -moz-transition: all 0.8s ease-in-out;
  390. -o-transition: all 0.8s ease-in-out;
  391. -ms-transition: all 0.8s ease-in- out;
  392. transition: all 0.8s ease-in-out;
  393. }
  394. #credit:hover{
  395. background-color:#000000;
  396. color:#fff;
  397. -webkit-transition: all 0.5s ease-in-out;
  398. -moz-transition: all 0.5s ease-in-out;
  399. -o-transition: all 0.5s ease-in-out;
  400. -ms-transition: all 0.5s ease-in-out;
  401. transition: all 0.5s ease-in-out; }
  402.  
  403.  
  404.  
  405. {CustomCSS}
  406. </style>
  407.  
  408. <link rel="shortcut icon" href="{Favicon}">
  409. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  410.  
  411. </head>
  412. <body>
  413. <div id="container">
  414. <div id="side">
  415. <div class="sidebar img"><a href="/"><img src="{image:Sidebar}" style="width:100px;height:100px;" ></a></div>
  416.  
  417. <div class="links">
  418. <a href="/">home</a>&nbsp;&nbsp;<br>
  419. <a href="/ask">mssg</a>&nbsp;&nbsp;<br>
  420. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}&nbsp;&nbsp;<br>
  421. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}&nbsp;&nbsp;<br>
  422. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}&nbsp;&nbsp;<br>
  423. {Block:ifShowLink4}<a href="{text:link 4 url}">{text:link 4}</a>{/Block:ifShowLink4}&nbsp;&nbsp;
  424. </div>
  425. <div class="blogtitle">
  426. {block:ifTitle}<a href="/">{Title}</a>{/block:ifTitle}</div>
  427. <div class="desc">{Description}</div>
  428. <br>
  429. </div>
  430.  
  431. {block:Pagination}<div id="pagination">
  432. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  433. {block:JumpPagination length="3"}
  434. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  435. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  436. {/block:JumpPagination}
  437. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  438. </div>{/block:Pagination}
  439.  
  440. {block:Posts}
  441. <div id="entry">
  442.  
  443. {block:Text}
  444. {block:Title}
  445. <div class="posttitle"><h1>{Title}<h1></div>
  446. {/block:Title}
  447. {Body}
  448. {/block:Text}
  449.  
  450. {block:Link}
  451. <div class="posttitle">
  452. <h1><a href="{URL}">{Name}</a></h1>
  453. </div>
  454. {block:Description}{Description}{/block:Description}
  455. {/block:Link}
  456.  
  457. {block:Photo}
  458. <center>
  459. {LinkOpenTag}
  460. <a href="{permalink}">
  461. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  462. {LinkCloseTag}
  463. </center>
  464. {block:Caption}{Caption}{/block:Caption}
  465. {block:ContentSource}
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  467. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  468. {/block:SourceLogo}
  469. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  470. {/block:ContentSource}
  471. {block:ReblogParentURL}
  472. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  473. {/block:ReblogParentURL}
  474. {/block:Photo}
  475.  
  476. {block:Photoset}
  477. {Photoset-500}
  478. {block:Caption}{Caption}{/block:Caption}
  479. {/block:Photoset}
  480.  
  481. {block:Quote}
  482. <div class="quote"><big>❝</big> {Quote}</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}
  483. {/block:Quote}
  484.  
  485.  
  486. {block:Chat}
  487. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  488. <div class="chat"><ul>{block:Lines}
  489. <li class="person{UserNumber}">{block:Label}
  490. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  491. {/block:Chat}
  492.  
  493.  
  494. {block:Audio}
  495. <div class="audio">
  496. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  497. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  498. <div class="audio-info">
  499. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  500. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  501. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  502. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  503. </div></div>
  504. {/block:Audio}
  505.  
  506. {block:Video}
  507. {Video-500}
  508. {block:Caption}{Caption}{/block:Caption}
  509. {/block:Video}
  510.  
  511. {block:Answer}
  512. <div id="question" style="width:480px;font-style:none;"&nbsp;<b><b>{Asker}</b></b> whispered: {Question}</div>
  513. <div style="width:490px;;margin-top:-5px;padding:10px; border-left:1px solid #f4f3f5;border-right:1px solid #f4f3f5;border-bottom:1px solid #f4f3f5;margin-left:-5px;">{Answer}</div>
  514. {/block:Answer}
  515.  
  516. {block:IndexPage}
  517. <div id="permalink"><div id="info">
  518. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  519. {NoteCountWithLabel}</a>&nbsp;
  520. {block:RebloggedFrom}<big>©</big> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a><small></small>{/block:RebloggedFrom}&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a><p>
  521. {block:Tags}<a href="{TagURL}"># {Tag}</a>
  522. {/block:Tags}
  523. {/block:HasTags}
  524. </div>
  525. {/block:IndexPage}
  526.  
  527. {block:PermalinkPage}<div id="permalink">{block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date} <a href="{Permalink}">with {NoteCountWithLabel}</a>
  528. {block:RebloggedFrom} & <a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  529. {block:ContentSource} <a href="{SourceURL}"> source</a>
  530. {/block:ContentSource}<p>{block:Tags}<a href="{TagURL}"># {Tag}</a>
  531. {/block:Tags}
  532. {/block:PermalinkPage}<p></div>
  533.  
  534.  
  535. {block:PostNotes}
  536. {PostNotes}
  537. {/block:PostNotes}
  538. </div>
  539. {/block:Posts}
  540.  
  541. <div id='credit'><a href="http://godmezmarie.tumblr.com">GM</a></div>
  542.  
  543.  
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement