Advertisement
Somer-halders

theme 005

Jul 22nd, 2013
6,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. <!-------- theme 005 by somer-halders.tumblr.com
  2. --------->
  3.  
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. </head>
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#b5b5b5"/>
  15. <meta name="color:Link" content="#CFCFCF"/>
  16. <meta name="color:Linkhover" content="#8b8b8a" />
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <!-- links -->
  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.  
  29. <style type="text/css">
  30.  
  31. body {
  32. background:{color:background};
  33. margin:0px;
  34. color:{color:text};
  35. font-family:georgia;
  36. font-size:9px;
  37. line-height:100%;}
  38.  
  39. a {
  40. text-decoration:none;
  41. color:{color:link};
  42. -webkit-transition:all 0.4s ease-out;
  43. -moz-transition:all 0.4s ease-out;
  44. transition:all 0.4s ease-out;}
  45.  
  46. a:hover {
  47. text-decoration:none;
  48. color:{color:linkhover};
  49. -webkit-transition:all 0.4s ease-out;
  50. -moz-transition:all 0.4s ease-out;
  51. transition:all 0.4s ease-out;}
  52.  
  53. img {
  54. border:none;}
  55.  
  56. blockquote {
  57. padding-left:5px;
  58. border-left:2px solid #eee;
  59. margin:8px;}
  60.  
  61. blockquote blockquote {
  62. padding-left:5px;
  63. border-left:2px solid;}
  64.  
  65. h1 {
  66. font-size:12px;
  67. font-family: calibri;
  68. font-style: none;}
  69.  
  70. b {
  71. color: {color:text}}
  72. i {
  73. color: {color:text}}
  74. small {
  75. font-size:9px;}
  76.  
  77. #entries {
  78. padding:10px;
  79. width:500px;
  80. font-family:cambria;
  81. letter-spacing:1px;
  82. margin-left:520px;
  83. margin-top:40px;}
  84.  
  85. #post {
  86. width:500px;
  87. padding:20px;
  88. font-family:arial;
  89. font-size:10px;
  90. letter-spacing:0px;
  91. margin-bottom: 10px;}
  92.  
  93. #sb {
  94. width:200px;
  95. position:fixed;
  96. margin-left:280px;
  97. margin-top:60px;}
  98.  
  99. #sidebartitle {
  100. font-family: times;
  101. font-size:10px;
  102. font-style:italic;
  103. text-align:right;
  104. margin-left:-17px;
  105. margin-top:-10px;
  106. width:136px;
  107. padding:10px;
  108. padding-left:55px;
  109. border: 1px solid #eee;
  110. background-color:#f9f9f9;}
  111.  
  112. #description {
  113. width:180px;
  114. margin-left:-15px;
  115. margin-top:-10px;
  116. font-family:arial;
  117. font-size:9px;
  118. font-style:none;
  119. line-height:130%;
  120. padding:10px;
  121. margin-bottom:15px;
  122. text-align:justify;
  123. border-top: 1px solid #eee;}
  124.  
  125. #sbimage {
  126. margin-left:-25px;
  127. width:265px;
  128. margin-bottom:10px;}
  129.  
  130. #sbimage img {
  131. width:200px;
  132. height:auto;
  133. padding:9px;}
  134.  
  135. #pagination {
  136. font-family:calibri;
  137. text-align:center;
  138. font-size:30px;
  139. margin-bottom:2px;
  140. text-transform:none}
  141.  
  142. #links {
  143. margin-left:-15px;
  144. width:198px;
  145. margin-top:-10px;
  146. padding-top:auto;
  147. text-transform: uppercase;
  148. font-family:calibri;
  149. font-size:10px;
  150. font-style:none;
  151. line-height:100%;
  152. word-spacing:5px;
  153. text-align:center;}
  154.  
  155. #title {
  156. font-size:15px;
  157. text-align:center;
  158. margin-bottom:0px;}
  159.  
  160. #info {
  161. text-align:left;
  162. font-family:calibri;
  163. font-size:9px;
  164. text-transform:uppercase;
  165. padding-top:6px;
  166. padding-bottom:6px;
  167. padding-left:auto;
  168. background-color: ;
  169. margin-top:0px;}
  170.  
  171. #questions {
  172. font-family: calibri;
  173. line-height;10px;
  174. text-align:left;
  175. text-transform:lowercase;
  176. font-size:12px;
  177. padding:12px 10px 14px 10px;
  178. background:#f4f4f4;
  179. color:{color:text};
  180. }
  181.  
  182. .answer {
  183. padding:5px 5px 0px 5px;
  184. font-family: calibri;
  185. line-height;10px;
  186. text-align:left;
  187. text-transform:lowercase;
  188. font-size:12px;
  189. }
  190.  
  191. #tags {
  192. width:480px;
  193. text-align:left;
  194. letter-spacing:0px;
  195. font-family:calibri;
  196. font-size:10px;
  197. font-style:italic;
  198. text-transform:lowercase;
  199. margin-top:-14px;
  200. margin-left:0px;
  201. -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  202.  
  203. #somerh {
  204. position:fixed;
  205. font-family:calibri;
  206. font-size:9px;
  207. text-transform:uppercase;
  208. bottom:13px;
  209. right:13px;
  210. }
  211.  
  212. #somerh a {
  213. border:1px solid #f9f9f9;
  214. display:block;
  215. padding:5px;
  216. background-color:#fcfcfc;
  217. color:#6d6d6d;
  218. border:1px solid #b5b5b5;
  219. }
  220.  
  221. {CustomCSS}</style></head><body>
  222.  
  223.  
  224. <div id="sb">
  225. <div id="sidebartitle">"{Title}"</div>
  226. <div id="sbimage"><img src="{image:sidebar}"></div>
  227. <div id="description">{Description}</div>
  228.  
  229. <div id="links">
  230. {block:PreviousPage}<a href="{PreviousPage}"><b>«</b></a>{/block:PreviousPage}
  231. <a href="/">home</a>
  232. <a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}
  233. <a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}
  234. <a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}
  235. <a href="{text:link 4 url}">{text:link 4}</a>{/Block:ifShowLink4}
  236. </a>
  237. {block:NextPage}<a href="{NextPage}"><b>»</b></a>{/block:NextPage}{/block:Pagination}
  238. </div>
  239. </div>
  240.  
  241. </div>
  242.  
  243. <div id="entries">{block:Posts}<div id="post">
  244.  
  245. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  246.  
  247. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  248.  
  249. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  250.  
  251. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  252.  
  253. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  254.  
  255. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  256.  
  257. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  258.  
  259. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  260.  
  261. {block:Answer}
  262. <div id="questions">
  263. <b>{Asker}</b> said:
  264. {Question}<br />
  265. </div>
  266. <div class="answer">
  267. {Answer}</div>
  268. {/block:Answer}
  269.  
  270. <div id="info">
  271. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a> {block:RebloggedFrom} › <a href="{ReblogParentURL}"
  272. title="{ReblogParentTitle}">via</a> › <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a> {/block:RebloggedFrom} <div style="float:right">{block:NoteCount}<a href="{Permalink}"><u>{NoteCountWithLabel}</u></a>{/block:NoteCount}</div> </div> <br>
  273.  
  274. <div id="tags">{block:HasTags}<u>tagged</u>:{block:Tags}&nbsp;<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  275.  
  276. </div>
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  278. {block:ContentSource}
  279.  
  280. {/block:ContentSource}
  281.  
  282. </div>
  283.  
  284. <div id="somerh"><a href="http://dylasnobrien.tumblr.com">SH</a></div>
  285.  
  286. </body>
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement