isohedra

theme 006

Oct 12th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--theme 006: mica by ash @isohedra!! dont touch the credit, dont use as a base, and dont take bits of code w/o permission. msg me abt it if you want to!! light & heavy editing is allowed, just dont steal anything. thank you for using my theme!!-->
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <meta name="font:title" content="Trebuchet MS" />
  17. <meta name="font:body" content="Trebuchet MS" />
  18. <meta name="font:description" content="Trebuchet MS" />
  19. <meta name="color:background" content="#f0f8fc" />
  20. <meta name="color:post" content="#e3eff5" />
  21. <meta name="color:sidebar" content="#e3eff5" />
  22. <meta name="color:links" content="#000" />
  23. <meta name="color:sidebar border" content="#000" />
  24. <meta name="color:description" content="#000" />
  25. <meta name="color:text" content="#6783a2" />
  26. <meta name="color:scrollbar" content="#000"/>
  27. <meta name="color:scrollbar bg" content="#fff"/>
  28. <meta name="image:sidebar img" content="" />
  29. <meta name="image:background" content="" />
  30.  
  31. <meta name="text:link1" content="" />
  32. <meta name="text:link 1 URL" content="" />
  33. <meta name="text:link2" content="" />
  34. <meta name="text:link 2 URL" content="" />
  35. <meta name="text:link3" content="" />
  36. <meta name="text:link 3 URL" content="" />
  37. <meta name="text:link4" content="" />
  38. <meta name="text:link 4 URL" content="" />
  39. <meta name="text:link5" content="" />
  40. <meta name="text:link 5 URL" content="" />
  41.  
  42. <meta name="if:shadows" content="1"/>
  43. <meta name="if:background cover" content="1"/>
  44. <meta name="if:rounded posts" content=""/>
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52. body {
  53. background: {color:background};
  54. background-image: url('{image:background}');
  55. margin: 0;
  56. padding: 5;
  57. font-family: {font:Body};
  58. font-size:12px;
  59. background-attachment:fixed;
  60.  
  61. {block:ifbackgroundcover}
  62. background-size:cover;
  63. background-repeat:no-repeat;
  64. {/block:ifbackgroundcover}
  65.  
  66. }
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. height:auto;
  70. background-color:{color:scrollbar};
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. height:4px;
  75. width:5px;
  76. padding-right:2px;
  77. background-color:{color:scrollbar bg};
  78. }
  79.  
  80. a{text-decoration:none;}
  81.  
  82.  
  83. #links {
  84. padding:5px;
  85. width:140px;
  86. line-height:10px;
  87. text-align:center;
  88. font-size:12px;
  89. display:block;
  90. color:{color:link};
  91.  
  92.  
  93.  
  94. }
  95.  
  96.  
  97. #links a {
  98. text-decoration:none;
  99. text-align:center;
  100. display:inline-block;
  101. margin-bottom:5px;
  102. color:{color:links};
  103. transition: color 0.2s linear;
  104. -o-transition: color 0.2s linear;
  105. -moz-transition: color 0.2s linear;
  106. -webkit-transition: color 0.2s linear;
  107. }
  108. #links a:hover{
  109.  
  110. color:#000;
  111. }
  112.  
  113. #title {
  114. font-family:{font:title};
  115. color:{color:text};
  116. font-size:18px;
  117. font-style:bold;
  118. text-align:center;
  119. text-decoration:none;
  120. text-transform:uppercase;
  121. border-bottom: 1px solid{color:sidebar border};
  122.  
  123. }
  124.  
  125.  
  126. #sidebar {
  127. position:fixed;
  128. margin-top:100px;
  129. margin-left:150px;
  130. width:150px;
  131. background-color:{color:sidebar};
  132. border: 1px solid;
  133. border-color:{color:sidebar border};
  134.  
  135.  
  136. {block:ifshadows}
  137. box-shadow:4px 4px 0px
  138. rgba(0,0,0,0.5);
  139. {color:shadow};
  140. {/block:ifshadows}
  141. }
  142.  
  143.  
  144. #sidebarpic img {
  145. margin-bottom:10px;
  146. border-bottom: 1px solid{color:sidebar border};
  147. width:150px;
  148. height:150px;
  149. height:auto;
  150. margin-left:0px;
  151. border-color: {color:sidebar image border};
  152. {block:IfCircleSidebarImage}
  153. border-radius:50%;
  154. {block:IfCircleSidebarImage}
  155. }
  156.  
  157. #description {
  158. width: 140px;
  159. font-size:12px;
  160. padding:5px;
  161. text-align:center;
  162. background-color:{color:description background}
  163. color:{color:description};
  164. font-family:{font:description};
  165. border-bottom: 1px solid{color:sidebar border};
  166. }
  167.  
  168.  
  169.  
  170. #entry {
  171. font-size:12px;
  172. margin-right: 290px;
  173. margin-top:40px;
  174. float: right;
  175. text-align: justify;
  176. }
  177.  
  178. #post {
  179. font-size:12px;
  180. padding: 10px;
  181. width: 500px;
  182. background-color:{color:post};
  183. color:{color:text};
  184. text-align: justify;
  185. {block:ifshadows}
  186. box-shadow:4px 4px 0px rgba(0,0,0,0.4);{color:shadow};
  187. {/block:ifshadows}
  188. {block:IfRoundedPosts}
  189. -moz-border-radius:19px; -webkit-border-radius:19px;
  190. {block:IfRoundedPosts}
  191. }
  192.  
  193.  
  194. /*credit. dont remove this, thanks. cosmetic editing allowed, just make sure it always displays and links back to me.*/
  195.  
  196. #credit {
  197. position:fixed;
  198. font-size:9px;
  199. color:{color:text};
  200.  
  201. font-weight:bold;
  202. line-height:150%;
  203. letter-spacing:2px;
  204. right:10px;
  205. bottom:10px;
  206. text-transform:lowercase;
  207. text-align:center;
  208. background:{color:link hover};
  209. }
  210.  
  211. #credit a {
  212. letter-spacing: 0px;
  213. padding:3px;
  214. color:#000;
  215. }
  216.  
  217. #credit a:hover {
  218. background:#fff;
  219. color:{color:link hover};
  220. }
  221.  
  222.  
  223. {CustomCSS}
  224. </style>
  225. </head>
  226.  
  227. <body>
  228.  
  229. <div id="sidebar">
  230. <center>
  231. <div id="title">{Title}</div></center>
  232. <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
  233. <div id="description">{block:Description}{Description}{/block:Description}</div>
  234.  
  235. <div id="links">
  236. <a href="{text:link 1 URL}">{text:link1}</a>
  237. <a href="{text:link 2 URL}">{text:link2}</a>
  238. <a href="{text:link 3 URL}">{text:link3}</a>
  239. <a href="{text:link 4 URL}">{text:link4}</a>
  240.  
  241. </div>
  242.  
  243. <center>
  244. {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">back</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">next</font></a>{/block:NextPage}
  245. </center></div>
  246.  
  247.  
  248. <div id="entry">
  249. {block:Posts}
  250. <div id="post">
  251.  
  252. {block:Text}{Body}{/block:Text}
  253.  
  254. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  255.  
  256. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  257. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  258.  
  259. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  261.  
  262. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  263. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  264.  
  265. {block:Answer}
  266. <div class="question">
  267. <b>{Asker}</b> asked:<br>
  268. {Question}</div>{Answer}
  269. {/block:Answer}
  270.  
  271.  
  272.  
  273. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  274.  
  275. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>
  276. {block:ContentSource} source <a href="{SourceURL}">{SourceLink}</a>){block:ContentSource}{/block:RebloggedFrom}<br>
  277. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  278. {/block:Posts}
  279.  
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281.  
  282. </div>
  283.  
  284. <div id="credit"><a href="http://isohedra.tumblr.com/">isohedra</a></div>
  285.  
  286. </body>
  287.  
  288. </html>
Advertisement
Add Comment
Please, Sign In to add comment