Advertisement
singforabsolution

Base Code

Jul 17th, 2012
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. <!-- This is a base made by tomkirk.tumblr.com/themes-by-kelsey.tumblr.com-->
  2. <head>
  3.  
  4. <meta name="color:Background" content="#ffffff"/>
  5. <meta name="color:Text" content="#ceb9b9"/>
  6. <meta name="color:Post Title" content="#940303"/>
  7. <meta name="color:Link" content="#f7f3f3"/>
  8. <meta name="color:Link Hover" content="#f7f3f3"/>
  9. <meta name="image:Background" content=""/>
  10. <meta name="image:Sidebar" content=""/>
  11.  
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <title>
  15. {block:PostSummary}
  16. {PostSummary} - {/block:PostSummary}{Title}</title>
  17. </style>
  18.  
  19. <style type="text/css">
  20.  
  21. body{
  22. background-color: {color:Background};
  23. background-image:url({image:Background});
  24. background-attachment:fixed;
  25. background-repeat:repeat;
  26. background-position:center;
  27. font-family:default;
  28. font-size:12px;
  29. line-height:12px;
  30. color:{color:Text};
  31. }
  32.  
  33. a:link, a:active, a:visited{
  34. color: {color:Link};
  35. text-decoration:none;
  36. }
  37. a:hover{
  38. color:{color:Link Hover};
  39. }
  40.  
  41. #container {
  42. margin:auto;
  43. position:right;
  44. width:1200px;
  45. }
  46.  
  47. #content {
  48. float:center;
  49. width:408px;
  50. padding:3px;
  51. margin-top:0px;
  52. margin-left:510px;
  53. }
  54.  
  55. #entry {
  56. margin-top:15px;
  57. padding:3px;
  58. background-color:clear;
  59. }
  60.  
  61. #permalink{
  62. text-align:center;
  63. }
  64.  
  65. #side {
  66. position:fixed;
  67. width:200px;
  68. height:auto;
  69. margin-top:140px;
  70. margin-left:-270px;
  71. }
  72.  
  73. .blogtitle{
  74. font-size:25px;
  75. line-height:25px;
  76. }
  77.  
  78. .posttitle{
  79. font-size:20px;
  80. line-height:21px;
  81. }
  82.  
  83. blockquote{
  84. padding:0px 0px 2px 5px;
  85. margin:0px 0px 2px 1px;
  86. border-left: 1px solid {color:Text};}
  87. blockquote p, ul{margin:0px; padding:0px;
  88. }
  89.  
  90. a img{border:0px;}
  91.  
  92. .p { padding-top:5px; }
  93. .ol, ul { margin-left:10px; padding:5px; }
  94. .ul { list-style-type:square; }
  95.  
  96. .albumart { margin-bottom:0px; }
  97. .albumart img, .audio embed { width:55px; padding-right:3px; }
  98.  
  99. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  100.  
  101. .notes img{width:10px; position:left; top:3px;}
  102.  
  103. {CustomCSS}
  104. </style>
  105.  
  106. <link rel="shortcut icon" href="{Favicon}">
  107.  
  108. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  109.  
  110.  
  111. </head>
  112. <body>
  113. <div id="container">
  114. <div id="content">
  115. <div id="side">
  116. <div class="blogtitle">{Title}</div>
  117. <img src="{image:sidebar}" width="200" >
  118. {Description}
  119. </div>
  120. </div>
  121.  
  122. <div id="content">
  123. {block:Posts}
  124. <div id="entry">
  125.  
  126. {block:Text}
  127. {block:Title}
  128. <div class="posttitle">
  129. {Title}
  130. </div>
  131. {/block:Title}
  132. {Body}
  133. {/block:text}
  134.  
  135. {block:Link}
  136. <a href="{URL}" class="posttitle">{Name}</a>
  137. {block:Description}{Description}{/block:Description}
  138. {/block:link}
  139.  
  140. {block:Photo}
  141. <center>
  142. {LinkOpenTag}
  143. <a href="{permalink}">
  144. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>
  145. {LinkCloseTag}
  146. </center>
  147. {block:Caption}
  148. {Caption}
  149. {/block:Caption}
  150. {/block:Photo}
  151.  
  152. {block:Photoset}
  153. <center>
  154. {Photoset-400}
  155. </center>
  156. {block:Caption}
  157. {Caption}
  158. {/block:Caption}
  159. {/block:Photoset}
  160.  
  161. {block:Quote}
  162. <div class="posttitle">❝{Quote}❞</div>
  163. {block:Source}
  164. -{Source}
  165. {/block:Source}
  166. {/block:Quote}
  167.  
  168. {block:Chat}
  169. {block:title}
  170. <div id="posttitle">
  171. {Title}
  172. </div>
  173. {/block:title}
  174. {block:Lines}
  175. <div class="chat">
  176. <div class="line {Alt}">
  177. <div class="{Alt} user_{UserNumber}">
  178. {block:Label}
  179. {Label}
  180. {/block:Label}{Line}
  181. {/block:Lines}
  182. {/block:Chat}
  183.  
  184. {block:Audio}
  185. {block:albumart}
  186. <div class="albumart">
  187. <img src="{albumarturl}" align="left">
  188. </div>
  189. {/block:albumart}
  190. {AudioPlayerBlack}
  191. {block:TrackName}<span><strong>Title</strong>:
  192. {TrackName}</span>{/block:TrackName}<br>
  193. {block:Artist}<span><strong>Artist:</strong>
  194. {Artist}</span>{/block:Artist}<br>
  195. {block:Caption}{Caption}{/block:Caption}
  196. {/block:Audio}
  197.  
  198. {block:Video}
  199. <center>
  200. {Video-400}
  201. <BR></center>
  202. {block:Caption}
  203. <div class="caption">{Caption}</div>
  204. {/block:Caption}
  205. {/block:Video}
  206.  
  207. </center>
  208.  
  209. {block:PermalinkPage}
  210. <center>
  211. <Br>
  212. {block:Date}
  213. {TimeAgo} on
  214. {ShortMonth} {DayofMonth},{Year}
  215. {/block:Date}
  216. {block:NoteCount} · {NoteCountWithLabel}
  217. {/block:NoteCount}
  218. {/block:PermalinkPage}
  219.  
  220. {block:IndexPage}
  221. <div id="permalink">
  222. <a href="{Permalink}">{NoteCountWithLabel}</a>
  223. </div>
  224. {/block:IndexPage}
  225.  
  226. {block:PostNotes}{PostNotes}
  227. {/block:PostNotes}</div>{/block:Posts}
  228. </body>
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement