Advertisement
emrys

19th theme (RYCB)

May 26th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 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 (@haleyscostt). 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:info"content="#fcfcfc">
  20. <meta name="color:nav" content="#131212">
  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="home" />
  36. <meta name="text:Link2" content="/ask" />
  37. <meta name="text:Link2 Title" content="ask" />
  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="text:Link5" content="" />
  43. <meta name="text:Link5 Title" content="" />
  44. <meta name="color:scrollbarbg" content="#ffffff"/>
  45. <meta name="color:scrollbar" content="#f4f4f4"/>
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title>
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52. <link href='http://fonts.googleapis.com/css?family=Monda' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  56. <style>
  57. div#qTip {
  58. padding: 4px;
  59. border-right-width: 2px;
  60. border-bottom-width: 2px;
  61. display: none;
  62. font: 8px cambria;
  63. text-align: left;
  64. position: absolute;
  65. margin-top:7px;
  66. z-index: 1000;
  67. background: #ffffff;
  68. color:{color:text};
  69. border-radius: 1px;
  70. text-transform:uppercase;
  71. letter-spacing: 1px;
  72. }
  73. </style>
  74. <style type="text/css">
  75.  
  76. ::-webkit-scrollbar {
  77.  
  78. height: 10px;
  79.  
  80. width: 10px;
  81.  
  82. background-color: {color:scrollbar};}
  83.  
  84.  
  85.  
  86. ::-webkit-scrollbar-thumb {
  87.  
  88. background-color:{color:scrollbar};
  89.  
  90. }
  91.  
  92.  
  93.  
  94. ::-webkit-scrollbar-track{
  95.  
  96. background-color: {color:scrollbarbg};
  97.  
  98. }
  99.  
  100.  
  101.  
  102. ::-webkit-scrollbar-buttom{
  103.  
  104. background-color:{color:scrollbarbg};
  105.  
  106. }
  107.  
  108.  
  109. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-size:11px; line-height:100%; text-align:justify;font-family:inconsolata;}
  110.  
  111. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  112. a:hover{color:{color:linkhover}; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  113.  
  114. #entries{ margin-left:350px; margin-top:10px; width:510px; line-height:110%;}
  115.  
  116. #posts{overflow:hidden; background-color: {color:entry}; padding:12px;margin-top:20px; width:500px;}
  117.  
  118. #sidebar{width:155px; margin-left:85px;height:auto;margin-top:185px;position:fixed;line-height:110%;text-align:center;}
  119. #simg {text-align:center; margin-left:0px;margin-top:5px;}
  120. #simg img {max-width: 130px; height: auto; text-align:center;border:3px double #F4F4F4;padding:4px;}
  121. #texty { margin-top:0px; padding:10px; line-height:110%;}
  122.  
  123.  
  124. #links {
  125. margin-top:25px;
  126. margin-left:-20px;
  127. text-align:center;
  128. position:fixed;
  129. padding:5px;
  130. }
  131.  
  132. #links a{background-color:#ffffff;
  133. display:block;
  134. font-family:times;
  135. text-transform:lowercase;
  136. line-height:15px;
  137. text-align:right;
  138. margin-top:1px;
  139. color:{color:nav};
  140. padding:2px;
  141. font-size:11px;
  142. font-style:italic;
  143. letter-spacing:1px;}
  144.  
  145. #links a:hover{transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;background:#000000;color:#ffffff;}
  146.  
  147.  
  148. #credit {width:80px;
  149. height:15px;
  150. text-align:center;
  151. bottom:10px;
  152. right:5px;
  153. position:fixed;
  154. opacity:0.5;
  155. font-family:trebuchet ms;
  156. text-transform:uppercase;
  157. font-size:10px;
  158. background:{color:credit};
  159. border:1px solid #eee;}
  160.  
  161. #credit:hover {right:15px;
  162. text-align:center;
  163. text-transform:uppercase;
  164. opacity:1;
  165. transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  166.  
  167. #pagination{width:106px; margin-left:25px; padding:5px; text-align:center; line-height:6px; font-family:georgia; margin-top:3px; text-transform:none; opacity:.9; font-size:10px; font-style:none}
  168.  
  169.  
  170. h1{color:{color:text}; font-family:cambria; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  171. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  172.  
  173.  
  174. #source {text-align: left}
  175.  
  176. #info {text-align:center;margin-top:15px;background:#fff; }
  177. #info a {text-align:center; font:10px inconsolata; text-transform:lowercase;line-height:110%;letter-spacing:1px;}
  178. #info:hover { }
  179.  
  180. #tags {text-align:center;margin-top:2px;font-family:inconsolata;font-size:11px;}
  181. #tags a {text-transform:lowercase;
  182. font-style:;
  183. -moz-transition-duration:0.2s;
  184. -webkit-transition-duration:0.2s;
  185. -o-transition-duration:0.2s;}
  186. #tags a:hover {padding: 2px 7px 2px 7px; background-color:#000000;color:#ffffff;}
  187.  
  188. #ask {font-size: 9px; background-color:{color:qbackground}; color:#ffffff;margin-bottom:8px; padding: 8px;text-align:center; font-family:calibri;text-transform:uppercase;}
  189. #answer {font-size:10px;font-family:calibri;margin-left:5px;}
  190. b, strong{color:{color:title};}
  191. i, em {color:{color:text};}
  192. p{margin-top:5px; margin-bottom:5px}
  193. blockquote {padding:0px; padding-left:5px; margin-left:15px; border-left:2px solid {color:border};}
  194. small {font-size:10px;}
  195.  
  196. img a{border:none; width:100%}
  197. .audio{background-color:black; display:block;}
  198.  
  199. .user_1 .label {color:{color:link}; font-weight:bold}
  200. .user_2 .label {color:{color:text}; font-weight:bold}
  201. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  202.  
  203. .notes img{width:10px; position:relative; top:1px;}
  204. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  205. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  206.  
  207. #title{font-style:italic;font-size:15px;font-family:georgia;line-height:200%;font-weight:bold;margin-bottom:8px;color:{color:title};}
  208.  
  209. </style>
  210. <style type="text/css">{CustomCSS}</style>
  211.  
  212.  
  213. </head>
  214.  
  215. <body>
  216.  
  217.  
  218. <div id="credit"><a href="http://haleyscostt.tumblr.com">credit</a></div>
  219.  
  220. <div id="sidebar"><div id="title">{title}</div>
  221. <div id="links">
  222. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">i.</a>{/block:ifLink1}
  223. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">ii</a>{/block:ifLink2}
  224. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">iii.</a>{/block:ifLink3}
  225. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">iv.</a>{/block:ifLink4}
  226. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">v.</a>{/block:ifLink5}
  227. </div>
  228. <div id="simg"><a href="/"><img src="{image:sidebar}"/></a></div>
  229. <div id="texty">{block:Description}{Description}{/block:Description}</div>
  230. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">newer</a> &nbsp;{/block:PreviousPage} - {block:NextPage}&nbsp;<a href="{NextPage}">older</a>{/block:NextPage}
  231. </div>
  232. </div>
  233.  
  234.  
  235.  
  236. <div id="entries">
  237. {block:Posts}
  238. <div id="posts">
  239.  
  240.  
  241. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  242. {block:Text}{Body}{/block:Text}
  243.  
  244. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  245.  
  246. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  247. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  248.  
  249. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  250. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  251.  
  252. {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}
  253.  
  254. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  255.  
  256. {block:Answer}
  257. <div id="ask"> {Asker}<br>{Question}</div>
  258. <div id="answer">{Answer}</div>{/block:Answer}
  259.  
  260. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  261.  
  262. <div id="info">
  263. {block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ContentSource}/ <span style="text-transform:lowercase; font-family:georgia; font-style:italic;font-size:9px;"><a href="{SourceURL}"><u>source</u></span></a>
  264. {/block:ContentSource}</div>
  265. <div id="tags">{block:HasTags}tagged as:{block:Tags}<a href="{TagUrl}">#{Tag} </a></span>{/block:Tags}{/block:HasTags}</div></div>
  266.  
  267.  
  268. {/block:Posts}
  269. <!-- {block:NoRebloggedFrom}
  270. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  271. {/block:NoRebloggedFrom} -->
  272. {block:PostNotes}{PostNotes}{/block:PostNotes}
  273.  
  274. </div>
  275.  
  276. </body>
  277.  
  278. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement