Don't like ads? PRO users don't see any ads ;-)

Starring Role

By: whattheweasley on Apr 25th, 2012  |  syntax: None  |  size: 13.47 KB  |  hits: 6,468  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.                    <!--             DO NOT REMOVE THE FOLLOWING
  6.                         ► Theme 13: Starring Role by Rachael: pevensied @ tumblr.com  ◄
  7.                       • if you're using my theme, please keep credit in tact.
  8.                       • this theme isn't a base theme, do not redistribute.  
  9.                       • edit to your heart's consent, but this will always be MY theme
  10.                      -->
  11.  
  12. <body>
  13. <head>
  14.  
  15.             <!-- DEFAULT VARIABLES -->
  16.    <meta name="color:background" content="#FFFFFF" />
  17.    <meta name="color:entry" content="#eeeeee" />
  18.    <meta name="color:sidebar" content="#eeeeee" />
  19.  
  20.    <meta name="color:title" content="#695D51" />
  21.    <meta name="color:text" content="#C0AEA0" />
  22.    <meta name="color:sidebar text" content="#C0AEA0" />
  23.    <meta name="color:link" content="#D9B693" />
  24.    <meta name="color:link hover" content="#ffcc77" />
  25.  
  26.    <meta name="color:nav link" content="#E4D8E8" />
  27.    <meta name="color:nav link hover" content="#eeeeee" />
  28.    <meta name="color:selection" content="#dd9955" />
  29.  
  30.    <meta name="font:title" content="georgia" />
  31.    <meta name="font:body" content="helvetica" />
  32.    <meta name="font:sidebar" content="helvetica" />
  33.  
  34.    <meta name="image:sidebar" content=""/>
  35.    <meta name="image:background" content="" />
  36.  
  37.    <meta name="if:show tags" content="0" />
  38.    <meta name="if:fading images" content="1" />
  39.    <meta name="text:title font size" content="19"/>
  40.    <meta name="text:link one" content="/"/>
  41.    <meta name="text:link one name" content="link 1"/>
  42.    <meta name="text:link two" content="/"/>
  43.    <meta name="text:link two name" content="link 2"/>
  44.    <meta name="text:link three" content="/"/>
  45.    <meta name="text:link three name" content="link 3"/>
  46.    <meta name="text:link four" content="/"/>
  47.    <meta name="text:link four name" content="link 4"/>
  48.    <meta name="text:link five" content="/"/>
  49.    <meta name="text:link five name" content="link 5"/>
  50.    <meta name="text:link six" content="/"/>
  51.    <meta name="text:link six name" content="link 6"/>
  52.  
  53.  
  54. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  55. <title>{Title}</title>
  56.  
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61. <link rel="shortcut icon" href="{Favicon}" />
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  63.  
  64. <style type="text/css">
  65.  
  66. /* ---------- scroll bar --------- */
  67. ::-webkit-scrollbar-thumb:vertical {background-color:{color:nav link}; height:30px;}
  68. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:nav link}; height:10px!important;}
  69. ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:5px;}
  70.  
  71. /* ---------- color selection --------- */
  72.  
  73. ::-moz-selection {color:{color:selection};background: {color:link hover};}
  74.  
  75. ::selection {color: {color:selection};background: {color:link hover};}
  76.  
  77. /* ---------- follow/dash fade --------- */
  78. iframe#tumblr_controls {
  79.    top:0px !important;
  80.   right:3px !important;
  81.    position: fixed !important;
  82.   -webkit-transition: opacity 0.7s linear;
  83.      opacity: 0.4;
  84. -webkit-transition: all 0.8s ease-out;
  85. -moz-transition: all 0.8s ease-out;
  86. transition: all 0.8s ease-out;}
  87.  
  88. iframe#tumblr_controls:hover{
  89. -webkit-transition: opacity 0.7s linear;
  90. opacity: 1;
  91. -webkit-transition: all 0.4s ease-out;
  92. -moz-transition: all 0.4s ease-out;
  93. transition: all 0.4s ease-out;}
  94.  
  95.  
  96. body {
  97. color:{color:text};
  98. background-color:{color:background};
  99. background-image: url('{image:Background}');
  100. background-position: center;
  101. background-attachment:fixed;
  102. background-repeat: repeat;
  103. font-family:{font:body};
  104. font-size:9px;
  105. line-height:110%;
  106. text-align:justify}
  107.  
  108. a:link, a:active, a:visited{
  109. color: {color:link};
  110. text-decoration:none;
  111. -webkit-transition: all 0.7s
  112. ease-out;-moz-transition: all 0.7s ease-out;
  113. transition: all 0.7s ease-out;
  114. }
  115.  
  116. a:hover{
  117. color:{color:link hover};
  118. background-color: transparent;
  119. }
  120.  
  121. #entries{
  122. left:70%;
  123. margin-left:500px;
  124. margin-top:20px;
  125. width:510px}
  126.  
  127. {block:iffadingimages}
  128. #entries img {
  129. opacity: .8;
  130. -webkit-transition: all 0.5s ease-out;
  131. -moz-transition: all 0.5s ease-out;
  132. transition: all 0.5s ease-out;
  133. }
  134.  
  135. #entries img:hover {
  136. opacity: 1;
  137. }
  138.  
  139. .trans {
  140. opacity: .8;
  141. -webkit-transition: all 0.5s ease-out;
  142. -moz-transition: all 0.5s ease-out;
  143. transition: all 0.5s ease-out;
  144. }
  145.  
  146. .trans:hover {
  147. opacity: 1;
  148. }
  149.  
  150. {/block:iffadingimages}
  151. #posts{
  152. overflow:hidden;
  153. background-color: {color:entry};
  154. padding:5px;
  155. margin-bottom:6px;
  156. -webkit-transition: all 0.7s
  157. ease-out;-moz-transition: all 0.7s ease-out;
  158. transition: all 0.7s ease-out;
  159. }
  160. #posts:hover #info {
  161. opacity:1.0;
  162. margin-left:510px;
  163. margin-top:10px;
  164. }
  165.  
  166.  
  167. .description {
  168. color:{color:sidebar text};
  169. font-family:{font:sidebar};
  170. position:fixed;
  171. margin-left:200px;
  172. margin-top:120px;
  173. width:220px;
  174. font-size:9px;
  175. padding-bottom:10px;
  176. }
  177. .description:hover #effie {
  178. opacity:1;
  179. }
  180. .desc {
  181. width:80%;
  182. }
  183.  
  184. #icon img {
  185. position:fixed;
  186. max-width: 100px;
  187. margin-left:185px;
  188. margin-top:-40px;
  189. z-index:9999;
  190. text-align:center;
  191. border:3px solid {color:sidebar};
  192. -webkit-transition: all 0.7s ease-out;
  193. -moz-transition: all 0.7s ease-out;
  194. transition: all 0.7s ease-out;
  195. }
  196.  
  197.  
  198. #sidebarimg img {
  199. width: 220px;
  200. margin-left:0px;
  201. margin-top:0px;
  202. height: auto;
  203. text-align:center;
  204. }
  205.  
  206. #sidebar {
  207. width:220px;
  208. position:fixed;
  209. overflow:hidden;
  210. background-color: {color:sidebar};
  211. border-left:0px solid;
  212. border-right:0px solid;
  213. padding:5px;
  214. -webkit-transition: all 0.7s ease-out;
  215. -moz-transition: all 0.7s ease-out;
  216. transition: all 0.7s ease-out;
  217. }
  218.  
  219. h1{
  220. color:{color:title};
  221. font-family:{font:title};
  222. font-size:12px;
  223. line-height:17px;
  224. letter-spacing:1px;
  225. font-weight:normal;
  226. text-transform:uppercase;
  227. margin:0px;
  228. padding:0px;
  229. text-align:center
  230. }
  231.  
  232. h2{
  233. color:{color:title};
  234. font-family:{font:title};
  235. font-size:16px;
  236. line-height:14px;
  237. letter-spacing:-1px;
  238. font-weight:normal;
  239. text-transform:case;
  240. margin:0px;
  241. padding:0px;
  242. margin-bottom:1px;
  243. text-align:center
  244. }
  245.  
  246.  
  247. #source {text-align: right}
  248.  
  249.  
  250. #tags {
  251. display:block;
  252. {block:ifshowtags}width:500px;{/block:ifshowtags}
  253. padding-top:3px;
  254. padding-bottom: 2px;
  255. background-color:{color:entry};
  256. font-size:10px;
  257. text-transform:case;
  258. text-align:{block:ifshowtags}center{/block:ifshowtags}{block:ifnotshowtags}left{/block:ifnotshowtags};
  259. -webkit-transition: all 0.7s ease-out;
  260. -moz-transition: all 0.7s ease-out;
  261. transition: all 0.7s ease-out;
  262. {block:ifnotshowtags}opacity:0.8;{/block:ifnotshowtags}
  263. }
  264.  
  265. #info {
  266. width:70px;
  267. position: absolute;  
  268. margin-left:490px;
  269. margin-top:10px;
  270. font-style:italic;
  271. background-color: {color:entry};
  272. color:{color:text};
  273. text-align:left;
  274. text-transform: uppercase lowercase;
  275. padding: 3px;  
  276. font-family: calibri;
  277. font-size:10px;
  278. opacity:0.0;
  279. -webkit-transition: all 0.7s ease-out;
  280. -moz-transition: all 0.7s ease-out;
  281. transition: all 0.7s ease-out;
  282. }
  283. #info a:hover  {
  284. color:{color:link hover};
  285. }
  286.  
  287. .reblogicons img {
  288. border: 2px solid {color:text};
  289. }
  290.  
  291. #effie {
  292. position:fixed;
  293. margin-top:20px;
  294. width: 220px;
  295. margin-left: 0px;
  296. opacity:.6;
  297. -webkit-transition: all 0.7s ease-out;
  298. -moz-transition: all 0.7s ease-out;
  299. transition: all 0.7s ease-out;
  300. }
  301. #effie a {
  302. width:46px;
  303. display:inline-block;
  304. margin-left:0px;
  305. margin-bottom: 2px;
  306. line-height:20px;
  307. background-color:{color:Nav Link};
  308. font:10px georgia;
  309. text-transform: lowercase;
  310. color:{color:text};
  311. text-align:center;
  312. padding:3px;
  313. text-decoration:none;
  314. -webkit-transition: all 0.7s ease-out;
  315. -moz-transition: all 0.7s ease-out;
  316. transition: all 0.7s ease-out;
  317. }
  318. #effie a:hover {
  319. color:{color:text};
  320. background-color:{color:Nav Link Hover};
  321. }
  322. #effie:hover {
  323. opacity:1;
  324. }
  325.  
  326.  
  327. /* If you want the font used for the title, please do not just copy the below code. Download it from dafont.com (http://www.dafont.com/joy-like-sunshine-through-my-windowpane.font) and host it on your own account */
  328.  
  329. @font-face {
  330. font-family: "joy like sunshine";
  331. src: url('http://static.tumblr.com/z5o2pr2/UqLm30wjs/joy_like_sunshine_through_my_windowpane.ttf');
  332. }
  333.  
  334. #love {
  335. position:fixed;
  336. width:220px;
  337. height:auto;
  338. overflow:auto;
  339. color:{color:text};
  340. font-family:"joy like sunshine";
  341. font-size:{text:title font size}px;
  342. line-height:normal;
  343. letter-spacing:0px;
  344. text-transform:case;
  345. margin-left:200px;
  346. margin-top:80px;
  347. text-align:center;
  348. z-index:9999;
  349. }
  350.  
  351.  
  352.  
  353. #pagination {
  354. position:fixed;
  355. margin-top:95px;
  356. margin-left:95px;
  357. }
  358. #pagination a {
  359. color: {color:link};
  360. font-family:georgia;
  361. text-align:center;
  362. font-size:45px;
  363. font-weight:lighter;
  364. }
  365.  
  366. #credit {
  367. position:fixed;
  368. width:100px;
  369. right:0px;
  370. bottom:3px;
  371. line-height:5px;
  372. letter-spacing:0px;
  373. font:10px georgia;
  374. color: {color:text};
  375. text-transform:lowercase;
  376. font-style:italic;
  377. }
  378.  
  379.  
  380. #questions {
  381. background-color:{color:entry};
  382. color: {color:text};
  383. padding:10px;
  384. margin-bottom:0px;
  385. font-family:{font:body};
  386. font-size:11px
  387. }
  388. #questions a {
  389. color:{color:link}
  390. }
  391.  
  392. blockquote {
  393. border-left:1px {color:text} dotted;
  394. padding-left:5px;
  395. margin:0px 2px 0px 10px
  396. }
  397. blockquote img, blockquote a img { max-width: 490px}
  398.  
  399. b, strong{
  400. color:{color:title}
  401. }
  402. i, em {
  403. color:{color:link hover};
  404. }
  405. p{
  406. margin-top:3px; margin-bottom:3px
  407. }
  408.  
  409. img a{border:none; width:100%}
  410. .audio{background-color: transparent; display:block;}
  411.  
  412. .user_1 .label {color:{color:link}; font-weight:bold}
  413. .user_2 .label {color:{color:text}; font-weight:bold}
  414. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  415.  
  416. .notes img{
  417. background-color: #bebebe;
  418. width:10px;
  419. position:relative;
  420. top:1px;
  421. }
  422. ol.notes, .notes li{
  423. list-style:none;
  424. margin:0px;
  425. padding:0px;
  426. }
  427. random text{
  428. background-color:transparent!important;
  429. }
  430.  
  431. </style>
  432. <style type="text/css">{CustomCSS}</style>
  433. </head>
  434.  
  435. <body>
  436.  
  437. {block:Pagination}
  438. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  439. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  440. </div>
  441. {/block:Pagination}
  442.  
  443.  
  444. <div id="love"><a href="/"><font color="{color:text}">{title}</font></a></div>
  445. <div class="description"><div class="desc">{description}
  446. <div id="icon">
  447. <img src="{PortraitURL-40}" width="40" />
  448. </div></div>
  449.  
  450. <br><br>
  451. <div id="sidebar">
  452. <div id="sidebarimg"><center><img src="{image:sidebar}"/></sidebar></div>
  453.  
  454. <div id="effie">
  455. <a href="/">home</a>
  456. <a href="/ask">ask</a>
  457. {block:IfLinkOne}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOne}
  458. {block:IfLinkTwo}<a href="{text:link Two}">{text:link two name}</a>{/block:IfLinkTwo}
  459. {block:IfLinkThree}<br><a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThree}
  460. {block:IfLinkFour}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFour}
  461. {block:IfLinkFive}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFive}
  462. {block:IfLinkSix}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSix}
  463.  
  464. </div>
  465. </div>
  466. </div>
  467.  
  468. <!-- Please do not remove my credit.-->
  469. <div id="credit"><a target="blank"href="http://pevensied.tumblr.com/stuff/themes"><font color="{color:text}">theme by pevensied</a></font></div>
  470. <!-- If you must, you MUST give ME credit in FAQ, About Me, or anywhere visible.-->
  471.  
  472. <div id="entries">
  473.  
  474. {block:Posts}
  475. <div id="posts">
  476.  
  477. {block:date}
  478. <div id="info">
  479. <div align="center">
  480. <a href="{permalink}">{TimeAgo}</a><br>
  481. {NoteCount} notes <br>
  482. {block:RebloggedFrom}<div class="reblogicons"><a href="{ReblogParentURL}" title="via {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
  483. {block:ContentSource}<a href="{SourceURL}" title="source {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}</div>{/block:RebloggedFrom}
  484. {/block:ContentSource}
  485. {block:ifnotshowtags}<br>
  486. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  487. {/block:ifnotshowtags}
  488. </div>
  489. </div>
  490. {/block:date}
  491.  
  492.  
  493. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  494. {block:Text}{Body}{/block:Text}
  495.  
  496. {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
  497. {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
  498.  
  499. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  500. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  501.  
  502. {block:Photo}<div class="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  503. {block:Photoset}<center><div class="trans">{Photoset-500}</div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  504.  
  505. {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}
  506. {/block:Chat}
  507.  
  508. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  509.  
  510. {block:Answer}<div id="questions">{Asker} asked: {Question}</div>
  511. {Answer}{/block:answer}
  512.  
  513. {block:Audio}<center><span class="audio">{AudioPlayerWhite}</span>{block:Caption}{Caption}{/block:Caption}</center>{/block:Audio}<br>
  514.  
  515. {block:ifshowtags}
  516. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  517. {/block:ifshowtags}
  518.  
  519. <div class="info"></div>
  520. </div>
  521. {/block:Posts}
  522. {block:PostNotes}{PostNotes}{/block:PostNotes}
  523.  
  524. </div>
  525.  
  526. </body>
  527. </html>