Advertisement
iusedtobeher-themes

~I don't care~

Feb 23rd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link href='http://fonts.googleapis.com/css?family=Mr+Bedfort' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#f2f2f2"/>
  13. <meta name="color:text" content="#555555"/>
  14. <meta name="color:postbackground" content="#ffffff"/>
  15. <meta name="color:Title" content="#000000"/>
  16. <meta name="color:link" content="#8f8f8f"/>
  17. <meta name="color:linkhover" content="#dadada"/>
  18. <meta name="color:scrollbar" content="#f8f8f8"/>
  19. <meta name="color:navlinkhover" content="#ffffff"/>
  20.  
  21.  
  22. <meta name="text:link1" content="link 1" />
  23. <meta name="text:link1 url" content="" />
  24. <meta name="text:link2" content="link 2" />
  25. <meta name="text:link2 url" content="" />
  26. <meta name="text:link3" content="link 3" />
  27. <meta name="text:link3 url" content="" />
  28. <meta name="text:link4" content="link 4" />
  29. <meta name="text:link4 url" content="" />
  30. <meta name="text:link5" content="link 5" />
  31. <meta name="text:link5 url" content="" />
  32.  
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:background" content="" />
  36.  
  37.  
  38. <style class="text/css"></style>
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {
  42. width: 10px;
  43. height:auto;
  44. background:#ffffff;
  45. }
  46.  
  47. ::-webkit-scrollbar-corner {
  48. padding:3px;background:{color:scrollbar};
  49. }
  50.  
  51. ::-webkit-scrollbar-button:vertical {
  52. height:3px;
  53. display: block;
  54. background:{color:scrollbar};
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background:{color:scrollbar};
  59. }
  60.  
  61. body {
  62. margin:0px;
  63. color:{color:text};
  64. font-family:calibri;
  65. font-size:{text:textsize};
  66. line-height:110%;
  67. background-color:{color:background};
  68. background-image:url({image:Background});
  69. background-attachment: fixed;
  70. background-repeat: repeat;
  71. background-position: center;
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. color:{color:link};
  77. text-decoration: none;
  78. transition:.3s linear;
  79. -o-transition:.3s linear;
  80. -moz-transition:.3s linear;
  81. -webkit-transition:.3s linear
  82. }
  83.  
  84. a:hover {
  85. color:{color:linkhover};
  86. }
  87.  
  88. blockquote {
  89. padding:4px;
  90. }
  91.  
  92. blockquote blockquote {
  93. padding-left:5px;
  94. }
  95.  
  96. #post {
  97. width:500px;
  98. padding-bottom:10px;
  99. padding:10px;
  100. background-color:{color:postbackground};
  101. idth:500px;
  102. margin-left:530px;
  103. margin-top:20px;
  104. text-align: justify;
  105. }
  106.  
  107. h1 {
  108. font-size:14px;
  109. font-family: 'Open Sans', sans-serif;
  110. line-height: 100%;
  111. color:{color:h1};
  112. text-align:left;
  113. letter-spacing:1px;
  114. }
  115.  
  116. h2 {
  117. font-size:14px;
  118. font-family: Calibri;
  119. line-height: 100%;
  120. color:{color:h2};
  121. text-transform: uppercase;
  122. text-align:center;
  123. }
  124.  
  125. h3 {color:#090037;
  126. font-size:11px;
  127. font-family:georgia;
  128. font-style:italic;
  129. line-height:100%;
  130. }
  131.  
  132. h4 {
  133. color:{color:nextpage};
  134. font-size:40px;
  135. font-family: 'Open Sans', sans-serif;
  136. line-height:100%;
  137. text-align:center;
  138. }
  139.  
  140. #creds {
  141. width:50px;
  142. position:fixed bottom right;
  143. }
  144.  
  145. #pages {
  146. width:200px;
  147. position:fixed;
  148. right:0;
  149. bottom:0;
  150. }
  151.  
  152. #title {
  153. color:{color:Title};
  154. font-size:{text:titlesize};
  155. font-family: 'Open Sans', sans-serif;
  156. letter-spacing:{text:titlespacing};
  157. line-height: 130%;
  158. text-align:center;
  159. text-transform:uppercase;
  160. padding-bottom:1px;
  161. width: 300px;
  162. }
  163.  
  164. a.link:link, a.link:active, a.link:visited {
  165. color:{color:navlink};
  166. text-transform:uppercase;
  167. font-family: 'Open Sans', sans-serif; font-size: {text:navlinksize};
  168. padding:4px 4px 4px 4px;
  169. width:300px;
  170. }
  171.  
  172. a.link:hover {
  173. color:{color:navlinkhover};
  174. background-color:{color:navlinkhoverbackground};
  175. }
  176.  
  177. a.creditlink:link, a.creditlink:active, a.creditlink:visited {
  178. color:#999999;
  179. text-transform:uppercase;
  180. font-family:calibri;
  181. font-size: 9px;
  182. padding:3px 3px 3px 3px;
  183. }
  184.  
  185. a.creditlink:hover {
  186. color:#000000;
  187. }
  188.  
  189. #navigat {
  190. font-size:10px;
  191. text-align:center;
  192. }
  193.  
  194. #info {
  195. text-align:right;
  196. padding: 5px;
  197. margin-top:10px;
  198. text-transform: uppercase;
  199. font-size: 9px;
  200. line-height: 100%;
  201. }
  202.  
  203. .ask {
  204. font-size: 12px;
  205. font-family: Calibri;
  206. color:{color:question};
  207. text-align:center;
  208. padding: 10px;
  209. }
  210.  
  211. .ask a{
  212. text-transform:uppercase;
  213. font-size:11px;
  214. }
  215.  
  216. b, strong {
  217. color:{color:bold}
  218. }
  219.  
  220. i, italic {
  221. color:{color:italic};
  222. font-family:georgia;
  223. font-style:italic;
  224. }
  225.  
  226. .msong {
  227. padding: 6px;
  228. text-align: center;
  229. text-transform: uppercase;
  230. font-size: 9px;
  231. letter-spacing: 2px;
  232. color: {color:text};
  233. display: block;
  234. }
  235.  
  236. .mlabels {
  237. width: 345px;
  238. float:right;
  239. }
  240.  
  241. .mlabels ul {
  242. padding: 10px 0px;
  243. height: 50px;
  244. margin-top: 5px;
  245. margin-bottom: 0px;
  246. color: {color:text};
  247. padding-left: 25px;
  248. background-color: {color:bborder};
  249. }
  250.  
  251. .mlabels li {
  252. list-style: none;
  253. font-size: 8px;
  254. text-transform: uppercase;
  255. }
  256.  
  257. .audioverlay {
  258. opacity: 0.8;
  259. background-color: {color:Note Count Text};
  260. position: absolute;
  261. z-index: 100;
  262. margin-top: 65px;
  263. margin-left: 65px;
  264. }
  265.  
  266. #sidebar {
  267. width:300px;
  268. height:300px;
  269. position:fixed;
  270. margin-left:190px;
  271. margin-top:145px;
  272. }
  273.  
  274. #sideimg {
  275. width:300px;
  276. height:300px;
  277. }
  278.  
  279. #sideimage img {
  280. width:300px;
  281. height:300px;
  282. padding-bottom:3px;
  283. /*Rounded corners*/
  284. -webkit-border-radius: 15px;
  285. -moz-border-radius: 15px;
  286. border-radius: 15px;
  287. }
  288.  
  289. #desc {
  290. width:250px;
  291. height:250px;
  292. text-align: center;
  293. padding:9px;
  294. background-color:black;
  295. padding-bottom:9px;
  296. padding-top:5px;
  297. margin-left:15px;
  298. margin-top:15px;
  299. opacity:0;
  300. border: 2px solid black;
  301. position:fixed;
  302.  
  303.  
  304. /*Rounded corners*/
  305. -webkit-border-radius: 35px;
  306. -moz-border-radius: 35px;
  307. border-radius: 35px;
  308.  
  309.  
  310. transition: all 0.8s ease-out;
  311. -o-transition-transition: all 0.8s ease-out;
  312. -webkit-transition: all 0.8s ease-out;
  313. -moz-transition: all 0.8s ease-out;
  314. }
  315.  
  316. #desc:hover{
  317. opacity:0.8;
  318.  
  319. /*Rounded corners*/
  320. -webkit-border-radius: 1px;
  321. -moz-border-radius: 1px;
  322. border-radius: 1px;
  323.  
  324. transition: all 0.8s ease-out;
  325. -o-transition-transition: all 0.8s ease-out;
  326. -webkit-transition: all 0.8s ease-out;
  327. -moz-transition: all 0.8s ease-out;
  328. }
  329.  
  330.  
  331. #linksback {
  332. width:300px;
  333. padding-top:10px;
  334. }
  335.  
  336.  
  337. {CustomCSS}</style></head><body>
  338.  
  339. <div id="sidebar">
  340. <div id="title"><a href="/">{Title}</a></div>
  341.  
  342.  
  343. <div id="sideimage">
  344. <div id="desc">{Description}</div>
  345. <img src="{image:sidebar}"></div>
  346.  
  347. <div id="linksback"><center>
  348. <a href="/">Home</a> |
  349. <a href="/ask">Ask</a>
  350. </br>---------------------------------------------</br>
  351. <a href="{text:link1 url}">{text:link1}</a> |
  352. <a href="{text:link2 url}">{text:link2}</a> |
  353. <a href="{text:link3 url}">{text:link3}</a> |
  354. <a href="{text:link4 url}">{text:link4}</a> |
  355. <a href="{text:link5 url}">{text:link5}</a>
  356. </div></center>
  357.  
  358. </div>
  359. <div id="pages"><h4>{block:PreviousPage}<a href="{PreviousPage}">&laquo</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">&raquo</a>{/block:NextPage}</h4></div>
  360.  
  361. {block:Posts}<div id="post">
  362. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  363.  
  364. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  365.  
  366. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  367.  
  368. {block:Quote}<h2>"{Quote}"</h2><b><br>{block:Source} —{Source}{/block:Source}</b>{/block:Quote}
  369. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  370.  
  371. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  372.  
  373. {block:Audio}
  374. <div class="player">{AudioPlayerBlack}</div>
  375. {block:Caption}{Caption}{/block:Caption}
  376. {/block:Audio}
  377.  
  378. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  379.  
  380. {block:Answer}<div class="ask">&raquo;{Asker}: "{Question}"</div>{Answer}{/block:Answer}
  381.  
  382. <div id="info"><a href="{ReblogURL}" target="_blank" >↻ Reblog</a> / {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  383. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  384. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  385. {PostNotes}</div>
  386. </body>
  387.  
  388. <div style="position:fixed; bottom:2px; left:10px; font-size:12px;"><a href="http://iusedtobeher.tumblr.com/">©</a></div>
  389.  
  390. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement