Advertisement
kinglouisgaylinson

TFTHEME02: "Little Things"

Dec 1st, 2012
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. <!----- TFTHEME02: "Little Things" by tomlinfanny.tumblr.com pls keep the credit and enjoy bby ok pce nd blessins (((-: ---->
  2. <html>
  3. <body>
  4. <meta name="image:sidebar" content=""/>
  5. <meta name="color:text" content="#fcdadf"/>
  6. <meta name="color:side" content="#f8f7f7"/>
  7. <meta name="color:linkhover" content="#f7e0bd"/>
  8. <meta name="color:link" content="#f59b67"/>
  9. <meta name="text:Link 1 title" content="" />
  10. <meta name="text:Link 1" content="" />
  11. <meta name="text:Link 2 title" content="" />
  12. <meta name="text:Link 2" content="" />
  13. <meta name="text:Link 3 title" content="" />
  14. <meta name="text:Link 3" content="" />
  15.  
  16.  
  17. <title>{Title}</title>
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21.  
  22.  
  23.  
  24. <style type="text/css">
  25. body {color:{color:text};
  26. background-color:{color:background};
  27. color:{color:text};
  28. font-family:georgia;
  29. font-size:11px;
  30. text-align:justify}
  31. a, a:active, a:visited {color: {color:link};
  32. font-weight: none;
  33. text-decoration: none;
  34. -webkit-transition: all 0.4s ease-out;
  35. -o-transition: all 0.4s ease-out;
  36. -webkit-transition: all 0.4s ease-out;
  37. -moz-transition: all 0.4s ease-out;
  38. }
  39.  
  40. #yess
  41. {right:10px;
  42. bottom:10px;
  43. font-size:14px;
  44. position:fixed;
  45. }
  46.  
  47. a:hover {color:{color:linkhover};
  48. text-shadow:6px 0 0 rgba(200,0,0,0.1)}
  49.  
  50. #sidebar{
  51. position:fixed;
  52. margin-top:100px;
  53. margin-left:90px;
  54.  
  55. }
  56.  
  57. #sidebar img{max-width:140px;
  58. height:auto;
  59. border:double 6px {color:side};}
  60.  
  61.  
  62. #description{
  63. margin-left:2px;
  64. margin-top:10px;
  65. font-family: georgia;
  66. font-size:10px;
  67. position:fixed;
  68. width:155px;
  69. height:auto;
  70. text-align:center;
  71. }
  72.  
  73.  
  74. #entry{
  75. padding:40px;
  76. margin-left:449px;
  77. margin-top:20px;
  78. width:494px;
  79. font-family:georgia;
  80. }
  81.  
  82.  
  83.  
  84. #posts{
  85. text-align:justify;
  86. margin-bottom:20px;
  87. }
  88. .perma {
  89. font-size: 10px;
  90. text-align: center;
  91. border-top: 2px solid #f3f3f3;
  92. text-transform:uppercase;}
  93.  
  94.  
  95. .tags{
  96. font-size:10px;
  97. font-family:calibri;
  98. letter-spacing:1px;
  99.  
  100. margin-bottom:15px;
  101.  
  102. }
  103.  
  104. blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. }
  108.  
  109. .links{
  110. position:fixed;
  111. font-size:8px;
  112. font-family:consolas;
  113. letter-spacing:-367px;
  114. text-transform: uppercase;
  115. width:190px;
  116. margin-top:30.3px;
  117. font-weight:bold;
  118. height:auto;
  119. padding:0px;
  120. margin-left:150px;
  121. }
  122.  
  123. .links a {
  124. font-size: 8px;
  125. height: 14px;
  126. letter-spacing: 1px;
  127. margin-bottom: -10px;
  128. margin-left: 8px;
  129. opacity:1;
  130. }
  131.  
  132. #lines {
  133. border-bottom:1px
  134. dashed #f3e6e6;
  135. border-top:1px
  136. dashed #f3e6e6;
  137. font-size:8px;
  138. text-align:center;
  139. position:fixed;
  140. overflow: visible;
  141. height: auto;
  142. margin-left:260px;
  143. padding:0px;
  144. margin-top: 150px;
  145. width:150px;
  146. height:300px;
  147.  
  148. }
  149.  
  150. #pagination {
  151. font-family:calibri;
  152. font-size:30px;
  153. text-align:center;
  154. }
  155.  
  156. #title {
  157. font-family:georgia;
  158. font-style:italic;
  159. text-align:center;
  160. font-size:14.5px;
  161. width:190px;
  162. margin-top:112px;
  163. margin-left:239px;
  164. height:auto;
  165. position:fixed;
  166. }
  167.  
  168. }
  169.  
  170. #question {
  171. padding:10px;
  172. background-color: #f2f2f2;
  173. position: relative;
  174. border: 4px solid #f2f2f2;
  175.  
  176. }
  177.  
  178. #question:after, #demo:before {
  179. border: solid transparent;
  180. content: ' ';
  181. height: 0;
  182. left: 100%;
  183. position: absolute;
  184. width: 0;
  185.  
  186. }
  187.  
  188. #question:after {
  189. border-width: 9px;
  190. border-left-color: #f2f2f2;
  191. top: 15px;
  192.  
  193. }
  194.  
  195. #question:before {
  196. border-width: 14px;
  197. border-left-color: #f2f2f2;
  198. top: 10px;
  199.  
  200. }
  201.  
  202.  
  203.  
  204.  
  205. </style><style type="text/css">{CustomCSS}</style>
  206. </head><body>
  207. <div id="title">{Title}</div>
  208. <div id="sidebar">
  209. <div class="links">
  210.  
  211. <a href="">home</a>
  212. <a href="/ask">ask</a>
  213. <a href="{text:link 1}">{text:link 1 title}</a>
  214. <a href="{text:link 2}">{text:link 2 title}</a>
  215. <a href="{text:link 3}">{text:link 3 title}</a>
  216. </div>
  217.  
  218. <center>
  219.  
  220. <img src="{image:sidebar}"></div>
  221.  
  222. </center>
  223.  
  224. </div>
  225. <div id="lines">
  226.  
  227. <div id="description">
  228.  
  229. {block:Description}{Description}{/block:Description}
  230. <div id="pagination">
  231. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  232. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  233.  
  234. </div>
  235.  
  236.  
  237.  
  238. </div></div>
  239.  
  240. <div id="entry">{block:Posts}<div id="posts">
  241. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  242. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  243. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  244. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  245. {block:Link}<a href="{URL}" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  246. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  247. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  248. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  249. {block:Answer}
  250. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  251. {Answer}
  252. {/block:Answer}
  253.  
  254. <div class="perma"><br>
  255. posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">
  256.  
  257. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br><a href="{ReblogParentURL}"
  258. title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © {SourceLink}{/block:ContentSource}</a>{/block:RebloggedFrom} </div>
  259.  
  260.  
  261. </body>
  262.  
  263. <div class="tags">
  264. <center>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<p></div></center><div style=" margin-bottom:-1px;"> </div>
  265. {block:PostNotes}{PostNotes}{/block:PostNotes}
  266. {/block:Posts}</div>
  267. <div id="yess"><a href="http://tomlinfanny.tumblr.com" target="_blank"> theme </a></div>
  268.  
  269. </div>
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement