dawnsalvatore

Theme #013

Jul 24th, 2012
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- theme #013 by dawnsalvatore -->
  4.  
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#fffafd" />
  8. <meta name="color:title" content="#646464" />
  9. <meta name="color:text" content="#d1d1d1" />
  10. <meta name="color:link" content="#f09ebe" />
  11. <meta name="color:lhover" content="#ebcedc" />
  12.  
  13.  
  14. <meta name="font:title" content="Trebuchet MS" />
  15. <meta name="font:body" content="calibri" />
  16.  
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="image:background" content="" />
  19.  
  20. <meta name="text:Link1" content="" />
  21. <meta name="text:Link1 Title" content="" />
  22. <meta name="text:Link2" content="" />
  23. <meta name="text:Link2 Title" content="" />
  24. <meta name="text:Link3" content="" />
  25. <meta name="text:Link3 Title" content="" />
  26. <meta name="text:Link4" content="" />
  27. <meta name="text:Link4 Title" content="" />
  28. <meta name="text:Link5" content="" />
  29. <meta name="text:Link5 Title" content="" />
  30.  
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  34. {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. <style type="text/css">
  38.  
  39.  
  40. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:10px; line-height:120%; text-align:justify}
  41.  
  42. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  43. a:hover{opacity:1; padding:1px; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out; color:{color:lhover};}
  44.  
  45.  
  46. #entries{left:50%; margin-left:575px; margin-top:-10px; width:510px}
  47.  
  48. #sidebarimg img {max-width: 275px; max-height:275px ; text-align:center}
  49.  
  50. #sbar {max-width:550px; margin-top:80px; margin-left:230px; position:fixed; overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px}
  51.  
  52.  
  53. #pagination {font-family:georgia; text-align:center; font-size:40px;}
  54.  
  55. #nav {text-align:center; position:fixed}
  56. #nav img {width:60px; margin-left:140px; margin-top:-3px}
  57. #nav a {margin-top:150px; margin-left:140px; font-family:calibri; font-size:10px; text-transform: uppercase; color:{color:nlinks}; text-align: center}
  58. #nav a:hover {color:{color:nlinks}; background-color:{color:nhover}}
  59.  
  60. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid; border-right:0px solid; padding:3px}
  61.  
  62. h1{color:{color:title}; font-family:calibri; font-size:16px; line-height:17px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  63.  
  64. h2{color:{color:title}; font-family:calibri; font-size:15px; line-height:14px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  65.  
  66. #info{display:block; font-size:10px; text-align:center; border-top:1px dotted; padding-right:5px;}
  67.  
  68.  
  69. #tags {background-color:{color:background}; font-family:calibri; text-align:left; margin:3px 4px 2px 0px; padding:2px; font-style:none; font-size:8px; width:498px;}
  70.  
  71.  
  72. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:calibri; font-size:11px}
  73. #questions a {color:{color:link}}
  74.  
  75. #title{font-family: 'LavanderiaRegular', Cookie; font-size:25px; line-height:28px; letter-spacing:2px; font-weight:normal; font-style:normal; text-transform:none; margin:0px; padding:0px; text-align:center; margin-bottom:9px; margin-top:2px}
  76.  
  77. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  78. blockquote img, blockquote a img {max-width: 490px}
  79.  
  80. b, strong{color:{color:title};}
  81. i, em {border: none}
  82. p{margin-top:3px; margin-bottom:3px}
  83.  
  84. img a{color:{color:info}}
  85. .audio{background-color:black; display:block;}
  86.  
  87.  
  88. .bordinha {border-radius: 360px;}
  89.  
  90. .user_1 .label {color:{color:lhover}; font-weight:bold}
  91. .user_2 .label {color:{color:text}; font-weight:bold}
  92. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  93.  
  94. .notes img{width:10px; position:relative; top:1px;}
  95. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  96. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  97. </style>
  98. <style type="text/css">{CustomCSS}</style>
  99. </head>
  100.  
  101. <body>
  102. <BR>
  103.  
  104.  
  105.  
  106. <div id="sbar">
  107. <div id="title"><a href="/">{Title}</a></div>
  108. <center><div id="sidebarimg"><img src="{image:sidebar}" class="bordinha"/></div></center>
  109. <center><span style="letter-spacing:1px"><a href="/">Home</a> - <a href="/ask">Ask me</a> - <a href="http://ladysmolderhalder.tumblr.com/tagged/theme"> Theme</a></span></center>
  110. <center> {block:Description}{Description}{/block:Description}</center>
  111. <center><span style="letter-spacing:1px">
  112. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  113. {block:ifLink2}<a href="{text:Link2}"> • {text:Link2 Title}</a> {/block:ifLink2}
  114. {block:ifLink3}<a href="{text:Link3}"> • {text:Link3 Title}</a> {/block:ifLink3}
  115. {block:ifLink4}<a href="{text:Link4}"> • {text:Link4 Title}</a>{/block:ifLink4}
  116. {block:ifLink5}<a href="{text:Link5}"> • {text:Link5 Title}</a>{/block:ifLink5}
  117. </center></span><br>
  118.  
  119.  
  120. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">+</a>{/block:NextPage}</div><br>
  121. </div>
  122. <BR>
  123.  
  124. <div id="entries">
  125. {block:Posts}
  126. <div id="posts">
  127. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  128. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  129. {block:Text}{Body}{/block:Text}
  130.  
  131. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  132. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  133.  
  134. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  135. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  136.  
  137. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  138.  
  139. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  140.  
  141. {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
  142. {Answer}{/block:answer}
  143.  
  144. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  145.  
  146.  
  147. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}<a href="{Permalink}">, with {NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom} - <a href="{ReblogParentURL}">Via</a> &
  148. {block:ContentSource}<a href="{SourceURL}">From</a>{/block:ContentSource}{/block:RebloggedFrom} <br>
  149.  
  150. {block:HasTags} {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  151.  
  152.  
  153.  
  154.  
  155. </br></br>
  156.  
  157. {block:PostNotes}{PostNotes}{/block:PostNotes}
  158.  
  159. {/block:Posts}
  160.  
  161. </div>
  162.  
  163. </body>
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment