Advertisement
yuukithemes

ugh theme

Apr 17th, 2015
3,991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. <!DOCTYPE html><head>
  2.  
  3. <!-- i do not recommend tinkering with this theme. it's an old theme that was messed up in my documents so i spent a long time cleaning out tons of errors in the html. if you want help customizing, please look through my /askme coding tag and/or faq, or google. i will only help with any glitches or issues in my themes, not customizations anymore.
  4. @shenpai -->
  5.  
  6. <title>{title}</title>
  7. <meta name="color:Background" content="#fff">
  8. <meta name="color:Text" content="#444">
  9. <meta name="color:Link" content="#444">
  10. <meta name="image:Sidebar" content=""/>
  11. <meta name="color:Link Hover" content="#eee">
  12. <meta name="color:Post Info Background" content="#eee">
  13. <meta name="color:Ask Background" content="#faf9f8" />
  14. <meta name="color:Sidebar Background" content="#fbfbfb"/>
  15. <meta name="color:Italic" content="#000"/>
  16. <meta name="color:Shadow" content="#000"/>
  17. <meta name="color:Borders" content="#fbfbfb"/>
  18. <meta name="if:400px" content="1">
  19. <meta name="if:300px" content="1">
  20. <meta name="image:Background" content="">
  21. <meta name="text:Link 1 URL" content="" />
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 2 URL" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 3 URL" content="" />
  26. <meta name="text:Link 3" content="" />
  27. <style type="text/css">
  28.  
  29. a{color:{color:Link};}
  30. a:hover{color:{color:Link Hover};text-decoration:none;}
  31. h2,h1 {font-family:helvetica;font-weight:100;font-size:13px}
  32. #ask {padding:10px;background:{color:ask background};}
  33. .triangle{margin:-7px 0 0 30px;color:{color:ask background};font-size:65px; z-index:-99999!important; z-index:-9;font-family:arial;}
  34. #answer{margin:20px;}
  35. blockquote {padding-left:15px;margin-left:10px;border-left:2px solid {color:text}; word-wrap:break-word;}
  36. pre, code {padding:10px; box-sizing:border-box; -moz-box-sizing:border-box; webkit-box-sizing:border-box; display:block; width:100%; overflow-x:auto;}
  37. body{ background:{color:Background}; background-image:url('{image:Background}'); font-size:11px; background-attachment:fixed; font-family:arial; color:{color:Text}; line-height:1.5em; word-wrap:break-word;}
  38. #border { background:{color:sidebar background}; width:130px; box-shadow:0px 0px 0px 4px {color:shadow}; margin-left:155px; padding:10px; background:{color:sidebar background}; position:fixed; border:1px dashed {color:borders};}
  39. #dates { max-width:110px; border:1px dashed {color:borders}; padding:5px; font-size:14px; font-weight:bold; position:absolute; margin-top:0px; background:{color:sidebar background}; {block:if300px} margin-left:345px; {/block:if300px} {block:if400px} margin-left:445px; {/block:if400px}}
  40. #ugh { border-bottom:1px dashed {color:borders}; width:17px; position:absolute; margin-top:15px; {block:if300px} margin-left:325px; {/block:if300px} {block:if400px} margin-left:423px; {/block:if400px} }
  41. /*SIDEBAR*/
  42. #title{ margin-bottom:-6px; text-align:center;}
  43. #title img { border-radius:10px; padding:5px; margin-top:15px; background:white; width:90px; box-shadow:0px 0px 0px 4px {color:shadow}; border:1px dashed {color:borders};}
  44. #links{ text-align:center; z-index:999999; padding-bottom:4px; margin-top:10px;}
  45. /* page navigation */
  46. .pagination{ padding:10px; margin-top:20px; font-size:12px; text-align:center;}
  47. .pagination a{ display:inline-block; margin:0px 2px; background:white; border:1px dashed {color:borders}; display:-moz-inline-stack; line-height:100%; padding:5px;}
  48. .pagination .g{ display:inline-block; margin:0px 2px; display:-moz-inline-stack;line-height:100%; padding:7px;}
  49. .pagination a:hover{opacity:0.7;}
  50. #notes { {block:if300px} width:300px; {/block:if300px} {block:if400px} width:400px; {/block:if400px} padding:25px; line-height:16px; background:white; border:1px dashed {color:borders}; }
  51. #notes img {display:none;}
  52. ol.notes { color:{color:Text};}
  53. #notes a { color:{color:text};}
  54. #previous, #next, .page-info {font-size: 12px; background-color: white;
  55. border: 1px dashed #eee; color: {color:Text}; padding: 5px; text-decoration: none; }
  56. #previous:hover, #next:hover { text-decoration: none; }
  57. i, em { background:{color:sidebar background}; color:{color:italic};}
  58. /*POST CONTAINER*/
  59. #entries{ margin-left:350px; margin-top:60px; {block:if300px} width:300px; {/block:if300px} {block:if400px} width:400px; {/block:if400px} margin-bottom:30px;}
  60. /*Posts*/
  61. #posts{ {block:if300px} width:300px; {/block:if300px} {block:if400px} width:400px; {/block:if400px} padding:25px; line-height:17px;background:white; box-shadow:0px 0px 0px 4px {color:shadow}; border:1px dashed {color:Borders}; margin-bottom:50px;}
  62. #posts img { max-width:100%;}
  63. iframe img { max-width:100%;}
  64. /*Chat*/
  65. .chat li{ list-style-type:none; margin-left:-40px; border-bottom:1px dashed {color:borders};}
  66. /*POST INFO*/
  67. #postinfo{ background:{color:Post Info Background}; padding:3px; text-transform:lowercase;}
  68. #tags a{ padding:3px;}
  69. /*audio*/
  70. .player { width:25px;
  71. height:25px; overflow:hidden; position:absolute; margin-top:20px; margin-left:0px;}
  72. .audioinfo { margin-left:30px; text-align:center; {block:if300px} width:260px; {/block:if300px} {block:if400px} width: 360px; {/block:if400px} margin-top:6px; margin-bottom:5px; border:1px dashed {color:borders}; background:{color:ask background}; padding:2px;}
  73. .audioinfo1 { margin-left:30px; text-align:center; {block:if300px} width:260px; {/block:if300px} {block:if400px} width: 360px; {/block:if400px} margin-bottom:10px; border:1px dotted {color:borders}; background:{color:ask background}; padding:2px;}
  74. #things { border-bottom:1px dashed {color:borders}; padding:5px; text-align:center; margin-top:3px;}
  75. .search { color: black; border-bottom:1px dashed {color:borders}; border-left:0; border-top:0; border-right:0; font-size:12px; z-index:99999; margin-top:10px; margin-left:11px; background:transparent; text-align:Center; width:100px; border-radius: 0px; padding: 3px; }
  76. #boop { background:{color:sidebar background}; border:1px dashed {color:shadow}; padding:10px; border-radius:5px; text-align:center; margin-bottom:6px; font-size:15px;}
  77. #boop a { display:block; text-decoration:none;}
  78. {CustomCSS}</style></head>
  79.  
  80. <body>
  81. <div id="border">
  82. <div id="things">{description}</div>
  83. <div id="title"><a href="/"><img src="{image:Sidebar}"></a></div>
  84. <form action="/search" method="get" id="search-form"><input class="search" type="text" placeholder="Search... (行く!)" name="q" value="" style="outline:none;"/></form>
  85. <div id="links">
  86. <a href="/ask">mail</a>
  87. <a href="/archive">past</a>
  88. <a href="/">index</a>
  89. {block:ifLink1}<br><a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  90. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  91. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}</div>
  92.  
  93. <!-- don't touch this. -->
  94. <a href="http://shenpai.tumblr.com" style="background:white; padding:4px; color:gray; position:fixed; bottom:5px; left:5px; border:1px solid {color:borders}; text-decoration:none">THEME</a>
  95. </div></div>
  96.  
  97. <div id="entries">{block:SearchPage}{block:SearchResults}<div class="post"><div class="post-content"><h3>{lang:SearchResultCount results for SearchQuery 2}</h3></div></div>{/block:SearchResults}{block:NoSearchResults}<div class="post"><div class="post-content"><h3>{lang:No search results for SearchQuery 2}</h3></div></div>{/block:NoSearchResults}{/block:SearchPage}<p></p>{block:Posts}<div id="posts">{block:indexpage}<div id="ugh"></div><div id="dates">{12Hour}:{Minutes}{AMPM}, {ShortMonth}</div>{/block:indexpage} {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}{Body}{/block:Text}{block:Quote}<div style="font-family:serif;font-style:italic;font-size:14px;text-align:justify;margin:10px;word-wrap:break-word;">"{Quote}"</div>{block:Source}- {Source}{/block:Source}{/block:Quote}{block:Link}<div id="boop"><a href="{URL}">{Name}</a></div>{Description}{/block:Link}{block:Chat}{block:Title}{Title}{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{block:Video}
  98. {block:PostTitle}{PostTitle}{/block:PostTitle}
  99. {block:if400px}{Video-400}{/block:if400px}
  100. {block:if300px}<center>{video-250}</center>{/block:if300px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  101. {block:Audio}<div class="player">{AudioPlayerWhite}</div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}</div><div class="audioinfo1">Played: {FormattedPlayCount}{block:Artist} / {Artist}{/block:Artist}</div> {/block:Audio}{block:Answer}<div id="ask">{Asker} said:<span style="padding:4px">{Question}</span></div><div class="triangle">▾</div><div id="answer">{Answer}</div>{/block:Answer}{block:indexpage}<div id="postinfo"><b><a href="{Permalink}">with {NoteCountWithLabel} on {dayofweek}</a></b>&nbsp; {block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:indexpage}</div>
  102. {block:permalinkpage}{block:PostNotes}
  103. <div id="notes">
  104. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  105. {PostNotes}</div>{block:PostNotes}{/block:permalinkpage}</div>{/block:Posts}{block:IndexPage}<div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="g">✖</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" id="next">→</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}</div>
  106. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement