Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  8. <link href='https://fonts.googleapis.com/css?family=League+Script' rel='stylesheet' type='text/css'>
  9. <!---- base theme by enterprizer @ tumblr, for public use --->
  10.  
  11.  
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="image:oval" content=""/>
  15. <meta name="text:Link1" content="Link 1"/>
  16. <meta name="text:Link1Url" content="/"/>
  17. <meta name="text:Link2" content="Link 2"/>
  18. <meta name="text:Link2Url" content="/"/>
  19. <meta name="text:Link3" content="Link 3"/>
  20. <meta name="text:Link3Url" content="/"/>
  21. <meta name="text:Link4" content="Link 4"/>
  22. <meta name="text:Link4Url" content="/"/>
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27. background:url(http://dc217.4shared.com/img/nD9mMQHY/s7/13f825e3338/green-and-blue-forest-fog1366x);
  28. background-repeat:no-repeat;
  29. background-attachment: fixed;
  30. background-size: cover;
  31. margin:0px;
  32. color:{color:text};
  33. font-family:Calibri;
  34. font-size:10px;
  35. line-height:100%;
  36. }
  37.  
  38. a {
  39. text-decoration:none;
  40. outline:none;
  41. -moz-outline-style:none;
  42. color:{color:link};
  43. }
  44. A.class2 {color:white;}
  45. A.class2:link {text-decoration: none; color: white;}
  46. A.class2:visited {text-decoration: none; color: white;}
  47. A.class2:hover {text-decoration: bold; color: #4DB8B8;}
  48. A.class2:active {text-decoration: none; color: #4DB8B8;}
  49.  
  50. img {
  51. max-width:100%;
  52. height:auto;
  53. width:auto;
  54. }
  55.  
  56. blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. blockquote blockquote {
  62. padding-left:5px;
  63. border-left:2px solid;
  64. }
  65.  
  66. h1 {
  67. font-size:15px;
  68. }
  69. ul {
  70. list-style-type: none;
  71. font-size:20px;
  72. }
  73.  
  74. li {
  75. font-family: 'League Script', cursive;
  76. width:100px;
  77. float: right;
  78. margin-right:5px;
  79. color:white;
  80. }
  81.  
  82. #entries {
  83. padding:10px;
  84. width:700px;
  85. height:100%;
  86. margin-left:40%;
  87. margin-right:50%;
  88. }
  89.  
  90. #post {
  91. font-family: 'Oswald', sans-serif;
  92. height:auto;
  93. width:500px;
  94. text-align:center;
  95. background: #ffffff;
  96. border-radius: 5px;
  97. -o-border-radius: 5px;
  98. -moz-border-radius: 5px;
  99. -webkit-border-radius: 5px;
  100. padding: 15px;
  101. margin: 10px;
  102. border: 1px solid #989898;
  103. float:left;
  104. }
  105.  
  106.  
  107. #sidebar {
  108. background-color:rgb(0, 0, 0);
  109. width:18em;
  110. height:110%;
  111. position:fixed;
  112. margin-left:10%;
  113. margin-top:-5%;
  114. border-right:.5em solid #004C4C;
  115. }
  116.  
  117. #title {
  118. font-size:15px;
  119. text-align:center;
  120. margin-bottom:5px;
  121. }
  122.  
  123. #sidebarimage {
  124. width 250px;
  125. }
  126.  
  127. #sidebarimage img {
  128. width:250px;
  129. }
  130.  
  131. #description {
  132. color:white;
  133. line-height:130%;
  134. word-break: normal;
  135. font-family: 'Oswald', sans-serif;
  136. margin-top:150%;
  137. padding:5px;
  138. text-align:center;
  139. font-size:18px;
  140. }
  141.  
  142. #pagination {
  143. font-size:20px;
  144. text-align:center;
  145. }
  146.  
  147. #info {
  148. text-align:center;
  149. margin-top:10px;
  150. }
  151.  
  152. #asker {
  153. float:left;
  154. margin-right:5px;
  155. }
  156. .pull-right {
  157. float:right !important;
  158. }
  159. .menu {
  160. margin-top:6%;
  161. height:6%;
  162. width:100%;
  163. background-color:#009999;
  164. position:fixed;
  165. }
  166.  
  167. .top{
  168. background-color:#004C4C;
  169. height:10%;
  170. width:100%;
  171. position:fixed;
  172. border-bottom:#ffffff solid;
  173. border-bottom-width:1%;
  174. }
  175. #oval {
  176. width: 30em;
  177. height: 14em;
  178. background: #004C4C;
  179. -moz-border-radius: 135px / 75px;
  180. -webkit-border-radius: 135px / 75px;
  181. border-radius: 135px / 75px;padding:15px;
  182. position:fixed;
  183. margin-left:4em;
  184. margin-top:1em;
  185. }
  186. #ovalpic {
  187. width: 28em;
  188. height: 9.5em;
  189. background-image:url(http://pre01.deviantart.net/9273/th/pre/f/2014/067/0/0/blue_forest_by_wuddie06-d79ddgn.jpg);
  190. -moz-border-radius: 135px / 75px;
  191. -webkit-border-radius: 135px / 75px;
  192. border-radius: 135px / 75px;padding:15px;
  193. position:fixed;
  194. margin-left:5em;
  195. margin-top:4.25em;
  196. z-index:5;
  197. }
  198. #ovalwhite {
  199. width: 29em;
  200. height: 10.5em;
  201. background: #ffffff;
  202. -moz-border-radius: 135px / 75px;
  203. -webkit-border-radius: 135px / 75px;
  204. border-radius: 135px / 75px;padding:15px;
  205. position:fixed;
  206. margin-left:4.5em;
  207. margin-top:3.8em;
  208. z-index:4;
  209. }
  210. .like_and_reblog_buttons {
  211. border: 1px solid rgba(250,250,250,.1);
  212. border-radius: 3px;
  213. list-style: none;
  214. }
  215. .like_and_reblog_buttons li {
  216. float: center;
  217. margin-right:180px;
  218. height: 0px;
  219. }
  220.  
  221. .like_and_reblog_buttons li:first-child {
  222. border-right: 1px solid rgba(250,250,250,.1);
  223. }
  224. .butt {
  225. border: 5px outset #004C4C;
  226. background-color: #009999;
  227. height:50px;
  228. width:85%;
  229. cursor:pointer;
  230. color:white;
  231. font-size:20px;
  232. font-family: 'Oswald', sans-serif;
  233. margin-left:9%;
  234. }
  235. a.button {
  236. -webkit-appearance: button;
  237. -moz-appearance: button;
  238. appearance: button;
  239.  
  240. text-decoration: none;
  241. color: initial;
  242. }
  243. #edge {
  244. height:100%;
  245. width:20%;
  246. background-image:url(http://p1.pichost.me/i/35/1582232.jpg);
  247. position:fixed;
  248. }
  249.  
  250. {CustomCSS}</style></head><body>
  251. <div id="oval"></div>
  252. <div id="ovalpic"></div>
  253. <div id="ovalwhite"></div>
  254. <div class="menu">
  255. <nav data-topbar role="navigation">
  256. <div class="nav" style="">
  257. <div class="container">
  258. <ul >
  259. <li><a href="/ask"class="class2">Ask</a></li>
  260. <li><a href="/submit"class="class2">Submit</a></li>
  261. <li><a href="/archive"class="class2">Archive</a></li>
  262. <li><a style="margin-left:20px" href="/"class="class2">Home</a></li>
  263. </ul>
  264. </div>
  265. </div>
  266. </nav>
  267. </div>
  268. <div class="top"></div>
  269. <div id="sidebar">
  270. <div id="description">{Description}</div>
  271. <div id="pagination">
  272. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  273. {block:NextPage}<a href="{NextPage}">|&nbsp»</a>{/block:NextPage}{/block:Pagination}
  274. </div><br>
  275. <a href="{text:Link1Url}"><input class="butt" type="button" value="{text:Link1}"><br></a>
  276. <a href="{text:Link2Url}"><input class="butt" type="button" value="{text:Link2}"><br></a>
  277. <a href="{text:Link3Url}"><input class="butt" type="button" value="{text:Link3}"><br></a>
  278. <a href="{text:Link4Url}"><input class="butt" type="button" value="{text:Link4}"><br></a>
  279. <a href="http://allthenamesilikearetaken.tumblr.com/"><input class="butt" type="button" value="Theme"><br></a>
  280. </div>
  281.  
  282. <div id="entries"><div style= "margin-top:17%">{block:Posts}<div id="post">
  283.  
  284. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  285.  
  286. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  287.  
  288. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  289.  
  290. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  291.  
  292. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  293.  
  294. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  295.  
  296. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  297.  
  298. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  299.  
  300. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  301.  
  302. <div id="info">
  303. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  304. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  305. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  306. <ul class="like_and_reblog_buttons">
  307. <li>{ReblogButton}</li>
  308. <li>{LikeButton}</li>
  309. </ul>
  310. </div>
  311. {block:PostNotes}{PostNotes}{/block:PostNotes}
  312. {/block:Posts}</div></div>
  313.  
  314. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement