reginap94

Theme #4 by fucksbieber

Mar 13th, 2013
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1. <!--
  2. Theme #4 by regina @fucksbieber please, dont remove credit or claim as your own xx
  3. !-->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#ffffff" />
  10. <meta name="color:scrollbar" content="#dfdfdf" />
  11. <meta name="color:text" content="#9b9b9b" />
  12. <meta name="color:link" content="#9b9b9b" />
  13. <meta name="color:nav" content="#fcfcfc" />
  14. <meta name="color:linkhovercolor" content="#575656" />
  15. <meta name="color:imgsidebar border" content="#f2f2f2">
  16. <meta name="color:description" content="#f2f2f2">
  17. <meta name="color:selection" content="#cacaca"/>
  18. <meta name="color:selectionbg" content="#fcfcfc"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:background" content="" />
  22.  
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 2 Text" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 3 Text" content="" />
  29. <meta name="text:Link 4" content="" />
  30. <meta name="text:Link 4 Text" content="" />
  31.  
  32. <meta name="if:Show Link 1" content="1" />
  33. <meta name="if:Show Link 2" content="1" />
  34. <meta name="if:Show Link 3" content="1" />
  35. <meta name="if:Show Link 4" content="1" />
  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.  
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43. <style type="text/css">
  44.  
  45. ::-moz-selection {background-color:{color:selectionbg};
  46. color:{color:selection};}
  47.  
  48. ::selection {background-color:{color:selectionbg};
  49. color:{color:selection};}
  50.  
  51. /* --- SCROLLBAR ---*/
  52.  
  53. ::-webkit-scrollbar {
  54. width: 5px;height: 5px;}
  55. ::-webkit-scrollbar-button:start:decrement,
  56. ::-webkit-scrollbar-button:end:increment {
  57. height: 6px;display: block;background-color: {color:text};}
  58. ::-webkit-scrollbar-track-piece {
  59. background-color: {color:background};}
  60. ::-webkit-scrollbar-thumb:vertical {
  61. height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  62.  
  63. /** ASKBOX SETTING **/
  64.  
  65. .bubble {
  66. align:right;
  67. background: #eee;
  68. margin:7px 0px 5px 66px;
  69. padding:10px;
  70. position:relative;
  71. -moz-border-radius:0px;
  72. -webkit-border-radius:0px;
  73. border-radius:0px;
  74. }
  75.  
  76. .bubble p {
  77. margin:0px 0px;
  78. }
  79.  
  80. .bubble span {
  81. display:block;
  82. position:absolute;
  83. width:1px;
  84. height:1px;
  85. font-size:0;
  86. line-height:1px;
  87. left:-10px;
  88. top:10px;
  89. border-top:7px solid transparent;
  90. border-bottom:7px solid transparent;
  91. border-right:10px solid #eee;
  92. }
  93.  
  94. .askborder {
  95. float:left;
  96. margin: 1px 4px 0 0;
  97. padding: 2px;
  98. background: #eee;
  99. }
  100.  
  101. body{
  102. color:{color:text};
  103. font-family: cambria;
  104. font-size:10px;
  105. background-color:{color:background};
  106. background-position: center;
  107. background-attachment:fixed;
  108. line-height:11px;
  109. text-align:justify;
  110. font-weight: normal;}
  111.  
  112. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  113.  
  114. a:hover {color:{color:link hover};
  115. -webkit-transition: all 0.4s ease-in-out;
  116. -moz-transition: all 0.4s ease-in-out;
  117. -ms-transition: all 0.4s ease-in-out;
  118. -o-transition: all 0.4s ease-in-out;
  119. }
  120.  
  121. a {
  122. text-decoration:none;
  123. outline:none;
  124. -moz-outline-style:none;
  125. color:{color:link};
  126. }
  127.  
  128. .entries{ font-family: cambria; padding:15px; width:520px; margin-left:450px; margin-top:55px; font-style: normal; font-weight: normal; line-height:11px; }
  129.  
  130. .post{ width:500px; padding:10px; padding-bottom: 15px; border: 0px solid #f8f8f8; margin-top:0px; margin-bottom:5px; font-style: normal; font-weight: normal; line-height:11px; background-color:{color:background};margin-top: 15px;font-family: arial;}
  131.  
  132. #title {
  133. font-size:0px;
  134. text-align:center;
  135. margin-bottom:0px;}
  136. }
  137.  
  138.  
  139.  
  140. .description{
  141. text-color:{color:text};
  142.  
  143. font-family: cambria;
  144. font-size: 10px;
  145. font-style: italic;
  146. font-weight: none;
  147. text-align: left;
  148. margin-top: 20px;
  149. margin-left: 5px;
  150. border: 0px solid {color:imgsidebar border};
  151. width: 174px;
  152. background-color:{color:description};
  153. line-height: 10px;
  154. opacity: 1.0;
  155. padding: 0px;
  156. padding-right: 0px;
  157. position: fixed;}
  158.  
  159.  
  160. #pagination1 { position:fixed; font-size:30px; text-align:center; color:{color:link}; margin-top:100px; margin-left:100px; opacity:0.3; z-index:999;}
  161.  
  162. #pagination2 { position:fixed; font-size:30px; text-align:center; color:{color:link}; margin-top:200px; margin-left:-55px; opacity:0.3; z-index:999;}
  163.  
  164.  
  165. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  166. font-size: 11px;
  167. padding-bottom: 100px;
  168. color: {color:Font};
  169. font-weight: 500;
  170. letter-spacing: 1px;
  171. }
  172.  
  173. h1 a:hover, h3 a:hover {
  174. text-decoration: none;
  175. color: {color:link hover};
  176. }
  177.  
  178.  
  179. h3, h3 a, h3 a:link, h3 a:link {
  180. font-size: 11px;
  181. padding-bottom: 100px;
  182. color: {color:Font};
  183. letter-spacing: 1px;
  184. }
  185.  
  186. h3 a:hover {
  187. text-decoration: none;
  188. color: {color:link hover};
  189. }
  190.  
  191.  
  192.  
  193. #sidebar {
  194. width:200px;height:1200px; background:{color:Sidebar}; padding:20px;
  195. background-image: url('{image:sidebar}'); ;border: 0px solid {color:imgsidebar border};
  196. margin-top: -55px; font-style: none;
  197. position: fixed;
  198. color: {color:Font};
  199. margin-left: 130px;
  200. line-height: 12px;
  201. }
  202.  
  203.  
  204. .links {
  205. margin-left:-6px; margin-top:28px; width:215px; text-align:center; }
  206.  
  207. .links a { color: {color:link}; margin-bottom: 0px; padding:1px; font-family:cambria;
  208. opacity: 1; height: 14.5px; font-size: 12px; letter-spacing: 1px; margin-left: 1px; }
  209.  
  210. .links a:hover { color: {color:linkhovercolor};
  211.  
  212. #info { text-align:left; font-family:cambria; font-size: 10px; font-style: italic; margin-top:1px;border-top: 1px dashed #eee; padding:3px; text-transform:lowercase;}
  213.  
  214. .tags{
  215. color: {color:tags};
  216. background-color: #fff;
  217. border-top: 1px dashed #eee;
  218. width:490px;
  219. margin-top: 0px;
  220. font-family:calibri;
  221. font-size: 8.5px;
  222. letter-spacing: 1px;
  223. font-style: normal;
  224. text-align:left;
  225. line-height:10px;
  226. padding:4px;
  227. -webkit-transition-duration: 0.6s;
  228. -moz-transition-duration: 0.6s;
  229. text-transform:uppercase;}
  230.  
  231. .tags a:hover{
  232. color: {color:linkhovercolor}
  233. padding: 1px;
  234. -webkit-transition-duration: 0.6s;
  235. -moz-transition-duration: 0.6s;}
  236.  
  237.  
  238. blockquote{
  239. color: {color:blockquote text};
  240. background-color: #fcfcfc;
  241. border: 1px solid #f8f8f8;
  242. font-family: cambria;
  243. font-size: 10px;
  244. font-style: italic;
  245. margin-left:20px;
  246. margin:5px;
  247. padding:5px;
  248. max-width: 490px;
  249. border-radius: 5px;}
  250. blockquote img, blockquote a img {max-width: 490px;}
  251.  
  252. p{margin-top:3px; margin-bottom:3px}
  253.  
  254.  
  255.  
  256. .user_1 .label {color:{color:text}; font-weight:bold;}
  257. .user_2 .label {color:{color:chat text}; font-weight:bold; background-color: #f5f5f5;}
  258. .user_3 .label {color:{color:text}; font-weight:bold;}
  259. .user_4 .label {color:{color:chat text}; font-weight:bold; background-color: #f5f5f5;}
  260. .user_5 .label {color:{color:text}; font-weight:bold;}
  261. .user_6 .label {color:{color:chat text}; font-weight:bold; background-color: #f5f5f5;}
  262. .ul.chat {}
  263. .chat ol {}
  264. .chat li {list-style:none; margin-left:-40px; padding:4px; font-family: cambria; font-style: none; font-size: 9.5px;}
  265.  
  266.  
  267.  
  268. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border: solid 0px #fcfcfc; font-family:calibri; font-size: 8px; text-transform: uppercase; letter-spacing: 0px; text-align: left; font-style: normal;}
  269.  
  270. ol.notes li.note {border-top: solid 0px #f8f8f8; padding: 10px;}
  271.  
  272. ol.notes li.note img.avatar {vertical-align: -4px; margin-right: 10px; width: 24px; height: 24px; border-radius: 0px; border: 3px double #eeeeee; opacity: 0.6;}
  273.  
  274. ol.notes li.note span.action {font-style: normal;}
  275.  
  276. ol.notes li.note .answer_content {font-weight: normal;}
  277.  
  278. ol.notes li.note blockquote {color: {color:text}; background-color: #f8f8f8; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  279.  
  280. ol.notes li.note blockquote a {text-decoration: none; font-weight: bold;}
  281.  
  282.  
  283.  
  284. #crdt {
  285. font-size:10px;
  286. font-family:trebuchet MS;
  287. text-transform:lowercase;
  288. bottom:10px;
  289. right:-8px;
  290. position:fixed;
  291. border-left:1px solid #e9e9e9;
  292. border-top:1px solid #e9e9e9;
  293. border-right:1px solid #e9e9e9;
  294. border-bottom:1px solid #e9e9e9;
  295. padding:5px;
  296. width:10px;
  297. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
  298. }
  299.  
  300. #cred {font-size:12px; letter-spacing:2px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  301. </style>
  302. </head>
  303.  
  304. <body onkeydown="return false">
  305. <div id="sidebar">
  306.  
  307. <div id="title">{Title}</div>
  308. {block:Pagination}<div id="pagination1">
  309. {block:NextPage}
  310. <a href="{NextPage}">»</a>
  311. {/block:NextPage}</div>
  312.  
  313. <div id="pagination2">
  314. {block:PreviousPage}
  315. <a href="{PreviousPage}">«</a><p>
  316. {/block:PreviousPage}
  317. </div>{/block:Pagination}
  318. <div class="links">
  319. <a href="/">home</a>
  320. <a href="/ask">ask</a>
  321. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  322.  
  323. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>
  324. {/block:IfShowLink2}
  325.  
  326. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>
  327. {/block:IfShowLink3}
  328. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>
  329. {/block:IfShowLink4}
  330. </div>
  331.  
  332.  
  333. <div class="description">{Description}
  334. </div>
  335. </div>
  336.  
  337. <div class="entries">{block:Posts}<div class="post">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  342.  
  343. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. {block:Quote}<h2>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</h2>
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  350.  
  351. {block:Audio}<div style="float:right;margin-top:-40px;">
  352. {AudioPlayerGrey}</div>
  353. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  354. {block:AlbumArt}
  355. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  356. {/block:AlbumArt}
  357. {block:TrackName}
  358. | {TrackName}
  359. {/block:TrackName}
  360. {block:Artist}
  361. | by {Artist}
  362. {/block:Artist}
  363. {block:Caption}
  364. {/block:Caption}
  365.  
  366.  
  367. {/block:Audio}
  368.  
  369. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  370.  
  371. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}: {Question}<br>{Answer}{/block:Answer}
  372.  
  373. <div id="info">
  374. <a href="{Permalink}">{NoteCountWithLabel}</a>
  375. {block:RebloggedFrom} , <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  376. {block:ContentSource}, <a href="{SourceURL}"> source</a>
  377. {/block:ContentSource} - <a href="{ReblogURL}" target="_blank">reblog</a>
  378. <br>
  379. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:Date} </div>
  380. </div>
  381. {/block:Posts}
  382. {block:Posts}{PostNotes}{/block:Posts}
  383. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://fucksbieber.tumblr.com/">©</a></center></div>
  384. </body>
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment