Advertisement
lilyc1342

Wayne

Apr 11th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 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.  
  3. <!--
  4. By Solus Themes
  5.  
  6. Rules of the road:
  7. 1. Do not remove the credit
  8. 2. Do not use as a base code
  9. 3. Do not take bits of code
  10. Must like/reblog the theme post before using the theme!
  11. -->
  12. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Post" content="#ffffff"/>
  27.  
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 Text" content="" />
  36.  
  37. <meta name="image:header" content=""/>
  38. <meta name="image:bg" content=""/>
  39. <meta name="if:Show header" content="1" />
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46. /* --- SCROLLBAR ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color: {color:scrollbarbg};}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57.  
  58.  
  59. /* --- BODY ---*/
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Calibri;
  66. font-size:9px;
  67. line-height:15px;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. h1 {
  92. font-size:9px;
  93. text-transform:uppercase;
  94. }
  95.  
  96. a:hover {
  97. opacity:10;
  98. color:{color:hover};
  99. -webkit-transition: all 0.7s ease;
  100. -moz-transition: all 0.7s ease;
  101. -o-transition: all 0.7s ease
  102. }
  103. #avocado {
  104. margin: auto;
  105. padding:10px;
  106. width:400px;
  107. }
  108. #bread {
  109. width:400px;
  110. padding-bottom:100px;
  111. }
  112. #rad {
  113. width:400px;
  114. margin:auto;
  115. padding:200px 0px 75px 0px;
  116. }
  117. .hella {
  118. font-size:20px;
  119. float:left;
  120. font-family: 'Raleway', sans-serif;
  121. font-weight:bold;
  122. text-transform:uppercase;
  123. letter-spacing:2px;
  124. }
  125.  
  126. .pizza {
  127. float:left;
  128. position:initial;
  129. padding:0px 5px;
  130. opacity:0;
  131. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;
  132.  
  133. }
  134. .pizza a{
  135. font-size:10px;
  136. padding:5px 0px;
  137. margin-left:5px;
  138. font-family: 'Raleway', sans-serif;
  139. font-style:italic;
  140. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;
  141. }
  142. .pizza a:hover {
  143. border-bottom:1px dotted black;
  144. color:#000;
  145. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;
  146. }
  147. .pizza:before {
  148. content: "";
  149. height:1px;
  150. width:0px;
  151. display:inline-block;
  152. margin-right:5px;
  153. margin-bottom:3px;
  154. background-color:#000;
  155. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;
  156. }
  157. #rad:hover .pizza:before {
  158. width:125px;
  159. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;
  160. }
  161. #rad:hover .pizza {
  162. opacity:1;
  163. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;
  164. }
  165.  
  166. .cool {
  167.  
  168. text-align:right;
  169. width:300px;
  170. position:initial;
  171. margin-left:100px;
  172. margin-top:40px;
  173. padding:5px 5px 5px 0px;
  174. font-family: 'Raleway', sans-serif;
  175. }
  176. .popcorn {
  177. text-align:center;
  178. margin-top:10px;
  179. padding:10px;
  180. border-top:1px dotted black;
  181. }
  182. {CustomCSS}
  183.  
  184. </style>
  185. </head>
  186. <body>
  187. <div id="rad">
  188. <div class="hella">{Title}</div>
  189. <div class="pizza">
  190. <a href="{text:Link 1}">{text:Link 1 text},</a>
  191. <a href="{text:Link 2}">{text:Link 2 text},</a>
  192. <a href="{text:Link 3}">{text:Link 3 text},</a>
  193. <a href="{text:Link 4}">{text:Link 4 text}</a>
  194. </div>
  195. <div class="cool">{Description}</div>
  196. </div>
  197.  
  198.  
  199. <div id="avocado">{block:Posts}
  200. <div id="bread">
  201.  
  202. {block:Text}
  203. <h1>{block:Title}{Title}{/block:Title}</h1>
  204. {Body}
  205. {/block:Text}
  206.  
  207. {block:Photo}
  208. {LinkOpenTag}
  209. <img src="{PhotoURL-400}">
  210. {LinkCloseTag}
  211. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  212. {/block:Photo}
  213.  
  214. {block:Photoset}
  215. {Photoset-400}
  216. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  217. {/block:Photoset}
  218.  
  219. {block:Quote}<div style="text-align:center;font-size:18px;">"{Quote}"</div></p>{block:PermalinkPage}{block:Source}<div style="text-align:center;font-size:10px;font-style:italic;padding-bottom:5px;">-{Source}</div>{/block:Source}{/block:PermalinkPage}{/block:Quote}
  220.  
  221. {block:Link}
  222. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  223. {block:Description}{Description}{/block:Description}
  224. {/block:Link}
  225.  
  226. {block:Chat}
  227. {block:Title}<h1>{Title}</h1>{/block:Title}
  228. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  229. {Line}<br>{/block:Lines}
  230. {/block:Chat}
  231.  
  232. {block:Audio}
  233. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />
  234. {/block:AlbumArt}<span class="audio">{AudioPlayer}</left></span>
  235. {block:PermalinkPage}<br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{/block:PermalinkPage}
  236.  
  237. {/block:Audio}
  238.  
  239. {block:Video}
  240. {Video-400}
  241. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  242. {/block:Video}
  243.  
  244. {block:Answer}
  245. <div id="asker">
  246. <span style="font-family:modern;font-size:10px;font-style:italic;text-align:center">{Asker}:</p> </span>{Question}</div><left><font face="modern">{Answer}</font>
  247. {/block:Answer}
  248.  
  249. <div class="popcorn">
  250. <a href="{Permalink}">{TimeAgo}</a>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© </a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}<a href="{Permalink}">{NoteCount}</a>{/block:PermalinkPage}
  251. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  252.  
  253. {/block:Posts}
  254. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  255. {/block:Posts}
  256. <div class="pagination">
  257. {block:Pagination}
  258. {block:PreviousPage}
  259. <a href="{PreviousPage}">Previous </a>
  260. {/block:PreviousPage}
  261.  
  262.  
  263. {block:NextPage}
  264. <a href="{NextPage}">Next</a>
  265. {/block:NextPage}
  266. {/block:Pagination}
  267. </div>
  268. </div></div></div>
  269.  
  270. <!--
  271. THEME MAKER CREDIT
  272. -->
  273.  
  274. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;color:#a3a3a3;"><a href="http://boromihrs.tumblr.com/">© solus</a></center></div>
  275. </body>
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement