Advertisement
exodorado

21.theme: Pinkiss

Apr 20th, 2014
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <!---------------------------------------------------------------------
  13.  
  14. theme: pinkiss 。◕‿◕。
  15. theme by : exodorado.tumblr.com
  16. It is forbidden any copy or use of codes as the criminal law, article 184 © - 20/abril/2014.
  17. ● respect my work, do not remove the credits.
  18. ● do not use as a basis.
  19. ● if not inspires
  20.  
  21. ---------------------------------------------------------------------->
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
  25.  
  26. <meta name="image:icon" content="http://static.tumblr.com/cir8k0k/I9mn4cle7/tumblr_n1b22gh0x41qfisvuo1_500.fw.png"/>
  27. <meta name="color:background" content="#ffffff" />
  28. <meta name="color:writing" content="#747474" />
  29. <meta name="color:links" content="#858585" />
  30. <meta name="color:hover" content="#696969" />
  31. <meta name="color:strong" content="#85858585" />
  32. <meta name="color:italic" content="#85858585" />
  33. <meta name="color:post" content="#ffffff" />
  34. <meta name="color:askbg" content="#f3f3f3" />
  35.  
  36. <meta name="text:Link1" content=""/>
  37. <meta name="text:Link1 URL" content=""/>
  38. <meta name="text:Link2" content=""/>
  39. <meta name="text:Link2 URL" content=""/>
  40. <meta name="text:Link3" content=""/>
  41. <meta name="text:Link3 URL" content=""/>
  42. <meta name="text:Link4" content=""/>
  43. <meta name="text:Link4 URL" content=""/>
  44. <meta name="text:Link5" content=""/>
  45. <meta name="text:Link5 URL" content=""/>
  46.  
  47. </head><style>
  48.  
  49. /* --- scrollbar --- */
  50. ::-webkit-scrollbar-thumb {height:auto;background-color: #eee;border: 2px solid #fff;}
  51. ::-webkit-scrollbar {height:9px;width:9px;background-color: #eee;border: 4px solid #fff;}
  52.  
  53.  
  54. /* --- body --- */
  55. body {text-align:left;color:{color:writing};background-color:{color:background};font-size:11px;font-family:'Asap', arial;}
  56.  
  57.  
  58. /* --- basic style --- */
  59. b, em, bold, .question a {font-family:georgia;font-weight:normal;text-transform:lowercase;color:{color:strong};}
  60. i, em, italic {color:{color:italic};}
  61. a {text-decoration: none;color:{color:links};text-decoration:none;-moz-transition:0.3s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in; }
  62. a:hover {color: {color:hover};text-decoration:none;}
  63. .title {font-weight:bold;font-style:italic;font-size:14px; }
  64.  
  65.  
  66. /* --- muito importante --- */
  67. #posts {left:120px;top:50px;width:500px;position:relative;margin:0 auto;padding:10px;margin-bottom:30px;}
  68. .entries {width:510px;margin-bottom:70px;}
  69. #container {left:100px;width:830px;top:50px;margin:0 auto; }
  70. #footer {margin:0;clear:both;padding:10px;bottom:0;position:fixed;width:100%;background:{color:background}; }
  71. #footer .wrap {width:680px;margin:0 auto;}
  72. ul, li {font-size:11px;margin-right:25px;list-style:none;text-transform:normal;}
  73. .bottom{padding:10px 0px 0px 0px;}
  74.  
  75.  
  76. /*--- like ---*/
  77. #like {color:#FF0000;margin-top:-15px;}
  78. #like:hover {color:#FF0000;opacity:1;}
  79.  
  80.  
  81. /*--- quote ---*/
  82. .post_quote {padding:5px;background:#fafafa; }
  83. .quotes {font-size:120px;background:#transparent;color:#bbbbbb;font-family:'Keania One', arial; }
  84. .quote {color:#a5a5a5;margin-left:40px;font-size:14px;font-weight:bold;font-style:italic; }
  85. .source {margin-top:5px;text-align:right;letter-spacing:1px;text-transform:uppercase;font-size:8px; }
  86.  
  87.  
  88. /*--- sidebar ---*/
  89. #sidebar {margin-top:260px;margin-left:0px;position:fixed;width:210px;float:left;}
  90. #sidebar img {margin-bottom:10px;width:64px;height:64px;margin-left:20px;border:3px solid #eee;margin:0px 5px 0px 0px;}
  91. #sidebar .description {text-align:justify;font-size:10px;color:#ccc;}
  92. .description:first-letter{font-family: 'Abril Fatface', cursive; font-size: 15px;color:#c1bebe;}
  93. .menu {color:#E5E5E5;padding:5px 5px 5px 5px;text-transform:lowercase;
  94. font-size:10px;background-color:#eee; }
  95. .menu a {color:#B6B6B6}
  96.  
  97. /*--- question ---*/
  98. .question {background:{color:askbg};padding:10px;}
  99.  
  100.  
  101. /*--- chat ---*/
  102. .user_1 { background-color:#fcfcfc;padding:5px; }
  103. .user_2 { background-color:#f9f9f9;padding:5px; }
  104. .user_3 { background-color:#fcfcfc;padding:5px; }
  105. .user_4 { background-color:#f9f9f9;padding:5px; }
  106. .user_5 { background-color:#fcfcfc;padding:5px; }
  107. .user_6 { background-color:#f9f9f9;padding:5px; }
  108. .user_7 { background-color:#fcfcfc;padding:5px; }
  109. .user_8 { background-color:#f9f9f9;padding:5px; }
  110. .user_9 { background-color:#fcfcfc;padding:5px; }
  111. .user_10 { background-color:#f9f9f9;padding:5px; }
  112.  
  113.  
  114. /*--- notes ---*/
  115. .notes li {font-size:8px;text-transform:uppercase;margin-right:0px;padding:5px;background:#fcfcfc;border-bottom:1px solid #eaeaea; }
  116. .notes li:hover {background:#fafafa;}
  117. .notes img { display:none;}
  118.  
  119.  
  120. /*--- tags ---*/
  121. .date {text-align:right;font-size:10px;color:#bababa;padding:5px 10px 5px 10px;background:#f2f2f2; }
  122. .box, .box a {text-align:right;font-size:9px;margin-top:3px; }
  123. .line {border-bottom:3px double #f1f1f1;margin-top:12px;}
  124.  
  125. /* --- pagination --- */
  126. #pagination {width:240px;font-size:8px;word-spacing:7px;
  127. text-align:center;}
  128. .jump_page {padding:3px;background-color:#ffffff;}
  129. .current_page {padding:3px;background-color:#ffffff;color:#000000;}
  130. #pagination2 a {display:block;width:10px;text-align:center;background-color:{color:background};font:10px georgia;color:{color:writing};padding:5px;border-bottom:1px solid {color:background};letter-spacing:2px;-webkit-transition: color 0.6s linear;-webkit-transition: background-color 0.6s linear;}
  131. #pagination2 a:hover {background-color:#f8f8f8;color:#000000;}
  132.  
  133. /* --- audio --- */
  134. .audio {height:60px;padding:5px;margin-bottom:5px; }
  135. .audio-album {position:absolute;width:60px; }
  136. .audio-player {opacity:0.6;filter:alpha(opacity=60);border:2px solid #f2f2f2;width:25px;height:25px;overflow:hidden;position:absolute;
  137. z-index:2;margin-left:15px;margin-top:15px; }
  138. .audio-info {margin-top:-10px;position:relative;margin-left:70px;padding:5px;}
  139.  
  140.  
  141. /* --- credits --- */
  142. .credits{float:right;font-size:10px;color:#ccc;line-height:11px;text-align:center;font-family: tahoma;padding: 4px;background:#ccc;z-index:11;right:8px;position:fixed; text-transform: uppercase;bottom:8px;overflow: hidden;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;border-radius:100px;width:12px;height:12px;}
  143. .credits a {color:#fff;}
  144. #inovandohtmltooltip {background:#fff; position: absolute; padding: 4px 4px 4px 4px; left: -100px; color: {color:writing}; text-align: center; font-size: 9px; font-family: arial; width: auto; margin: 10px; visibility: hidden; z-index: 300; filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);text-transform:uppercase;font-size:8px;}
  145.  
  146.  
  147.  
  148. </style><body>
  149. <div class="credits"><a href="http://exodorado.tumblr.com/" class="poplight" onMouseover="ddrivetip('theme by exodorado')" onMouseout="hideddrivetip()">ED</a></div>
  150. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  151.  
  152. <div id="container">
  153. <div id="sidebar">
  154. <div class="menu"><center>
  155. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a> &emsp;{/block:ifLink1}
  156. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a> &emsp;{/block:ifLink2}
  157. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a> &emsp;{/block:ifLink3}
  158. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a> &emsp;{/block:ifLink4}
  159. {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a> &emsp;{/block:ifLink5}
  160. </center></div>
  161. <img src="{image:icon}" align="left">
  162. <div class="description">{Description}</div>
  163. <div class="bottom"> </div>{/block:Description}
  164.  
  165. <div id=pagination>{block:Pagination}
  166. {block:PreviousPage}
  167. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  168. {/block:PreviousPage}
  169.  
  170. {block:JumpPagination length="5"}
  171. {block:CurrentPage}
  172. <span class="current_page">{PageNumber}</span>
  173. {/block:CurrentPage}
  174.  
  175. {block:JumpPage}
  176. <a class="jump_page" href="{URL}">{PageNumber}</a>
  177. {/block:JumpPage}
  178. {/block:JumpPagination}
  179.  
  180. {block:NextPage}
  181. <a class="jump_page" href="{NextPage}">&rarr;</a>
  182. {/block:NextPage}
  183. {/block:Pagination}</div>
  184.  
  185. </div>
  186.  
  187.  
  188. <div id="posts">
  189. {block:Posts}
  190. <div class="entries">
  191. {block:Text}
  192. <div class="post_text">
  193. {block:Title}
  194. <a class="title" href="{Permalink}">{Title}</a>{/block:Title}
  195. {Body}</div>{/block:Text}{block:Photo}
  196.  
  197. <div class="post_photo">
  198. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  199. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  200. </div>{/block:Photo}{block:Photoset}<div class="post_photoset">
  201. <div class="photoset"><div class="move">{Photoset-500}</div></div>
  202. {block:Caption}
  203. <div class="caption">{Caption}</div>
  204. {/block:Caption}
  205. </div>
  206. {/block:Photoset}
  207.  
  208.  
  209. {block:Quote}
  210. <div class="post_quote">
  211. <div class="quote">{Quote}</div>
  212. {block:Source}
  213. <div class="source">{Source}</div>
  214. {/block:Source}
  215. </div>
  216. {/block:Quote}
  217.  
  218. {block:Link}
  219. <div class="post_link">
  220. <a href="{URL}" class="title" {Target}>{Name}</a>
  221. {block:Description}
  222. <div class="description">{Description}</div>
  223. {/block:Description}
  224. </div>
  225. {/block:Link}
  226. {block:Chat}
  227. <div class="post_chat">
  228. {block:Title}
  229. <h3><a href="{Permalink}">{Title}</a></h3>
  230. {/block:Title}
  231.  
  232. <ul class="chat">
  233. {block:Lines}
  234. <li class="{Alt} user_{UserNumber}">
  235. {block:Label}
  236. <span class="label">{Label}</span>
  237. {/block:Label}
  238.  
  239. {Line}</li>{/block:Lines}
  240. </ul></div>{/block:Chat}
  241.  
  242. {block:Video}
  243. <div class="post_video">
  244. {Video-500}{block:Caption}
  245. <div class="caption">{Caption}</div>
  246. {/block:Caption}</div>{/block:Video}
  247.  
  248. {block:Audio}
  249. <div class="audio">
  250. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  251. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  252. <div class="audio-info">
  253. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  254. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  255. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  256. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  257. </div></div>
  258. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  259. {/block:Audio}
  260.  
  261. {block:Answer}
  262. <div class="post_answer">
  263. <div class="question">{Asker}: {Question} </div>
  264. <div class="answer">{Answer}</div>
  265. </div>{/block:Answer}
  266.  
  267.  
  268.  
  269. <div class="line"> </div>{block:Date}<div class="box"><span class="date"><a href="{Permalink}">{TimeAgo}</a></span> &emsp;&emsp;{block:NoteCount} <a href="{Permalink}"><span style="font-size:10px;"></span> <span style="padding-bottom:4px;border-bottom:1px solid #cccccc;">{NoteCount}</span></a>&emsp;&emsp; {/block:NoteCount}<span class="date"><a href="{ReblogURL}">Reblog</a></span>&emsp;&emsp; <div id="like">{LikeButton size="14"}</div></div>{/block:Date}</div>
  270.  
  271.  
  272. {/block:Posts}
  273.  
  274. {block:PostNotes} <li class="notes">{PostNotes}</li> {/block:PostNotes}
  275.  
  276. {block:ContentSource}
  277. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  278. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  279. {/block:SourceLogo}
  280. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  281. {/block:ContentSource}
  282.  
  283. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  284.  
  285.  
  286. </div></div></div></div></div><div class="footer"></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement