Advertisement
styelsh

Alive Theme

Mar 28th, 2013
9,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 KB | None | 0 0
  1.  
  2. <script type="text/javascript"
  3. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  4.  
  5. <head>
  6.  
  7. <!--
  8. THEME BY NEEDSYOUMORE
  9. DO NOT REMOVE CREDIT
  10. -->
  11.  
  12.  
  13. <meta name="color:background" content="#FFFFFF" />
  14. <meta name="color:text" content="#c0bfbf"/>
  15. <meta name="color:border" content="#e4e4e4" />
  16. <meta name="color:ask border" content="#e4e4e4"/>
  17. <meta name="color:link" content="#c0bfbf"/>
  18. <meta name="color:linkHover" content="#817f7f"/>
  19. <meta name="color:answerb" content="#f8f8f8"/>
  20. <meta name="color:scrollbar" content="#BBBBBB" />
  21. <meta name="color:scrollbg" content="#FFFFFF" />
  22. <meta name="color:linkhoverbg" content="#f0f2ee" />
  23.  
  24. <meta name="image:sidebar1" content=""/>
  25. <meta name="image:sidebar2" content=""/>
  26. <meta name="image:sidebar3" content=""/>
  27. <meta name="image:sidebar4" content=""/>
  28. <meta name="image:sidebar5" content=""/>
  29.  
  30. <meta name="text:sidetitle" content="/" />
  31. <meta name="text:Link 1 Title" content="/">
  32. <meta name="text:Link 1" content="/">
  33. <meta name="text:Link 2 Title" content="/">
  34. <meta name="text:Link 2" content="/">
  35. <meta name="text:Link 3 Title" content="/">
  36. <meta name="text:Link 3" content="/">
  37. <meta name="text:Link 4 Title" content="/">
  38. <meta name="text:Link 4" content="/">
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  41.  
  42.  
  43. <head><title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  50. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  51. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  52. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  53. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  54. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  55. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. font-family: times;
  61. font-size:9px;
  62. letter-spacing:1px;
  63. color:{color:text};
  64. line-height:100%;}
  65.  
  66. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  67. a:hover{color:{color:link}; background-color:#fafafa;}
  68.  
  69. small{font-size:7px}
  70. big{font-size:14px}
  71. b, strong{color:{color:text}}
  72. i, em {color:{color:text}}
  73. p{margin-top:5px; margin-bottom:5px}
  74. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  75.  
  76. small{font-size:7px}
  77. big{font-size:14px}
  78. b, strong{color:{color:title}}
  79. i, em {color:{color:text}}
  80. p{margin-top:5px; margin-bottom:5px}
  81. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  82.  
  83. img a{border:none; width:100%}
  84.  
  85. a {
  86. text-decoration:none;
  87. color:{color:link};
  88. -webkit-transition:all 0.4s ease-out;
  89. -moz-transition:all 0.4s ease-out;
  90. transition:all 0.4s ease-out;}
  91.  
  92. a:hover {
  93. text-decoration:none;
  94. background-color:#fafafa;
  95. color:{color:link}
  96. -webkit-transition:all 0.4s ease-out;
  97. -moz-transition:all 0.4s ease-out;
  98. transition:all 0.4s ease-out;}
  99.  
  100. #container {
  101. background-color:{color:background};
  102. width: 814px;
  103. text-align: center;
  104. margin: 0 auto -10px auto
  105. }
  106.  
  107. #entries {
  108. padding:4px;
  109. width:500px;
  110. margin-left:180px;
  111. margin-top:90px;
  112. font-size:10px;
  113. font-family:times;
  114. font-size:7px;
  115. }
  116.  
  117. #post {
  118. width:500px;
  119. padding-bottom:20px;
  120. padding:4px;
  121. margin-top:30px;
  122. border:0px solid;
  123. margin-bottom:10px;
  124. text-align:left;
  125. font-family:times;
  126. font-size:9px;
  127. font-style:italic;
  128. }
  129.  
  130. #sidebar {
  131. margin-top:-100px;
  132. margin-left:-80px;
  133. position:fixed;
  134. background:#fafafa;
  135. height:100%;
  136. width: 200px;
  137. padding:20px;
  138. }
  139.  
  140. #descri {
  141. font-family: times;
  142. line-height:100%;
  143. font-size:8px;
  144. width:200px;
  145. padding-top:200px;
  146. }
  147.  
  148. #descri img {
  149. width:200px;
  150. height:250px;
  151. }
  152.  
  153. #title {
  154. font-family:times;
  155. font-style:italic;
  156. font-size: 9px;
  157. margin-top:10px;
  158. }
  159.  
  160. #stext {
  161. text-align:justify;
  162. font-size: 10px;
  163. font-family:times;
  164. font-style:italic;
  165. width: 400px;
  166. padding: 20px;
  167. color:#c0bfbf;
  168. line-height: 80%;
  169. letter-spacing:0px;
  170. background: #fafafa;
  171. }
  172.  
  173. #pagination {
  174. text-align:center;
  175. font-size: 7px;
  176. width: 200px;
  177. font-family: times;
  178. letter-spacing:2px;
  179. padding-top:5px;
  180. }
  181.  
  182. .links {
  183. font-size:7px;
  184. width:500px;
  185. text-align:right;
  186. text-align:center;
  187. letter-spacing:2px;
  188. line-height:100%;
  189. color:{color:link};
  190. }
  191.  
  192. .links a{
  193. color:{color:link};
  194. text-transform:uppercase;
  195. background-color:#fff;
  196. display:inline-block;
  197. width:65px;
  198. padding:4px;
  199. letter-spacing:1px;
  200. -moz-transition-duration:0.3s;
  201. -webkit-transition-duration:0.3s;
  202. -o-transition-duration:0.3s;
  203. }
  204.  
  205. .links a:hover{
  206. background-color:#fafafa;
  207. -moz-transition-duration:0.3s;
  208. -webkit-transition-duration:0.3s;
  209. -o-transition-duration:0.3s;
  210. }
  211.  
  212. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px;} .player {position:absolute; z-index:3; background:#000000; margin-top:45px; margin-left:73px; opacity:0.75; filter:alpha(opacity=75); border:0px #000000 solid; border-radius: 100px;} .audioplayer {background: #ffffff; border: 1px solid #f8f8f8; width:363px; height:15px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:5px; margin-top: 5px;} .audioinfo {margin-top: 15px; margin-left:120px; line-height:10px; font-family: times; font-size:8px!important; font-style: italic;} .audiocaption {margin-left:20px;} .audiocaption img {max-width:330px!important} .audiocaption blockquote img {max-width:320px!important} .audiocaption blockquote blockquote img {max-width:310px!important}
  213.  
  214. h1{
  215. color:{color:text};
  216. font-family: times;
  217. font-style:italic;
  218. font-size:12px;
  219. line-height:11px;
  220. letter-spacing:0px;
  221. font-weight:bold;
  222. text-transform:uppercase;
  223. margin:0px;
  224. padding:0px;
  225. text-align:left
  226. }
  227.  
  228. h2{
  229. color:{color:title};
  230. font-family:{font:title};
  231. font-size:12px;
  232. line-height:11px;
  233. letter-spacing:0px;
  234. font-weight:normal;
  235. text-transform:none;
  236. margin:0px;
  237. padding:0px;
  238. margin-bottom:-0px;
  239. text-align:left
  240. }
  241.  
  242. .questions{
  243. color:{color:text};
  244. font-size:7px;
  245. padding: 10px;
  246. text-align:left;
  247. letter-spacing: 1px;
  248. background-color:#fafafa;}
  249.  
  250. .questions a:hover{
  251. color:{color:linkhover};}
  252.  
  253. .answer{
  254. color:{color:text};
  255. font-family: times;
  256. font-style: none;
  257. font-size:7px;
  258. background-color:{color:background};
  259. padding:5px;
  260. text-align:left;
  261. line-height: 11px;
  262. width: 490px;
  263. margin-top: 4px;
  264. }
  265.  
  266. .user_1 .label {color:{color:link}; font-weight:bold}
  267. .user_2 .label {color:{color:text}; font-weight:bold}
  268. .user_3 .label {color:{color:link}; font-weight:bold}
  269. .user_4 .label {color:{color:text}; font-weight:bold}
  270. .user_5 .label {color:{color:link}; font-weight:bold}
  271. .user_6 .label {color:{color:text}; font-weight:bold}
  272. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  273.  
  274. #notes {
  275. text-transform:uppercase;
  276. text-align: left;
  277. font-family: times;
  278. }
  279.  
  280. #notes a:hover {
  281. color:{color:link};
  282. background-color:#fafafa;
  283. }
  284.  
  285. #cred {font-family:consolas; font-size: 9px; letter-spacing:1px; bottom:10px; text-transform: uppercase; right:10px; position:fixed; padding:5px; text-align:center;}
  286.  
  287. </style>
  288. <style type="text/css">{CustomCSS}</style>
  289.  
  290. </head>
  291. <body>
  292.  
  293. <div id="container">
  294. <div id="sidebar">
  295.  
  296. <div id="descri">
  297. <div id="sidebarimage">
  298.  
  299. <script language="JavaScript">
  300. <!--
  301. function random_imglink(){
  302. var myimages=new Array()
  303. myimages[1]="{image:sidebar1}"
  304. myimages[2]="{image:sidebar2}"
  305. myimages[3]="{image:sidebar3}"
  306. myimages[4]="{image:sidebar4}"
  307. myimages[5]="{image:sidebar5}"
  308.  
  309. var ry=Math.floor(Math.random()*myimages.length)
  310. if (ry==0)
  311. ry=1
  312. document.write('<img src="'+myimages[ry]+'" border=0>')
  313. }
  314. random_imglink()
  315. //-->
  316. </script>
  317.  
  318. </div>
  319. <div id="title">{text:sidetitle}</div>
  320.  
  321. <br>
  322. <div id="pagination">
  323. {block:Pagination}
  324. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">←</a>{/block:PreviousPage}
  325. {block:JumpPagination length="5"}
  326. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  327. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  328. {block:NextPage}<a href="{NextPage}" class="jump_page">→</a>{/block:NextPage}
  329. {/block:Pagination}
  330. </div>
  331.  
  332. </div></div>
  333.  
  334.  
  335. <div id="entries">
  336.  
  337. <center><div id="stext">{Description}</div></center>
  338. <br>
  339. <div class="links">
  340. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  341. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  342. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  343. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  344. <a href="http://regansthemes.tumblr.com/">credit</a>
  345. </div>
  346.  
  347. {block:Posts}<div id="post">
  348.  
  349. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  350.  
  351. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  352.  
  353. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  354.  
  355. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  356. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  357.  
  358. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  359.  
  360. {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}
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<div class="questions"><b>{Asker}:</b> "{Question}"</div>
  365. <div class="answer">{Answer}</div>{/block:answer}
  366.  
  367. {block:Audio}<div class="audio"><span style="background-color:{color:Background}; position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border: 1px solid #ededed; padding: 3px; font-size: 7px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  368. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  369. </div>
  370. <br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  371.  
  372. <div id="info">
  373. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_#nk"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  374. {block:HasTags}<div id="tags">♡{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  375. {/block:Posts}
  376. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  377. {/block:Posts}</div></div></div>
  378.  
  379. </div></div>
  380.  
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement