Advertisement
xdeleteyou

theme 10

Apr 13th, 2012
4,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!-- DEFAULT VARIABLES -->
  5. <meta name="color:background" content="#F7F7F7" />
  6. <meta name="color:entries" content="#FFFFFF" />
  7.  
  8. <meta name="color:text" content="#666666" />
  9. <meta name="color:shadow" content="#666666" />
  10. <meta name="color:title" content="#666666" />
  11. <meta name="color:link" content="#000000" />
  12. <meta name="color:slink2" content="#000000" />
  13. <meta name="color:pagination" content="#34281c" />
  14. <meta name="color:slink" content="#000000" />
  15. <meta name="color:linkbg" content="#F7F7F7" />
  16. <meta name="navigation" content="#F7F7F7" />
  17. <meta name="color:nshadow" content="#F7F7F7" />
  18. <meta name="color:linkhover" content="#fffff7" />
  19. <meta name="color:info" content="#F7F7F7" />
  20. <meta name="color:sidebar" content="#F7F7F7" />
  21. <meta name="color:bold" content="#000000" />
  22. <meta name="color:italics" content="#000000" />
  23. <meta name="font:body" content="arial" />
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:background" content="" />
  27.  
  28. <meta name="text:Link1" content="" />
  29. <meta name="text:Link1 Title" content="" />
  30. <meta name="text:Link2" content="" />
  31. <meta name="text:Link2 Title" content="" />
  32. <meta name="text:Link3" content="" />
  33. <meta name="text:Link3 Title" content="" />
  34. <meta name="text:Link4" content="" />
  35. <meta name="text:Link4 Title" content="" />
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42. <style type="text/css">
  43.  
  44.  
  45.  
  46. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:10.5px; line-height:100%; text-align:justify}
  47.  
  48. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  49. a:hover{color:{color:text};}
  50. b {color:{color:bold};}
  51. i {color:{color:italics};}
  52.  
  53. #entries{left:30%; margin-left:355px; margin-top: 5px; width:510px; height: auto; }
  54.  
  55. #simg {text-align:center;}
  56.  
  57.  
  58. #sidebar {background-image: url('{image:sbg}'); margin-top: 122px; width:250px; height: 250px; position:fixed; overflow:hidden; background-color: {color:sidebar}; letter-spacing: 1px; margin-left: 30px; }
  59.  
  60. #stext {
  61. padding:3px;
  62. margin-top: 215px;
  63. margin-left: 100px;
  64. opacity:0.2;
  65. width:107px;
  66. height:auto;
  67. background-color:{color:background};
  68. color:{color:text};
  69. font-family:georgia;
  70. font-size:9px;
  71. text-align:justify;
  72. position:fixed;
  73. z-index:1;
  74. -webkit-transition: all 1.0s ease-in-out;
  75. -moz-transition: all 1.0s ease-in-out;
  76. -o-transition: all 1.0s ease-in-out;
  77. -ms-transition: all 1.0s ease-in-out;
  78. transition: all 1.0s ease-in-out;
  79. }
  80.  
  81. #stext:hover {opacity:0.8;}
  82.  
  83.  
  84. #slinks2 {position: fixed; margin-top: 120px; text-transform: lowercase; text-align:right; width: 240px; margin-left: 200px;}
  85.  
  86. #slinks2 a
  87. {display:inline-block;
  88. font-family: {font:body};text-shadow: {color:shadow} 1px 1px 0.5em;
  89. width: 65px;
  90. height: auto;
  91. padding-top: 7px;
  92. padding-bottom: 7px;
  93. background-color: {color:linkbg};
  94. font-size: 9px;
  95. text-align: center;
  96. margin-top: 2px;
  97. text-transform: lowercase;
  98. letter-spacing:1px;
  99. color: {color:slink};
  100. margin-bottom: 2px;
  101. -webkit-transition: all 0.5s ease-in-out;
  102. -moz-transition: all 0.5s ease-in-out;
  103. -o-transition: all 0.5s ease-in-out;
  104. -ms-transition: all 0.5s ease-in-out;
  105. transition: all 0.5s ease-in-out;}
  106.  
  107. #slinks2:first-letter {
  108. font-size: 12px; color: {color:slink}; text-shadow: {color:shadow} 1px 1px 0.5em;
  109. }
  110.  
  111.  
  112. #slinks2 a:hover {font-style: italics; letter-spacing: 2px; color:{color:slink2}; background-color: {color:linkhover};
  113. -webkit-transition: all 0.5s ease-in-out;
  114. -moz-transition: all 0.5s ease-in-out;
  115. -o-transition: all 0.5s ease-in-out;
  116. -ms-transition: all 0.5s ease-in-out;
  117. transition: all 0.5s ease-in-out;
  118. }
  119.  
  120. #pagination {width:240px;
  121. margin-left:292px;  
  122. text-align: center;
  123. font-family: georgia;
  124. color: {color:pagination};
  125. font-size: 14px;
  126. line-height:110%;
  127. margin-top: 353px;
  128. position:fixed;}
  129.  
  130. #posts{overflow:hidden; background-color: {color:entries}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:4px;}
  131.  
  132.  
  133. h1{color:{color:text}; font-family:{font:text}; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  134.  
  135. h2{color:{color:text}; font-family:georgia; font-size:14px; line-height: 17px;letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  136.  
  137. h2:first-letter {
  138. font-size: 24px;
  139. color: {color:italics} ;
  140. }
  141. h3{color:{color:link}; font-family:georgia; font-size:19px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform:lowercase; line-height:14px; margin-left:5px; margin-top:10px; margin-bottom:-10px; text-align:left; letter-spacing:1px}
  142.  
  143. h3 a:hover{background-color:transparent}
  144.  
  145. #answer {margin-left: 15px; margin-top:3px; margin-right: 15px;}
  146.  
  147. #source {text-align: center}
  148.  
  149. #info {width: 495px; background-color: {color:background}; font-size: 10px; padding-left: 4px; font-family: arial; padding-top: 3px; text-align:center}
  150.  
  151. #info2 {margin-top: 3px; width: 495px; background-color: {color:info}; font-size: 10px; padding-left: 4px; font-family: arial; padding-top: 5px; padding-bottom: 3px; text-align:center;}
  152.  
  153. #questions {color: {color:text}; padding:10px; font-family:georgia; font-size:13px; text-align:center;}
  154. #questions a {color:{color:link};}
  155.  
  156. questions:first-letter {
  157. font-size: 24px;
  158. color: {color:italics} ;
  159. }
  160.  
  161. blockquote {border-left:3px {color:title} solid; font-style: italics; padding-left:7px; margin:0px 2px 0px 10px; font-family:georgia; font-size:9px;}
  162.  
  163. p{margin-top:4px; margin-bottom:4px}
  164. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:3px solid #6a650f;}
  165.  
  166. img a{border:none; width:100%}
  167. .audio{background-color:; display:block; width: 200px;}
  168.  
  169. .user_1 .label {color:{color:link}; font-weight:bold}
  170. .user_2 .label {color:{color:text}; font-weight:bold}
  171. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  172.  
  173. .notes img{width:10px; top:1px;}
  174. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  175. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  176. </style>
  177. <style type="text/css">{CustomCSS}</style>
  178. </head>
  179.  
  180.  
  181. <body>
  182.  
  183. <div id="slinks2"><center>
  184. <a href="/">home</a><br>
  185. <a href="/archive">archive</a><br>
  186. <a href="/ask">ask me</a><br>
  187. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br>{/block:ifLink1}
  188. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br>{/block:ifLink2}
  189. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br>{/block:ifLink3}
  190. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br>{/block:ifLink4}
  191. <a href="http://galeismineiamhis.tumblr.com/tagged/themes">themes</a></center></div>
  192.  
  193. <div id="sidebar"><img src="{image:sidebar}"/></div>
  194. <div id="stext">
  195. <center><font size=3px;><font color={color:title}><em>{Title}</em></font></font><br>{block:Description}{Description}{/block:Description}</div>
  196.  
  197.  
  198. <div id="pagination">
  199. <font size=1,8px;>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</font>{CurrentPage}/{TotalPages}<font size=1,8px;>{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</font>
  200. </div>
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210. <div id="entries">
  211. {block:Posts}
  212. <div id="posts">
  213.  
  214.  
  215. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  216. {block:Text}{Body}{/block:Text}
  217.  
  218. {block:Quote}<h2><em>"{Quote}"</em> — <font size=0.8>{Source}</font></h2>{/block:Quote}
  219.  
  220. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  221. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  222.  
  223. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  224. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  225.  
  226. {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}
  227.  
  228. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  229.  
  230. {block:Answer}<div id="questions"><em>{Question}</em><br><font size=0.5px>{Asker}</font></div>
  231. <div id="answer">{Answer}</div>{/block:answer}
  232.  
  233. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  234.  
  235. <div id="info">
  236. posted: <a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth}/{MonthNumber}/{Year} with <a href="{Permalink}">{NoteCountwithlabel} </a></span>{/block:Date}
  237.  
  238.  
  239. {block:RebloggedFrom} <a href="{ReblogParentURL}">vía</a>{/block:RebloggedFrom}
  240.  
  241. {block:ContentSource}/<a href="{SourceURL}"> ©</a>
  242. {/block:ContentSource}</div>
  243.  
  244. {block:HasTags}<div id="info2">{block:Tags}<small>❥ </small><a href="{TagURL}">{Tag} </a>{/block:Tags} </div>{/block:HasTags}<br></div>
  245.  
  246. {/block:Posts}
  247. {block:PostNotes}{PostNotes}{/block:PostNotes}
  248.  
  249. </div>
  250. </div>
  251. </body>
  252. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement