Advertisement
foreverora

Theme 3: Misunderstood

Dec 12th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 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>
  4. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  5. <link href='http://fonts.googleapis.com/css?family=Englebert' rel='stylesheet' type='text/css'>
  6. <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. <!---- theme by curlsintherain @ tumblr
  12. don't steal yo --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#8d8d8d"/>
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="text:link" content=""/>
  19. <meta name="text:link url" content=""/>
  20. <meta name="color:blur color" content="858383"/>
  21. <style type="text/css">
  22.  
  23. body {
  24. background:{color:background};
  25. margin:0px;
  26. color:{color:text};
  27. font-family:Calibri;
  28. font-size:10px;
  29. line-height:100%;
  30. }
  31.  
  32. a {
  33. text-decoration:none;
  34. outline:none;
  35. -moz-outline-style:none;
  36. color:{color:link};
  37. }
  38. a:hover {
  39.  
  40. color: transparent;
  41.  
  42. text-shadow: {color:blur color} 0 0 1px;
  43.  
  44. text-decoration:underline;
  45.  
  46. }
  47. img {
  48. border:none;
  49. }
  50.  
  51. blockquote {
  52. padding-left:5px;
  53. border-left:2px solid;
  54. }
  55.  
  56. blockquote blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. h1 {
  62. font-size:15px;
  63. }
  64.  
  65. #entries {
  66. padding:10px;
  67. width:500px;
  68. margin-left:500px;
  69. margin-top:40px;
  70. }
  71.  
  72. #post {
  73. width:500px;
  74. padding-bottom:20px;
  75. }
  76.  
  77. #sidebar {
  78. width:151px;
  79. position:fixed;
  80. margin-left:200px;
  81. margin-top:130px;
  82. margin-left:260px;
  83. }
  84.  
  85. #title {
  86. font-size:0px;
  87. text-align:center;
  88. margin-bottom:5px;
  89. opacity:0;
  90. }
  91.  
  92. #sidebarimage {
  93. width 170px;
  94. height:173;
  95. padding:3px;
  96. -webkit-transition: all 0.7s ease;
  97. -moz-transition: all 0.7s ease;
  98. -o-transition: all 0.7s ease;
  99. }
  100.  
  101. #sidebarimage:hover {
  102. opacity:0.8;
  103. }
  104.  
  105. #sidebarimage .description {
  106. opacity:0;
  107. }
  108.  
  109. #sidebarimage:hover .description {
  110. -webkit-transition: all 0.7s ease;
  111. -moz-transition: all 0.7s ease;
  112. -o-transition: all 0.7s ease;
  113. opacity:1;
  114. }
  115.  
  116. #sidebarimage:hover .pagination {
  117. opacity:1;
  118. -webkit-transition: all 0.7s ease;
  119. -moz-transition: all 0.7s ease;
  120. -o-transition: all 0.7s ease;
  121. }
  122. .credit {
  123. position:fixed;
  124. bottom:5px;
  125. right:5px;
  126. font: 8px calibri;
  127. background-color: {color:background};
  128. border: 1px solid {color:border};
  129. text-transform:uppercase;
  130. letter-spacing:0.5px;
  131. padding: 4px;}
  132. .credit a {
  133. color:{color:link}; opacity:0.8;}
  134.  
  135. .credit a:hover {
  136. color:{color:link hover}; opacity:0.8;
  137. background-color: {color:background}; opacity:0.8;}
  138.  
  139. #links {
  140. padding:0px;
  141. text-align:center;
  142. font-family:'consolas';
  143. margin-left:25px;
  144. margin-top:10px;
  145. }
  146.  
  147. #sidebarimage img {
  148. width:135px;
  149. padding:5px;
  150. border:1px solid;
  151. margin-left:10px;
  152. }
  153.  
  154. .description {
  155. margin-right;7px;
  156. text-align:center;
  157. opacity:1;
  158. width:170px;
  159. font-size:10px;
  160.  
  161. }
  162.  
  163. .pagination {
  164. font-size:13px;
  165. text-align:right;
  166. margin-top:0px
  167. margin-bottom:10px;
  168. margin-right:0px;
  169. margin-left:2px;
  170. opacity:0;
  171. }
  172.  
  173. #info {
  174. text-align:center;
  175. margin-top:10px;
  176. }
  177.  
  178. #asker {
  179. float:left;
  180. margin-right:5px;
  181. }
  182.  
  183. {CustomCSS}</style></head><body>
  184.  
  185. <div id="sidebar">
  186.  
  187. <div id="title">{Title}</div>
  188. <div id="links">
  189. <a href="/">home</a>
  190. <a href="/ask">mssg</a>
  191. <a href="{text:link url}">{text:link}</a>
  192.  
  193. </div><div id="sidebarimage"><img src="{image:sidebar}">
  194.  
  195. <div class="description">{Description}</div>
  196. <div class="pagination">
  197. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  198. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  199. </div>
  200.  
  201.  
  202. </div>
  203.  
  204.  
  205.  
  206.  
  207. </div>
  208.  
  209. <div id="entries">{block:Posts}<div id="post">
  210.  
  211. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  212.  
  213. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  214.  
  215. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  216.  
  217. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  218.  
  219. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  220.  
  221. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  222.  
  223. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  224.  
  225. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  226.  
  227. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  228.  
  229. <div id="info">
  230. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  231. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  232. 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>
  233.  
  234. </div>
  235. {block:PostNotes}{PostNotes}{/block:PostNotes}
  236. {/block:Posts}</div>
  237. <div class="credit"><a href="http://curlsintherain.tumblr.com">CURLSINTHERAIN</a></div>
  238. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement