Advertisement
andersonbrps

Theme #4 - Millennium

Jul 28th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.23 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.  
  12. <head>
  13.  
  14. <!----
  15. THEME# 4: MILLENNIUM by ANDERSONBRPS.TUMBLR.COM
  16.  
  17. © SARAHCATHS.TUMBLR.COM | "BASE CODE" #2
  18.  
  19. ---->
  20.  
  21. <!-- VARIABLES -->
  22.  
  23. <meta name="image:Background" content="http://static.tumblr.com/vqqnpua/Nvlmbhjyn/straws.png"/>
  24. <meta name="image:Sidebar Image" content="" />
  25.  
  26. <meta name="color:Background" content="#fdf3ee" />
  27. <meta name="color:Text" content="#797979" />
  28. <meta name="color:Bold" content="#ff4a00" />
  29. <meta name="color:Italic" content="#ff4a00" />
  30. <meta name="color:Link" content="#a09280" />
  31. <meta name="color:Content BG" content="#ffffff" />
  32. <meta name="color:Content Border" content="#ebebeb" />
  33. <meta name="color:Info BG" content="#f3f3f3" />
  34. <meta name="color:Info Border" content="#e4e2e1" />
  35.  
  36. <meta name="text:Text Size" content="10px" />
  37.  
  38.  
  39. <meta name="text:Link 3 URL" content="http://" />
  40. <meta name="text:Link 3" content="Link 3" />
  41. <meta name="text:Link 4 URL" content="http://" />
  42. <meta name="text:Link 4" content="Link 4" />
  43. <meta name="text:Link 5 URL" content="http://" />
  44. <meta name="text:Link 5" content="Link 5" />
  45. <meta name="text:Link 6 URL" content="http://" />
  46. <meta name="text:Link 6" content="Link 6" />
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. /* MAIN */
  53.  
  54. body {
  55. background-color:{color:Background};
  56. background-image: url('{image:Background}');
  57. color:{color:Text};
  58. font-family: calibri;
  59. font-size: {text:Text Size};
  60. margin: 0px;
  61. padding: 0px;}
  62.  
  63. a:link, a:active {
  64. text-decoration:none;
  65. color: {color:Link}; }
  66.  
  67. a:visited {
  68. text-decoration:none;
  69. color: {color:Link}; }
  70.  
  71. a:hover {
  72. text-decoration:none;
  73. color: {color:Bold};}
  74.  
  75. b, strong, .strong {color:{color:Bold};}
  76.  
  77. blockquote {
  78. border-left:2px solid {color:Text};
  79. padding-left:6px; }
  80.  
  81. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  82.  
  83. i, em, .em {color:{color:Italic};}
  84.  
  85.  
  86. /* CONTENT */
  87.  
  88. .contentwhole {
  89. width:520px;
  90. z-index:0;
  91. margin-left:500px;
  92. height:100%;}
  93.  
  94. .content {
  95. width: 500px;
  96. z-index:0;
  97. height: auto;
  98. padding:10px;
  99. margin-top:20px;
  100. background-color: {color:Content BG};
  101. border:1px solid {color:Content Border};
  102.  
  103. }
  104.  
  105.  
  106.  
  107.  
  108. .info {
  109. height:25px;
  110. float:center;
  111. padding-top:4px;
  112. margin-top:10px;
  113. opacity:0.8;
  114. text-align:center;
  115. font-size:7px;
  116. font-family:arial;
  117. letter-spacing:1px;
  118. background-color: {color:Info BG};
  119. background-image:url('{image:Info BG}');
  120. color:{color:Link};
  121. border-top: 1px solid {color:Info Border};
  122. width: 500px;
  123. text-transform:uppercase;
  124. transition-duration: 0.6s;
  125. -moz-transition-duration: 0.6s;
  126. -webkit-transition-duration: 0.6s;
  127. -o-transition-duration: 0.6s;
  128.  
  129. }
  130.  
  131.  
  132.  
  133.  
  134. .info a {
  135. font-size:7px; }
  136.  
  137. .info:hover {
  138. opacity:1.0;
  139. transition-duration: 0.6s;
  140. -moz-transition-duration: 0.6s;
  141. -webkit-transition-duration: 0.6s;
  142. -o-transition-duration: 0.6s; }
  143.  
  144. .pagination {
  145. top:20px;
  146. left:150px;
  147. width:200px;
  148. font-size:20px;
  149. position:fixed;
  150. text-align:center;}
  151.  
  152. /* SIDEBAR */
  153.  
  154. .sidebar {
  155. position:fixed;
  156. top:70px;
  157. z-index:1000;
  158. left:30px;
  159. width:230px;
  160. height:240px;
  161. moz-border-radius-bottomright: 10px;
  162. border-bottom-right-radius: 10px;
  163. -moz-border-radius-topleft: 10px;
  164. border-top-left-radius: 10px;
  165. -moz-border-radius-bottomleft: 10px;
  166. border-bottom-left-radius: 10px;
  167. -moz-border-radius-topright: 10px;
  168. border-top-right-radius: 10px;
  169. }
  170.  
  171. .sidebarimage {
  172. width:300px;
  173. height:200px;
  174. background-image:url('{image:Sidebar Image}');
  175. background-repeat:no-repeat;
  176. moz-border-radius-bottomright: 10px;
  177. border-bottom-right-radius: 10px;
  178. -moz-border-radius-topleft: 10px;
  179. border-top-left-radius: 10px;
  180. -moz-border-radius-bottomleft: 10px;
  181. border-bottom-left-radius: 10px;
  182. -moz-border-radius-topright: 10px;
  183. border-top-right-radius: 10px;
  184. }
  185.  
  186. img {
  187. margin:0px;
  188. max-width:100%;
  189. }
  190.  
  191. /* TAGS */
  192.  
  193. .tags {
  194. opacity:0.3; }
  195.  
  196.  
  197. /* NAVIGATION */
  198.  
  199. #navigation a {
  200. background-color: {color:Content Border};
  201. display:block;
  202. font-size:7pt;
  203. margin-bottom:4px;
  204. padding:2px;
  205. width:110px;
  206. margin-left:-17px;
  207. letter-spacing:1px;
  208. text-align:center;
  209. font-family:calibri;
  210. text-shadow:none;
  211. text-transform:uppercase;
  212. color: {color:Bold}; }
  213.  
  214. #navigation a:hover {
  215. background-color: {color:Text};
  216. color: {color:Background};
  217. text-shadow:none;
  218. text-decoration:none;
  219. text-align:center;
  220. -webkit-transition: opacity 0.7s linear;
  221. -webkit-transition: all 0.7s ease-out;
  222. -moz-transition: all 0.7s ease-out;
  223. transition: all 0.7s ease-out;}
  224.  
  225.  
  226. /* EXTRAS LINKS */
  227.  
  228. #extraslinks a {
  229. background-color: {color:Content BG};
  230. border:1px solid {color:Content Border};
  231. display:block;
  232. font-size:7pt;
  233. margin-bottom:2px;
  234. padding:5px;
  235. width:100px;
  236. margin-left:-7px;
  237. letter-spacing:0px;
  238. text-align:center;
  239. font-family:calibri;
  240. text-shadow:none;
  241. text-transform:uppercase;
  242. color: {color:Bold}; }
  243.  
  244. #extraslinks a:hover {
  245. background-color: {color:Text};
  246. color: {color:Background};
  247. text-shadow:none;
  248. text-decoration:none;
  249. text-align:center;
  250. -webkit-transition: opacity 0.7s linear;
  251. -webkit-transition: all 0.7s ease-out;
  252. -moz-transition: all 0.7s ease-out;
  253. transition: all 0.7s ease-out;}
  254.  
  255. /* EXTRAS */
  256.  
  257.  
  258. .extras {
  259. width:520px;
  260. z-index:2000;
  261. padding:0px;
  262. letter-spacing:0;}
  263.  
  264. .push {
  265. background:transparent;
  266. opacity:0;
  267. margin-top:0px;
  268. text-align:left;
  269. margin-left:520px;
  270. position:absolute;
  271. -webkit-transition: opacity 0.7s linear;
  272. -webkit-transition: all 0.7s ease-out;
  273. -moz-transition: all 0.7s ease-out;
  274. transition: all 0.7s ease-out;}
  275.  
  276. .extras:hover .push {
  277. opacity:1.0;
  278. margin-left:540px;
  279. -webkit-transition: opacity 0.7s linear;
  280. -webkit-transition: all 0.7s ease-out;
  281. -moz-transition: all 0.7s ease-out;
  282. transition: all 0.7s ease-out;}
  283.  
  284. </style>
  285.  
  286. <div class="pagination">
  287. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  288. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  289. </div>
  290.  
  291.  
  292. <div class="hover">
  293.  
  294. <div class="sidebar">
  295. <div class="sidebarcontent">
  296.  
  297. <div id="navigation">
  298. <div align="center"><table width="400px" style="margin:0;padding:0;text-align:center;"><td><td width="50%" vAlign="top" style="margin:0;padding:0;">
  299. <a href="/">index</a>
  300. <a href="/ask">message</a>
  301. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  302. </td>
  303.  
  304. <td width="50%" vAlign="top" style="margin:0;padding:0;">
  305.  
  306. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  307. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  308. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  309. </td></tr></table></div></div>
  310. </div>
  311.  
  312. <div class="sideimgborder">
  313. <div class="sidebarimage">
  314. </div>
  315. </div> <!-- END SIDE IMAGE BORDER -->
  316. <div align="center">{Description}</div>
  317.  
  318. </div> <!-- END SIDEBAR -->
  319. </div> <!-- END HOVER -->
  320.  
  321.  
  322.  
  323. <div class="contentwhole">
  324.  
  325. {block:Posts}
  326.  
  327. <div class="extras">
  328.  
  329. <div class="push">
  330. <div id="extraslinks">
  331.  
  332. <a href="{ReblogURL}" target="_blank" title="reblog this post!">REBLOG</a>
  333. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  334. {block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</a>
  335.  
  336. </div> <!-- END EXTRA LINKS -->
  337.  
  338. <div class="tags">
  339.  
  340. {block:HasTags}{block:Tags}
  341. <a href="{TagURL}">#{Tag}</a><br />
  342. {/block:Tags}{/block:HasTags}
  343.  
  344. </div> <!-- END TAGS -->
  345. </div> <!-- END PUSH -->
  346.  
  347. <div class="content">
  348.  
  349.  
  350. {block:Text}
  351. {block:Title}
  352. <a href="{Permalink}" class="ttitle">{Title}</a>
  353. {/block:Title}
  354. {Body}
  355. {/block:Text}
  356.  
  357. {block:Photo}
  358. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  359. {block:Caption}{Caption}{/block:Caption}
  360. {/block:Photo}
  361.  
  362. {block:Photoset}
  363. {Photoset-500}
  364. {block:Caption}{Caption}{/block:Caption}
  365. {/block:Photoset}
  366.  
  367. {block:Quote}
  368. {Quote}<p>
  369. {block:Source}- {Source}{/block:Source}
  370. {/block:Quote}
  371.  
  372. {block:Link}
  373. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  374. {block:Description} {Description} {/block:Description}
  375. {/block:Link}
  376.  
  377. {block:Chat}
  378. {block:Title} {Title} {/block:Title}
  379. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  380.  
  381. {/block:Lines}
  382. {/block:Chat}
  383.  
  384.  
  385. {block:Audio}
  386. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  387. <p>
  388. {block:AlbumArt}
  389. <img src="{AlbumArtURL}" width="100px" />
  390. {/block:AlbumArt}
  391. <p>
  392. {block:Caption}
  393. {Caption}
  394. {/block:Caption}
  395. {/block:Audio}
  396.  
  397.  
  398. {block:Video}
  399. {Video-500}
  400. {block:Caption}{Caption}{/block:Caption}
  401. {/block:Video}
  402.  
  403. {block:Answer}
  404. {Asker} asked: {Question}<p>
  405. {Answer}
  406. {/block:Answer}
  407.  
  408.  
  409. <div class="info">
  410. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  411. {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  412. </div> <!--END INFO -->
  413.  
  414. {block:PermalinkPage}
  415. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  416. {block:PostNotes}
  417. {PostNotes}
  418. {/block:PostNotes}
  419. {/block:PermalinkPage}
  420. </div> <!-- END CONTENT -->
  421. </div> <!-- END EXTRAS -->
  422. {/block:Posts}
  423. </div> <!-- END CONTENT WHOLE -->
  424.  
  425. </body>
  426.  
  427. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement