composeur

Pleaides Theme

Dec 14th, 2012
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.58 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3.  
  4. Pleaides Theme
  5.  
  6. Created by:
  7. ╭━━┳╮╱╭┳━╮╭┳━━┳━━╮
  8. ┃━━┫┃╱┃┃╭╮╋┫╭━┫━━┫
  9. ┣━━┃╰━╯┃┃┃┃┃╰━╋━━┃
  10. ╰━━┻━╮╭┻╯╰┻┻━━┻━━╯
  11. ╱╱╱╭━╯┃
  12. ╱╱╱╰━━╯
  13.  
  14. Please don't redistribute or steal, thank you :)
  15. -->
  16. <head>
  17.  
  18. <title>{title}</title>
  19.  
  20. <meta name="color:text" content="#222">
  21. <meta name="color:links" content="#222">
  22. <link rel=”shortcut icon” href=”{Favicon}”/>
  23.  
  24.  
  25. <meta name="color:hover" content="#ccc" />
  26. <meta name="color:background" content="#ebecec" />
  27. <meta name="text:font size" content="11px" />
  28.  
  29.  
  30. <meta name="font:body" content="Lucida Sans" />
  31.  
  32. <meta name="if:fade photos" content="1" />
  33. <meta name="if:repeat background" content "1">
  34. <meta name="if:Grey Images" content="1" />
  35.  
  36. <meta name="text:link 1 text" content="link 1" />
  37. <meta name="text:link 1" content="http://" />
  38. <meta name="text:link 2 text" content="link 2" />
  39. <meta name="text:link 2" content="http://" />
  40. <meta name="text:background url" concent="http://" />
  41.  
  42. <meta name="text:quote" content="Why do people have to be this lonely? What's the point of it all? Millions of people in this world, all of them yearning, looking to others to satisfy them, yet isolating themselves. Why? Was the earth put here just to nourish human loneliness?” " />
  43.  
  44.  
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Londrina+Sketch' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. body{
  58. color:{color:text};
  59. font-family:{font:body};
  60. font-size:{text:font size};
  61. background-color:{color:background};
  62. background-image: url({text:backgroundurl});
  63. background-position: bottom right ;
  64. background-attachment: fixed;
  65. background-repeat: {block:ifrepeatbackground}repeat;{/block:ifrepeatbackground} {block:ifnotrepeatbackground}no-repeat;{block:ifnotrepeatbackground}
  66. }
  67.  
  68. a {text-decoration:none; color:{color:links}; -webkit-transition: 0.5s ease-in;}
  69. a:hover {-webkit-transition: 0.5s ease-in; color:{color:hover};}
  70.  
  71.  
  72. {block:IndexPage}{block:Ifgreyimages}
  73. img { -webkit-transition: opacity 0.7s linear;opacity: 0.75; -webkit-filter: grayscale(100%); }
  74. img:hover {-webkit-transition: opacity 0.7s linear;opacity: 1; -webkit-filter: grayscale(0%); }
  75. {/block:Ifgreyimages}{/Block:IndexPage}
  76. img {border:0px;} img:hover{; }
  77.  
  78.  
  79.  
  80.  
  81. #blogtitle
  82. {margin-bottom: -10px; font-family: 'Londrina Sketch', cursive; font-size: {text:blogtitlesize}; padding-bottom: -2px; text-align:center; font-size:55px; letter-spacing: 1px;}
  83.  
  84. #wrap{
  85. width: 250px;
  86. margin-left:400px;
  87. background-color:{color:background};
  88. position:absolute;
  89. padding:5px;
  90. }
  91.  
  92. #post{
  93. padding:2px;
  94. background-color:{color:background};
  95. width:{block:indexpage}250px{/block:indexpage} {block:permalinkpage}600px{/block:permalinkpage};
  96. float:left;
  97. margin:10px;
  98. position:left;
  99. }
  100.  
  101.  
  102.  
  103.  
  104. #sidebar{
  105. background-color:{color:background};
  106. width:225px;
  107. margin-bottom:-12px;
  108. margin-left:150px;
  109. margin-top:150px;
  110. position:fixed;
  111. padding:3px;
  112. }
  113.  
  114.  
  115.  
  116. ::-webkit-scrollbar{width:4px; height:8px;}
  117. ::-webkit-scrollbar-button:start:decrement
  118. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  119. ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0; -webkit-border-bottom-right-radius:3px; -webkit-border-bottom-left-radius:3px;}
  120. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;}
  121. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;}
  122.  
  123. #permalink {float: left; margin-left: 506px; margin-top:0px; padding-top:0px; position: absolute; text-align: left; width: 50px; height:10px; font-size: 9px; courier new; -webkit-transition: 0.5s ease-in; opacity:0;}
  124. #permalink a {color:{color:permalink};}
  125. #permalink a:hover {color:{color:permalink};}
  126. #entry:hover .permalink {opacity: 1;}
  127.  
  128. {if:FadePhotos}
  129. img{
  130. -webkit-transition: opacity 0.5s linear;
  131. opacity: 0.6;
  132. }
  133. img:hover{
  134. -webkit-transition: opacity 0.7s linear;
  135. opacity: 1;
  136. }
  137. {/if:fadephotos}
  138. {CustomCSS]</style>
  139.  
  140.  
  141. </head>
  142. <body>
  143.  
  144.  
  145. <div style="position:fixed; bottom:5px; left:2px;"><a href="http://synics.tumblr.com" title="SYNICS THEME">theme</a></div>
  146.  
  147.  
  148. <div id="sidebar"> <center>
  149. <div id="blogtitle"> <a href="/"><big>{title}</big></a><Br></div> <Br>
  150. <big>{</big><a href="/archive">archive</a> · <a href="/ask">ask</a>· <a href="{text:link 1}">{text:link 1 text}</a>· <a href="{text:link 2}">{text:link 2 text}</a>
  151. <big>}</big>
  152.  
  153. <Br><Br><Br> <i>{text:quote}</i>
  154. <br><Br>
  155.  
  156. [ {description} ]
  157. <Br><br>
  158. <!--this is the navigation -->
  159. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">Before</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}">After</a>{/block:NextPage}</div></div>{/block:Pagination}</p></center>
  160. </div>
  161.  
  162.  
  163.  
  164. <br>
  165. </div>
  166.  
  167.  
  168. <div id="wrap">
  169.  
  170. {block:Posts}
  171. <div id="post">
  172.  
  173.  
  174. {block:Title}{Title}{/block:Title} </a>
  175. <span class="permalink"> <a href="{Permalink}">
  176. {block:Text}{Body}{/block:Text} </span>
  177. {block:Photo}
  178. <a href="{permalink}"><img src="{PhotoURL-250}" width="250px"/></a>
  179. {/block:Photo}
  180.  
  181. {block:Photoset}
  182. {Photoset-300}
  183. {/block:Photoset}
  184.  
  185.  
  186. {block:Quote} {block:Source}{Source}{/block:Source}: <Br><span class="permalink"> <img style="width:15px;margin-right:-6px;opacity:0.3;margin-bottom:-2px;" src="http://i42.tinypic.com/okmxi8.png"/><a href="{Permalink}">
  187. {Quote} </a></span>
  188. <div align="right">
  189.  
  190. </div>
  191. {/block:Quote}
  192.  
  193.  
  194. {block:Video}
  195. {Video-500}<br>
  196. {PlayCountWithLabel}
  197. {/block:Video}
  198.  
  199.  
  200. {block:Link}
  201. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  202. {block:Description}{Description}{/block:Description}
  203. {/block:Link}
  204.  
  205. {block:Chat}
  206. {block:Lines}
  207. {block:Label}
  208. <br>{Label}
  209. {/block:Label}
  210. &nbsp;{Line}
  211. {/block:Lines}
  212. {/block:Chat}
  213.  
  214. {block:Audio}
  215. {AudioPlayerGrey}
  216. <br><div align="right">{block:Artist}
  217. Artist: {Artist}</div>
  218. {/block:Artist}<br>
  219. {block:Caption}{Caption}{/block:Caption}
  220. {/block:Audio}
  221.  
  222.  
  223. {block:Answer}
  224. <u>{Asker}</u> asked {Question}</b>
  225. A:{Answer}
  226. {/block:Answer}
  227.  
  228. {block:PermalinkPage}
  229. {block:Caption}
  230. {Caption}
  231. {/block:Caption}
  232. <br>
  233. {block:NoteCount}
  234. {NoteCount} notes
  235. {/block:NoteCount}
  236. <Br>
  237. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  238. {/block:PermalinkPage}
  239. </div>
  240.  
  241. {/block:Posts}
  242.  
  243.  
  244.  
  245. </div>
  246.  
  247. </body>
  248. </html>
Advertisement
Add Comment
Please, Sign In to add comment