irrationiall

Theme #001

Aug 25th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 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. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Text" content="#838282"/>
  10. <meta name="color:Link" content="#b8b8b8"/>
  11. <meta name="image:sidebar" content=""/>
  12. <meta name="text:Home Link Title" content="home"/>
  13. <meta name="text:Ask Link Title" content="msg"/>
  14. <meta name="text:Ask Link URL" content="/msg"/>
  15. <meta name="text:Link 1 Title" content="link 1"/>
  16. <meta name="text:Link 1 URL" content="/"/>
  17. <meta name="text:Link 2 Title" content="link 2"/>
  18. <meta name="text:Link 2 URL" content="/"/>
  19. <meta name="color:Scrollbar Thumb" content="#c9c7c7"/>
  20. <meta name="color:Scrollbar Background" content="#ffffff"/>
  21. <meta name="if:Coloured Scrollbar" content="1"/>
  22.  
  23.  
  24.  
  25. <style type="text/css">
  26.  
  27. #bloc
  28. {position:fixed;
  29. top:100px;
  30. left:200px;}
  31.  
  32. .transition
  33. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  34.  
  35. #picture
  36. {width:250px;}
  37.  
  38. #picture:hover
  39. {width:340px;}
  40.  
  41. #left
  42. {float:left;
  43. overflow:hidden;
  44. width:125px;}
  45.  
  46. #right
  47. {overflow:hidden;
  48. width:125px;}
  49.  
  50. #about
  51. {float:left;
  52. width:0px;
  53. height:0px;
  54. opacity:0;}
  55.  
  56.  
  57. #picture:hover #about
  58. {width:125px;
  59. padding:20px 10px 20px 10px;
  60. opacity:1;}
  61.  
  62. #picture:hover #left
  63. {margin-left:-65px;}
  64.  
  65.  
  66.  
  67.  
  68. body {
  69. background:{color:background};
  70. margin:0px;
  71. color:{color:text};
  72. font-family:Calibri;
  73. font-size:10px;
  74. line-height:100%;
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. outline:none;
  80. -moz-outline-style:none;
  81. color:{color:link};
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. h1 {
  99. font-size: 15px;
  100. }
  101.  
  102. #entries {
  103. padding:10px;
  104. width:500px;
  105. margin-left:550px;
  106. margin-top: 50px
  107. }
  108.  
  109. #post {
  110. width:500px;
  111. padding-bottom:20px;
  112. }
  113.  
  114.  
  115. #sidebarimage {
  116. width:250px;
  117. }
  118.  
  119. #sidelinks {
  120. margin-top: 10px;
  121. margin-left:230px;
  122. font-family: arial;
  123. font-weight: italic;
  124. font-size: 12px;
  125. text-transform: lowercase;
  126. position: fixed;
  127.  
  128. }
  129.  
  130.  
  131. #sidebarimage img {
  132. width:250px;
  133. }
  134.  
  135. #description {
  136. padding:5px;
  137. text-align:center;
  138. }
  139.  
  140. #pagination {
  141. font-size:20px;
  142. text-align:center;
  143.  
  144.  
  145.  
  146. }
  147.  
  148. #info {
  149. text-align:center;
  150. margin-top:10px;
  151. }
  152.  
  153. #asker {
  154. float:left;
  155. margin-right:5px;
  156. }
  157.  
  158.  
  159. {block:IfColouredScrollbar}
  160. ::-webkit-scrollbar-thumb:vertical {
  161. height:9px;
  162. background-color: {color:Scrollbar Thumb};
  163. }
  164. ::-webkit-scrollbar {
  165. width:6px;
  166. height:10px;
  167. background:{color:Scrollbar Background};
  168. margin-right:5px;
  169. }
  170. {/block:IfColouredScrollbar}
  171.  
  172.  
  173. {CustomCSS}
  174.  
  175. </style></head><body>
  176.  
  177. <div id="container">
  178. <div id="sidebar">
  179. <div id="sidetitle">{block:ifSidebarTitle}{Title}{/block:ifSidebarTitle}</div>
  180. <div id="sidelinks">
  181. <a href="/">{text:Home Link Title}</a> &middot;
  182. <a href="{text:Ask Link URL}">{text:Ask Link Title}</a> &middot;
  183. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a> &middot;
  184. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a> &middot;
  185. <a href="http://irrationiall.tumblr.com/themz">theme</a></div>
  186.  
  187.  
  188.  
  189.  
  190. <div id="bloc">
  191. <div id="picture" class="transition">
  192. <div id="left" class="transition">
  193. <img width="250px" src="{image:sidebar}">
  194. </div>
  195. <div id="about" class="transition">{Description}
  196. <center> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font size="5">«</font></a>{/block:PreviousPage}
  197. {block:NextPage}<a href="{NextPage}"><font size="5">»</font></a>{/block:NextPage}{/block:Pagination}</center></div>
  198. <div id="right" class="transition">
  199. <img width="250px" style="margin-left:-125px;" src="{image:sidebar}">
  200. </div>
  201. </div>
  202. </div>
  203.  
  204.  
  205. </div>
  206.  
  207. <div id="entries">{block:Posts}<div id="post">
  208.  
  209. <!--{block:ContentSource}
  210. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  211. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  212. {/block:SourceLogo}
  213. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  214. {/block:ContentSource}-->
  215.  
  216.  
  217. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  218.  
  219. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  220.  
  221. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  222.  
  223. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  224.  
  225. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  226.  
  227. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  228.  
  229. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  230.  
  231. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  232.  
  233. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  234.  
  235. <div id="info">
  236. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  237. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via <a href="{ReblogParentURL}"
  238. title="{ReblogParentTitle}">{ReblogParentName}</a> © <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  239.  
  240. </div>
  241. {block:PostNotes}{PostNotes}{/block:PostNotes}
  242. {/block:Posts}</div>
  243.  
  244. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment