Advertisement
xdeleteyou

Theme 9

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