Advertisement
Rita-Themes

Auslly - Theme Four

Mar 9th, 2013
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 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" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!----Theme Four by lol-themesbyrita|Tumblr
  12. Please don't take the credit out or redistribute as your own.
  13. :D --->
  14.  
  15.  
  16.  
  17. <head>
  18. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21.  
  22. <!-- VARIABLES -->
  23.  
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Sidebar Image" content="" />
  26.  
  27. <meta name="color:Background" content="#fdf3ee" />
  28. <meta name="color:Sidebar Background" content="#fdf3ee" />
  29. <meta name="color:Sidebar Border" content="#fdf3ee" />
  30. <meta name="color:Text" content="#beb3a4" />
  31. <meta name="color:Link" content="#a09280" />
  32. <meta name="color:Link Background" content="" />
  33. <meta name="color:Link Hover" content="" />
  34. <meta name="color:Link Background Hover">
  35. <meta name="color:Content BG" content="#ffffff" />
  36. <meta name="color:Content Border" content="#ebebeb" />
  37. <meta name="color:Info BG" content="#f8f1e8" />
  38. <meta name="color:Info Border" content="#ebddcb" />
  39.  
  40. <meta name="text:Text Size" content="10px" />
  41.  
  42. <meta name="text:Link One Title" content="link one" />
  43. <meta name="text:Link One" content="" />
  44. <meta name="text:Link Two Title" content="link two" />
  45. <meta name="text:Link Two" content="" />
  46. <meta name="text:Link Three Title" content="link three" />
  47. <meta name="text:Link Three" content="" />
  48. <meta name="text:Link Four Title" content="link four" />
  49. <meta name="text:Link Four" content="" />
  50. <meta name="text:Link Five Title" content="link five" />
  51. <meta name="text:Link Five" content="" />
  52.  
  53. <style type="text/css">
  54.  
  55. /* MAIN */
  56.  
  57. body {
  58. background-color:{color:Background};
  59. background-image: url('{image:Background}');
  60. color:{color:Text};
  61. font-family: calibri ;
  62. font-size: {text:Text Size};
  63. margin: 0px;
  64. padding: 0px;}
  65.  
  66. a:link, a:active {
  67. text-decoration:none;
  68. color: {color:Link}; }
  69.  
  70. a:visited {
  71. text-decoration:none;
  72. color: {color:Link}; }
  73.  
  74. a:hover {
  75. text-decoration:none;
  76. color: {color:Link Hover};
  77. font-style:none;
  78. }
  79.  
  80. b, strong, .strong {color:{color:Bold};}
  81.  
  82. blockquote {
  83. border-left:2px solid {color:Text};
  84. padding-left:6px; }
  85.  
  86. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  87.  
  88. i, em, .em {color:{color:Italic};}
  89.  
  90. /* CONTENT */
  91.  
  92. .contentwhole {
  93. width:520px;
  94. margin-left:500px;
  95. height:100%;}
  96.  
  97. .content {
  98. width: 500px;
  99. height: auto;
  100. padding:10px;
  101. margin-top:20px;
  102. background-color: {color:Content BG};
  103. border:1px dashed {color:Content Border};}
  104.  
  105. .info {
  106. height:15px;
  107. float:center;
  108. padding-top:4px;
  109. margin-top:10px;
  110. opacity:0.8;
  111. text-align:center;
  112. font-size:7px;
  113. font-family:arial;
  114. letter-spacing:1px;
  115. background-color: {color:Info BG};
  116. background-image:url('{image:Info BG}');
  117. color:{color: Link};
  118. border-top: 1px solid {color:Info Border};
  119. border-bottom: 1px solid {color:Info Border};
  120. width: 500px;
  121. text-transform:uppercase;
  122. transition-duration: 0.6s;
  123. -moz-transition-duration: 0.6s;
  124. -webkit-transition-duration: 0.6s;
  125. -o-transition-duration: 0.6s; }
  126.  
  127. .info a {
  128. font-size:7px; }
  129.  
  130. .info:hover {
  131. opacity:1.0;
  132. transition-duration: 0.6s;
  133. -moz-transition-duration: 0.6s;
  134. -webkit-transition-duration: 0.6s;
  135. -o-transition-duration: 0.6s; }
  136.  
  137. #pagination {
  138. font-size:20px;
  139. margin:20px;
  140. text-align:center;}
  141.  
  142. /* SIDEBAR */
  143.  
  144. #sidebar {
  145. width:300px;
  146. position:fixed;
  147. top:-5px;
  148. border: 1px dashed {color:Sidebar Border};
  149. border-bottom: 4px solid {color:Sidebar Border};
  150. text-align:left;
  151. background-color:{color:Sidebar Background};
  152. padding: 0px 0px 0px 0px;
  153. left:50px;
  154. height:1000px;
  155. }
  156.  
  157.  
  158. #sidebarimg {
  159. background-image:url('{image:Sidebar Image}');
  160. background-repeat:no-repeat;
  161. width:360px;
  162. height:270px;
  163. margin-bottom:10px;
  164. opacity:1.0;
  165. overflow:auto;
  166. border:4px dashed {color:Sidebar Border};
  167. }
  168.  
  169. #blogtitle {
  170. Font-size: 25px;
  171. color: {color:text};
  172. font-family: 'Unica One', cursive;
  173. }
  174.  
  175.  
  176.  
  177. #nav {
  178. background: none;
  179. width: 90px;
  180. height: auto;
  181. top: 15px;
  182. left:390px;
  183. position:fixed;
  184. }
  185.  
  186. #sidebar2 {
  187. width:100px;
  188. height:900px;
  189. position:fixed;
  190. top:-10px;
  191. border: 1px dashed {color:Sidebar Border};
  192. border-bottom: 4px solid {color:Sidebar Border};
  193. text-align:left;
  194. background-color:{color:Sidebar Background};
  195. padding: 0px 0px 0px 0px;
  196. left:380px;
  197. height:1000px;
  198. }
  199.  
  200. div.links a{
  201. text-transform:lowercase;
  202. background: {color:Link Background};
  203. color: {color:Link} ;
  204. letter-spacing: 0px;
  205. text-align:center;
  206. display:block;
  207. padding:15px 0;
  208. padding-bottom:15px;
  209. border: 1px dashed {color:Sidebar Border};
  210. width: 80px;
  211. margin-top:1px;
  212. position:relative;
  213. z-index:1;
  214. }
  215.  
  216. div.links a:hover{
  217. text-transform: uppercase;
  218. background: {color:Link Background Hover};
  219. color: {color:Link Hover};
  220. letter-spacing: 3px;
  221. font-weight: bold;
  222. -webkit-transition: all 0.7s ease-in-out;
  223. border-top-right-radius:7px;
  224. border-bottom-right-radius:7px;
  225. border-top-left-radius:7px;
  226. border-bottom-left-radius:7px; }
  227. -webkit-transition: all 0.7s ease-in-out;
  228. -moz-transition: all 0.7s ease-in-out;
  229. -o-transition: all 0.7s ease-in-out;
  230. -ms-transition: all 0.7s ease-in-out;
  231. transition: all 0.7s ease-in-out;
  232. }
  233.  
  234.  
  235. </style>
  236.  
  237. <div id="sidebar">
  238. <div align="center">
  239. <div id="pagination">
  240. <div id="blogtitle" >{Title}</div>
  241. </div>
  242.  
  243. <a href="/"><img src="{image:Sidebar Image}" width="280" ></a></div>
  244. <div class="portrait"><img src="{PortraitURL-64}" style="float:left;margin:10px;" /></div><p> {Description}
  245. <p>
  246. <div id="pagination">
  247. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  248. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  249. </div>
  250.  
  251. </div> <!-- END PAGINATION -->
  252. </div> <!-- END SIDE
  253. -->
  254. </div> <!-- END SIDE IMG -->
  255. </div> <!-- END DIV LEFT -->
  256. </div> <!-- END SIDEBAR -->
  257. </div> <!-- IDK WHAT THIS IS -->
  258.  
  259.  
  260.  
  261. <div class="contentwhole">
  262. {block:Posts}
  263.  
  264. <div class="content">
  265. {block:Text}
  266. {block:Title}
  267. <a href="{Permalink}" class="ttitle">{Title}</a>
  268. {/block:Title}
  269. {Body}
  270. {/block:Text}
  271.  
  272. {block:Photo}
  273. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  274. {block:Caption}{Caption}{/block:Caption}
  275. {/block:Photo}
  276.  
  277. {block:Photoset}
  278. {Photoset-500}
  279. {block:Caption}{Caption}{/block:Caption}
  280. {/block:Photoset}
  281.  
  282. {block:Quote}
  283. {Quote}<p>
  284. {block:Source}- {Source}{/block:Source}
  285. {/block:Quote}
  286.  
  287. {block:Link}
  288. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  289. {block:Description} {Description} {/block:Description}
  290. {/block:Link}
  291.  
  292. {block:Chat}
  293. {block:Title} {Title} {/block:Title}
  294. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  295.  
  296. {/block:Lines}
  297. {/block:Chat}
  298.  
  299.  
  300. {block:Audio}
  301. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  302. <p>
  303. {block:AlbumArt}
  304. <img src="{AlbumArtURL}" width="100px" />
  305. {/block:AlbumArt}
  306. <p>
  307. {block:Caption}
  308. {Caption}
  309. {/block:Caption}
  310. {/block:Audio}
  311.  
  312.  
  313. {block:Video}
  314. {Video-500}
  315. {block:Caption}{Caption}{/block:Caption}
  316. {/block:Video}
  317.  
  318. {block:Answer}
  319. <table>
  320. <tr><td colspan="3" width="500px" style="padding:8px; text-align:center;">{Question}</td></tr>
  321. <tr>
  322. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px;">&#9701;</div></td>
  323. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  324. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  325. </tr>
  326. </table>
  327. {Answer}
  328.  
  329. {/block:Answer}
  330.  
  331.  
  332. {block:PermalinkPage}
  333. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  334. {block:PostNotes}
  335. {PostNotes}
  336. {/block:PostNotes}
  337. {/block:PermalinkPage}
  338.  
  339. <div class="info">
  340. {block:Date}posted {TimeAgo}{/block:Date}
  341. {block:NoteCount}<a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}</a>
  342. </div> <!--END INFO -->
  343.  
  344. </div> <!-- END CONTENT -->
  345.  
  346. {/block:Posts}
  347. </div> <!-- END CONTENT WHOLE -->
  348.  
  349. <div id="sidebar2">
  350.  
  351. <div id="nav">
  352. <div class="links">
  353. <a href="/">HOME</a><br>
  354.  
  355. <a href="/ask">Ask</a><br>
  356.  
  357. <a href="/archive">History</a><br>
  358.  
  359. <a href="{text:Link One}">{text:Link One Title}</a></span> {/block:ifLinkOneTitle}<br>
  360.  
  361. <a href="{text:Link Two}">{text:Link Two Title}</a></span> {/block:ifLinkTwoTitle}<br>
  362.  
  363. <a href="{text:Link Three}">{text:Link Three Title}</a></span> {/block:ifLinkThreeTitle}<br>
  364.  
  365. <a href="{text:Link Four}">{text:Link Four Title}</a></span> {/block:ifLinkFourTitle}<br>
  366.  
  367. <a href="{text:Link Five}">{text:Link Five Title}</a></span> {/block:ifLinkFiveTitle}</div>
  368. </div></div>
  369.  
  370. <
  371. </body>
  372. <div style="position:fixed; bottom:3px; left:5px; padding:5px; font-size: 10px; border:2px solid rgba(0,0,0,0.1);"><a href="http://ivealwayswantedyou.tumblr.com/"><b>THEME</b></a>
  373. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement