Advertisement
emrys

wings theme

Nov 1st, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 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.  
  3. <!-- theme by diana (@dianas-themes). don't steal -->
  4. </script>
  5. <head>
  6.  
  7.  
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:entry" content="#ffffff" />
  12.  
  13.  
  14.  
  15. <meta name="color:title" content="#cccccc" />
  16. <meta name="color:text" content="#636161" />
  17. <meta name="color:link" content="#a7a4a4" />
  18. <meta name="color:qbackground" content="#070707" />
  19. <meta name="color:nav" content="#131212">
  20. <meta name="color:fontask" content="#eeeeee">
  21.  
  22.  
  23.  
  24.  
  25. <meta name="font:title" content="arial" />
  26. <meta name="font:body" content="arial" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content="" />
  30.  
  31.  
  32.  
  33.  
  34. <meta name="text:Link1" content="" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="" />
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 Title" content="" />
  40. <meta name="text:Link4" content="" />
  41. <meta name="text:Link4 Title" content="" />
  42. <meta name="color:scrollbarbg" content="#ffffff"/>
  43. <meta name="color:scrollbar" content="#f4f4f4"/>
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title>
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50. <link href='http://fonts.googleapis.com/css?family=Monda' rel='stylesheet' type='text/css'>
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar {
  57.  
  58. height: 7px;
  59.  
  60. width: 7px;
  61.  
  62. background-color: {color:scrollbar};}
  63.  
  64.  
  65.  
  66. ::-webkit-scrollbar-thumb {
  67.  
  68. background-color:{color:scrollbar};
  69.  
  70. }
  71.  
  72.  
  73.  
  74. ::-webkit-scrollbar-track{
  75.  
  76. background-color: {color:scrollbarbg};
  77.  
  78. }
  79.  
  80.  
  81.  
  82. ::-webkit-scrollbar-buttom{
  83.  
  84. background-color:{color:scrollbarbg};
  85.  
  86. }
  87.  
  88.  
  89. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed;font-size:11px; text-align:justify;font-family:times;line-height:13px;}
  90.  
  91. a:link, a:visited, a:active {
  92. color: #bdbdbd;
  93. text-decoration: none;
  94. font-weight: normal;
  95. -webkit-transition: opacity 0.7s linear;
  96. opacity: 0.7s;
  97. -webkit-transition: all 0.6s ease-out;
  98. -moz-transition: all 0.6s ease-out;
  99. transition: all 0.6s ease-out;
  100. }
  101.  
  102. a:hover {
  103. color: #000000;
  104. text-decoration: none;
  105. font-weight: normal;
  106. -webkit-transition: opacity 0.7s linear;
  107. opacity: 0.7s;
  108. -webkit-transition: all 0.6s ease-out;
  109. -moz-transition: all 0.6s ease-out;
  110. transition: all 0.6s ease-out;
  111. }
  112.  
  113.  
  114. #entries{ margin-left:400px; margin-top:30px; width:410px; line-height:110%;}
  115.  
  116. #posts{overflow:hidden; background-color: {color:entry}; padding:12px;margin-top:20px; width:400px;}
  117.  
  118. #title{font-style:italic;
  119. font-size:22px;
  120. font-family:baskerville;
  121. letter-spacing: -2px;
  122. font-weight:bold;
  123. color:{color:title};
  124. position:fixed;
  125. margin-left:10px;
  126. margin-top:150px;}
  127.  
  128. #sidebar{width:200px; margin-left:150px;height:200px;margin-top:-50px;position:fixed;line-height:110%;text-align:center;}
  129. #simg {text-align:center; margin-left:-10px;margin-top:170px;position:static;}
  130. #simg img {max-width: 100px; height: 100px; text-align:center;padding:4px;border-radius:50%;}
  131.  
  132. #texty {line-height:130%;width:155px;font-family:cambria;margin-left:15px;margin-top:30px;}
  133.  
  134.  
  135. #links {
  136. text-align:center;
  137. position:fixed;
  138. width:175px;
  139. margin-left:5px;
  140. }
  141.  
  142. #links a{font-family:cambria;
  143. letter-spacing:1px;
  144. font-size:8px;
  145. text-transform:uppercase;
  146. color:{color:nav};
  147. display:inline;
  148. text-align:center;
  149. padding:5px;}
  150.  
  151. #links a:hover{-webkit-transition: all 0.5s ease-in-out;
  152. color: #eee;
  153. }
  154.  
  155.  
  156. #credit {width:50px;
  157. height:20px;
  158. text-align:center;
  159. bottom:10px;
  160. right:0px;
  161. position:fixed;
  162. opacity:1;
  163. font-family:cambria;
  164. font-size:10px;
  165. background:{color:credit};
  166. border:1px solid #eee;}
  167.  
  168. #credit:hover {background-color: #000;
  169. padding:0px 5px 0px 5px;
  170. opacity:1;
  171. transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transiption: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  172.  
  173. #pagination{ margin-left:55px;
  174. padding:15px;
  175. text-align:center;
  176. line-height:130%;
  177. margin-top:0px;
  178. text-transform:none;
  179. font-size:10px;
  180. position:fixed;
  181. font-style:italic;}
  182.  
  183.  
  184. h1{color:{color:text}; font-family:arial; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  185. h2{color:{color:text}; font-family:cambria; font-size:9px; line-height:130%; text-align:center;font-weight:normal;text-transform:uppercase;}
  186.  
  187.  
  188. #source {text-align: left}
  189.  
  190. #info {margin-top:10px;text-align:center;padding-top:5px;}
  191. #info a {font:8px cambria; line-height:110%;letter-spacing:1px;color:{color:links};text-transform:uppercase;}
  192. #info :hover{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;color:#fff;}
  193.  
  194. #tags {font-family:cambria;text-align:center;margin-top:5px;}
  195. #tags a{font-size:9px;line-height:110%;padding:5px;margin-right:1px;margin-bottom:5px;text-transform:lowercase;font-style:italic;}
  196. #tags a:hover {color:#000000;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
  197.  
  198.  
  199. #ask {font-size:10px;
  200. color:{color:fontask};
  201. background-color:{color:qbackground};
  202. text-align:left;
  203. font-family:cambria;
  204. line-height:130%;
  205. padding:15px;
  206. letter-spacing:1px;}
  207.  
  208.  
  209. #answer {font-size:10px;
  210. font-family:times;
  211. margin-left:5px;}
  212.  
  213. blockquote {
  214. border-left:1px dotted {color:text};
  215. padding-left:5px;
  216. margin:5px;
  217. font-size:10px;}
  218. small{font-size:10px;}
  219. p{font-size:10px;}
  220. i,em{font-style:italic;font-size:10px;}
  221. b,strong{font-style:bold;}
  222. big{font-size:14px;}
  223.  
  224. img a{border:none; width:100%}
  225. .audio{background-color:black; display:block;}
  226.  
  227. .user_1 .label {color:{color:link}; font-weight:bold}
  228. .user_2 .label {color:{color:text}; font-weight:bold}
  229. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  230.  
  231. .notes img{width:10px; position:relative; top:1px;}
  232. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  233. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  234.  
  235.  
  236. </style>
  237. <style type="text/css">{CustomCSS}</style>
  238.  
  239.  
  240. </head>
  241.  
  242. <body>
  243.  
  244.  
  245. <div id="credit"><a href="http://dianas-themes.tumblr.com">CRED</a></div>
  246.  
  247.  
  248.  
  249. <div id="sidebar">
  250. <div id="title">{Title}
  251. </div>
  252. <div id="simg"><a href="/"><img src="http://static.tumblr.com/4892ec4b242659bb66d3fe3562255322/5ofy0sa/uSumunee1/tumblr_static_hpm07.png"></a></div>
  253. <div id="links">
  254. <a href="/ask">ask</a>
  255. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  256. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  257. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  258. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  259. </div>
  260. <div id="texty">{block:Description}{Description}{/block:Description}</div>
  261.  
  262. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  263. {block:JumpPagination length="3"}{block:CurrentPage}
  264. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  265. {/block:CurrentPage}
  266. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  267. {/block:JumpPagination}
  268. {block:NextPage}<a href="{NextPage}">→</a> {/block:NextPage}</div>
  269. </div>
  270. </div>
  271.  
  272.  
  273.  
  274.  
  275. <div id="entries">
  276. {block:Posts}
  277. <div id="posts">
  278.  
  279.  
  280. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  281. {block:Text}{Body}{/block:Text}
  282.  
  283. {block:Quote}<h2>"{Quote}" <br>— {Source}</h2>{/block:Quote}
  284.  
  285. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  286. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  287.  
  288. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  289. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  290.  
  291. {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}
  292.  
  293. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  294.  
  295. {block:Answer}
  296. <div id="ask"><b>{Asker}</b>: {Question}<br> </div>
  297. <div id="answer">{Answer}</div>{/block:Answer}
  298.  
  299. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  300.  
  301. <div id="info">
  302. {block:Date} <a href="{Permalink}">{Month} {DayOfMonthWithSuffix}</a> {/block:Date} {block:RebloggedFrom}&nbsp;&nbsp;<a href="{ReblogParentURL}">via</a><small>&nbsp;&nbsp;</small><a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom} {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  303. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">{Tag} </a></span>{/block:Tags}{/block:HasTags}</div></div>
  304.  
  305.  
  306.  
  307.  
  308. {/block:Posts}
  309.  
  310. {block:PostNotes}{PostNotes}{/block:PostNotes}
  311.  
  312. </div>
  313.  
  314. </body>
  315.  
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement