dawnsalvatore

Theme #005

Jul 8th, 2012
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- theme #005 by dawnsalvatore ~ no recreating and what not -->
  4.  
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#f8f8f8" />
  8. <meta name="color:sbar" content="#FFFFFF" />
  9. <meta name="color:entry" content="#f8f8f8" />
  10.  
  11. <meta name="color:title" content="#3A3A3A" />
  12. <meta name="color:text" content="#a3a2a3" />
  13. <meta name="color:link" content="#917588" />
  14. <meta name="color:lhover" content="#f8f8f8" />
  15. <meta name="color:nlinks" content="#f8f8f8" />
  16. <meta name="color:nhover" content="#f8f8f8" />
  17.  
  18. <meta name="font:title" content="courier new" />
  19. <meta name="font:body" content="arial" />
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:background" content="" />
  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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40. <style type="text/css">
  41.  
  42. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-position: center; background-attachment:fixed; background-repeat: repeat; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  43.  
  44. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  45. a:hover{color:{color:title}; background-color:{color:lhover}}
  46.  
  47. #entries{left:50%; margin-left:575px; margin-top:-10px; width:510px}
  48.  
  49. #sidebarimg img {max-width: 250px; height: auto; margin-left:5px}
  50.  
  51. #sbar {width:260px; margin-left:275px; margin-top:130px; position:fixed; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  52.  
  53. #pagination {font-family:georgia; text-align:center; font-size:15px}
  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:georgia; 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:Georgia; font-size:16px; line-height:17px; letter-spacing:-2px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  63.  
  64. h2{color:{color:title}; font-family:Georgia; font-size:15px; line-height:14px; letter-spacing:-2px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  65.  
  66. #info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:right}
  67.  
  68. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  69. #questions a {color:{color:link}}
  70.  
  71. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  72. blockquote img, blockquote a img {max-width: 490px}
  73.  
  74. b, strong{color:{color:title};}
  75. i, em {color:{color:link};}
  76. p{margin-top:3px; margin-bottom:3px}
  77.  
  78. img a{border:none}
  79. .audio{background-color:black; display:block;}
  80.  
  81. .user_1 .label {color:{color:lhover}; font-weight:bold}
  82. .user_2 .label {color:{color:text}; font-weight:bold}
  83. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  84.  
  85. .notes img{width:10px; position:relative; top:1px;}
  86. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  87. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  88. </style>
  89. <style type="text/css">{CustomCSS}</style>
  90. </head>
  91.  
  92. <body>
  93. <BR>
  94.  
  95.  
  96.  
  97.  
  98. <div id="sbar">
  99.  
  100. <center> <font size=1> <div id="links"><a href="/">Home</a> ·
  101. <a href="/ask">Ask?</a>
  102. {block:ifLink1}<a href="{text:Link1}"> · {text:Link1 Title}</a>{/block:ifLink1}
  103. {block:ifLink2}<a href="{text:Link2}"> · {text:Link2 Title}</a> {/block:ifLink2}
  104. {block:ifLink3}<a href="{text:Link3}"> · {text:Link3 Title}</a> {/block:ifLink3}
  105. {block:ifLink4}<a href="{text:Link4}"> · {text:Link4 Title}</a> {/block:ifLink4}
  106. {block:ifLink5}<a href="{text:Link5}"> · {text:Link5 Title}</a> {/block:ifLink5}
  107. </br>
  108. </center>
  109.  
  110. <div id="sidebarimg"><img src="{image:sidebar}"/></div>
  111. {block:Description}{Description}{/block:Description}<br><br>
  112. <right> <a href="http://ladysmolderhalder.tumblr.com/tagged/theme">© Theme</a> </right> <br> <br>
  113. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  114. </div><BR>
  115.  
  116. <div id="entries">
  117. {block:Posts}
  118. <div id="posts">
  119. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  120. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  121. {block:Text}{Body}{/block:Text}
  122.  
  123. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  124. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  125.  
  126. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  127. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  128.  
  129. {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}
  130.  
  131. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  132.  
  133. {block:Answer}<div id="questions">{Asker} Asked: "{Question}"</div>
  134. {Answer}{/block:answer}
  135.  
  136. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  137.  
  138.  
  139. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}· <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">¢</a> · {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">×</a> · <a href="{ReblogURL}">Reblog</a>{/block:ContentSource}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  140.  
  141. </div></div>
  142. </br></br>
  143.  
  144.  
  145.  
  146. {/block:Posts}
  147.  
  148. </div>
  149.  
  150. </body>
  151. </html>
Advertisement
Add Comment
Please, Sign In to add comment