Advertisement
Seaheart

THEME 04: CHIVALROUS HEART 2

Jul 25th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. <!-- THEME 04 "CHIVALROUS HEART 2" --!>
  2.  
  3. <!-- Автор: 1pug.tumblr.com --!>
  4. <!-- Разобрала: blackwood.viewy.ru --!>
  5. <!-- Все темы: vthemes.viewy.ru --!>
  6. <!-- НЕ СТИРАТЬ CREDIT И АВТОРСТВО --!>
  7.  
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11. <title>ЗАГОЛОВОК БЛОГА</title>
  12. <link rel="shortcut icon" href="ССЫЛКА НА ИКОНКУ БЛОГА">
  13. <style type="text/css">
  14.  
  15.  
  16.  
  17. body {
  18. background:#fff;
  19. font-family:century gothic;
  20. font-size:11px;
  21. line-height:18px;
  22. color:#000;
  23. text-align:justify;
  24. }
  25.  
  26. a:link, a:visited, a:active {
  27. text-decoration:none;
  28. color:#222;
  29. cursor:help;
  30. -webkit-transition: all .5s ease;
  31. -moz-transition: all .5s ease;
  32. -o-transition: all .5s ease;
  33. }
  34.  
  35. a:hover {
  36. color:#e3e3e3;
  37. }
  38.  
  39. b,strong {
  40. font-weight:heavy;
  41. }
  42.  
  43. blockquote {
  44. padding-left:15px;
  45. border-left:1px solid;
  46. border-color:#E8E6DF;
  47. margin-left:15px;
  48. }
  49.  
  50. #titlebar {
  51. position:fixed;
  52. width:auto;
  53. height:auto;
  54. top:20px;
  55. left:46%;
  56. margin-left:-187px;
  57. z-Index:99991;
  58. }
  59.  
  60. .title {
  61. font-family:century gothic;
  62. font-size:16px;
  63. font-weight:bold;
  64. color:#111;
  65. letter-spacing:0.7px;
  66. text-transform:uppercase;
  67. text-align:center;
  68. }
  69.  
  70. #nav {
  71. position:fixed;
  72. width:500px;
  73. height:auto;
  74. top:55px;
  75. left:50%;
  76. margin-left:-241px;
  77. text-align:center;
  78. z-index:99991;
  79. }
  80.  
  81. #top {
  82. background:#fff;
  83. position:fixed;
  84. width:1550px;
  85. height:150px;
  86. right:300px;
  87. top:0px;
  88. border-bottom:1px solid #E8E6DF;
  89. z-Index:99991;
  90. }
  91.  
  92. .post {
  93. background:#fff;
  94. width:500px;
  95. border-left:1px solid #E8E6DF;
  96. border-right:1px solid #E8E6DF;
  97. padding-left:25px;
  98. padding-right:25px;
  99. padding-top:15px;
  100. padding-bottom:0px;
  101. margin-left:-17px;
  102. }
  103.  
  104. #content {
  105. margin:auto;
  106. width:500px;
  107. margin-top:150px;
  108. }
  109.  
  110. #links a {
  111. display:inline-block;
  112. font-size:8px;
  113. font-family:century gothic;
  114. color:#111;
  115. letter-spacing:0.7px;
  116. font-weight:bold;
  117. text-align:center;
  118. padding:0px 8px 0px 8px;
  119. text-transform:uppercase;
  120. }
  121.  
  122. #credit {
  123. border-bottom:1px solid #E8E6DF;
  124. position:fixed;
  125. width:1500px;
  126. top:150px;
  127. }
  128.  
  129. #credit2 {
  130. position:fixed;
  131. bottom:0px;
  132. right:0px;
  133. text-align:right;
  134. width:200px;
  135. padding-right:20px;
  136. padding-bottom:15px;
  137. }
  138.  
  139. </style>
  140. </head>
  141.  
  142.  
  143. <body>
  144. <div id="top"></div>
  145. <div id="titlebar"><div class="title"><a href="/" title="Домой">
  146.  
  147. ЗАГОЛОВОК БЛОГА
  148.  
  149. </div></a></div>
  150.  
  151. <div id="nav"><div id="links">
  152. <font style="color:#000; font-family:century gothic; font-size:11px; line-height:18px;">
  153.  
  154. ИНФОРМАЦИЯ САЙДБАРА
  155.  
  156. </font>
  157. <br><br>
  158.  
  159. <a href="/">HOME</a>
  160. <a href="ССЫЛКА">LINK 1</a>
  161. <a href="ССЫЛКА">LINK 2</a>
  162. <a href="ССЫЛКА">LINK 3</a>
  163.  
  164. </div></div>
  165.  
  166. <div id="content">
  167.  
  168.  
  169. {block:startposts} <!-- Блок: начало записи(ей) -->
  170. <div id="right">
  171. {/block:startposts}
  172.  
  173.  
  174. {block:text} <!-- Блок: текстовая запись -->
  175. <div class="post"><div>{%text%}</div>
  176. <center><font style="color:#E8E6DF;">————————————————————- </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  177. </div>{/block:text}
  178.  
  179.  
  180. {block:photo} <!-- Блок: фотография -->
  181. <div class="post"><div>
  182. {%linkopen%}<img style="margin-bottom:10px; margin-top:10px; width: 500px;" src="{%photo%}"/>{%linkclose%}</div>{block:caption}<div>{%caption%}</div>{/block:caption}
  183. <center><font style="color:#E8E6DF;">————————————————————- </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  184. </div>{/block:photo}
  185.  
  186.  
  187. {block:link} <!-- Блок: ссылка -->
  188. <div class="post">
  189. <div><a href="{%linkurl%}">{%linkname%}</a></div>{block:caption}<div>{%caption%}</div>{/block:caption}
  190. <center><font style="color:#E8E6DF;">———————————————————— </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  191. </div>{/block:link}
  192.  
  193.  
  194. {block:quote} <!-- Блок: цитата -->
  195. <div class="post">
  196. <p style="text-align:center; line-height:23px; color:#111; font-family:century gothic; font-size:15px;">{%quote%}</p>
  197. <p style="word-spacing: 0px; text-indent:; text-align: ; font-family: 'georgia'; color: #222; font-size: 11px; line-height: 17px;">{%quotesource%}</p>
  198. <center><font style="color:#E8E6DF;">————————————————————- </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  199. </div>{/block:quote}
  200.  
  201.  
  202. {block:audio} <!-- Блок: аудио -->
  203. <div class="post">
  204. <div>{%audioplayer%}</div>{block:caption}<div>{%caption%}</div>{/block:caption}
  205. <center><font style="color:#E8E6DF;">————————————————————- </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  206. </div>{/block:audio}
  207.  
  208.  
  209. {block:video} <!-- Блок: видео -->
  210. <div class="post">
  211. <div>{%videoplayer%}</div>{block:caption}<div>{%caption%}</div>{/block:caption}
  212. <center><font style="color:#E8E6DF;">————————————————————- </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  213. </div>{/block:video}
  214.  
  215.  
  216. {block:dialog} <!-- Блок: диалог -->
  217. <div class="post">
  218. {block:title}<h1>{%title%}</h1>{/block:title}<div>{%dialog%}</div>
  219. <center><font style="color:#E8E6DF;">————————————————————- </font><a style="font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;" href="{%postlink%}"> &nbsp; {%daymonthyear%} &nbsp; </a><font style="color:#E8E6DF;"> ————————————————————</font></center>
  220. </div>{/block:dialog}
  221.  
  222.  
  223. {block:endposts} <!-- Блок: конец записи(ей) -->
  224. </div>
  225. {/block:endposts}
  226.  
  227.  
  228. {block:startfooter} <!-- Блок: начало футера -->
  229. <div id="footer">
  230. {/block:startfooter}
  231.  
  232.  
  233. {block:pages} <!-- Блок: постраничная навигация -->
  234. {block:nextpage}<center><a href="{%nextpage%}"><font style="margin-left:20px;padding-bottom:2px; padding-top:2px; padding-right:5px; padding-left:5px; border:1px solid; border-color:#E3E3E3; font-size:8px; font-family:century gothic; color:#111; letter-spacing:0.7px; font-weight:bold;">NEXT</font></center></a>{/block:nextpage}
  235. {/block:pages}
  236.  
  237.  
  238. {block:endfooter} <!-- Блок: конец футера -->
  239. </div>
  240. <div class="clear"></div>
  241. {/block:endfooter}
  242.  
  243.  
  244. </body>
  245. </html>
  246.  
  247. <div id="credit">
  248. </div>
  249.  
  250. <div id="credit2">
  251. <font style="letter-spacing:1px; font-family:courier; font-size:12px;"><a href="http://vthemes.viewy.ru/">VTHEMES</a></font>
  252. </div>
  253.  
  254. <!--[if gte IE 5]><script type="text/javascript">
  255. createPopup().show( 0, 0, 0, 0, 0 );
  256. </script><![endif]-->
  257. <body oncontextmenu="return false;">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement