Advertisement
beliebed

#29 Hot Dudes Theme

Nov 17th, 2013
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.36 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.  
  5. theme by artcicmonkeyz
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="image:sidebar" content="#A4A4A4"/>
  19. <meta name="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Tags" content="f0f0f0"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:Border" content="#e4e4e4"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:Answer" content="#f8f8f8"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:bg" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Link 3" content="1" />
  38. <meta name="color:scrollbarbg" content="ffffff"/>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /* --- SCROLLBAR ---*/
  44.  
  45.  ::-webkit-scrollbar {
  46. width: 5px;height: 5px;}
  47. ::-webkit-scrollbar-button:start:decrement,
  48. ::-webkit-scrollbar-button:end:increment {
  49. height: 6px;display: block;background-color: {color:white};}
  50. ::-webkit-scrollbar-track-piece {
  51. background-color: {color:scrollbarbg};}
  52. ::-webkit-scrollbar-thumb:vertical {
  53. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  54.  
  55.  
  56. /* --- BODY ---*/
  57.  
  58. body {
  59.     background:{color:background};
  60.     margin:0px;
  61.     color:{color:text};
  62.     font-family:cambria;
  63.     font-size:9px;
  64.     line-height:100%;
  65. }
  66.  
  67. a {
  68.     text-decoration:none;
  69.     outline:none;
  70.     -moz-outline-style:none;
  71.     color:{color:link};
  72. }
  73.  
  74. img {
  75.     border:none;
  76. }
  77.  
  78. blockquote {
  79.     padding-left:5px;
  80.     border-left:2px solid;
  81. }
  82.    
  83. blockquote blockquote {
  84.     padding-left:5px;
  85.     border-left:2px solid;
  86. }
  87.  
  88. h1 {
  89.     font-size:9px;
  90.     text-transform:uppercase;
  91. }
  92.  
  93. a:hover {
  94.     opacity:10;
  95.     color:{color:hover};
  96.      -webkit-transition: all 0.7s ease;
  97.     -moz-transition: all 0.7s ease;
  98.     -o-transition: all 0.7s ease
  99. }
  100. #flower {
  101. position:fixed;
  102. margin-top:18px;
  103. margin-left:-90px;
  104. }
  105.  
  106. #flower img {
  107. width:150px;
  108. height:150px;
  109.  
  110. }
  111.  
  112. #wow {
  113. position:fixed;
  114. margin-top:255px;
  115. margin-left:-90px;
  116. }
  117.  
  118. #wow img {
  119. width:150px;
  120. height:150px;
  121.  
  122. }
  123.  
  124.  
  125. /* --- POST ENTRIES ---*/
  126.  
  127.  
  128. #entries {
  129.     padding:10px;
  130.     width:500px;
  131.     margin-left:500px;
  132.     margin-top:50px;
  133.     font-size:11px;
  134. }
  135.  
  136. /* --- BODY: POSTS ---*/
  137.  
  138.  
  139. #post {
  140.     width:500px;
  141.     padding-bottom:20px;
  142.     padding:10px;
  143.     margin-top:15px;
  144.     background-color:{color:Post};
  145. }
  146.  
  147. /* --- SIDEBAR IMAGE ---*/
  148.  
  149.  
  150. #sidebar {
  151.     width:120px;
  152.     position:fixed;
  153.     margin-left:400px;
  154.     margin-top:110px;
  155.     opacity:.80;
  156.     background-color:{color:gray};
  157. }
  158.  
  159. #sidebarimage {
  160.     position:fixed;
  161.     margin-top:144px;
  162.     margin-left:-187px;
  163.     width 90px;
  164. }
  165.  
  166. #sidebarimage img {
  167.     position:fixed;
  168.     width:150px;
  169.     border:solid 0px;
  170.     padding:2px;
  171.     border-radius:500px;
  172.     border-color: {color:gray};
  173.     background-color:{color:Sidebar};
  174.  
  175.  
  176. }
  177. /* --- SIDEBAR LINKS ---*/
  178.  
  179. .links {
  180.     width:250px;
  181.     height:4px;
  182.     padding: 9px;
  183.     font-size:7px;
  184.     font-family:'cambria bold';
  185.     text-align:center;
  186.     margin-top:35px;
  187.     margin-left:-150px;
  188.     text-align:center;
  189.     text-transform:uppercase;
  190.     word-spacing:5px;
  191.     position:fixed;
  192.     padding-bottom:5px;
  193.     display:block;
  194. }
  195.  
  196. .links a {
  197.     font-size: 12px;
  198.     display:block;
  199.     line-height:20px;
  200. }
  201.  
  202. .links a:hover {
  203.    color:{color:Hover}
  204. }  
  205.  
  206.  
  207. /* --- DESCRIPTION ---*/
  208.  
  209. #description {
  210.     position:fixed;
  211.     font-family:cambria;
  212.     line-height:100%;
  213.     font-size:10px;
  214.     font-style:;
  215.     width:100px;
  216.     margin-top:275px;
  217.     padding:8px;
  218.     margin-left:-73px;
  219.     text-align:center;
  220.     color:{color:text};
  221.     line-height:12px;
  222.     }
  223.    
  224. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  225. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  226.  
  227. /* --- PAGINATION---*/
  228.  
  229.  
  230. #pagination {
  231.     width:50px;
  232.     font-size:15px;
  233.     text-align:center;
  234.     background-color:#;
  235.     margin-left:-30px;
  236.     margin-top:195px;
  237.     position:fixed;
  238.     font-family:cambria;
  239.     text-transform:uppercase;
  240.     letter-spacing:0px;
  241.     font-style:none;
  242.     height:10px;
  243.     padding:8px;
  244. }
  245.  
  246. #pagination a {color:{color:links}; -moz-transition-duration:1s;
  247. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  248.  
  249. /* --- POST INFO ---*/
  250.  
  251.  
  252. #info {
  253.     text-align:left;
  254.     margin-top:10px;
  255.     text-transform:uppercase;
  256.     font-size:8px;
  257.     font-style:none;
  258.     border-top:1px solid {color:Line}
  259. }
  260.  
  261. /* --- POST TAGS---*/
  262.  
  263.  
  264. #tags {
  265.     font-family:cambria;
  266.     letter-spacing:0px;
  267.     text-transform:lowercase;
  268.     font-size:10px;
  269.     font-style:italic;
  270.     margin-top:4px;
  271.     text-align:left;
  272. }
  273.    
  274. #tags
  275. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  276.     -webkit-transition: all 0.6s ease-in-out;
  277.     -moz-transition: all 0.6s ease-in-out;
  278.     -o-transition: all 0.6s ease-in-out;
  279.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  280.  
  281.  
  282. /* --- QUESTIONS ---*/
  283.  
  284. #asker {
  285.     padding:5px;
  286.     font-family:cambria;
  287.     letter-spacing:1px;
  288.     text-align:left;
  289.     font-style:italic;
  290.     margin-left:10px;
  291.     border-left:3px #eee solid;
  292.     background-color:{color:background}
  293. }
  294.  
  295. {CustomCSS}</style></head><body>
  296.  
  297. <div id="sidebar">
  298. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  299. <div id="sidebarimage2"><img src="{image:sidebar 2}"></div>
  300.  
  301.  
  302. <div id="description">
  303. {Description}
  304. </div>
  305.  
  306.  
  307.  
  308. <div id="flower"><img src="http://www.clker.com/cliparts/5/H/u/H/b/2/transparent-black-circle-hi.png"></div>
  309.  
  310. <div id="wow"><img src="http://www.clker.com/cliparts/5/H/u/H/b/2/transparent-black-circle-hi.png"></div>
  311.  
  312. <div class="links">
  313. <a href="/">refresh</a>
  314. <a href="/ask">askbox</a>
  315. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  316. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  317. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  318. </div>
  319.  
  320.  
  321.  <div id="pagination">
  322. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}  {block:NextPage}<a href="{NextPage}">old</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  323. </div></div></div>
  324.  
  325. </div>
  326.  
  327.  
  328. <div id="entries">{block:Posts}<div id="post">
  329.  
  330. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  331.  
  332. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  333.  
  334. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  335.  
  336. {block:Quote}{Quote}{/block:Quote}
  337.  
  338. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  339.  
  340. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  341.  
  342. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  343. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  344. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  345. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  346. {/block:Audio}
  347.  
  348. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  349.  
  350. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} wrote: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  351.  
  352. <div id="info">
  353. <br>shared <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  354. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  355. {/block:Posts}
  356. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  357. {/block:Posts}</div></div></div>
  358.  
  359.  
  360.  
  361.  
  362.  
  363. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:2px; font-family:cambria;"><a href=""><a href="http://artcicmonleyz.tumblr.com/">© artcicmonkeyz</a></center></div>
  364.  
  365.    
  366. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement