saint-california

Gordon-Levitt theme

Mar 30th, 2013
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><!--
  3.  
  4. THEME #005: STRAWBERRY
  5. by hellmouths.tumblr.com
  6.  
  7. · DON'T REDISTRIBUTE
  8. · DON'T USE AS BASE
  9. · DON'T REMOVE CREDIT
  10.  
  11. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  12. http://saint-california.viewy.ru/
  13. http://stcalifornia-themes.viewy.ru/
  14. -->
  15.  
  16. <html>
  17. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  18.  
  19. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  20. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ" />
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Droid Serif' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
  25.  
  26.  
  27. <style type="text/css">
  28.  
  29.  
  30. body {
  31. background-color: #ffffff;
  32. color: #989898;
  33. font-family: Droid Serif;
  34. font-size:9px;
  35. line-height:140%;
  36. }
  37.  
  38. a, a:active, a:visited{
  39. text-decoration: none;
  40. color: #848484;
  41. -webkit-transition: all 0.4s ease-out;
  42. -o-transition: all 0.4s ease-out;
  43. -webkit-transition: all 0.4s ease-out;
  44. -moz-transition: all 0.4s ease-out;
  45. }
  46.  
  47. a:hover{
  48. color: #a4d2d5;
  49. -webkit-transition: all 0.4s ease-out;
  50. -o-transition: all 0.4s ease-out;
  51. -webkit-transition: all 0.4s ease-out;
  52. -moz-transition: all 0.4s ease-out;
  53. }
  54.  
  55. b, strong{ font-weight:700; color:#848484;}
  56. i, em { font-weight:700;;}
  57.  
  58.  
  59. /* SIDEBAR */
  60.  
  61. #sidebar {
  62. width:245px;
  63. padding:15px;
  64. height:auto;
  65. background-color:transparent;
  66. margin-top:80px;
  67. margin-left:182px;
  68. position:fixed;
  69. }
  70.  
  71.  
  72. #stext {
  73. background-color:#848484;
  74. color:#ffffff;
  75. text-align:center;
  76. width:251px;
  77. height:37px;
  78. opacity:0.9;
  79. margin-left:-3px;
  80. padding:5px 0px;
  81. position:absolute;
  82. margin-top:-60px;
  83. font-family:'Droid Serif';
  84. font-size:9px;
  85. -moz-box-shadow:1px 1px 4px #6d6d6d;
  86. -webkit-box-shadow:1px 1px 4px #6d6d6d;
  87. box-shadow: 0px 2px 7px #6d6d6d;
  88. -webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease;}
  91.  
  92.  
  93. #stext:hover { opacity:1; -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease;}
  96. #stext a { color:#a3a3a3; }
  97. #stext a:hover { color:#ffffff; }
  98.  
  99. #sideimg {
  100. width:245px;
  101. padding:0px;
  102. background-color:#trans;
  103. }
  104.  
  105. #sideimg:hover .links{
  106. opacity: 1;
  107. margin-left: -5px;
  108. -webkit-transition: all 0.7s ease;
  109. -moz-transition: all 0.7s ease;
  110. -o-transition: all 0.7s ease;}
  111.  
  112.  
  113. .links{
  114. margin-left: -205px;
  115. opacity: 0;
  116. margin-top: -202px;
  117. font-size: 10px;
  118. letter-spacing: 1px;
  119. font-family: consolas;
  120. background-color: transparent;
  121. width: 230px;
  122. position: absolute;
  123. text-transform: lowercase;
  124. text-align: center;
  125. padding: 10px;
  126. -webkit-transition: all 0.7s ease;
  127. -moz-transition: all 0.7s ease;
  128. -o-transition: all 0.7s ease;}
  129.  
  130. .links a{
  131. margin-left: 2px;
  132. opacity: 0.9;
  133. margin-bottom: 5px;
  134. width: 70px;
  135. display: inline-block;
  136. padding: 2px;
  137. color:#ffffff;
  138. background-color: #848484;
  139. -moz-box-shadow:1px 1px 3px #6b6a6a;
  140. -webkit-box-shadow:1px 1px 3px #6b6a6a;
  141. box-shadow: 1px 1px 3px #6b6a6a;
  142.  
  143. -webkit-transition: all 0.7s ease;
  144. -moz-transition: all 0.7s ease;
  145. -o-transition: all 0.7s ease;}
  146.  
  147. .links a:hover{
  148. color: #848484;
  149. background-color:#ffffff;
  150. -webkit-transition: all 0.7s ease;
  151. -moz-transition: all 0.7s ease;
  152. -o-transition: all 0.7s ease;}
  153.  
  154.  
  155. #pagination {
  156. margin-top:400px;
  157. background:#trans;
  158. width:265px;
  159. opacity:0.9;
  160. height:25px;
  161. margin-left:185px;
  162. position:fixed;
  163. color:#989898;
  164. text-align:center;
  165. line-height:20px;
  166. font-family:calibri;
  167. font-size:10px;
  168. }
  169.  
  170. #pagination a {
  171. text-decoration:none;
  172. background:#ffffff;
  173. padding: 2px 4px 2px 4px;
  174. color:#a3a3a3;
  175. }
  176.  
  177. #pagination a:hover {
  178. background-color:#ffffff;
  179. color:#a3a3a3;
  180. }
  181.  
  182.  
  183.  
  184. /* POSTS */
  185.  
  186. #posts {
  187. width:520px;
  188. height:auto;
  189. margin-top:20px;
  190. position:relative;
  191. left: 510px;
  192. }
  193.  
  194. .post{
  195. width: 500px;
  196. background-color:#fff;
  197. text-align:center;
  198. padding: 6px;
  199. padding-top:5px;
  200. padding-bottom:0px;
  201. margin-top: 12px;
  202. font-weight: normal;
  203. border:1px solid #ececec;
  204. }
  205.  
  206. .post img {
  207. max-width:500px; }
  208.  
  209. .right{ background:transparent; opacity:0; font-size:9px; margin-top:0px; text-align:left; margin-left:526px; position:absolute;
  210. -webkit-transition: all 0.4s ease-out;
  211. -o-transition: all 0.4s ease-out;
  212. -webkit-transition: all 0.4s ease-out;
  213. -moz-transition: all 0.4s ease-out;
  214. }
  215.  
  216. .rblinks { text-transform:lowercase; color:#dbd4d1; background-color:transparent; font-family:calibri; line-height:140%; padding:0px 2px 5px 22px; width:200px; text-transform:NONE; }
  217.  
  218. .tags { text-transform:lowercase; padding-top:5px; border-top:1px solid #efefef; width:120px; margin-top:5px; color:#848484;}
  219.  
  220. .post:hover .right { opacity:1;
  221. -webkit-transition: all 0.4s ease-out;
  222. -o-transition: all 0.4s ease-out;
  223. -webkit-transition: all 0.4s ease-out;
  224. -moz-transition: all 0.4s ease-out;}
  225.  
  226.  
  227. .info {
  228. opacity:1;
  229. padding:5px 5px 5px 5px;
  230. width:500px;
  231. margin-left:1%;
  232. position:relative;
  233. background-color:#ffffff;
  234. color:#848484;
  235. border-top:1px solid #e6e6e6;
  236. margin-top:30px;
  237. margin-bottom: 35px;
  238. }
  239.  
  240. .info a { color:#848484; }
  241.  
  242.  
  243. .datenotes {
  244. text-transform:uppercase;
  245. letter-spacing:1px;
  246. opacity:1;
  247. text-align:center;
  248. font-size:8px;
  249. font-family:consolas;}
  250.  
  251.  
  252. blockquote {
  253. margin-left: 10px;
  254. border-left: 1px solid #e0d9d1;
  255. padding-left:8px;
  256. }
  257.  
  258. .caption {
  259. margin-left:10px;
  260. }
  261.  
  262. h1, h2 { font-size:20px; font-family:'Droid Serif'; color:#848484; margin-top:0px; padding-bottom:5px;}
  263.  
  264. .quote { font-size:23px; font-family:'Droid Serif'; color:#848484; margin-top:10px; margin-left:5px; line-height:140%; }
  265.  
  266. .source {font-size:9px; font-family: droid serif; letter-spacing: 0px; margin-left:10px; margin-top:5px; opacity:0.7;}
  267.  
  268.  
  269.  
  270. ::-webkit-scrollbar-thumb:vertical {
  271. background-color:#848484;
  272. border-top:2px solid #848484;
  273. border-bottom:2px solid #848484;
  274. height:auto;
  275. }
  276.  
  277. ::-webkit-scrollbar-thumb:vertical:hover{
  278. background-color:#848484;
  279. }
  280.  
  281. ::-webkit-scrollbar-thumb:horizontal{
  282. background-color:#848484;
  283. height:auto;
  284. }
  285.  
  286. ::-webkit-scrollbar-thumb:horizontal:hover{
  287. background-color:#848484;
  288. }
  289.  
  290. ::-webkit-scrollbar{
  291. height:10px;
  292. width:5px;
  293. background-color: #trans;
  294. }
  295.  
  296.  
  297.  
  298. /* DO NOT REMOVE THIS SECTION */
  299.  
  300.  
  301. @font-face {
  302. font-family: mane;
  303. src: url('http://static.tumblr.com/amm1lw6/Mwqm2qtbb/pfarmafive.ttf');}
  304.  
  305. @font-face {
  306. font-family: "tinytots";
  307. src: url('http://tinyurl.com/6rljj32');
  308. }
  309.  
  310.  
  311.  
  312. </style>
  313. <meta name="robots" content="noindex"/>
  314.  
  315. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  316. <body>
  317.  
  318. <div id="sidebar">
  319. <div id="sideimg"><img src="АВАТАРКА В БЛОГЕ">
  320. <div class="links"><br>
  321.  
  322. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  323. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  324.  
  325. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  326. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  327.  
  328. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  329. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  330.  
  331. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  332. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  333.  
  334. </div>
  335.  
  336. <div id="stext"></a><br>ОПИСАНИЕ.ЦИТАТЫ<br><br><br><br>
  337. </b></center>
  338.  
  339.  
  340.  
  341.  
  342.  
  343. <CENTER>
  344. СКРИПТЫ.ПЛЕЕРЫ</center><br><br></div>
  345. </div>
  346.  
  347.  
  348. </div>
  349. <br>
  350. <div id="pagination">
  351. <a href="page/1">«</a>
  352.  
  353. <a class="jump_page" href="page/2">1</a>
  354.  
  355. <span class="current_page" style="padding-right:3px;padding-left:3px;">2</span>
  356.  
  357.  
  358.  
  359. <a class="jump_page" href="page/3">3</a>
  360.  
  361. <a class="jump_page" href="page/4">4</a>
  362.  
  363. <a class="jump_page" href="page/5">5</a>
  364.  
  365. <a class="jump_page" href="page/6">6</a>
  366.  
  367. <a href="page/2">»</a>
  368. </div> </div><br>
  369.  
  370. <div id="posts">
  371.  
  372. {block:startposts} <!-- Блок: начало записи(ей) -->
  373. <div id="right">
  374. {/block:startposts}
  375.  
  376.  
  377. {block:text} <!-- Блок: текстовая запись -->
  378. <div class="post">
  379. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  380. <div>
  381. {%text%}
  382. </div>
  383. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  384. </div>
  385. {/block:text}
  386.  
  387.  
  388. {block:photo} <!-- Блок: фотография -->
  389. <div class="post">
  390. <div>
  391. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  392. </div>
  393. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  394. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  395. </div>
  396. {/block:photo}
  397.  
  398.  
  399. {block:link} <!-- Блок: ссылка -->
  400. <div class="post">
  401. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  402. {block:caption}<div>{%caption%}</div>{/block:caption}
  403. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  404. </div>
  405. {/block:link}
  406.  
  407.  
  408. {block:quote} <!-- Блок: цитата -->
  409. <div class="post">
  410. <h3>{%quote%}</h3> <!-- Цитата -->
  411. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  412. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  413. </div>
  414. {/block:quote}
  415.  
  416.  
  417. {block:audio} <!-- Блок: аудио -->
  418. <div class="post">
  419. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  420. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  421. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  422. </div>
  423. {/block:audio}
  424.  
  425.  
  426. {block:video} <!-- Блок: видео -->
  427. <div class="post">
  428. <div>{%videoplayer%}</div>
  429. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  430. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  431. </div>
  432. {/block:video}
  433.  
  434.  
  435. {block:dialog} <!-- Блок: диалог -->
  436. <div class="post">
  437. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  438. <div>{%dialog%}</div>
  439. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  440. </div>
  441. {/block:dialog}
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448. {block:endposts} <!-- Блок: конец записи(ей) -->
  449. </div>
  450. {/block:endposts}
  451.  
  452.  
  453. {block:startfooter} <!-- Блок: начало футера -->
  454. <div id="footer">
  455. {/block:startfooter}
  456.  
  457.  
  458.  
  459. {block:pages} <!-- Блок: постраничная навигация -->
  460. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  461.  
  462. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  463.  
  464. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  465. {/block:pages}
  466.  
  467.  
  468.  
  469. {block:endfooter} <!-- Блок: конец футера -->
  470. </div>
  471. <div class="clear"></div>
  472. {/block:endfooter}
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480. </body>
  481. </html>
Add Comment
Please, Sign In to add comment