Advertisement
Alliecatisallama

Theme #20 - Orion V1

Apr 29th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.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 #20 by Alliecatisallama
  4.  
  5. Please do not steal my code or claim it as your own. Also do not remove the credit back to me.-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11. <meta name="color:bg" content="#fdfcfc">
  12. <meta name="color:sidebar" content="#9a9a9a">
  13. <meta name="color:posts" content="#cac2c4">
  14. <meta name="color:link" content="#211719">
  15. <meta name="color:hover" content="#000000">
  16. <meta name="color:linkbg" content="#f0ebec">
  17. <meta name="color:text" content="#211719">
  18. <meta name="color:linkhover" content="#fefefe">
  19. <meta name="color:tags" content="#7e7b7b">
  20. <meta name="color:scrollbar" content="#412d2d">
  21. <meta name="color:sbbg" content="#412d2d">
  22. <meta name="text:Link1" content="/" />
  23. <meta name="text:Link1 Title" content="/" />
  24. <meta name="text:Link2" content="/ask" />
  25. <meta name="text:Link2 Title" content="/" />
  26. <meta name="text:Link3" content="/" />
  27. <meta name="text:Link3 Title" content="/" />
  28. <meta name="text:Link4" content="/" />
  29. <meta name="text:Link4 Title" content="/" />
  30.  
  31. <meta name="image:Sidebar1" content=""/>
  32. <meta name="image:Sidebar2" content=""/>
  33. <meta name="image:Sidebar3" content=""/>
  34. <meta name="image:Sidebar4" content=""/>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  47.  
  48. ::-webkit-scrollbar-corner {background:{color:bg}}
  49.  
  50. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  51.  
  52. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  55.  
  56. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  57.  
  58. body {
  59. margin:0px;
  60. background-color: {color:bg};
  61. background-attachment: fixed;
  62. background-repeat: repeat;
  63. font-size:10px;
  64. }
  65.  
  66. a:link, a:active, a:visited, a{
  67. color: {color:link};
  68. -webkit-transition-duration: 1s;
  69. text-decoration:none;
  70. }
  71. a:hover {
  72. color:{color:hover};
  73. -webkit-transition-duration: 1s;
  74. text-decoration:none;
  75. }
  76.  
  77. #stuffs {
  78. position:relative;
  79. overflow: visible;
  80. top: 50px;
  81. left: 120px;
  82. width: 500px;
  83. }
  84.  
  85. #content {
  86. width: 500px;
  87. margin-bottom:-20px;
  88. }
  89.  
  90. #entry {
  91. margin-top:50px;
  92. text-align: justify;
  93. width: 500px;
  94. }
  95.  
  96. #entry .perma {
  97. opacity: 0;
  98. position: absolute;
  99. margin-top:-5px;
  100. font-size:8px;
  101. font-family:'times new';
  102. text-transform:uppercase;
  103. width: 500px;
  104. text-align:center;
  105. background-color: {color:bg};
  106. line-height: 10px;
  107. margin-left: 0px;
  108. -webkit-transition-duration: 1s;
  109. }
  110.  
  111. #entry .perma a{
  112. color: {color:text};
  113. text-align:center;
  114. background-color: {color:bg};
  115. -webkit-transition-duration: 1s;
  116. }
  117.  
  118. #entry:hover .perma{
  119. opacity: 1;
  120. text-align:center;
  121. background-color: {color:bg};
  122. margin-left:00px;
  123. margin-top:10px;
  124. -webkit-transition-duration: 1s;
  125. }
  126.  
  127. .title{
  128. font-size: 15px;
  129. line-height: 13px;
  130. font-family: 'lora';
  131. color: {color:text};
  132. }
  133.  
  134. .title a{
  135. text-decoration: none;
  136. color: {color:text};
  137. }
  138.  
  139. blockquote{
  140. padding:0px 0px 0px 5px;
  141. margin: 5px 0px 2px 10px;
  142. border-left: 2px solid {color:text};
  143. }
  144. blockquote p, ul{
  145. margin:0px;
  146. padding:0px;
  147. }
  148.  
  149. .chat .line{
  150. margin: 0 0 1px;
  151. padding: 5px;
  152. }
  153.  
  154. .label {
  155. font-weight:bold;
  156. }
  157.  
  158. a img{
  159. border: 0px;
  160. }
  161.  
  162. .p {
  163. padding-top: 5px;
  164. }
  165. .ol, ul {
  166. margin-left: 10px;
  167. padding: 5px;
  168. }
  169. .ul {
  170. list-style-type: square;
  171. }
  172.  
  173. .audio {
  174. background: black;
  175. height: 27px;
  176. width: 500px;
  177. }
  178.  
  179. .notes img{
  180. width:10px;
  181. position:left;
  182. top:3px;
  183. }
  184.  
  185. .links a{
  186. color: {color:text};
  187. text-decoration:none;
  188. margin-right: 5px;
  189. }
  190.  
  191.  
  192. .askerav {
  193. height: 64px;
  194. width: 64px;
  195. overflow: hidden;
  196. float: center;
  197. margin-top: 5px;
  198. margin-left: 5px;
  199. padding: 0px;
  200. border: 1px solid #e3dfdf;
  201. padding:5px;
  202. }
  203.  
  204.  
  205.  
  206. /* SIDEBAR */
  207.  
  208. #sidebar {
  209. position:fixed !important;
  210. width: 171px;
  211. padding: 0px;
  212. height:3px;
  213. margin: 0px 0px 0px 0px;
  214. margin-left: 650px;
  215.  
  216. }
  217.  
  218. /* SB1 */
  219.  
  220. #sidebar1 {
  221. position:fixed !important;
  222. width: 75px;
  223. padding: 0px;
  224. height:150px;
  225. margin: -32px 0px 0px 0px;
  226. margin-left: 79px;
  227. background: {color:bg};
  228. }
  229.  
  230. #boxone {
  231. width: 75px;
  232. height: 200px;
  233. margin-top: 150px;
  234. margin-left: 86px;
  235. overflow: hidden;
  236. position: fixed;
  237. -webkit-transition-duration: 1s;
  238.  
  239. }
  240.  
  241. #boxone .textbox {
  242. width: 75px;
  243. height: 100px;
  244. text-align: center;
  245. opacity: 0;
  246. font-family: 'lora';
  247. font-size: 15px;
  248. position: absolute;
  249. line-height: -50px;
  250. background: {color:sbbg};
  251. color:{color:text};
  252. -webkit-transition-duration: 1s;
  253.  
  254. }
  255.  
  256. #boxone:hover .textbox {
  257. opacity: .9;
  258. -webkit-transition-duration: 1s;
  259.  
  260. }
  261.  
  262. #boxone img {
  263. min-height: 75px;
  264. height: 100px;
  265. width: 75px;
  266. }
  267.  
  268.  
  269. /* SB2 */
  270.  
  271. #sidebar2 {
  272. position:fixed !important;
  273. width: 100px;
  274. padding: 0px;
  275. height:100px;
  276. margin-top: -25px;
  277. margin-left: 170px;
  278. background: {color:bg};
  279. }
  280.  
  281. #boxtwo {
  282. width: 90px;
  283. height: 100px;
  284. margin-top: 75px;
  285. margin-left: 170px;
  286. overflow: hidden;
  287. position: fixed;
  288. -webkit-transition-duration: 1s;
  289.  
  290. }
  291.  
  292.  
  293. #boxtwo .textbox2 {
  294. width: 75px;
  295. height: 100px;
  296. text-align: center;
  297. opacity: 0;
  298. font-family: 'lora';
  299. font-size: 15px;
  300. position: absolute;
  301. line-height: -50px;
  302. background: {color:sbbg};
  303. color:{color:text};
  304. -webkit-transition-duration: 1s;
  305.  
  306. }
  307.  
  308. #boxtwo:hover .textbox2 {
  309. opacity: .9;
  310. -webkit-transition-duration: 1s;
  311.  
  312. }
  313.  
  314. #boxtwo img {
  315. min-height: 75px;
  316. height: 100px;
  317. width: 75px;
  318. }
  319.  
  320. /* SB3 */
  321.  
  322. #sidebar3 {
  323. position:fixed !important;
  324. width: 100px;
  325. padding: 0px;
  326. height:100px;
  327. margin-top: -25px;
  328. margin-left: 255px;
  329. background: {color:bg};
  330. }
  331.  
  332. #boxthree {
  333. width: 90px;
  334. height: 100px;
  335. margin-top: 120px;
  336. margin-left: 255px;
  337. overflow: hidden;
  338. position: fixed;
  339. -webkit-transition-duration: 1s;
  340. }
  341.  
  342.  
  343. #boxthree .textbox3 {
  344. width: 75px;
  345. height: 100px;
  346. text-align: center;
  347. opacity: 0;
  348. font-family: 'lora';
  349. font-size: 15px;
  350. position: absolute;
  351. line-height: -50px;
  352. background: {color:sbbg};
  353. color:{color:text};
  354. -webkit-transition-duration: 1s;
  355.  
  356. }
  357.  
  358. #boxthree:hover .textbox3 {
  359. opacity: .9;
  360. -webkit-transition-duration: 1s;
  361. }
  362.  
  363. #boxthree img {
  364. min-height: 75px;
  365. height: 100px;
  366. width: 75px;
  367. }
  368.  
  369. /* SB4 */
  370.  
  371. #sidebar4 {
  372. position:fixed !important;
  373. width: 100px;
  374. padding: 0px;
  375. height:100px;
  376. margin-top: -25px;
  377. margin-left: 350px;
  378. background: {color:bg};
  379. }
  380.  
  381. #boxfour {
  382. width: 90px;
  383. height: 100px;
  384. margin-top: 55px;
  385. margin-left: 340px;
  386. overflow: hidden;
  387. position: fixed;
  388. -webkit-transition-duration: 1s;
  389. }
  390.  
  391.  
  392. #boxfour .textbox4 {
  393. width: 75px;
  394. height: 100px;
  395. text-align: center;
  396. opacity: 0;
  397. font-family: 'lora';
  398. font-size: 15px;
  399. position: absolute;
  400. line-height: -50px;
  401. background: {color:sbbg};
  402. color:{color:text};
  403. -webkit-transition-duration: 1s;
  404.  
  405. }
  406.  
  407. #boxfour:hover .textbox4 {
  408. opacity: .9;
  409. -webkit-transition-duration: 1s;
  410. }
  411.  
  412. #boxfour img {
  413. min-height: 75px;
  414. height: 100px;
  415. width: 75px;
  416. }
  417.  
  418.  
  419.  
  420. #theme {
  421. position: fixed;
  422. bottom: 0px;
  423. right: 0px;
  424. font-family: Arial;
  425. font-size: 8px;
  426. text-transform: uppercase;
  427. text-align: right;
  428. letter-spacing: 1px;
  429. }
  430.  
  431. #pagination {
  432. position:fixed;
  433. margin-top:350px;
  434. font-family:'times new';
  435. font-size:9px;
  436. letter-spacing:0.5px;
  437. width:175px;
  438. margin-left:815px;
  439. text-align:justify;
  440. }
  441.  
  442.  
  443. iframe#tumblr_controls {
  444. top: 0% !important;
  445. right:0% !important;
  446. opacity:0.3;
  447. position: fixed !important;
  448. filter:alpha(opacity=30);
  449. -webkit-transition: all 0.7s ease;
  450. -moz-transition: all 0.7s ease;
  451. -o-transition: all 0.7s ease;
  452. }
  453. iframe#tumblr_controls:hover{
  454. top: 0% !important;
  455. right:0% !important;
  456. opacity:0.8;
  457. position: fixed !important;
  458. filter:alpha(opacity=80);
  459. -webkit-transition: all 0.7s ease;
  460. -moz-transition: all 0.7s ease;
  461. -o-transition: all 0.7s ease;
  462. }
  463.  
  464. {CustomCSS}
  465. </style>
  466. </head>
  467. <body>
  468.  
  469. <div id="pagination"><big><big><center> {title}; </center></big></big> <br>{description} <br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</center></div>
  470. </div>
  471.  
  472.  
  473. <div id="stuffs">
  474.  
  475.  
  476. <div id="sidebar">
  477. <div id="sidebar1"></div>
  478. <div id="sidebar2"></div>
  479. <div id="sidebar3"></div>
  480. <div id="sidebar4"></div>
  481.  
  482.  
  483.  
  484. <div id="boxone">
  485. <div class="textbox">
  486. <div style="margin-top: 35px;">
  487. <a href="{text:Link1}"><em>{text:Link1 Title}
  488. </div></em></a></div>
  489. <img src="{image:sidebar1}">
  490. </div>
  491.  
  492. <div id="boxtwo">
  493. <div class="textbox2">
  494. <div style="margin-top: 35px;"> <a href="{text:Link2}"><em>{text:Link2 Title}</em></a></div> </div>
  495. <img src="{image:sidebar2}">
  496. </div>
  497.  
  498.  
  499. <div id="boxthree">
  500. <div class="textbox3">
  501. <div style="margin-top: 35px;">
  502. <a href="{text:Link3}"><em>{text:Link3 Title}</em></a>
  503.  
  504. </div> </div>
  505. <img src="{image:sidebar3}">
  506. </div>
  507.  
  508. <div id="boxfour">
  509. <div class="textbox4">
  510. <div style="margin-top: 35px;">
  511. <a href="{text:Link4}"><em>{text:Link4 Title}</em></a>
  512.  
  513. </div> </div>
  514. <img src="{image:sidebar4}">
  515. </div>
  516.  
  517. </div>
  518.  
  519.  
  520.  
  521.  
  522. <div id="content">
  523. {block:Posts}
  524. <div id="entry">
  525.  
  526.  
  527. {block:Text}{block:Title}<span class="title"><em>{Title}</em></span>{/block:Title}{Body}{/block:text}
  528.  
  529. {block:Link}<a href="{URL}" class="title"><em>{Name}</em></a>{block:Description}{Description}{/block:Description}{/block:link}
  530.  
  531. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  532.  
  533. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  534.  
  535. {block:Quote}<span class="title"><center><em><big><big>"</big></big>{Quote}<big>"</big></em></span>{block:Source} <br>- <small><small>{Source}</small></small></center>{/block:Source}{/block:Quote}
  536.  
  537. {block:Chat}{block:title}<div class="title">{Title}</div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  538. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  539.  
  540. {block:Audio}<div class="audio">{AudioPlayerBlack}</div><div class="arrow_box"></div><br><center>{block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} - <i>{Artist}</i>{/block:Artist}<center>
  541. {/block:Audio}
  542.  
  543. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  544.  
  545. {block:Answer}
  546. <center><div class="askerav"><img src="{AskerPortraitURL-64}"></div>
  547. <em><big><big><big>{Asker}:</big></big></big></em>
  548. {Question}
  549.  
  550. <p>{Answer}</p>
  551.  
  552. </center>
  553. {block:Answer}
  554.  
  555. {block:IndexPage}<div class="perma">{block:Date} <a href="{Permalink}">{24HourWithZero}:{Minutes}, {DayOfMonthWithZero}:{MonthNumberWithZero}, </a>{/block:Date}
  556. {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentTitle}"> via: {ReblogParentName}</a> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">&copy,</a>{/block:RebloggedFrom} <a href="{Permalink}">{NoteCountWithLabel}</a>
  557. <br>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
  558.  
  559. {block:PermalinkPage}
  560. <div id="permapage"><Br><center>{block:Date} <a href="{Permalink}">{24HourWithZero}:{Minutes}, {DayOfMonthWithZero}:{MonthNumberWithZero}, </a>{/block:Date}
  561. {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentTitle}"> via: {ReblogParentName}</a> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">&copy,</a>{/block:RebloggedFrom} <a href="{Permalink}">{NoteCountWithLabel}</a>
  562. <br>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></center></div>
  563. {/block:PermalinkPage}
  564.  
  565. {block:PostNotes}{PostNotes}
  566. {/block:PostNotes}</div>{/block:Posts}
  567.  
  568. <div id="theme"></a><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  569. </div></div>
  570. </div></div>
  571. <br><br><br><br><br><br><br><br><br><br>
  572. </body>
  573. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement