Advertisement
Guest User

Base Theme

a guest
Apr 25th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.06 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.  
  8. <!---- this is theme 4e credit
  9. thank you
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#9B9B9B"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Link Hover" content="#eeeeee"/>
  16. <meta name="color:scrollbar" content="#D6D5D5">
  17. <meta name="color:title" content="#aaaaaa"/>
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="text:sidebartitle" content="">
  20. <meta name="text:link 1" content="Link 1"/>
  21. <meta name="text:link 1 url" content="/"/>
  22. <meta name="text:link 2" content="Link 2"/>
  23. <meta name="text:link 2 url" content="/"/>
  24. <meta name="text:link 3" content="Link 3"/>
  25. <meta name="text:link 3 url" content="/"/>
  26. <meta name="text:link 4" content="Link 4"/>
  27. <meta name="text:link 4 url" content="/"/>
  28. <meta name="text:link 5" content="Link 5"/>
  29. <meta name="text:link 5 url" content="/"/>
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb:vertical {
  35. height:10px;
  36. border:2px solid #fff;
  37. background-color:{color:scrollbar};
  38. }
  39. ::-webkit-scrollbar-thumb:horizontal {
  40. background-color:transparent;
  41. }
  42. ::-webkit-scrollbar {
  43. width:2px;
  44. height:5px;
  45. border:5px solid:transparent;
  46. background-color:{color:scrollbar};
  47. }
  48. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  49. display:block;
  50. height:6x;
  51. border-right:2px solid #fff;
  52. border-left:10px solid #fff;
  53. background-color:{color:scrollbar};
  54. }
  55.  
  56. iframe#tumblr_controls {
  57. white-space:nowrap;
  58. -webkit-filter: invert(100%);
  59. -moz-filter: invert(100%);
  60. -o-filter: invert(100%);
  61. -ms-filter: invert(100%);
  62. filter: invert(100%);
  63. opacity:.2;transition: .8s ease-in-out;
  64. -webkit-transition: .8s ease-in-out;
  65. -moz-transition: .8s ease-in-out;
  66. -o-transition: .8s ease-in-out;
  67. }
  68.  
  69. h1 {
  70. font-weight:normal;
  71. font-size:13px;
  72. font-family:roboto;
  73. text-align:center;
  74. font-style:normal;
  75. line-height:100%;
  76. letter-spacing:1px;
  77. text-transform:normal;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:10px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:bold;
  88. text-transform:uppercase;
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93. blockquote {
  94. border-left:1px solid #ccc;
  95. padding:7px;
  96. margin:10px 2px 0px 10px
  97. }
  98.  
  99. body {
  100. background:{color:background};
  101. margin:0px;
  102. color:{color:text};
  103. font-family:arial;
  104. font-size:11.5px;
  105. line-height:100%;
  106. background-attachment: fixed;
  107. background-image:stretch;
  108. background-repeat: no-repeat;
  109. background-image:cover;
  110. background-position:left top;
  111. background-image: url(http://static.tumblr.com/lhgqxuz/4ftnndmnc/generic_theme.jpg)
  112. }
  113.  
  114. a {
  115. text-decoration:none;
  116. outline:none;
  117. -moz-outline-style:none;
  118. color:{color:link};
  119. -moz-transition-duration:0.5s;
  120. -webkit-transition-duration:0.5s;
  121. -o-transition-duration:0.5s;
  122. }
  123.  
  124. a:hover {
  125. text-decoration:none;
  126. outline:none;
  127. -moz-outline-style:none;
  128. color:{color:link hover};
  129. }
  130.  
  131. img {
  132. border:none;
  133. }
  134.  
  135. #theme {
  136. width:100px;
  137. margin:0 auto -10px auto;
  138. }
  139.  
  140. #post {
  141. width:500px;
  142. padding-bottom:-20;
  143. margin-top:-px;
  144. }
  145.  
  146. #entries {
  147. float:left;
  148. margin-top:110px;
  149. margin-bottom:800px;
  150. margin-left:-63px;
  151. position: fixed;
  152. height: 300px;
  153. overflow-x: hidden;
  154. padding-right:30px;
  155. background-color:;
  156. overflow-y:;
  157. width: 500px;
  158. padding: 34px;
  159. border: ;
  160. background: ;
  161. top: 30px;
  162. z-index: ;
  163.  
  164. }
  165. }
  166.  
  167. #sidebar {
  168. color:{color:text};
  169. position:fixed;
  170. width:91px;
  171. height:auto;
  172. margin-top:80px;
  173. margin-left:-200px;
  174. text-align:left;
  175. }
  176.  
  177. #sidebar img {
  178. width:130px;
  179. margin-top:-100px;
  180. margin-bottom:5px;
  181. padding:-1px;
  182. outline-offset:4px;
  183. }
  184.  
  185. #links {
  186. position:fixed;
  187. font-family:'Arial';
  188. width:20px;
  189. margin-top:90px;
  190. margin-left:390px;
  191. font-size:50px;
  192. text-transform:uppercase;
  193. text-align:center;
  194. font-style:italic;
  195. line-height:%;
  196. }
  197.  
  198. #links a{
  199. line-height:150%;
  200. padding:1px;
  201. margin-top:-20px;
  202. margin-left:20px;
  203. color:{color:link};
  204. -moz-transition-duration:.7s;
  205. -webkit-transition-duration:.7s;
  206. -o-transition-duration:.7s;
  207. }
  208.  
  209. #links a:hover {
  210. color:{color:link hover};
  211. -moz-transition-duration:.4s;
  212. -webkit-transition-duration:.4s;
  213. -o-transition-duration:.4s;
  214.  
  215. }
  216.  
  217. #description {
  218. width:190px;
  219. font-family:roboto;
  220. margin-bottom:0px;
  221. margin-top:20px;
  222. margin-left:120px;
  223. text-align:left;
  224. font-style:italic;
  225. font-size:12px;
  226. color: #777;
  227. line-height:145%;
  228. }
  229.  
  230. #description a {
  231. color:{color:link};
  232. }
  233.  
  234. #description a:hover {
  235. color:{color:link hover};
  236. }
  237.  
  238. .sidebartitle {
  239. width:130px;
  240. text-align:right;
  241. font-family:'Bodoni MT Condensed';
  242. line-height:120%;
  243. margin-left:-4px;
  244. background:;
  245. word-spacing:2px;
  246. font-style:italic;
  247. letter-spacing:0px;
  248. font-size:32px;
  249. margin-top:-2px;
  250. color:{color:title};
  251. }
  252.  
  253. #pagination {
  254. font-family:trebuchet ms;
  255. width:130px;
  256. font-size:8px;
  257. text-transform:normal;
  258. margin-top:20px;
  259. margin-left:38px;
  260. padding-left:5px;
  261. letter-spacing:1px;
  262. font-style:normal;
  263. text-align:right;
  264. }
  265.  
  266. #pagination a {
  267. color:{color:link};
  268. }
  269.  
  270. #info {
  271. font-family:arial;
  272. width:500px;
  273. margin-top:5px;
  274. padding-top:7px;
  275. font-size:7px;
  276. color:{color:text};
  277. border-top:1px solid #f3f3f3;
  278. text-transform:uppercase;
  279. letter-spacing:1px;
  280. font-style:normal;
  281. text-align:right;
  282. -moz-transition-duration:0.2s;
  283. -webkit-transition-duration:0.2s;
  284. -o-transition-duration:0.2s;
  285. }
  286.  
  287. #info a {
  288. color:{color:link};
  289. font-style:normal;
  290. }
  291.  
  292. #info a:hover {
  293. color:{color:link hover};
  294. -moz-transition-duration:0.2s;
  295. -webkit-transition-duration:0.2s;
  296. -o-transition-duration:0.2s;
  297. }
  298.  
  299. .tags {
  300. font-family:arial;
  301. font-style:normal;
  302. width:500px;
  303. text-transform:normal;
  304. font-style:normal;
  305. line-height:120%;
  306. padding-top:2px;
  307. font-size:8px;
  308. opacity:0;
  309. text-align:right;
  310. -moz-transition-duration:0.5s;
  311. -webkit-transition-duration:0.5s;
  312. -o-transition-duration:0.5s;
  313. }
  314. .tags a{
  315. color:{color:link};
  316. -moz-transition-duration:0.2s;
  317. -webkit-transition-duration:0.2s;
  318. -o-transition-duration:0.2s;
  319. }
  320. .tags a:hover{
  321. color:{color:link hover};
  322. -moz-transition-duration:0.2s;
  323. -webkit-transition-duration:0.2s;
  324. -o-transition-duration:0.2s;
  325. }
  326.  
  327. #post:hover .tags{
  328. opacity:1;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. .audio{
  335. background-color:#e5e5e5;
  336. height:65px;
  337. overflow:hidden;
  338. }
  339.  
  340. #ask {
  341. margin-top:-10px;
  342. padding-bottom:10px;
  343. padding-left:10px;
  344. text-align:left;
  345. color:{color:text};
  346. line-height:130%;
  347. background-color:#f9f9f9;
  348. }
  349. #ask img {
  350. margin-left:-3px;
  351. margin-bottom:-9px;
  352. margin-top:6px;
  353. padding:3px;
  354. }
  355. #ans {
  356. text-align:left;
  357. padding:5px;
  358. color:{color:text};
  359. }
  360.  
  361. #credit {
  362. font-size:9px;
  363. font-family:cambria;
  364. font-style:italic;
  365. letter-spacing:1px;
  366. -moz-transition-duration:0.5s;
  367. -webkit-transition-duration:0.5s;
  368. -o-transition-duration:0.5s;
  369. }
  370.  
  371. #credit a {
  372. background-color:#fff;
  373. padding:5px;
  374. border:1px solid #e9e9e9;
  375. position:fixed;
  376. right:15px;
  377. bottom:10px
  378. }
  379.  
  380. #credit a:hover {
  381. color:#fff;
  382. background-color:#191919;
  383. }
  384.  
  385.  
  386.  
  387. {CustomCSS}</style></head><body>
  388.  
  389.  
  390. </div>
  391.  
  392. <div id="theme">
  393.  
  394. <div id="sidebar">
  395.  
  396. <div id="sidebarimage">
  397. <a href="/"><img src="{image:sidebar}"> </a></div>
  398.  
  399. <div class="sidebartitle">{text:sidebartitle}</div>
  400.  
  401. <div id="description">
  402. {Description}
  403. <p></p>
  404. <div id="links">
  405. <a href="{text:link 1 url}">{text:link 1}</a>
  406. <a href="{text:link 2 url}">{text:link 2}</a>
  407. <a href="{text:link 3 url}">{text:link 3}</a>
  408. <a href="{text:link 4 url}">{text:link 4}</a>
  409. <a href="{text:link 5 url}">{text:link 5}</a>
  410. </div>
  411. <div style="float:right;"><p></p><br><br><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}{/block:Pagination} </div></div></div></div>
  412.  
  413.  
  414. <div id="entries">{block:Posts}<div id="post">
  415.  
  416. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  417.  
  418. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  419.  
  420. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  421.  
  422. {block:Quote}<center><big><big>"{Quote}"</big></big></center>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  423.  
  424. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  425.  
  426. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  427.  
  428. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  429.  
  430. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  431.  
  432. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"> {Asker}: {Question}</div><div id="ans">{Answer}</div>{/block:answer}
  433.  
  434. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  435. {/block:Date} {block:NoteCount}&nbsp; ( <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  436.  
  437. <br>{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} & <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  438. </div>
  439.  
  440.  
  441. {block:HasTags}
  442. <div class="tags">
  443. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  444. {/block:HasTags}
  445. <div class="postnote">
  446. {block:PostNotes}{PostNotes}{/block:PostNotes}
  447. </div>
  448. </div>
  449. {/block:Posts}
  450.  
  451. </div>
  452. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  453.  
  454. </body>
  455.  
  456. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement