Advertisement
saint-california

Gordon-Levitt icon theme

Mar 31st, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html>
  5.  
  6. <!--
  7.  
  8. / racheyzane.tumblr.com /
  9. why are you here, stealing the code, huh?
  10. DO NOT DO IT!
  11. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  12. http://saint-california.viewy.ru/
  13. http://stcalifornia-themes.viewy.ru/
  14. _____________________________________
  15. !-->
  16.  
  17. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  21. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  22. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  23.  
  24. <style type="text/css">
  25. ::-webkit-scrollbar-thumb:vertical {
  26. background-color:#e2e2e2;
  27. height:30px;
  28. }
  29.  
  30. ::-webkit-scrollbar-thumb:horizontal {
  31. background-color:#e2e2e2;
  32. height:5px!important;
  33. }
  34.  
  35. ::-webkit-scrollbar {
  36. background-color:#FFFFFF;;
  37. height:5px;
  38. width:5px;
  39. }
  40.  
  41. ::-moz-selection {
  42. background: #f5f3e8;
  43. }
  44. ::selection {
  45. background: #f5f3e8;
  46. }
  47.  
  48.  
  49. body {color:#979796;
  50. background-color:#FFFFFF;
  51. background-attachment:fixed;
  52. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  53. font-size:10px;
  54. line-height:100%;
  55. text-align:justify;
  56. }
  57.  
  58. a:link, a:active, a:visited {
  59. color: #bdbdbd;
  60. text-decoration:none;
  61. -webkit-transition: all 0.6s ease;
  62. }
  63.  
  64. a:hover {
  65. color:#76c0b4;
  66. -webkit-transition: all 0.6s ease;
  67. }
  68.  
  69. b {
  70. font-weight: bold;
  71. color:#8db9b4;
  72. }
  73.  
  74. i {
  75. font-style:italic;
  76. color:#807b75;
  77. }
  78.  
  79. ii {
  80. font-style:italic;
  81. }
  82.  
  83. img {
  84. max-width: 400px;
  85. }
  86.  
  87. #entries {
  88. margin-left:380px;
  89. margin-bottom:-10px;
  90. max-width:400px;
  91. }
  92.  
  93. #sbar {
  94. height: auto;
  95. margin-left: 150px;
  96. position:fixed;
  97. overflow:hidden;
  98. margin-top:200px;
  99. }
  100.  
  101. #lewe {
  102. padding-right: 5px;
  103. border-right:1px solid #ebe9e9;
  104. display:inline-block;
  105. height: 226px;
  106. }
  107.  
  108. #simg {
  109. display:block;
  110. margin-top: 20px;
  111. }
  112.  
  113. #simg img {
  114. max-width: 50px;
  115. z-index:9999;
  116. display:block;
  117. border: 10px solid #f8f7f7;
  118. }
  119.  
  120. #stext {
  121. display:inline;
  122. width: 90px;
  123. padding-left: 5px;
  124. margin-top:-175px;
  125. margin-left: 78px;
  126. position:fixed;
  127. z-index:9999;
  128. }
  129.  
  130. #cudzyslow {
  131. position: fixed;
  132. margin-top:-200px;
  133. margin-left: 73px;
  134. font-size: 60px;
  135. font-family:georgia;
  136. font-weight:bold;
  137. color:#d6d7d8;
  138. letter-spacing:-7px;
  139. width:60px;
  140. height:60px;
  141. opacity:0.7;
  142. z-index:1;
  143. }
  144.  
  145. #posts{
  146. overflow:hidden;
  147. padding: 3px;
  148. -webkit-transition: all 0.6s ease;
  149. max-width:400px;
  150. padding-top: 8px;
  151. padding-bottom: 8px;
  152. }
  153.  
  154. #nav {
  155. display:block;
  156. margin-top: 8px;
  157. width:68px;
  158. }
  159.  
  160. #nav a {
  161. width: 60px;
  162. display:block;
  163. text-align: center;
  164. font-family:georgia;
  165. font-size:9px;
  166. letter-spacing: -1px;
  167. color:#d6d7d8;
  168. background:#f8f7f7;
  169. margin-bottom: 5px;
  170. padding: 4px;
  171. -webkit-transition: all 0.6s ease;
  172. }
  173.  
  174. #nav a:hover {
  175. background:#eaf6fd;
  176. color:#b9b9b9;
  177. -webkit-transition: all 0.6s ease;
  178. }
  179.  
  180.  
  181. h1{
  182. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  183. font-size:19px;
  184. line-height:15px;
  185. letter-spacing:-2px;
  186. text-align:left;
  187. padding-bottom: 3px;
  188. text-transform: lowercase;
  189. border-bottom: 2px solid #ebe9e9;
  190. }
  191.  
  192. img a{border:none; }
  193.  
  194. </style>
  195. <style type="text/css"></style>
  196.  
  197. <meta name="robots" content="noindex"/>
  198.  
  199. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  200.  
  201. <body>
  202.  
  203. <div id="sbar">
  204.  
  205. <div id="lewe">
  206.  
  207. <div id="simg">
  208. <img src="АВОЧКА">
  209. </div>
  210.  
  211. <div id="nav">
  212. <a href="ССЫЛКА">НАЗВ</a>
  213. <a href="ССЫЛКА">НАЗВ</a>
  214. <a href="ССЫЛКА">НАЗВ</a>
  215. <a href="ССЫЛКА">НАЗВ</a>
  216. <a href="ССЫЛКА">НАЗВ</a>
  217.  
  218. </div>
  219.  
  220.  
  221. </div>
  222.  
  223.  
  224. <div id="cudzyslow">,,</div>
  225. <div id="stext"><i>ЦИТАТА.ОПИСАНИЕ<br><br>
  226.  
  227. <div style="width:90px; text-align:center;"><br><i> <a href="/page/2">next</a></i></div></div>
  228.  
  229. </div>
  230.  
  231. <div id="entries">
  232.  
  233. <div id="posts">
  234.  
  235. {block:text} <!-- Блок: текстовая запись -->
  236. <div class="post">
  237. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  238. <div>
  239. {%text%}
  240. </div>
  241. <p><a href="{%postlink%}">{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  242. </div>
  243. {/block:text}
  244.  
  245.  
  246. {block:photo} <!-- Блок: фотография -->
  247. <div class="post">
  248. <div>
  249. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  250. </div>
  251. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  252. <p><a href="{%postlink%}">{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  253. </div>
  254. {/block:photo}
  255.  
  256.  
  257. {block:link} <!-- Блок: ссылка -->
  258. <div class="post">
  259. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  260. {block:caption}<div>{%caption%}</div>{/block:caption}
  261. <p><a href="{%postlink%}">{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  262. </div>
  263. {/block:link}
  264.  
  265.  
  266. {block:quote} <!-- Блок: цитата -->
  267. <div class="post">
  268. <h3>{%quote%}</h3> <!-- Цитата -->
  269. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  270. <p><a href="{%postlink%}">{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  271. </div>
  272. {/block:quote}
  273.  
  274.  
  275. {block:audio} <!-- Блок: аудио -->
  276. <div class="post">
  277. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  278. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  279. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  280. </div>
  281. {/block:audio}
  282.  
  283.  
  284. {block:video} <!-- Блок: видео -->
  285. <div class="post">
  286. <div>{%videoplayer%}</div>
  287. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  288. <p><a href="{%postlink%}">{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  289. </div>
  290. {/block:video}
  291.  
  292.  
  293. {block:dialog} <!-- Блок: диалог -->
  294. <div class="post">
  295. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  296. <div>{%dialog%}</div>
  297. <p><a href="{%postlink%}">{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  298. </div>
  299. {/block:dialog}
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306. {block:endposts} <!-- Блок: конец записи(ей) -->
  307. </div>
  308. {/block:endposts}
  309.  
  310.  
  311. {block:startfooter} <!-- Блок: начало футера -->
  312. <div id="footer">
  313. {/block:startfooter}
  314.  
  315.  
  316.  
  317. {block:pages} <!-- Блок: постраничная навигация -->
  318. {block:previouspage}<a href="{%previouspage%}">older</a>{/block:previouspage}
  319.  
  320. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  321.  
  322. {block:nextpage}<a href="{%nextpage%}">newer</a>{/block:nextpage}
  323. {/block:pages}
  324.  
  325.  
  326.  
  327. {block:endfooter} <!-- Блок: конец футера -->
  328. </div>
  329. <div class="clear"></div>
  330. {/block:endfooter}
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. </body>
  339. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement