dawnsalvatore

Theme #018

Aug 25th, 2012
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- theme #018 by dawnsalvatore -->
  4.  
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#fdfdfd" />
  8. <meta name="color:title" content="#f88eab" />
  9. <meta name="color:text" content="#d8d8d8" />
  10. <meta name="color:link" content="#e794aa" />
  11. <meta name="color:lhover" content="#fcbfcf" />
  12. <meta name="color:menulink" content="#f55f8e" />
  13. <meta name="color:menuhover" content="#f5b5c9" />
  14.  
  15.  
  16. <meta name="font:title" content="calibri" />
  17. <meta name="font:body" content="calibri" />
  18.  
  19. <meta name="image:sidebar1" content=""/>
  20. <meta name="image:sidebar2" content=""/>
  21. <meta name="image:background" content="" />
  22.  
  23.  
  24. <meta name="text:Link1" content="" />
  25. <meta name="text:Link1 Title" content="" />
  26. <meta name="text:Link2" content="" />
  27. <meta name="text:Link2 Title" content="" />
  28. <meta name="text:Link3" content="" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link4" content="" />
  31. <meta name="text:Link4 Title" content="" />
  32. <meta name="text:Link5" content="" />
  33. <meta name="text:Link5 Title" content="" />
  34.  
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41. <style type="text/css">
  42.  
  43.  
  44. 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}
  45.  
  46. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  47. a:hover{opacity:1; padding:0px; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0s ease-out; transition:all 0s ease-out; color:{color:lhover};}
  48.  
  49.  
  50. #entries{left:50%; margin-left:550px; margin-top:0px; width:510px}
  51.  
  52. #sidebarimg img {max-width: 240px; max-height:275px ; text-align:center}
  53.  
  54. #sbar {max-width:255px; margin-top:80px; margin-left:50px; position:fixed; overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px;}
  55.  
  56. #mbar {width:350px; height:33px; margin-top:100px; margin-left:235px; position:fixed; background-color: {color:transparent};; border-left:0px solid; border-right:0px solid; padding:3px; border-radius:90px;}
  57. #mlinks a { width:90px; height:14px; display:inline-block; background-color:{color:menulink}; font-size:14px; border-radius: 1em; box-shadow: grey 0.3em 0.3em 0.3em; margin-top: 7px; color:{color:text}}
  58. #mlinks a:hover { width:90px;
  59. height:14px; display:inline-block; background-color:{color:menuhover}; font-size:14px; }
  60.  
  61.  
  62. #nav {text-align:center; position:fixed}
  63. #nav img {width:60px; margin-left:140px; margin-top:-3px}
  64. #nav a {margin-top:150px; margin-left:140px; font-family:calibri; font-size:10px; text-transform: uppercase; color:{color:nlinks}; text-align: center}
  65. #nav a:hover {color:{color:nlinks}; background-color:{color:nhover}}
  66.  
  67. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid; border-right:0px solid; padding:3px}
  68.  
  69. 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}
  70.  
  71. 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}
  72.  
  73. #info{display:block; font-size:10px; text-align:right; border-top:1px; padding-right:5px;}
  74.  
  75.  
  76. #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;}
  77.  
  78.  
  79. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:calibri; font-size:11px}
  80. #questions a {color:{color:link}}
  81.  
  82. #pagination {font-family:georgia; text-align:center; font-size:35px;}
  83.  
  84. #title{font-family: 'georgia'; 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;}
  85.  
  86. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  87. blockquote img, blockquote a img {max-width: 490px}
  88.  
  89. b, strong{color:{color:title};}
  90. i, em {border: none}
  91. p{margin-top:3px; margin-bottom:3px}
  92.  
  93. img a{color:{color:info}}
  94. .audio{background-color:black; display:block;}
  95.  
  96.  
  97. .user_1 .label {color:{color:lhover}; font-weight:bold}
  98. .user_2 .label {color:{color:text}; font-weight:bold}
  99. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  100.  
  101. .notes img{width:10px; position:relative; top:1px;}
  102. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  103. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  104.  
  105.  
  106. </style>
  107. <style type="text/css">{CustomCSS}</style>
  108. </head>
  109.  
  110. <body>
  111. <BR>
  112.  
  113. <div id="mbar">
  114. <center><div id="mlinks"><br>
  115. <a href="/">Home</a> <a href="/ask">Ask</a> <br> <a href="http://ladysmolderhalder.tumblr.com/tagged/theme"> Theme</a>
  116. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} <br>
  117. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  118. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} <br>
  119. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  120. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  121. </div></center><br> <br>
  122.  
  123. <center> <div id="pagination"> {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}
  124. {block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage} </div> </center>
  125. </div>
  126.  
  127. <div id="sbar">
  128. <br>
  129. <center><div id="sidebarimg"> <script language="JavaScript">
  130. <!--
  131.  
  132.  
  133. function random_imglink(){
  134. var myimages=new Array()
  135. myimages[1]="{image:sidebar1}"
  136. myimages[2]="{image:sidebar2}"
  137.  
  138.  
  139. var ry=Math.floor(Math.random()*myimages.length)
  140. if (ry==0)
  141. ry=1
  142. document.write('<img src="'+myimages[ry]+'" class="borderimage"')
  143. }
  144. random_imglink()
  145. //-->
  146. </script>
  147. </div></center>
  148.  
  149.  
  150. <center> {block:Description}{Description}{/block:Description}</center>
  151. <br>
  152.  
  153.  
  154.  
  155. </div>
  156. <BR>
  157.  
  158. <div id="entries">
  159. {block:Posts}
  160. <div id="posts">
  161. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  162. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  163. {block:Text}{Body}{/block:Text}
  164.  
  165. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  166. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  167.  
  168. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  169. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  170.  
  171. {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}
  172.  
  173. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  174.  
  175. {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
  176. {Answer}{/block:answer}
  177.  
  178. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  179.  
  180.  
  181. <div id="info"><a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}<a href="{Permalink}"> · {NoteCount} notes</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> · via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> · source</a>{/block:ContentSource}<br>
  182.  
  183.  
  184. {block:HasTags} {block:Tags}▪<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  185.  
  186.  
  187.  
  188.  
  189. </br></br>
  190.  
  191. {block:PostNotes}{PostNotes}{/block:PostNotes}
  192.  
  193. {/block:Posts}
  194.  
  195. </div>
  196.  
  197. </body>
  198. </html>
Advertisement
Add Comment
Please, Sign In to add comment